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\nTue May 26 04:49:08 PM EDT 2026: now start nightly benchmarks' Tue May 26 04:49:08 PM 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 d9007400935..366dc3c0396 main -> origin/main Updating d9007400935..366dc3c0396 Fast-forward .github/workflows/auto-format.yml | 321 ------- lucene/CHANGES.txt | 14 +- .../org/apache/lucene/codecs/KnnVectorsWriter.java | 9 + .../codecs/lucene90/Lucene90DocValuesConsumer.java | 22 + .../document/SortedSkipperScorerSupplier.java | 24 +- .../lucene/document/column/ColumnFieldAdapter.java | 67 +- .../lucene/document/column/ColumnValidation.java | 47 + .../lucene/document/column/DictionaryColumn.java | 126 +++ .../lucene/document/column/OrdinalsCursor.java | 55 ++ .../document/column/OrdinalsTupleCursor.java | 50 ++ .../apache/lucene/index/BinaryDocValuesWriter.java | 11 + .../org/apache/lucene/index/IndexingChain.java | 72 +- .../lucene/index/NumericDocValuesWriter.java | 29 +- .../apache/lucene/index/SortedDocValuesWriter.java | 101 +++ .../lucene/index/SortedNumericDocValuesWriter.java | 11 + .../lucene/index/SortedSetDocValuesWriter.java | 63 ++ .../apache/lucene/search/SortedSetSelector.java | 41 + .../org/apache/lucene/util/SparseFixedBitSet.java | 70 +- .../document/column/ColumnBatchTestUtil.java | 97 +++ .../apache/lucene/index/TestDictionaryColumn.java | 947 +++++++++++++++++++++ .../apache/lucene/util/TestSparseFixedBitSet.java | 21 + .../codecs/faiss/FaissKnnVectorsReader.java | 5 +- .../lucene/sandbox/codecs/faiss/FaissLibrary.java | 2 +- .../codecs/faiss/FaissLibraryNativeImpl.java | 58 +- .../sandbox/codecs/faiss/FaissNativeWrapper.java | 21 +- .../codecs/faiss/TestFaissKnnVectorsFormat.java | 5 +- .../lucene/tests/index/AssertingLeafReader.java | 11 + 27 files changed, 1893 insertions(+), 407 deletions(-) delete mode 100644 .github/workflows/auto-format.yml create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/DictionaryColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/OrdinalsTupleCursor.java create mode 100644 lucene/core/src/test/org/apache/lucene/index/TestDictionaryColumn.java + ../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:clean UP-TO-DATE > Task :lucene:classification:clean > Task :lucene:core.tests:clean > Task :lucene:analysis.tests:clean > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:benchmark:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:grouping:clean > Task :lucene:join:clean > Task :lucene:misc:clean > Task :lucene:replicator:clean > Task :lucene:backward-codecs:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:monitor:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:icu:clean > Task :lucene:spatial-extras:clean > Task :lucene:luke:clean > Task :lucene:spatial3d:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queryparser:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:queries:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.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 9747626..9e3eeda main -> origin/main Updating 9747626..9e3eeda Fast-forward src/python/nightlyBench.py | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.26.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.26.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: 311 open, 3993 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-26 16:53:11.994346] start [2026-05-26 16:53:11.994457] log dir /l/logs.nightly/2026.05.26.16.53.11 Java version (see also /l/logs.nightly/2026.05.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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 = 369098752 {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.26.16.53.11/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.26.16.53.11/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 2: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 2 CPUs which need to have their frequency coordinated by software: 2 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.01 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.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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.26.16.53.11/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 9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5 LUCENE rev is 366dc3c0396bba2ba634670c1592926c75bcf8ae last successful Lucene rev d900740093504d1709bb17412b5a7b7a09bbfb62, luceneutil rev 97476263c4ead7244649e56d1e8ed200e47c6d16 run ['git', 'log', 'd900740093504d1709bb17412b5a7b7a09bbfb62^..366dc3c0396bba2ba634670c1592926c75bcf8ae'] No commit message asking for regold of results files [2026-05-26 16:53:12.204313] 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-26 16:53:12.440014] 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-26 16:53:12.440104] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.26.16.53.11/clean-lucene.log 2>&1 [2026-05-26 16:53:16.658948] took 4.2 sec [2026-05-26 16:53:16.658987] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.26.16.53.11/jar-lucene.log 2>&1 [2026-05-26 16:53:30.859495] took 14.2 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-26 16:53:33.563437] 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: 148748.00 stored_field_size_mb: 624.38 retrieved_time_msec: 171.64 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: 352030.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1333.47 Done: took 1026.83 seconds, saved to /l/logs.nightly/2026.05.26.16.53.11/geonames-stored-fields-benchmark-results.pk [2026-05-26 17:10:40.870647] done run stored fields benchmark [2026-05-26 17:10:40.870670] 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 26, 2026 5:10:42 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: 1529.8549154000004 ms Total time creating SSDVFacetCounts: 3055.5016196999995 ms Total time taken to get all dims for taxonomy: 0.12710623333333335 ms Total time taken to get all dims for SSDV: 0.07935490000000003 ms Total time to get top dims for taxonomy: 0.03918856666666666 ms Total time to get top dims for SSDV: 0.035291366666666664 ms Total time to get top "address.taxonomy/TX" children: 0.11097253333333335 ms Total time to get top "address.sortedset/TX" children: 0.18787370000000003 ms Total time to get all "address.taxonomy/TX" children: 0.15809290000000004 ms Total time to get all "address.sortedset/TX" children: 0.6039342999999998 ms Done: took 3474.18 seconds, saved to /l/logs.nightly/2026.05.26.16.53.11/nad-facet-benchmark.pk [2026-05-26 18:08:35.054356] done run NAD facets benchmark [2026-05-26 18:08:35.672448] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 366dc3c0396bba2ba634670c1592926c75bcf8ae dirty?=False luceneutil HEAD git revision at /l/util.nightly: 9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5 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 :build-tools:missing-doclet:processResources NO-SOURCE > 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 :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik.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:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:memory:jar 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:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes 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:facet:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:backward-codecs:jar 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:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene: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:morfologik:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar 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: 31.38 GB available RAM: 243.16 GB used RAM: 8.56 GB dirty RAM: 4.91 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.9s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 2.9s smell: isotropy=0.178 full-cov, 0.790 diag-only (effective rank ~182.6/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 14.5s: (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.0507, mean_std=0.0266, +3.4sigma vs threshold=3.0sigma [ ▂▅█▇▆▁ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▂▄▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▄█▂ ] dim 0000 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▅█▂ ] dim 0001 μ= +0.019 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▅█▇▂ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃▅████▄▂▁ ] [ ▆█▅ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▆█▄ ] dim 0004 μ= -0.017 σ= 0.028 zeros= 0% [ ▂████▄▂ ] [ ▄█▅▂ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ ▄█ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▅██▇▂ ] [ ▂█▄ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▄█ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▄ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ ▃█▇▁ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▇▁ ] dim 0011 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▅ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ █▄ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▅ ] dim 0014 μ= +0.006 σ= 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.031 zeros= 0% [ ▂▅████▅▂ ] [ ▆██▅ ] dim 0018 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▅█▄ ] dim 0019 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂████▇▃▁ ] [ ▁█▇ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▁█▄ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▂▇█▅ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▅█████▄▁ ] [ ▃▆▇█▄ ] dim 0023 μ= -0.009 σ= 0.046 zeros= 0% [ ▁▃███████▅▂▁ ] [ ▃██▃ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ▆█▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▄ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▆██ ] dim 0028 μ= +0.028 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▇█▄ ] dim 0029 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▅ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▂ ] dim 0031 μ= -0.014 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆██▂ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ ▃█▆ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ██ ] dim 0034 μ= -0.004 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▄█▇▁ ] dim 0035 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█▇ ] dim 0037 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▇█ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▆███▁ ] [ ▂██▂ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄▇█▄ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▄█████▆▂ ] [ ▁█▁ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▃ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▁█▇ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ ▃█▆▂ ] dim 0044 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ██ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▃████▃ ] [ █▆ ] dim 0046 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▅█▅ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▃▇███▇▃ ] [ ▂███▄ ] dim 0048 μ= +0.010 σ= 0.041 zeros= 0% [ ▁▃▆██████▃▂ ] [ ▇█▅ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▂▇███▅▂ ] [ ▃█▆▁ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▄ ] dim 0051 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ █ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▇█ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▇▂ ] [ ▁█▇ ] dim 0054 μ= +0.013 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▆█▃ ] dim 0056 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▄████▅▂ ] [ ▄█▇▃ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▆████▆▁ ] [ ▄█▇▁ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▇ ] dim 0059 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ █▁ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▅██ ] [ ██▅ ] dim 0061 μ= -0.016 σ= 0.030 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.010 σ= 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.013 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ ▅█▆▁ ] dim 0074 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0075 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▆█▁ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▅█▄▃ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▇█ ] dim 0078 μ= +0.016 σ= 0.021 zeros= 0% [ ▂▇██▇▂ ] [ ▄█▇▁ ] dim 0079 μ= +0.010 σ= 0.028 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.023 zeros= 0% [ ▂████▂ ] [ ▃▆█▂ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▇████▅▁ ] [ █▇ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅█▃ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁█▆ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▃█▅ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ ▂▅█▄ ] dim 0089 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂▆█▅▁ ] dim 0090 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▅█████▄▂ ] [ █▇ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▃▇█▄ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▆▇█▃ ] dim 0093 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▇█▆ ] dim 0094 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▇███▆▁ ] [ █ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▅█▅▁ ] dim 0096 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▇ ] dim 0097 μ= -0.006 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▅█▄ ] dim 0098 μ= +0.005 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▁█▇ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▅█▂ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ██ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃█▆ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▄███▆▂ ] [ ▃█▃ ] dim 0103 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▂██ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▆ ] dim 0105 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃█▆ ] dim 0106 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█ ] dim 0107 μ= -0.002 σ= 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.021 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.006 σ= 0.038 zeros= 0% [ ▁▄██████▃▁ ] [ ▁▅█▆▁ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▁█▁ ] dim 0116 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▅██▃ ] [ ▆█▅ ] dim 0118 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▅ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▂▇█▅▂ ] dim 0120 μ= -0.032 σ= 0.039 zeros= 0% [ ▁▂▆█████▅▃▁ ] [ ▁█▇ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ██ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▅█▃ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▃ ] dim 0124 μ= -0.014 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▁▅██▆▂ ] dim 0125 μ= -0.003 σ= 0.045 zeros= 0% [ ▁▃▆██████▆▃▁ ] [ ▃█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅█ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▁▇█▄ ] dim 0128 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▃████▅▂▁ ] [ ▆▇█▃ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▄█████▇▄▁ ] [ ▁█▅ ] dim 0130 μ= -0.029 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂██▄ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▄ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █▁ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▁▆██▁ ] [ ▅█▃ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃▆█▄ ] dim 0135 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁▄█▅▂ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▃██▃ ] dim 0137 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▇█▂ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▆ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▁▆███▇▂▁ ] [ ▂█▃ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▃███▄ ] [ ▃█▅ ] dim 0141 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ █▂ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█▃ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▂▅█▅ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▂▄█████▅▂ ] [ ▄█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃▇█▄ ] dim 0146 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█▄ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▂▇███▇▂ ] [ ▇█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▄██▅▁ ] [ ▄█▅ ] dim 0149 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▇▃ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▆██▄ ] dim 0151 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▂█ ] dim 0152 μ= +0.023 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▃█▆▁ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▇▃ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▃██▄ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▂█▆ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▄███▇▂ ] [ ██ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▂▇█▂ ] dim 0159 μ= -0.004 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▆█▂ ] dim 0160 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▃▇█▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂ ] [ ▁█▇ ] dim 0162 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▃████▃ ] [ ▁██▅ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ ▄██▂ ] dim 0164 μ= +0.032 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▆ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▅█▇▄ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ █▄ ] dim 0167 μ= -0.008 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▁█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▇█▂ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▁▇█▅ ] dim 0170 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▆ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▅ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ █▇ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▅█▂ ] dim 0174 μ= -0.018 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▅ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▃█████▃▁ ] [ ▄█ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▃█▆ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ ▅█▂ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▃██▅ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▄ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▄ ] dim 0181 μ= +0.001 σ= 0.027 zeros= 0% [ ▃▇███▄▁ ] [ ▅█▇ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▆████▂ ] [ ▇▇█▄ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ ▁▅██▁ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▇█▂ ] dim 0185 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ █▇ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▃ ] dim 0187 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▄██▆ ] dim 0189 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▅█▆▂ ] dim 0190 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ ▃██▃ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▁██▂ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂▇█▅ ] dim 0193 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▅ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▅███▇▃▁ ] [ ▆█▄ ] dim 0195 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▃ ] dim 0196 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0197 μ= -0.014 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▄█▃ ] dim 0198 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▂▆█▅ ] dim 0199 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▇█▅ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▇▃ ] [ █▄ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▆█▂ ] dim 0202 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▅ ] dim 0203 μ= +0.028 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▂██▄ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ █▆ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▄█▄ ] dim 0206 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅██▃ ] dim 0207 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ █▄ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▇█▁ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ █▄ ] dim 0210 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁▇█▆ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃██▃ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ ▁▆█ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▂██▄ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▇█▃ ] dim 0215 μ= -0.000 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▃█▇▁ ] dim 0216 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▃ ] dim 0217 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▂██▅▁ ] [ ▆█▇ ] dim 0219 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█▄ ] dim 0220 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃ ] [ ▁█▆ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▇█▂ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▂█▄ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▇▄ ] dim 0224 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▆ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▄ ] dim 0226 μ= +0.001 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▆█▆ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▆▅▁ ] dim 0228 μ= +0.039 σ= 0.038 zeros= 0% [ ▁▃▆█████▃▂ ] [ ▂█▂ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▁█▂ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▂ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▄ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▆ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▁▅█▄ ] dim 0234 μ= +0.039 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▁ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂▇█▆ ] dim 0236 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▁█▆ ] dim 0237 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▃█▆ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▄ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ █▇ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▂▅█▇▃ ] dim 0241 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▆█▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▆ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▆██▄ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁▇█▅ ] dim 0245 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂▆█▄ ] dim 0247 μ= -0.037 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁▁ ] [ ▄█▆▂ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ ▁▆█▃ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▁█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ █▇ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▂ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▅███▄ ] [ ▇█▅ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ ▁▆█▆▃ ] dim 0255 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▃▅█▆▄ ] dim 0256 μ= -0.012 σ= 0.045 zeros= 0% [ ▁▁▄▆█████▇▄▂▁ ] [ ▁▆█▃ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▄ ] dim 0258 μ= +0.002 σ= 0.027 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.013 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▆ ] dim 0265 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▅█▃ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ █▄ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▃█▇▅▂ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▃▅█████▅▂▁ ] [ ▆█▄ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▂█▇▅ ] dim 0270 μ= -0.000 σ= 0.031 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.033 zeros= 0% [ ▃▇████▄▁ ] [ ▆█▄ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▁█▄ ] dim 0276 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▄█▅ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▁█▅ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁█▇▄ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▃█▅ ] dim 0280 μ= +0.025 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▄ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▂ ] dim 0282 μ= +0.006 σ= 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.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▆▁ ] dim 0286 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▃█▂ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▄███▃▁ ] [ ▃▆█▆▃ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▄▅█████▆▃▁▁ ] [ ▂█▆ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▆▂ ] dim 0290 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █ ] dim 0291 μ= -0.016 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▇█▇ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▄█ ] dim 0293 μ= +0.021 σ= 0.019 zeros= 0% [ ▃██▇▂ ] [ ▂██▂ ] dim 0294 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▅█▃ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ██ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▅██▅▁ ] [ ▁█▄ ] dim 0298 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▄ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▃██▄ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▅████▆▂▁ ] [ ▄█▄ ] dim 0301 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▄▁ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▂▄█████▄▂ ] [ ▃█ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂██▄ ] dim 0304 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▃ ] [ ▁▇█▅ ] dim 0305 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▇▄ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▄▇████▆▃▁ ] [ █▄ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▄█▆▂ ] dim 0308 μ= +0.031 σ= 0.037 zeros= 0% [ ▁▄▇████▆▃▁ ] [ ▁▆█▅ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ██▁ ] [ █ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ▂▆█▃ ] dim 0312 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▂█ ] dim 0313 μ= +0.003 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▅▇█▇▃ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▂▄██████▆▃▂ ] [ ▅█ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▁▇█ ] dim 0316 μ= -0.025 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▆█▅ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ █▃ ] dim 0318 μ= -0.009 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▃█▅ ] dim 0319 μ= +0.009 σ= 0.030 zeros= 0% [ ▃▆████▃▁ ] [ ▃█▃ ] dim 0320 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▅ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▄▇█▃ ] dim 0322 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▇▃ ] dim 0323 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ██ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▅█▆▃ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▁█▇ ] dim 0326 μ= -0.006 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ █▇ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ █ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▅█▃ ] [ ▆█▆ ] dim 0329 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▅▇█▆ ] dim 0330 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▁▃▇█████▄▂▁ ] [ ▅██▅ ] dim 0331 μ= -0.004 σ= 0.040 zeros= 0% [ ▂▅█████▇▅▂▁ ] [ ▄█▂ ] dim 0332 μ= +0.023 σ= 0.020 zeros= 0% [ ▃███▃ ] [ █▇▂ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▃ ] dim 0335 μ= +0.002 σ= 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.029 zeros= 0% [ ▁▃████▇▃ ] [ ▁▆█▃ ] dim 0340 μ= +0.000 σ= 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.024 zeros= 0% [ ▁▃████▂ ] [ ▃█▇▁ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▇█ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▄█▇▃ ] dim 0347 μ= -0.025 σ= 0.030 zeros= 0% [ ▂▄████▄▂ ] [ ▄█▇▂ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▃█▇▁ ] dim 0349 μ= -0.027 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ █▇ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▁▇█▄ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▆ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▅ ] dim 0353 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▃██▃ ] dim 0354 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁█▅ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█▇▃ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁▆█▂ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▄█▇ ] dim 0359 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▃█▆ ] dim 0360 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▅████▂▁ ] [ ▁▅█▅▁ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▂▅█████▄▁▁ ] [ █▆ ] dim 0362 μ= -0.026 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▁▇█▃ ] dim 0363 μ= +0.020 σ= 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.022 zeros= 0% [ ▁▆███▂ ] [ ▁█ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ██ ] dim 0368 μ= -0.006 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▇█ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▅██▇▂ ] [ ▁▅█▆ ] dim 0371 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▅█▃ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂▇█▄ ] dim 0373 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█ ] dim 0374 μ= -0.019 σ= 0.020 zeros= 0% [ ▅███▂ ] [ ▄█▆ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▁█▄ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▁█▇▂ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▂ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▆█▄ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▁██ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▄█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▃█▅ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▁▇█▅ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▆ ] dim 0384 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▅█▃ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▃█▇ ] dim 0386 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▃██ ] [ ▂▅██▄ ] dim 0388 μ= +0.011 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▄▂▁ ] [ ▄█▅ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ ▄█▄ ] dim 0390 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▁▇█▅ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█▂ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁▅█▇▂ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▇█ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▄█▇▄ ] dim 0395 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▅█▃ ] dim 0396 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▂▆█▃ ] dim 0398 μ= -0.000 σ= 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.029 zeros= 0% [ ▁▂▇███▆▂▁ ] [ ▇█▂ ] dim 0402 μ= +0.000 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▁▇█▂ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▁ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▇▂ ] dim 0405 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▇█ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ █▆ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▆██▄▁ ] [ ▄█▃ ] dim 0408 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▅ ] dim 0409 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▃ ] dim 0410 μ= -0.019 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▃ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃▇███▇▂ ] [ ▂▇█▆▁ ] dim 0412 μ= +0.004 σ= 0.039 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▄█▆ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▆ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▁█▆ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄█▇▄ ] dim 0416 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▄▇█████▃▁ ] [ ▃█▆ ] dim 0417 μ= +0.009 σ= 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.034 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.015 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ▂▇█▆▁ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▃█ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃▇█▅▁ ] dim 0427 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃██▆▁ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁ ] [ █▅ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▇██▃ ] [ ▂█▆ ] dim 0430 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▁█▆▁ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▇ ] dim 0432 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▆ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▃▆████▃▁ ] [ ▅█▃ ] dim 0434 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▁ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▃█▆▃ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▇████▅▁ ] [ ▄██▂ ] dim 0437 μ= +0.010 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▁ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▄ ] dim 0439 μ= -0.017 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▅█▄ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▂▇███▆▁ ] [ ▂▇█▄ ] dim 0441 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▅ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁███▄ ] [ █▃ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂▅█▇▅▁ ] dim 0444 μ= +0.016 σ= 0.043 zeros= 0% [ ▂▅██████▅▂▁ ] [ ▃█▃ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▁██▃ ] dim 0446 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ ██▃ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▂▇███▄ ] [ ▄█▄ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ █▆ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▄█▁ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ ▂█▄ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄█▅ ] dim 0452 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▅ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▁███▄▁ ] [ ▃█ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▃█▆▃ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▃▅██████▄▁ ] [ ▁█▇▃ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▇▁ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▂██▁ ] dim 0458 μ= +0.015 σ= 0.030 zeros= 0% [ ▂▄████▅▁ ] [ ▃█▅ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂█▇ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▅ ] dim 0461 μ= -0.006 σ= 0.012 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.007 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▃▇█▃ ] dim 0466 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▂▄█████▇▄▁ ] [ ▄█▂ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄█▃ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▄███▄▁ ] [ ▁██▃ ] dim 0469 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0470 μ= -0.017 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▁▇█▁ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ █▇ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▂▇█▄ ] dim 0475 μ= -0.000 σ= 0.039 zeros= 0% [ ▁▄▅█████▄▁ ] [ █▄ ] dim 0476 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁██ ] dim 0478 μ= -0.025 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0479 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▅█▆▂ ] dim 0480 μ= -0.008 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▅█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▆ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▅██▁ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▃▆████▄▁ ] [ ▁██▇▁ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▆█ ] dim 0485 μ= +0.017 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▅█▄ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▂▆███▇▂ ] [ ▇█▁ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▂▇███▃▁ ] [ ▃▅█▆▂ ] dim 0488 μ= +0.025 σ= 0.045 zeros= 0% [ ▁▁▃▇█████▆▃▂ ] [ ▁█▇ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▇█▆▂ ] dim 0490 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ▅█▇ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ █▇ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▁ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▅█▅ ] dim 0495 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ █ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂█▁ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅▆█▅ ] dim 0498 μ= +0.016 σ= 0.040 zeros= 0% [ ▂▃▇█████▄▁ ] [ ▄█▅ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂▅█▆ ] dim 0500 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ █▅ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▅█▁ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█▄ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▆█ ] dim 0504 μ= -0.003 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▇█ ] dim 0505 μ= -0.004 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂█▄ ] dim 0506 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▆ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▃███▅▂ ] [ ▃█▇▃ ] dim 0508 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▇█▂ ] dim 0509 μ= -0.001 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▃█▇ ] dim 0510 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▄▁ ] [ ▁▅█▆▃ ] dim 0511 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▃█▄ ] dim 0512 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ █ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▁▆█▅ ] [ ▄█▇▄ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂█▅ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▂ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄▇█▃ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▁▃█████▇▃▁ ] [ ▃█▅ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▁ ] dim 0519 μ= -0.038 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▃█▅ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▁▇█▄ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▁█▇ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▅█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▂█▆▁ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▂██▁ ] [ ▅█▂ ] dim 0526 μ= -0.016 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▁█▇ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▂██▅ ] dim 0528 μ= -0.040 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▇▂ ] dim 0529 μ= +0.012 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▄ ] dim 0530 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▃ ] dim 0531 μ= -0.014 σ= 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.020 zeros= 0% [ ▁▆██▇▁ ] [ ▆█▆ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▄ ] dim 0538 μ= +0.028 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂▆█▅▁ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▄█▆▃ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▆█▃ ] dim 0541 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃██▃ ] dim 0542 μ= -0.004 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ ▃▆█▆ ] dim 0543 μ= +0.019 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▃█▄ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▄█ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▅█▅ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▅ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ ▅█▃ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▄██▁ ] dim 0549 μ= +0.013 σ= 0.030 zeros= 0% [ ▁▆████▅▁ ] [ ▁▅██▃ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▅██████▃▁ ] [ █▂ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▂█▆▁ ] dim 0552 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▁ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0554 μ= +0.018 σ= 0.018 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.011 σ= 0.042 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▃█▇▃ ] dim 0560 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▂▇█████▄▁ ] [ ▂██▄ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▆█▁ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█▅ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▂ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅█ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆████▂ ] [ ▂█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁▇█▁ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▅█▄ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▃▇███▅▂ ] [ ▂██▁ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▆█▄ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▄████▆▃ ] [ █ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ██ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ █▂ ] dim 0574 μ= -0.012 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▁▆█▆▁ ] dim 0575 μ= +0.006 σ= 0.043 zeros= 0% [ ▁▁▃▆█████▆▃▂ ] [ ▁▇█ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▃ ] dim 0577 μ= -0.001 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▇██▂ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▃█▆ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂██▂ ] dim 0580 μ= -0.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.032 σ= 0.051 zeros= 0% [ ▂▃▅▇██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0507, mean_std=0.0266, +3.4sigma vs threshold=3.0sigma [ ▅█▂ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ █▄ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▅█▆▂ ] dim 0588 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▄▇████▄▂ ] [ ▅█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁▅█▇ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▃█████▅▁ ] [ ▄█ ] dim 0591 μ= -0.020 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▇█ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃██▄ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▄██▄ ] dim 0594 μ= -0.001 σ= 0.035 zeros= 0% [ ▂▆█████▄▁ ] [ ▃█▇ ] dim 0595 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▃ ] dim 0596 μ= +0.004 σ= 0.022 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.035 zeros= 0% [ ▂▄█████▄▁ ] [ █▆ ] dim 0601 μ= +0.014 σ= 0.020 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.029 zeros= 0% [ ▁▅████▄▁ ] [ █▅ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂██▆ ] dim 0607 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▁▄████▇▂▁ ] [ ▃▇█▅ ] dim 0608 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▄█▅▁ ] dim 0609 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▇█ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▆█▁ ] dim 0611 μ= -0.000 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▂▅██▃ ] dim 0612 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▅█████▇▃▁ ] [ ▂█ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▂█▅ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▄███▆▁ ] [ █▅ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁█▇▁ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▇ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▄ ] dim 0618 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▂▇███▅▁ ] [ █▄ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁██▃ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▁ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▁ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▆████▄▂ ] [ ▃█▄ ] dim 0623 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ██ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▂▇██▇▁ ] [ ▄█▂ ] dim 0625 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▇███▄▁ ] [ ▃██▇▃ ] dim 0626 μ= -0.012 σ= 0.040 zeros= 0% [ ▃▆█████▆▄▁ ] [ █▇▁ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃▆█▇ ] dim 0628 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▁▅██▁ ] dim 0629 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▂ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▆█▃ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▃ ] dim 0632 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▃███▄ ] [ ▄█▃ ] dim 0633 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ █▅ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▃▇█▄▁ ] dim 0635 μ= -0.019 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▆█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▇▂ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▁▅████▄▁ ] [ ▆█ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃██▄ ] dim 0639 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▃█▂ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▄███▃ ] [ ▂▆█▇▄ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▆█▂ ] dim 0642 μ= +0.020 σ= 0.023 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▆ ] dim 0643 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▅█▄ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃▇█▅ ] dim 0645 μ= -0.004 σ= 0.031 zeros= 0% [ ▂▆████▅▁ ] [ ▄█▆▂ ] dim 0646 μ= +0.010 σ= 0.032 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.007 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄██▁ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▂▇████▄▁ ] [ ▅█▅ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▃▇███▇▃▁ ] [ ██ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▂ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▃██▂ ] dim 0657 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▅█ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▅███▁ ] [ ▂██▄ ] dim 0659 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂▆█▅▂ ] dim 0660 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▁ ] dim 0661 μ= -0.001 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▂█ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▂▅█▆▃ ] dim 0663 μ= -0.008 σ= 0.040 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▁▆█▃ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▆▂ ] dim 0665 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▅█▃ ] dim 0666 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁▅██▃ ] dim 0667 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▁█▂ ] dim 0668 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▂ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▃▇███▅▁ ] [ ▂█▆ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▆ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▃█▅ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▅ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▆█▃ ] dim 0674 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▃ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▄ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▃██▅ ] dim 0677 μ= +0.018 σ= 0.035 zeros= 0% [ ▂▆████▇▃▁ ] [ ▂█▆ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▁▆█▂ ] dim 0679 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▃ ] dim 0680 μ= +0.008 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▂█▄ ] dim 0682 μ= -0.012 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▆█▃ ] dim 0683 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▅▂▁ ] [ ▄█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▂█▆ ] dim 0685 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅██▅ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▂▄██████▅▁▁ ] [ ▁██▂ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁▃█▅ ] dim 0688 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ▂█▃ ] dim 0689 μ= -0.012 σ= 0.022 zeros= 0% [ ▄███▅▁ ] [ █▃ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▁▆█▄ ] dim 0691 μ= +0.018 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ ▂▇█▃ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▆▁ ] dim 0693 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▅ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▅█▄ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▂█▆ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▁▅█▄ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▅█ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▂▇█▄ ] dim 0699 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁▆█▁ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▁ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▆████▄▂ ] [ ▁██▂ ] dim 0702 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▃ ] dim 0703 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▆█ ] dim 0704 μ= -0.003 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▄█▇▁ ] dim 0705 μ= -0.010 σ= 0.031 zeros= 0% [ ▃▆████▄▁ ] [ █ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁▇█▆▁ ] [ ▄█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▅██ ] dim 0708 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ██▁ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▃▆█▅ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▄▆█████▄▁ ] [ ▃█▅▂ ] dim 0711 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▄▇████▅▂ ] [ ▅█▅ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▅███▇▁ ] [ ▂█▇▁ ] dim 0713 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆██▂ ] dim 0714 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▄█ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ █▄ ] dim 0716 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▃█▆ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▆████▂ ] [ ▇█ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▁▅█▄ ] dim 0719 μ= +0.041 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▁ ] [ ▂▇█▃ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▄ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ██ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▅██▅▁ ] [ ▂▅█▄ ] dim 0723 μ= -0.018 σ= 0.034 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.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▁ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▆ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▃ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▅█▄ ] dim 0731 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▅█▅ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▅ ] dim 0733 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▄ ] dim 0734 μ= -0.010 σ= 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.024 σ= 0.043 zeros= 0% [ ▁▄▇█████▆▃▁ ] [ ▃█▁ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃██▄ ] dim 0740 μ= +0.015 σ= 0.038 zeros= 0% [ ▂▄▇████▇▃▁ ] [ ▂█▃ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▆█▇ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▄▇████▃▁ ] [ ▅█ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▆█▄ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ██▂ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▂████▃ ] [ █▅ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▃█▇▂ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▂▇█▂ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▄ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄▆█▄ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▂▆█▄ ] dim 0751 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▃ ] dim 0752 μ= -0.000 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▁█▇ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ █ ] dim 0754 μ= -0.012 σ= 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.025 zeros= 0% [ ▂▆███▃▁ ] [ ▃█▆▁ ] dim 0758 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▂▇█▃ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂██ ] [ ▂█▆▄ ] dim 0761 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▃██████▃▁ ] [ ▅▇█▁ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▂██▂ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▅ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ █▆ ] dim 0765 μ= +0.013 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▃█▆▁ ] dim 0766 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂██▃ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ █▄ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▂██▃ ] dim 0769 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃▇█▃ ] dim 0770 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▄ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ █▇ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▃█▄ ] dim 0773 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▁▅█▆▂ ] dim 0774 μ= -0.009 σ= 0.037 zeros= 0% [ ▂▄█████▇▂▁ ] [ █▇ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▄ ] dim 0776 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▁▃█████▄▁ ] [ ▅█▄ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁██ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ █▇▁ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▁██▁ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▂█▃ ] dim 0781 μ= -0.012 σ= 0.020 zeros= 0% [ ▂███▄ ] [ █▃ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▅█▁ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▁██▁ ] dim 0784 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ██▁ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▇█▄ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▂ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▄███▃ ] [ ▄█▄ ] dim 0788 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▁▇█▂ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄▇█▄ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▄ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▁█▆▃ ] dim 0792 μ= +0.019 σ= 0.033 zeros= 0% [ ▂▄████▆▃▁ ] [ ▂█▆▁ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▇█▃ ] dim 0794 μ= -0.001 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂█▇▁ ] dim 0795 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▇ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▆ ] dim 0797 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▃ ] dim 0798 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▇█▁ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅▇█▂ ] dim 0800 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▁▅█████▆▃▁ ] [ █▃ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁█▆ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ █▃ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▃██▄ ] dim 0804 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ██ ] [ █▇ ] dim 0806 μ= -0.025 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄▇█▂ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▆█▅ ] dim 0808 μ= +0.004 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ █▄ ] dim 0809 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▄█▅ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▅██▂ ] dim 0811 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ ▇█▆ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▃ ] dim 0813 μ= +0.027 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ █▆ ] dim 0814 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▇█▁ ] dim 0815 μ= -0.002 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▅█▁ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▇ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▅█▄ ] dim 0818 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▆▂ ] dim 0819 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▅█▆▁ ] dim 0820 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▅█████▄▁ ] [ ▄█▁ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▄███▃ ] [ █▆ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▄█▆▂ ] dim 0823 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃▇████▅▁ ] [ ▁█▇ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▆█▁ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▄██▃ ] dim 0826 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▂ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▆▁ ] dim 0828 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄██▄ ] dim 0829 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▃█▇▅ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▅█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▅█▅ ] dim 0832 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁██▃ ] dim 0833 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▇▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▂▄████▇▂▁ ] [ ▃█▇▂ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▆ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▁██ ] dim 0838 μ= +0.012 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃█▅ ] dim 0839 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▁██▂ ] dim 0840 μ= -0.004 σ= 0.031 zeros= 0% [ ▂▄████▄▂ ] [ ▂█▇ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▃██▆ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ █▂ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▄█▄ ] dim 0844 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▇ ] dim 0845 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█▁ ] dim 0846 μ= -0.021 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▄ ] dim 0847 μ= +0.025 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▁▆█▄ ] dim 0848 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▇▂ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▆█▁ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▄ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▇▄ ] dim 0852 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▆█ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▄██▇▂ ] [ ▂█▅ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▂█▅ ] dim 0856 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▄ ] dim 0857 μ= +0.006 σ= 0.029 zeros= 0% [ ▂▇███▇▃▁ ] [ ▂██▁ ] dim 0858 μ= -0.005 σ= 0.028 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.037 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▁█▆ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▃█▄ ] dim 0864 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▁ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▁ ] dim 0866 μ= -0.021 σ= 0.024 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.030 zeros= 0% [ ▂▄████▅▁ ] [ ▁██▇▁ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▁▅█▅▁ ] dim 0872 μ= -0.014 σ= 0.036 zeros= 0% [ ▂▄█████▅▂ ] [ ▄█▇▁ ] dim 0873 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇▄ ] dim 0874 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ █▆ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▄██▂ ] [ █▄ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▆█ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ █▅ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▅█▇▃ ] dim 0879 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▃█▆▁ ] dim 0880 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄█▁ ] dim 0881 μ= -0.038 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▆▁ ] dim 0882 μ= +0.004 σ= 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.020 zeros= 0% [ ▃███▂ ] [ ▅█▅ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▃█▁ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂█▂ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▇█▅ ] dim 0889 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ██▁ ] dim 0890 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▆█▄ ] dim 0891 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ █▅ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▃██▃ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ ▂▇█▁ ] dim 0894 μ= -0.024 σ= 0.026 zeros= 0% [ ▄████▃▁ ] [ ▁▂▇█▇▃ ] dim 0895 μ= +0.000 σ= 0.045 zeros= 0% [ ▁▂▅██████▆▃▁ ] [ ▁▆█▃ ] dim 0896 μ= +0.037 σ= 0.033 zeros= 0% [ ▂▄████▆▂ ] [ ▁█▆ ] dim 0897 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▅█▃ ] dim 0898 μ= -0.033 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▄█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▆█▅ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▃▇█▄ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▇█▄ ] dim 0902 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▃▇█▃ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▆█████▂▁ ] [ ▄█▃ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂▆█▇▂ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃▄█████▅▁ ] [ ▆█▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ █▂ ] dim 0907 μ= +0.008 σ= 0.018 zeros= 0% [ ▂▇██▂ ] [ ▁█▇ ] dim 0908 μ= -0.006 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄█▄ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▆███▆▁ ] [ ▅█▇▄ ] dim 0910 μ= -0.009 σ= 0.048 zeros= 0% [ ▁▂▄▆██████▆▂▁ ] [ ██▁ ] dim 0911 μ= -0.001 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▁ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁██ ] dim 0913 μ= +0.013 σ= 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.009 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄▇█▃ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄█▅ ] dim 0919 μ= +0.004 σ= 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.007 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▃█▃ ] dim 0924 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▇█▇▁ ] dim 0925 μ= -0.032 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▃██▁ ] dim 0926 μ= +0.033 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▇ ] dim 0927 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▃ ] dim 0928 μ= -0.019 σ= 0.035 zeros= 0% [ ▂▆█████▃▁ ] [ ██▁ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▁█▇ ] dim 0930 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▆▁ ] [ ▂▇██▃ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▃█████▆▃ ] [ █ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▅█▇ ] [ ▂▇█▄ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▂██ ] dim 0935 μ= -0.027 σ= 0.024 zeros= 0% [ ▁▄████▂ ] [ █ ] dim 0936 μ= +0.004 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▅█ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▅█▅ ] dim 0938 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▄ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▃█▆▂ ] dim 0940 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▄▁▁ ] [ ▅█▇▅▁ ] dim 0942 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▂▄██████▅▂ ] [ ▁█▅ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃▇█▁ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▆█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▄█▇▁ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▅ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ██ ] dim 0948 μ= +0.014 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▄█▄ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂████▇▃▁ ] [ ▄█▂ ] dim 0950 μ= +0.023 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▂█▅ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ ▂▇█▄ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▅▃▁ ] [ ▂██ ] dim 0953 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ▄██▁ ] dim 0954 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▇▃ ] dim 0955 μ= +0.014 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ █▄ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▃█ ] dim 0957 μ= -0.000 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▃█▅ ] dim 0958 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ██▅ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▂ ] dim 0960 μ= +0.000 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ ██ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █▆ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▃ ] dim 0963 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▇ ] dim 0964 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂██▄ ] dim 0965 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂▆█▇▅ ] dim 0966 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▃▅██████▅▂▁ ] [ ▃█▄ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ █▂ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁▅█▄ ] dim 0969 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▁▇█▇▄ ] dim 0970 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▂▅█▇▆▁ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▂▄▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▄█▇▂ ] dim 0972 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█ ] dim 0973 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▆█ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▂██▄ ] [ █▇ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▇ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▄█▇▂ ] dim 0977 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁▆█▄ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▆█ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃█▅ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂██▂ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0982 μ= +0.003 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ██ ] dim 0983 μ= +0.016 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▆█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▃█▇ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▃███▇▃ ] [ ▃▇█▆ ] dim 0986 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▁▆█▄ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▂▆█▃ ] dim 0989 μ= -0.021 σ= 0.034 zeros= 0% [ ▂▅████▆▃ ] [ ▃█▇▄ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▂▅████▆▃▁ ] [ ██ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▁██▃ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆▁ ] dim 0993 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▁▇█▃ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁▆█▆▁ ] dim 0995 μ= -0.015 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▃█▁ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃█▄ ] dim 0997 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ██ ] dim 0998 μ= +0.015 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▇█▁ ] dim 0999 μ= +0.018 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▁▆█▂ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁▇█▄ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▅ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▅█ ] dim 1003 μ= +0.019 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▁▆█▁ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▄█▆ ] dim 1005 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▄█▆ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▅ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ █▇▁ ] dim 1008 μ= -0.004 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁█▅ ] dim 1009 μ= +0.009 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃██▃ ] dim 1010 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▂██▃ ] dim 1011 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▅█▃ ] dim 1012 μ= +0.001 σ= 0.027 zeros= 0% [ ▃▆███▄▁ ] [ ██ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃██▂ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▃█ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▆█ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ █▂ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▄█▅ ] dim 1018 μ= -0.013 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ ▄█▆▁ ] dim 1019 μ= -0.009 σ= 0.031 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.007 σ= 0.030 zeros= 0% [ ▂▇████▃▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.4s smell: 200/2000 ( 10%) 0.6s smell: 300/2000 ( 15%) 0.9s smell: 400/2000 ( 20%) 1.2s smell: 500/2000 ( 25%) 1.5s smell: 600/2000 ( 30%) 1.9s smell: 700/2000 ( 35%) 2.2s smell: 800/2000 ( 40%) 2.6s smell: 900/2000 ( 45%) 2.8s smell: 1000/2000 ( 50%) 3.2s smell: 1100/2000 ( 55%) 3.5s smell: 1200/2000 ( 60%) 3.8s smell: 1300/2000 ( 65%) 4.1s smell: 1400/2000 ( 70%) 4.5s smell: 1500/2000 ( 75%) 4.7s smell: 1600/2000 ( 80%) 5.0s smell: 1700/2000 ( 85%) 5.3s smell: 1800/2000 ( 90%) 5.7s smell: 1900/2000 ( 95%) 5.9s smell: 2000/2000 (100%) 6.1s smell: isotropy=0.176 full-cov, 0.792 diag-only (effective rank ~180.0/1024 full, ~810.6/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.176 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 1 degenerate dim(s) found in 17.7s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▄█▇▂▁ ] dim 0585 μ= -0.032 σ= 0.048 zeros= 0% [ ▁▂▄▆██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▅█▃ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁██▂ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▇▂ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▅█▃ ] dim 0003 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▂ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▂████▅▂ ] [ ▄█▇▂ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▇█ ] dim 0006 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▂█▃ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▆█▆ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃█▇▃ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▆█▆▁ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ █▃ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▁█▄ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁▆█▆▁ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▂▅█████▄▁ ] [ ▇█ ] dim 0015 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ █▇▂ ] dim 0016 μ= +0.002 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▃██▃ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ ▄█▇▅ ] dim 0018 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▆█▄ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂████▆▂▁ ] [ ▂█▆ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▂█▃ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▄██▅ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▄█████▄▁▁ ] [ ▃▅▆█▄ ] dim 0023 μ= -0.009 σ= 0.047 zeros= 0% [ ▁▁▄▇██████▅▂▁ ] [ ▅██▃ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▂▇████▆▂ ] [ ▁█▇▂ ] dim 0025 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0026 μ= +0.027 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▅ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▅████▂▁ ] [ ▄█▅ ] dim 0028 μ= +0.027 σ= 0.030 zeros= 0% [ ▁▂████▇▃▁ ] [ ██▂ ] dim 0029 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂█ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃█▆▁ ] dim 0032 μ= +0.030 σ= 0.035 zeros= 0% [ ▁▃█████▄▂ ] [ ▄█▅ ] dim 0033 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ █▇ ] dim 0034 μ= -0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▅ ] dim 0035 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▂█▅ ] dim 0037 μ= -0.027 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▃██▁ ] dim 0039 μ= +0.034 σ= 0.029 zeros= 0% [ ▁▁▅████▄▁ ] [ ▅█▆▂ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▂█ ] dim 0041 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▆█▂ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▆ ] dim 0043 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▆▂ ] dim 0044 μ= -0.025 σ= 0.031 zeros= 0% [ ▂▄████▄▁ ] [ ██ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▂████▂ ] [ █▅ ] dim 0046 μ= +0.013 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▆█▅ ] dim 0047 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▂▇█▇▃ ] dim 0048 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▇█▃ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▆▁ ] dim 0050 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▄████▃▁ ] [ ▂▆█▄ ] dim 0051 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▂█ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ██ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁█▇ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ █▇▁ ] dim 0055 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂██▅ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▇▂ ] dim 0057 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂█████▅▂ ] [ ▅█▇▁ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▄ ] dim 0059 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▄█▆ ] [ ██▄ ] dim 0061 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▄ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ ▁██ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄█▅ ] dim 0064 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▆█▄ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▃▇███▆▁ ] [ ▃█▃ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▅██▃ ] dim 0067 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▃█▄ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ █▅ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▃█▅ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▄ ] dim 0071 μ= +0.008 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ █▆ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ █ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁▇█▆▁ ] [ ▅█▆ ] dim 0074 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▇ ] dim 0075 μ= -0.005 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▇█ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▅█▆▂ ] dim 0077 μ= -0.010 σ= 0.039 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.014 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▄█▅▂ ] dim 0084 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ █▇▁ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▆█▄ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▄ ] dim 0087 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▅█▆ ] dim 0088 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▆ ] dim 0089 μ= +0.024 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁██▄ ] dim 0090 μ= +0.003 σ= 0.034 zeros= 0% [ ▂▅█████▃▁ ] [ █▆ ] dim 0091 μ= +0.033 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃▆█▃ ] dim 0092 μ= +0.037 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▆█▆▃ ] dim 0093 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▄█████▆▂ ] [ ▅█▃ ] dim 0094 μ= +0.003 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ▄█▄ ] dim 0096 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▁█▆ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▅█▃ ] dim 0098 μ= +0.005 σ= 0.026 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.018 zeros= 0% [ ▁▆██▆▁ ] [ ▁▇█▅ ] dim 0108 μ= -0.017 σ= 0.036 zeros= 0% [ ▂▆████▇▃▁ ] [ ▃█▄ ] dim 0109 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▃█▄ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▄█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▃ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▄██▃ ] dim 0114 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▁▆█▆▁ ] dim 0115 μ= -0.014 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▂█▂ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▁██▇ ] dim 0118 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▅ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁▅█▃▁ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▂▄█████▄▂ ] [ ▄█▇ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ██ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▅██▅▁ ] [ ▄█▁ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▃█▂ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▁▄▇█▄▁ ] dim 0125 μ= -0.004 σ= 0.046 zeros= 0% [ ▁▃▆██████▅▃ ] [ ▄█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▇█▁ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▂▆███▂ ] [ ▁██▃ ] dim 0128 μ= -0.020 σ= 0.030 zeros= 0% [ ▁▄████▆▁ ] [ ▅█▇▄ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▁▄█████▆▃▂ ] [ ▂█▅ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▂██▂ ] dim 0131 μ= -0.001 σ= 0.029 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.004 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ ▁▃█▅▂ ] dim 0136 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▃██▃ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▂██▁ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▅ ] dim 0139 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▂▆███▆▂ ] [ ▄█▃ ] dim 0140 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄█▂ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ █ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▇█▃ ] dim 0143 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▄ ] dim 0144 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▂█▆▄ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▂▆████▄▂ ] [ ▆█▄ ] dim 0147 μ= +0.026 σ= 0.028 zeros= 0% [ ▁▂▆███▆▂ ] [ █▆ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▅██▅ ] [ ▄█▃ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▄█▆▂ ] dim 0150 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▃█████▅▂ ] [ ▁▇█▇▂ ] dim 0151 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▁▄█████▆▂ ] [ ▃█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▅▁ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▄██▂ ] dim 0154 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ █ ] dim 0155 μ= +0.008 σ= 0.013 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.003 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ██▂ ] dim 0160 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▄██▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁██ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▆█▃ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇▁ ] dim 0164 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▅█▅ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▅██▃ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ █▄ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▅██▂ ] [ ▂█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇ ] [ ▁██▂ ] dim 0169 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂▇█▅ ] dim 0170 μ= +0.022 σ= 0.032 zeros= 0% [ ▂▄█████▂▁ ] [ ▄█▅ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▆ ] dim 0172 μ= -0.007 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▇█▄ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▇█▆ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█ ] dim 0176 μ= +0.002 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▄█▆ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▁ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▁▇█▃ ] dim 0179 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▃█▄ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▁ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▆ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▂▇██▅ ] dim 0183 μ= -0.006 σ= 0.043 zeros= 0% [ ▁▂▆██████▄▂▁ ] [ ▁▅█▇ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▅ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ █▇ ] dim 0186 μ= -0.004 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▂ ] dim 0187 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ █▆ ] dim 0188 μ= +0.034 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▁▄█▇▅▁ ] dim 0189 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▁▇█▇▂ ] dim 0190 μ= -0.012 σ= 0.036 zeros= 0% [ ▂▅█████▅▂ ] [ ▅▇█▄ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▃██▃ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▃ ] dim 0193 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▅█▆ ] dim 0194 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ ▄█▄ ] dim 0195 μ= +0.026 σ= 0.027 zeros= 0% [ ▂▆███▅▂ ] [ ▃█▂ ] dim 0196 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▁█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▅█▄ ] dim 0198 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▂▇█▄ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▄████▆▂ ] [ ▅█▃ ] dim 0200 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ █▁ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▅█ ] dim 0202 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▆ ] dim 0203 μ= +0.030 σ= 0.029 zeros= 0% [ ▂▆████▂▁ ] [ ▁█▇▃ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▅████▅▂▁ ] [ ▁█▆ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▆██▂ ] dim 0207 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ █▃ ] dim 0208 μ= -0.029 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ █▂ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▂▇█▄ ] dim 0211 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▅████▆▁▁ ] [ ▅██▄ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▁██▂ ] dim 0213 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▂█▆▂ ] dim 0214 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▁▆█▁ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▆ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▃█▇▅ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▅ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▆█▃ ] dim 0220 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▅ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▁██▂ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▃█▅ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃▇█▅ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▄████▆▁ ] [ ▃█▇▁ ] dim 0225 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ▆█▂ ] dim 0226 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▃▇███▄▁ ] [ ▅█▄ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▄█▇▅ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▅█▄ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▅███▄ ] [ ▂█▂ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▄█▂ ] dim 0231 μ= -0.017 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▃█▄ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▃█▃ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▁▇█▄ ] dim 0234 μ= +0.039 σ= 0.031 zeros= 0% [ ▁▄████▆▁ ] [ ▄█ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂▆█▄ ] dim 0236 μ= +0.020 σ= 0.040 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▂█▅ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▂███▅▁ ] [ ▄█▅ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▆████▂▁ ] [ ██▂ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ██▁ ] dim 0240 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▂▆██▁ ] dim 0241 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▄█▂ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ █▅ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▆█▇▂ ] dim 0244 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▁▇█▆ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█▁ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃▇█▄ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅██▁ ] dim 0248 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▃█████▅▁ ] [ ▃▆█▄ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▇█▁ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▆ ] [ █▆ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▂▇██▆▂ ] [ ▃█▂ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▇█▃ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▂████▆▁ ] [ ▂▆██▃ ] dim 0255 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▅█████▅▃▁ ] [ ▃▇██▃ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▁▂▄▇██████▄▁▁ ] [ ▂▇█▃ ] dim 0257 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▇█▄ ] dim 0258 μ= +0.003 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▃█▁ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃█▇▃ ] dim 0260 μ= -0.003 σ= 0.033 zeros= 0% [ ▂▆████▅▂▁ ] [ ▆█ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁█▂ ] dim 0262 μ= +0.029 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▃ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█▇ ] dim 0264 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▅█▅ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▂ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▂ ] dim 0267 μ= +0.009 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▇▅▁ ] dim 0268 μ= +0.024 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▆█▄ ] dim 0269 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▃▆█▃ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▅████▅▂▁ ] [ ▃█▆ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▁█▄ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▆██▄ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▄█▅▁ ] dim 0274 μ= +0.009 σ= 0.033 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.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▃█▃ ] dim 0280 μ= +0.026 σ= 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.052 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▅ ] dim 0285 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▇███▇▃▁ ] [ ▆██▂ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▄█ ] dim 0287 μ= +0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂▆█▅▁ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▂█▇ ] dim 0289 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅▇█▄ ] dim 0290 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▃▇████▇▂▁ ] [ █ ] dim 0291 μ= -0.014 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▁▇█▅ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▄█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▂█▇▁ ] dim 0294 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▆█▃ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▃█▅ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▁ ] dim 0299 μ= +0.000 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▂██▂ ] dim 0300 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▅▁ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▁▇█▃ ] dim 0304 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂▇█▅ ] dim 0305 μ= +0.024 σ= 0.035 zeros= 0% [ ▁▁▄█████▄▁ ] [ ▅██▄ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ █▂ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▆█▇▂ ] dim 0308 μ= +0.031 σ= 0.038 zeros= 0% [ ▁▅█████▆▃▁ ] [ ██▅ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁██▁ ] [ █ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▁▇█▆ ] [ ▂██▄ ] dim 0312 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▄█▁ ] dim 0313 μ= +0.005 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄▇█▆▃ ] dim 0314 μ= +0.004 σ= 0.044 zeros= 0% [ ▁▂▄▇█████▇▃▁ ] [ ▆█ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▂█▇ ] dim 0316 μ= -0.026 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▆█▅ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▂████▇▂ ] [ █▁ ] dim 0318 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃█▅ ] dim 0319 μ= +0.010 σ= 0.031 zeros= 0% [ ▃▇████▃▁ ] [ ▅█▃ ] dim 0320 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▃ ] dim 0321 μ= -0.027 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁▄█▇▃ ] dim 0322 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃▆█▃ ] dim 0323 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ █▇ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▆██▆ ] [ ▅█▇▂ ] dim 0325 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▁█▇ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ██ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▇█▂ ] [ ▄█▄ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃▇███▅▂ ] [ ▁▃▇█▃ ] dim 0330 μ= +0.016 σ= 0.041 zeros= 0% [ ▂▄█████▇▄▁▁ ] [ ▅▇█▅▁ ] dim 0331 μ= -0.002 σ= 0.039 zeros= 0% [ ▂▃▇█████▄▁ ] [ ▄█ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▂█▇ ] dim 0333 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▅█▂ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▃██▅ ] dim 0336 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ ▄█▃ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▆ ] dim 0338 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▆███▇▃ ] [ ▆█▄ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▂████▇▂ ] [ ▁██▅ ] dim 0340 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▅████▇▂ ] [ █▇ ] dim 0341 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▆█▃ ] dim 0342 μ= -0.018 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█ ] dim 0343 μ= -0.000 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▁█▇ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▃██ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▇ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▄█▇▂ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▆██▁ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▃█▅▁ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ █▇ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▂▇█▄ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0352 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃ ] [ ▄█▃ ] dim 0353 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▆▂ ] dim 0354 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▂█▄ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▄▇█▃ ] dim 0356 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▁██▂ ] dim 0357 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▆█ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▄█▅ ] dim 0359 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▆ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ ▂▆█▄ ] dim 0361 μ= -0.016 σ= 0.037 zeros= 0% [ ▁▂▅█████▃▂ ] [ █▆ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▆██▄ ] [ ▂▇█▄ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▄████▅▂ ] [ ▄█▅ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▆████▂▁ ] [ ▄█▆ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▂▅████▄▂ ] [ ▆█ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▁█ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▁█▅ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █▆ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▇█ ] dim 0370 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▁▇█▆ ] dim 0371 μ= +0.005 σ= 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.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▆ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▅███▇▃▁ ] [ █▁ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂█▇▁ ] dim 0377 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ██▁ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▄█▂ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▇ ] dim 0380 μ= -0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▅█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▄█▆ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▅█▄ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▅████▆▃▁ ] [ ▃█▅ ] dim 0384 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▆█▂ ] dim 0385 μ= +0.021 σ= 0.027 zeros= 0% [ ▃▇███▄▁ ] [ ▁█▄ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▄█▆ ] [ ▃██▇▃ ] dim 0388 μ= +0.013 σ= 0.043 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▅█▅ ] dim 0389 μ= +0.007 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▅█▄ ] dim 0390 μ= +0.025 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▁▆█▃ ] dim 0391 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▁▇█▃ ] dim 0392 μ= +0.020 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▂▆██▄ ] dim 0393 μ= -0.010 σ= 0.039 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▇█ ] dim 0394 μ= +0.017 σ= 0.017 zeros= 0% [ ▁▄██▅ ] [ ▃▇█▃ ] dim 0395 μ= -0.002 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▃ ] dim 0396 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▄█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▄▇█▆▁ ] dim 0398 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▂ ] [ █ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▄▇█▄ ] dim 0400 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁▇█▃ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▇█▁ ] dim 0402 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▇▁ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▅█▂ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▆▁ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █▆ ] dim 0406 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ █▅ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▆█▃ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▃ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▁ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▁▆█▃ ] dim 0411 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▁██▆▂ ] dim 0412 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▃█▅ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▅ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▆ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄█▇▄ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▁▃▇████▆▄▁ ] [ ▃█▅ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ ▄█▁ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ █▅ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▁▆█▄ ] dim 0420 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ ▆█▂ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▇ ] dim 0422 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ █▇ ] dim 0423 μ= +0.016 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0424 μ= +0.017 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ ▁▆█▆▂ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▅█ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▂▇█▆▁ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▄▇█▅▁ ] dim 0428 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▂ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▃█▃ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃██▁ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▅ ] dim 0432 μ= +0.011 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█▇ ] dim 0433 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█▂ ] dim 0434 μ= +0.001 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▁█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▄█▇▃ ] dim 0436 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▄▇████▅▂ ] [ ▃█▇▁ ] dim 0437 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▇█ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▁██▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▄ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▂▆███▅▂ ] [ ▂▆█▃ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃▅████▇▂▁ ] [ █▄ ] dim 0442 μ= +0.012 σ= 0.019 zeros= 0% [ ▁███▄ ] [ █▂ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁▆██▄▁ ] dim 0444 μ= +0.018 σ= 0.044 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ ▃█▂ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▂▁ ] [ ▆█▂ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▂ ] dim 0447 μ= +0.022 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▄ ] dim 0448 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ █▆ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▄█▁ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▂█▄ ] dim 0451 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▇ ] dim 0452 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ █▅ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▆█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▂▆▇█▄ ] dim 0455 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▃▆██████▃▂▁ ] [ ▁▇█▃ ] dim 0456 μ= -0.019 σ= 0.032 zeros= 0% [ ▂▄████▆▂ ] [ ▂█▅ ] dim 0457 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▇▃ ] dim 0458 μ= +0.016 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▆ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▄ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▂ ] dim 0461 μ= -0.007 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▅█▃ ] dim 0462 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▁▇█▅ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄██▅▂ ] dim 0464 μ= -0.020 σ= 0.042 zeros= 0% [ ▂▄▇█████▄▂▁ ] [ ▃█▆ ] dim 0465 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄▆█▃ ] dim 0466 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▇█▁ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▂▇█▃ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▃█ ] dim 0470 μ= -0.017 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▅█ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▂██▁ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ █▅ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄▇█▅▁ ] dim 0475 μ= -0.000 σ= 0.040 zeros= 0% [ ▁▁▄▆█████▄▂ ] [ ▃█▄ ] dim 0476 μ= -0.010 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ █▇ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁█▇ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▅█▄ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▄██▁ ] dim 0480 μ= -0.007 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▆█ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▄█▇ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▅ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▁▆█▆ ] dim 0484 μ= +0.006 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ █▆ ] dim 0485 μ= +0.015 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▆█▄ ] dim 0486 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁▇█ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▃▆█▆▂ ] dim 0488 μ= +0.025 σ= 0.043 zeros= 0% [ ▂▃▆█████▆▃▁ ] [ ▁█▆ ] dim 0489 μ= -0.025 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▄█▆ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▅█▅ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▇███▇▂▁ ] [ █▅ ] dim 0493 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▄█ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▆█▄ ] dim 0495 μ= -0.016 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ █ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▃█▂ ] dim 0497 μ= -0.014 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂▆█▂ ] dim 0498 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▂▃▆█████▄▁ ] [ ▅█▆ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ ▃██▅▁ ] dim 0500 μ= +0.024 σ= 0.040 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ █▃ ] dim 0501 μ= -0.007 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▆█▁ ] dim 0502 μ= +0.021 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▅ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ █▇ ] dim 0504 μ= -0.003 σ= 0.011 zeros= 0% [ ▂██▁ ] [ ▇█ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▄ ] dim 0506 μ= +0.009 σ= 0.025 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.008 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▅█▃ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▁▇█▄ ] [ ▃█▅▁ ] dim 0514 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▄█▅ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▁ ] dim 0516 μ= +0.026 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▃█▇▃ ] dim 0517 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▃█▂ ] dim 0518 μ= +0.025 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▁▇█▂ ] dim 0519 μ= -0.040 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▅ ] dim 0520 μ= +0.013 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█▅ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▅████▇▃▁ ] [ ▃█▇ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▇█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂█▇ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ █▃ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▆█▄ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▂█▆ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▂ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆▁ ] dim 0529 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▅████▄ ] [ ▆█▄ ] dim 0530 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▃ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▄▇█▂ ] dim 0532 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▆████▄▂ ] [ ▇█ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆███▁ ] [ ▄██▄ ] dim 0534 μ= -0.001 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▂▆█▅▁ ] dim 0535 μ= -0.017 σ= 0.039 zeros= 0% [ ▁▂▇█████▄▁▁ ] [ █▆ ] dim 0536 μ= +0.016 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▃ ] dim 0537 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▅ ] dim 0538 μ= +0.029 σ= 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.018 σ= 0.037 zeros= 0% [ ▁▃▅█████▃▁ ] [ ▄█▃ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▅█ ] dim 0545 μ= -0.020 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁▇█▅ ] dim 0546 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▂▅█████▂▁ ] [ ▆█▅ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▂ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅██▁ ] dim 0549 μ= +0.013 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅██▃ ] dim 0550 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▅▇████▇▃▁ ] [ █ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂██ ] dim 0552 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▁█▇▁ ] dim 0553 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ █▇ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▃██▂ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▆████▅▁ ] [ ▁▆█▅ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ █▇ ] dim 0557 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▂█▅ ] dim 0558 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▁▇█▇▄ ] dim 0559 μ= -0.010 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▄▇█▅ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃▅█▃ ] dim 0561 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▆█ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▂ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ██ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▆█▅ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ ▄█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▇█ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▅█▃ ] dim 0569 μ= -0.016 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ ▁█▆ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▅ ] dim 0571 μ= +0.001 σ= 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.015 zeros= 0% [ ▁▇██▁ ] [ ▄▆█▆▁ ] dim 0575 μ= +0.004 σ= 0.043 zeros= 0% [ ▁▂▄██████▇▃▁▁ ] [ ▁█▆ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▆█▂ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ ▆█▅ ] dim 0578 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃████▇▄▁ ] [ ▃█▄ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▃██▄ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▆█▂ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▃█ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0583 μ= -0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁▆█▄ ] dim 0584 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂▄█▇▂▁ ] dim 0585 μ= -0.032 σ= 0.048 zeros= 0% [ ▁▂▄▆██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▄█ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▃ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▅█▄ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▁▆█▆ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ██ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ██ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄██▄ ] dim 0593 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃██▅ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▃█▅ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▁ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂█▇▁ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▅ ] dim 0598 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▂▇███▅▂ ] [ ▁█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂▆█▅ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁▁ ] [ █▇ ] dim 0601 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂█▂ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▆▁ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ██▃ ] dim 0604 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▆▁ ] dim 0605 μ= +0.013 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▁█▅ ] dim 0606 μ= +0.030 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃██▅ ] dim 0607 μ= -0.000 σ= 0.034 zeros= 0% [ ▂▅████▆▃▁ ] [ ▆▇█▅ ] dim 0608 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▄▇████▇▄▁ ] [ ▄█▄ ] dim 0609 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▇█ ] dim 0610 μ= +0.018 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ██▃ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁▅█▆▂ ] dim 0612 μ= +0.011 σ= 0.040 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.026 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▃ ] dim 0617 μ= +0.007 σ= 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.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0621 μ= -0.039 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▇▂ ] dim 0622 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ ▂█▃ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▇ ] dim 0624 μ= -0.006 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▇█▁ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▂▇█▄▂ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▇█ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▃▆█▃ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▅█▆ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▆█▃ ] dim 0630 μ= -0.019 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▇█▃ ] dim 0631 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▂ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅█▁ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▃ ] dim 0634 μ= -0.008 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▄▆█▃ ] dim 0635 μ= -0.021 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ █▇ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▆▂ ] dim 0637 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▇█ ] dim 0638 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▂██▃ ] dim 0639 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂ ] [ ▄█ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁▅█▅▃ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▂▅█████▇▃▁ ] [ ▅█▁ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █▄ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▄ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▇▂ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▃█▅ ] dim 0646 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▆███▇▂ ] [ ▂█▇ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▇█▆ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▅█▅▃ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▇ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▆ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▇▁ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁▅█▅ ] dim 0653 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ █▆ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▅█▁ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▄█▂ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄█▆▁ ] dim 0657 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▅█ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂█▇▃ ] dim 0659 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▄ ] dim 0660 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▃▆████▇▄▁ ] [ █▇▁ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▄█ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▁▅█▆▂ ] dim 0663 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂██▃ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▆██▂ ] dim 0665 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▄█▂ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▅▂ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▁█▁ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁▇█▄ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▃ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▄ ] dim 0671 μ= +0.030 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▆█▅ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▄ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▇█▃ ] dim 0674 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▄ ] dim 0675 μ= +0.017 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▃ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▇▃ ] dim 0677 μ= +0.018 σ= 0.034 zeros= 0% [ ▂▅████▇▂▁ ] [ ▁█▆ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▂██▂ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▂ ] dim 0681 μ= +0.039 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▂█▂ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▁▆█▃ ] dim 0683 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▅█ ] dim 0684 μ= +0.020 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▄█▅ ] dim 0685 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▃▆█▄ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▄█████▇▄▂▁ ] [ ▂█▇▂ ] dim 0687 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▅█▅ ] dim 0688 μ= -0.014 σ= 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.031 zeros= 0% [ ▂▅████▆▁ ] [ ▃█▇▂ ] dim 0692 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▁▇█▅ ] dim 0693 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▂█▃ ] dim 0694 μ= +0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▆█▄ ] dim 0695 μ= -0.016 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ ▃█▆ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▂▆█▆ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▇█ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁██ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▄████▃▁ ] [ ▂█▇ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▄ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁█▆ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▇█▂ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▄█▅ ] dim 0705 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ █ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▅█ ] dim 0707 μ= -0.019 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▄█▅ ] dim 0708 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▆████▃▁ ] [ ▇█ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▆███▂ ] [ ▄██▆▁ ] dim 0710 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▅█▆▃ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▄█▃ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▆ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▇▃ ] dim 0714 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▆█ ] dim 0715 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ █▅ ] dim 0716 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▅█▆ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ █▅ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▂██▄ ] dim 0719 μ= +0.042 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▄██▅ ] dim 0720 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▅████▇▂▁ ] [ ▅█▂ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▂▇█▄ ] dim 0723 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▅█▇▃ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▆████▅▁ ] [ ▃█▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▅██▃ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▂█▃ ] dim 0727 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆█ ] dim 0728 μ= -0.020 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▆ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▆█▃ ] dim 0730 μ= -0.016 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▄ ] dim 0731 μ= +0.003 σ= 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.027 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▃▆█▂ ] dim 0737 μ= -0.023 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▅▇█▆▃ ] dim 0738 μ= +0.024 σ= 0.043 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ ▅█ ] dim 0739 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▃██▅ ] dim 0740 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▄█▆ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▇ ] dim 0742 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃█████▃ ] [ ▇█ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▆█▃ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▁██▁ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▃████▂ ] [ █▄ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▃█▆ ] dim 0747 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▇▂ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▃ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅██▅ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁▆█▄ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▇▂ ] [ ▇█▂ ] dim 0752 μ= +0.002 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▁█▄ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▅█▄ ] [ █▄ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▃█▇ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▆█▃ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁▅█▇▁ ] dim 0758 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▃▇█▄ ] dim 0759 μ= +0.022 σ= 0.038 zeros= 0% [ ▂▆█████▄▁▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂█▇ ] [ ▃▇█▄ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▂▃▆████▇▂▁ ] [ ▃█▆ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃█▇▁ ] dim 0763 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▄ ] dim 0764 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ █▃ ] dim 0765 μ= +0.012 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▄█▇▁ ] dim 0766 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂█▆▁ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▁▅████▄▁ ] [ ▂█▃ ] dim 0768 μ= -0.011 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃█▇▂ ] dim 0769 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▇▁ ] dim 0770 μ= -0.005 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▅ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▄███▄ ] [ █▄ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▄█▅ ] dim 0773 μ= -0.011 σ= 0.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.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▆ ] dim 0778 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁█▆ ] dim 0779 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▁██ ] dim 0780 μ= -0.022 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▂█▂ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ █▁ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▆█▁ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▇▁ ] dim 0784 μ= -0.003 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▁█▇ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▂ ] dim 0786 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▁ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▄█▄ ] dim 0788 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▂██▂ ] dim 0789 μ= +0.017 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▆▃ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ █▃ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▄▇█▄ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▂▆████▅▂▁ ] [ ▂█▆ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █▇▂ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▂██ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▄████▃ ] [ ▂█▇ ] dim 0796 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▃█▅ ] dim 0797 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▂ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂████▅▁ ] [ █▇ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▆▃ ] dim 0800 μ= +0.031 σ= 0.037 zeros= 0% [ ▂▄█████▅▂▁ ] [ █ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁█▆ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ █▁ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃██▄ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ██ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ██ ] [ ▁██ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▂███▇▂ ] [ ▄██▄ ] dim 0807 μ= +0.018 σ= 0.039 zeros= 0% [ ▁▁▃█████▇▄▂ ] [ ▅█▅ ] dim 0808 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▂▆███▆▂ ] [ █▃ ] dim 0809 μ= +0.012 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▄█▅ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▃▆████▂ ] [ ▅█▆▁ ] dim 0811 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▄ ] dim 0812 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▄▇███▆▃▁ ] [ ▄█▅ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▆ ] dim 0814 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▁ ] dim 0815 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▇█ ] dim 0816 μ= +0.039 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ █▄ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▅█▄ ] dim 0818 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▇▄ ] dim 0819 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ ▁▆█▄ ] dim 0820 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▅█▂ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▆▁ ] dim 0823 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▆ ] dim 0824 μ= -0.006 σ= 0.025 zeros= 0% [ ▄████▂ ] [ ▇█▁ ] dim 0825 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▂█▇▁ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ █▁ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂█▇▁ ] dim 0828 μ= -0.023 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅▂ ] dim 0829 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂ ] [ ▂▇█▅ ] dim 0830 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▅█ ] dim 0831 μ= -0.000 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▄█▄ ] dim 0832 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▂ ] dim 0833 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▇▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▂▅████▇▂ ] [ ▂█▆ ] dim 0835 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0836 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▅█▆ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▂▆███▇▁ ] [ █▅ ] dim 0838 μ= +0.012 σ= 0.020 zeros= 0% [ ▂███▅ ] [ ▄█▅ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▂█▆▁ ] dim 0840 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▄ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂██▄ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ █▁ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▄█▄ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▅ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▇█▁ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▁▆█▅ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▂▅█▃ ] dim 0848 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▇▁ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▄████▄▂▁ ] [ ▇█ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▅█▄ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▁▄█▇▃ ] dim 0852 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▇█ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▁█▄ ] dim 0854 μ= +0.012 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▃█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▃█▄ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▃ ] dim 0857 μ= +0.006 σ= 0.030 zeros= 0% [ ▃▇███▆▂▁ ] [ ▃██▃ ] dim 0858 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0859 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂██▆ ] dim 0860 μ= -0.019 σ= 0.034 zeros= 0% [ ▂▆████▇▂▁ ] [ ▅█ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▅██▃ ] dim 0862 μ= -0.026 σ= 0.036 zeros= 0% [ ▂▃▇████▆▂▁ ] [ ▂█▆ ] dim 0863 μ= +0.013 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▃█▃ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ██▁ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▇█▁ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂█▄ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█▂ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▅█ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▃▇█▃ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▂▆█▃ ] dim 0871 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▅█▆ ] dim 0872 μ= -0.013 σ= 0.036 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.016 zeros= 0% [ ▁▇██▂ ] [ ▇█ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ █▄ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▄█▆▂ ] dim 0879 μ= -0.008 σ= 0.038 zeros= 0% [ ▂▄█████▆▂ ] [ ▃█▆▁ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▄█ ] dim 0881 μ= -0.037 σ= 0.019 zeros= 0% [ ▁▄███▁ ] [ ▂▇█▆ ] dim 0882 μ= +0.003 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█▃ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▇███▆▁ ] [ ▂▇█▂ ] dim 0884 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▁ ] dim 0885 μ= -0.014 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▇█▃ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▅█▁ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃█▃ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▁▆█▄ ] dim 0889 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ █▇ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▆█▃ ] dim 0891 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃█▅ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▅█▇▂ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▃▇████▇▂ ] [ ▂█▆ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆▇█▇▃ ] dim 0895 μ= +0.002 σ= 0.044 zeros= 0% [ ▂▅██████▆▂▁ ] [ ▁▆█▄ ] dim 0896 μ= +0.039 σ= 0.032 zeros= 0% [ ▂▄████▆▁ ] [ █▇ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▇█▂ ] dim 0898 μ= -0.035 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▅█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▄█▃ ] dim 0900 μ= -0.013 σ= 0.027 zeros= 0% [ ▂▅███▅▂ ] [ ▅█▆▁ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▆█▅ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄██▅ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄█▃ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▅█▅ ] dim 0905 μ= +0.024 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▁ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▅█▃ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃▆███▅▁ ] [ ▂▆█▆▅▂ ] dim 0910 μ= -0.009 σ= 0.047 zeros= 0% [ ▁▂▄▆██████▄▂ ] [ █▇▂ ] dim 0911 μ= -0.000 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▃█ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ ▁██ ] dim 0913 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▂█▄ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▂ ] dim 0915 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▇▃ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ ▂█▆ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄█▇▁ ] dim 0918 μ= -0.006 σ= 0.032 zeros= 0% [ ▂▇████▄▂ ] [ ▁▇█▃ ] dim 0919 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁█▃ ] dim 0920 μ= -0.031 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄██▃ ] dim 0921 μ= +0.032 σ= 0.035 zeros= 0% [ ▁▄▇████▆▂ ] [ ▃█▆ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▃ ] dim 0923 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▅█▂ ] dim 0924 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▅ ] dim 0925 μ= -0.033 σ= 0.033 zeros= 0% [ ▁▄▇████▃▁ ] [ ▃██▁ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▂█▄ ] dim 0927 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▄▇█▆ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▂▇█████▃▁ ] [ ▇█▁ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▁█▅ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▆▁ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▁█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ █ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▆█▆ ] [ ▄█▆▃ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▃█▆ ] dim 0935 μ= -0.026 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█ ] dim 0937 μ= -0.002 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▆█▆ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃█████▃▁▁ ] [ ▅█▄ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▃█▇▁ ] dim 0940 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁██▃ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▄█▇▄▁ ] dim 0942 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▂▄▇█████▄▁▁ ] [ ▃█▄ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▅██▂ ] dim 0944 μ= +0.014 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ██ ] dim 0945 μ= +0.016 σ= 0.018 zeros= 0% [ ▁▅██▅ ] [ ▂█▇ ] dim 0946 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▄█▄ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █▅ ] dim 0948 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▆█▄ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃█▃ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▂▇█▃ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▂▄████▆▂ ] [ ▁█▆ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▃█▆▁ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▆▁ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ █▃ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▅█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▃█▅ ] dim 0958 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▁▇█▄ ] dim 0959 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▁ ] dim 0960 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0961 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █▆ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▄█▃ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▇█▄ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▃▆█▄ ] dim 0965 μ= -0.018 σ= 0.036 zeros= 0% [ ▂▆█████▄▁ ] [ ▅█▅▃ ] dim 0966 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▃▇██████▄▂▁ ] [ ▃█▂ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▃███▄ ] [ █▂ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▂█▇▃ ] dim 0969 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▅████▆▃ ] [ ▁▆█▆▂ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▆█▇▅▁ ] dim 0971 μ= +0.017 σ= 0.046 zeros= 0% [ ▁▃▅██████▆▂▁ ] [ ▆█▆▂ ] dim 0972 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▇█ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ██ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▃██▃ ] [ █▆ ] dim 0975 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▃█▅ ] dim 0976 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▅█▆▂ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▆█▄ ] dim 0978 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▇█ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▄█▇ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂██▁ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▂ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▇█ ] dim 0983 μ= +0.016 σ= 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.017 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▃█ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▂██▆ ] [ ▂██▃ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂ ] [ ▂█▇▃ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ █▇ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▁██▃ ] dim 0992 μ= -0.019 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█▇▂ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▁▄█████▅▂ ] [ ▂█▇▃ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▂▆█▅ ] dim 0995 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▄█ ] dim 0996 μ= -0.015 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▂█▄ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0998 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ██▁ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂█▆▄ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▂▆█▃ ] dim 1001 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█▃ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▇█ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▂█▇ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▃█▅ ] dim 1005 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▅███▇▂▁ ] [ ▄█▆ ] dim 1006 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▅███▇▃▁ ] [ ▂█▃ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇▁ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂█▄ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▂█▇▃ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▇▃ ] dim 1011 μ= -0.003 σ= 0.032 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.021 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▇█ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ █▁ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▄█▃ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▆███▅▂ ] [ ▄█▆ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ██ ] dim 1020 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂█▅ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▂▇█▇▁ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▄ ] dim 1023 μ= +0.008 σ= 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.26.16.53.11/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.229s][info][jfr,startup] Started recording 1. [0.229s][info][jfr,startup] [0.229s][info][jfr,startup] Use jcmd 3744885 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3319654482623121 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 26, 2026 6:09:22 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: 105 segments, 11 merges 107.4s _171: 8 segs, 431.4 K docs, 1938.5 MB 40.1s _1af: 8 segs, 81.1 K docs, 363.4 MB 35.0s _1ao: 8 segs, 84.7 K docs, 379.4 MB 30.4s _1av: 8 segs, 136.1 K docs, 610.8 MB 25.7s _1b2: 8 segs, 147.3 K docs, 661.1 MB 21.7s _1ba: 8 segs, 84.1 K docs, 376.7 MB 16.5s _1bj: 8 segs, 42.4 K docs, 189.3 MB 13.0s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 8.9s _1bw: 10 segs, 51.2 K docs, 228.5 MB 3.6s _1c5: 8 segs, 41.8 K docs, 186.8 MB 0.0s _1c7: 9 segs, 36.4 K docs, 162.2 MB 5.1 sec: 105 segments, 11 merges 112.5s _171: 8 segs, 431.4 K docs, 1938.5 MB 45.2s _1af: 8 segs, 81.1 K docs, 363.4 MB 40.0s _1ao: 8 segs, 84.7 K docs, 379.4 MB 35.4s _1av: 8 segs, 136.1 K docs, 610.8 MB 30.8s _1b2: 8 segs, 147.3 K docs, 661.1 MB 26.7s _1ba: 8 segs, 84.1 K docs, 376.7 MB 21.6s _1bj: 8 segs, 42.4 K docs, 189.3 MB 18.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 14.0s _1bw: 10 segs, 51.2 K docs, 228.5 MB 8.6s _1c5: 8 segs, 41.8 K docs, 186.8 MB 5.1s _1c7: 9 segs, 36.4 K docs, 162.2 MB 10.1 sec: 105 segments, 11 merges 117.5s _171: 8 segs, 431.4 K docs, 1938.5 MB 50.2s _1af: 8 segs, 81.1 K docs, 363.4 MB 45.0s _1ao: 8 segs, 84.7 K docs, 379.4 MB 40.4s _1av: 8 segs, 136.1 K docs, 610.8 MB 35.8s _1b2: 8 segs, 147.3 K docs, 661.1 MB 31.8s _1ba: 8 segs, 84.1 K docs, 376.7 MB 26.6s _1bj: 8 segs, 42.4 K docs, 189.3 MB 23.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 19.0s _1bw: 10 segs, 51.2 K docs, 228.5 MB 13.7s _1c5: 8 segs, 41.8 K docs, 186.8 MB 10.1s _1c7: 9 segs, 36.4 K docs, 162.2 MB 15.1 sec: 98 segments, 10 merges 122.5s _171: 8 segs, 431.4 K docs, 1938.5 MB 55.2s _1af: 8 segs, 81.1 K docs, 363.4 MB 45.4s _1av: 8 segs, 136.1 K docs, 610.8 MB 40.8s _1b2: 8 segs, 147.3 K docs, 661.1 MB 36.8s _1ba: 8 segs, 84.1 K docs, 376.7 MB 31.6s _1bj: 8 segs, 42.4 K docs, 189.3 MB 28.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 24.0s _1bw: 10 segs, 51.2 K docs, 228.5 MB 18.7s _1c5: 8 segs, 41.8 K docs, 186.8 MB 15.1s _1c7: 9 segs, 36.4 K docs, 162.2 MB 20.1 sec: 84 segments, 8 merges 127.5s _171: 8 segs, 431.4 K docs, 1938.5 MB 50.4s _1av: 8 segs, 136.1 K docs, 610.8 MB 45.8s _1b2: 8 segs, 147.3 K docs, 661.1 MB 41.8s _1ba: 8 segs, 84.1 K docs, 376.7 MB 33.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 29.0s _1bw: 10 segs, 51.2 K docs, 228.5 MB 23.7s _1c5: 8 segs, 41.8 K docs, 186.8 MB 20.1s _1c7: 9 segs, 36.4 K docs, 162.2 MB 25.1 sec: 63 segments, 6 merges 50.8s _1b2: 8 segs, 147.3 K docs, 661.1 MB 38.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 34.0s _1bw: 10 segs, 51.2 K docs, 228.5 MB 28.7s _1c5: 8 segs, 41.8 K docs, 186.8 MB 25.1s _1c7: 9 segs, 36.4 K docs, 162.2 MB 0.3s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 30.1 sec: 32 segments, 2 merges 43.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 5.3s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 35.0 sec: 32 segments, 2 merges 48.0s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 10.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 40.0 sec: 32 segments, 2 merges 53.0s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 15.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 45.1 sec: 32 segments, 2 merges 58.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 20.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 50.1 sec: 32 segments, 2 merges 63.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 25.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 55.1 sec: 32 segments, 2 merges 68.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 30.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 60.1 sec: 32 segments, 2 merges 73.1s _1bp: 8 segs, 537.9 K docs, 2417.8 MB 35.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 65.1 sec: 25 segments, 1 merges 40.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 70.1 sec: 25 segments, 1 merges 45.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 75.1 sec: 25 segments, 1 merges 50.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 80.1 sec: 25 segments, 1 merges 55.3s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 85.1 sec: 25 segments, 1 merges 60.3s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 90.0 sec: 25 segments, 1 merges 65.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 95.0 sec: 25 segments, 1 merges 70.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 100.0 sec: 25 segments, 1 merges 75.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 105.0 sec: 25 segments, 1 merges 80.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 110.0 sec: 25 segments, 1 merges 85.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 115.0 sec: 25 segments, 1 merges 90.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 120.0 sec: 25 segments, 1 merges 95.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 125.0 sec: 25 segments, 1 merges 100.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 130.0 sec: 25 segments, 1 merges 105.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 135.0 sec: 25 segments, 1 merges 110.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 140.0 sec: 25 segments, 1 merges 115.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 145.1 sec: 25 segments, 1 merges 120.2s _1c8: 6 segs, 1112.4 K docs, 5006.8 MB 150.1 sec: 20 segments, 1 merges 0.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 155.1 sec: 20 segments, 1 merges 5.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 160.1 sec: 20 segments, 1 merges 10.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 165.1 sec: 20 segments, 1 merges 15.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 170.1 sec: 20 segments, 1 merges 20.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 175.1 sec: 20 segments, 1 merges 25.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 180.1 sec: 20 segments, 1 merges 30.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 185.1 sec: 20 segments, 1 merges 35.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 190.1 sec: 20 segments, 1 merges 40.2s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 195.1 sec: 20 segments, 1 merges 45.2s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 200.1 sec: 20 segments, 1 merges 50.2s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 205.0 sec: 20 segments, 1 merges 55.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 210.0 sec: 20 segments, 1 merges 60.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 215.0 sec: 20 segments, 1 merges 65.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 220.0 sec: 20 segments, 1 merges 70.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 225.0 sec: 20 segments, 1 merges 75.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 230.0 sec: 20 segments, 1 merges 80.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 235.0 sec: 20 segments, 1 merges 85.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 240.1 sec: 20 segments, 1 merges 90.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 245.1 sec: 20 segments, 1 merges 95.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 250.1 sec: 20 segments, 1 merges 100.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 255.1 sec: 20 segments, 1 merges 105.1s _1c9: 3 segs, 1116.6 K docs, 5028.0 MB 260.1 sec: 18 segments, 1 merges 3.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 265.1 sec: 18 segments, 1 merges 8.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 270.1 sec: 18 segments, 1 merges 13.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 275.1 sec: 18 segments, 1 merges 18.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 280.1 sec: 18 segments, 1 merges 23.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 285.1 sec: 18 segments, 1 merges 28.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 290.1 sec: 18 segments, 1 merges 33.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 295.1 sec: 18 segments, 1 merges 38.7s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 300.0 sec: 18 segments, 1 merges 43.6s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 305.0 sec: 18 segments, 1 merges 48.6s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 310.0 sec: 18 segments, 1 merges 53.6s _1ca: 8 segs, 467.3 K docs, 2099.9 MB 315.0 sec: 18 segments, 1 merges 58.6s _1ca: 8 segs, 467.3 K docs, 2099.9 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 998 seconds reindex takes 998.22 sec index has 11 segments: segments_2: _9h(11.0.0):C1098618 _kv(11.0.0):C1135480 _qw(11.0.0):C593066 _x9(11.0.0):C1125655 _1c8(11.0.0):C1112444 _116(11.0.0):C1083322 _1c9(11.0.0):C1116590 _14j(11.0.0):C116253 _14c(11.0.0):C114885 _1ca(11.0.0):C467328 _1c7(11.0.0):C36359 _9h: 4951.3 MB _kv: 5117.8 MB _qw: 2671.2 MB _x9: 5073.6 MB _1c8: 5013.8 MB _116: 4882.5 MB _1c9: 5032.5 MB _14j: 522.9 MB _14c: 516.8 MB _1ca: 2104.6 MB _1c7: 163.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36050.26 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=55634808451 cpu@end=66676015016 deltaMS=11041.206565 thread 14 name=Reference Handler cpu@start=1811828 cpu@end=1811828 deltaMS=0.0 thread 15 name=Finalizer cpu@start=145153 cpu@end=145153 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=85524 cpu@end=85524 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3468383 cpu@end=3546169 deltaMS=0.077786 thread 41 name=JFR Recorder Thread cpu@start=15575743771 cpu@end=15577211700 deltaMS=1.467929 thread 42 name=JFR Periodic Tasks cpu@start=80746985033 cpu@end=81276880910 deltaMS=529.895877 thread 45 name=Notification Thread cpu@start=111220 cpu@end=111220 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1164480851099 cpu@end=1164480851099 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1159432393929 cpu@end=1159432393929 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1162900523285 cpu@end=1162900523285 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1162325065540 cpu@end=1162325065540 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1164989924246 cpu@end=1164989924246 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1165050609794 cpu@end=1165050609794 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1164649440822 cpu@end=1164649440822 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1170025433482 cpu@end=1170025433482 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1162859730629 cpu@end=1162859730629 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1164388769119 cpu@end=1164388769119 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1161796232728 cpu@end=1161796232728 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1165167208203 cpu@end=1165167208203 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1169572227346 cpu@end=1169572227346 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1166115226539 cpu@end=1166115226539 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1162303778019 cpu@end=1162303778019 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1162349114349 cpu@end=1162349114349 deltaMS=0.0 Average CPU cores used: 1.0470732457430745 completed 1000 searches in 11052 ms: 90 QPS CPU time=11572 ms checking results SUMMARY: 0.898 11.052 11.572 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 53034 998.22 8014.29 0.00 11 36050.26 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1098618 documents Graph level=3 size=71, Fanout min=4, mean=9.63, max=17, meandelta=82745.56 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 13 17 Graph level=2 size=1020, Fanout min=8, mean=23.53, max=32, meandelta=42410.38 % 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=33556, Fanout min=2, mean=28.07, max=32, meandelta=35807.17 % 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=1098618, Fanout min=1, mean=39.51, max=64, meandelta=25737.07 % 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=1020, connectedness=1.00 Graph level=1 size=33556, connectedness=1.00 Graph level=0 size=1098618, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1135480 documents Graph level=3 size=47, Fanout min=4, mean=8.47, max=16, meandelta=92338.53 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 7 8 9 10 10 12 16 Graph level=2 size=912, Fanout min=6, mean=23.01, max=32, meandelta=45740.30 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 22 25 28 32 32 32 Graph level=1 size=34692, Fanout min=3, mean=28.01, max=32, meandelta=37230.83 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1135480, Fanout min=1, mean=39.50, max=64, meandelta=26607.61 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=47, connectedness=1.00 Graph level=2 size=912, connectedness=1.00 Graph level=1 size=34692, connectedness=1.00 Graph level=0 size=1135480, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 593066 documents Graph level=3 size=25, Fanout min=3, mean=6.16, max=11, meandelta=67588.55 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 9 9 11 Graph level=2 size=472, Fanout min=7, mean=20.07, max=32, meandelta=26982.89 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 20 21 23 26 30 32 Graph level=1 size=18089, Fanout min=5, mean=27.90, max=32, meandelta=19468.63 % 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=593066, Fanout min=1, mean=39.64, max=64, meandelta=13875.42 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=25, connectedness=1.00 Graph level=2 size=472, connectedness=1.00 Graph level=1 size=18089, connectedness=1.00 Graph level=0 size=593066, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1125655 documents Graph level=3 size=69, Fanout min=4, mean=9.54, max=19, meandelta=94086.95 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 13 14 19 Graph level=2 size=954, Fanout min=8, mean=23.33, max=32, meandelta=44347.39 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 28 32 32 32 Graph level=1 size=34102, Fanout min=2, mean=28.05, max=32, meandelta=36761.11 % 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=1125655, Fanout min=1, mean=39.56, max=64, meandelta=26338.33 % 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=69, connectedness=1.00 Graph level=2 size=954, connectedness=1.00 Graph level=1 size=34102, connectedness=1.00 Graph level=0 size=1125655, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1112444 documents Graph level=3 size=54, Fanout min=3, mean=7.89, max=20, meandelta=97263.16 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 8 9 10 11 20 Graph level=2 size=906, Fanout min=7, mean=22.71, max=32, meandelta=44498.86 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 31 32 32 Graph level=1 size=33630, Fanout min=2, mean=28.10, max=32, meandelta=36195.48 % 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=1112444, Fanout min=1, mean=39.55, max=64, meandelta=26038.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=54, connectedness=1.00 Graph level=2 size=906, connectedness=1.00 Graph level=1 size=33630, connectedness=1.00 Graph level=0 size=1112444, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1083322 documents Graph level=3 size=72, Fanout min=5, mean=10.33, max=23, meandelta=85271.07 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 14 23 Graph level=2 size=1000, Fanout min=8, mean=23.72, max=32, meandelta=41018.30 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 27 30 32 32 32 Graph level=1 size=32943, Fanout min=3, mean=28.02, max=32, meandelta=35331.39 % 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=1083322, Fanout min=1, mean=39.55, max=64, meandelta=25360.55 % 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=72, connectedness=1.00 Graph level=2 size=1000, connectedness=1.00 Graph level=1 size=32943, connectedness=1.00 Graph level=0 size=1083322, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1116590 documents Graph level=3 size=47, Fanout min=3, mean=8.64, max=17, meandelta=104006.34 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 12 17 Graph level=2 size=845, Fanout min=6, mean=22.83, max=32, meandelta=44974.92 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 27 30 32 32 Graph level=1 size=34125, Fanout min=3, mean=28.09, max=32, meandelta=36445.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=1116590, Fanout min=1, mean=39.52, max=64, meandelta=26154.71 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=47, connectedness=1.00 Graph level=2 size=845, connectedness=1.00 Graph level=1 size=34125, connectedness=1.00 Graph level=0 size=1116590, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 116253 documents Graph level=3 size=5, Fanout min=1, mean=2.40, max=3, meandelta=22833.08 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 3 3 3 3 3 Graph level=2 size=106, Fanout min=3, mean=11.30, max=20, meandelta=8717.40 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 20 Graph level=1 size=3583, Fanout min=7, mean=26.37, max=32, meandelta=4030.81 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=116253, Fanout min=1, mean=38.90, max=64, meandelta=2771.80 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=106, connectedness=1.00 Graph level=1 size=3583, connectedness=1.00 Graph level=0 size=116253, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 114885 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=19887.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 3 3 Graph level=2 size=107, Fanout min=5, mean=11.70, max=21, meandelta=8004.24 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 21 Graph level=1 size=3559, Fanout min=8, mean=26.53, max=32, meandelta=3973.05 % 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=114885, Fanout min=1, mean=39.05, max=64, meandelta=2730.68 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=107, connectedness=1.00 Graph level=1 size=3559, connectedness=1.00 Graph level=0 size=114885, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 467328 documents Graph level=3 size=21, Fanout min=3, mean=5.81, max=10, meandelta=27824.70 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 7 7 10 Graph level=2 size=320, Fanout min=7, mean=17.56, max=32, meandelta=23605.03 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 16 18 20 23 26 32 Graph level=1 size=14096, Fanout min=6, mean=27.65, max=32, meandelta=15474.29 % 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=467328, Fanout min=1, mean=39.70, max=64, meandelta=10922.66 % 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=320, connectedness=1.00 Graph level=1 size=14096, connectedness=1.00 Graph level=0 size=467328, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 36359 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=30, Fanout min=4, mean=6.53, max=12, meandelta=4697.73 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 6 7 8 9 12 Graph level=1 size=1124, Fanout min=8, mean=23.90, max=32, meandelta=1386.69 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 26 29 32 32 32 Graph level=0 size=36359, Fanout min=3, mean=37.86, max=64, meandelta=889.76 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=30, connectedness=1.00 Graph level=1 size=1124, connectedness=1.00 Graph level=0 size=36359, 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.26.16.53.11/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': 35,870,347.93 msec task-clock:u 136,569,562,774,709 cycles:u (36.36%) 132,205,171,531,761 instructions:u (36.36%) 2,821,753,154,149 cache-references:u (36.36%) 1,298,126,556,017 cache-misses:u (36.36%) 47,827,686,751,757 L1-dcache-loads:u (36.36%) 1,500,143,980,204 L1-dcache-load-misses:u (36.36%) 2,904,820,727,150 L1-icache-loads:u (36.36%) 14,438,791,751 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 28,310,467 faults:u 27,501,531 minor-faults:u 4,268 major-faults:u 11,258,450,417,334 branches:u (36.36%) 92,982,448,588 branch-misses:u (36.36%) 2,131,180,870,926 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1404.863035514 seconds time elapsed 35382.057470000 seconds user 478.634793000 seconds sys took 0:23:24.890331 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.898, cpu_time_ms=11.052, net_cpu_ms=11.572, 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=53034, index_time_sec=998.22, index_docs_per_sec=8014.29, force_merge_time_sec=0.0, index_num_segments=11, index_size_on_disk_mb=36050.26, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (0, {}), 2: (30, {0: 0, 10: 4, 20: 5, 30: 5, 40: 6, 50: 6, 60: 6, 70: 7, 80: 8, 90: 9, 100: 12}), 1: (1124, {0: 0, 10: 15, 20: 17, 30: 19, 40: 22, 50: 24, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (36359, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 39, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1404, microseconds=890331)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 93 Start: 2026-05-26 22:09:22 (UTC) Duration: 1395 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 34406119 589528139 jdk.FileWrite 18668470 389773579 jdk.FileRead 8003681 182322488 jdk.ObjectAllocationInNewTLAB 63774 1267063 jdk.BooleanFlag 46128 1458953 jdk.CPULoad 25976 518887 jdk.Compilation 6347 163820 jdk.Checkpoint 5952 28221479 jdk.UnsignedIntFlag 4464 151398 jdk.IntFlag 4092 149275 jdk.StringFlag 3162 122624 jdk.ObjectAllocationOutsideTLAB 1190 21335 jdk.CPUInformation 93 139682 jdk.GCConfiguration 93 2414 jdk.JVMInformation 93 88253 jdk.Metadata 93 10279008 jdk.GarbageCollection 48 1151 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.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34406119 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.83% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 26.49% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.29% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.28% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.65% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.15% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.21% 416040 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.93% 320104 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.67% 230362 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.56% 193550 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.30% 102484 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.29% 100345 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 99534 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.27% 94325 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.27% 92820 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.26% 88152 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.25% 87583 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.18% 63261 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.18% 60718 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 58248 sun.nio.ch.NativeThread#current0() [Native code] 0.15% 50556 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.13% 46416 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.12% 42932 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.11% 38353 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.11% 37817 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 32961 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 32180 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 31246 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 29941 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 26962 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 25683 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 25037 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 23262 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.06% 21965 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 20493 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.06% 19336 java.util.Arrays#sort():99 [Inlined code] 0.05% 17745 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 16820 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.05% 16478 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14954 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 10690 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 10019 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 9856 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 9822 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9690 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 8469 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8149 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7496 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 7094 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():491 [JIT compiled code] 0.02% 6967 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34406119 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.72% 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] 26.46% 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] 14.29% 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.28% 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.15% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 2.74% 941994 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.21% 415932 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.17% 403745 org.apache.lucene.codecs.lucene104.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.85% 291044 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.81% 277288 org.apache.lucene.codecs.lucene104.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% 259604 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.61% 209106 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.43% 148375 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.30% 102287 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.27% 92788 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% 88119 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% 87405 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.21% 70811 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.17% 58065 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.15% 53166 org.apache.lucene.util.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% 53110 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 50645 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% 50539 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.14% 46887 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.13% 45943 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.12% 42930 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.12% 41561 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.11% 37817 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% 32961 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% 32171 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% 30636 org.apache.lucene.util.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% 28665 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.07% 25679 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% 25037 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% 23262 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% 22672 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.07% 22619 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 21954 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% 21573 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 20424 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% 20136 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% 19426 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% 19334 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% 19333 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 18187 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% 17688 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.05% 17660 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.05% 16808 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% 14310 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% 13608 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34406119 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 21.03% 7M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 19.90% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 17.61% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 12.70% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 3.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.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.74% 943832 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.83% 628146 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.55% 534152 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.0x000000004b1a35d0#call() [Inlined code] 1.43% 491473 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.0x000000004b1a35d0#call() [Inlined code] 1.21% 415120 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.18% 406018 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.0x000000004b19e000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.04% 359384 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.0x000000004b19e000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.64% 221148 org.apache.lucene.codecs.lucene104.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.0x000000004b1a35d0#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.60% 207715 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.55% 188418 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.54% 184293 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.53% 180925 org.apache.lucene.codecs.lucene104.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.0x000000004b1a35d0#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.51% 174060 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.0x000000004b19e000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.49% 167112 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.41% 140274 org.apache.lucene.codecs.lucene104.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.0x000000004b1a35d0#call() [Inlined code] 0.38% 129030 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.37% 126888 org.apache.lucene.codecs.lucene104.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.0x000000004b1a35d0#call() [Inlined code] 0.31% 106363 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.27% 92711 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% 82088 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.21% 73735 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.19% 66152 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.0x000000004b19e000#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% 65372 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.19% 65268 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.18% 63454 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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.0x000000004b1a3b28#run() [JIT compiled code] 0.18% 62127 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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.0x000000004b1a3b28#run() [JIT compiled code] 0.17% 57572 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.17% 57157 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.0x000000004b19e000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 50911 org.apache.lucene.codecs.lucene104.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.0x000000004b1a35d0#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% 50645 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 48377 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.14% 46631 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 45870 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% 45217 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% 43202 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 42021 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 41683 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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% 37538 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] 0.09% 31980 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 31682 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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% 31337 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.09% 30781 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.0x000000004b19e000#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% 29533 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.0x000000004b1a35d0#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.08% 28581 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.0x000000004b1a35d0#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.0x000000004b1a3b28#run() [JIT compiled code] 0.08% 27246 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64937 events (total: 470804M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.93% 107941M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.65% 106649M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.75% 92981M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.62% 64113M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.82% 32130M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.84% 18088M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.49% 7017M java.lang.Integer#valueOf():1006 [Inlined code] 0.90% 4224M java.util.Arrays#copyOf():3478 [Inlined code] 0.72% 3393M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.67% 3149M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 3100M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.60% 2816M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.57% 2698M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.38% 1793M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.38% 1765M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.29% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.27% 1277M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.26% 1210M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 1066M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.21% 976M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.19% 876M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 819M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 756M java.util.ArrayList#grow():240 [Inlined code] 0.14% 647M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.13% 601M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 590M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 536M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.10% 481M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 468M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.09% 421M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.09% 406M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 359M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 351M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 314M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 311M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 298M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 243M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 239M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 206M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 186M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 186M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 186M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 180M org.apache.lucene.util.SparseFixedBitSet#():69 [Inlined code] 0.04% 180M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 179M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [Interpreted code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 170M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 165M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 162M 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.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64937 events (total: 470804M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.54% 87263M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.20% 85687M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.57% 54454M 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.39% 39518M 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.56% 35588M 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.82% 32130M 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.22% 24587M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.45% 20962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.35% 20492M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.84% 18088M 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.46% 6894M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.86% 4041M 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.60% 2816M 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.57% 2698M 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.47% 2231M 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.40% 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.38% 1793M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.34% 1617M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1496M 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.29% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.27% 1253M 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% 1144M 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.23% 1101M 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% 1066M 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.19% 886M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.17% 790M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.17% 789M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.16% 756M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 568M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.11% 539M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.11% 536M 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% 481M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.10% 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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 457M 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.09% 435M 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.09% 421M 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.09% 411M 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% 403M 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():1624 [Inlined code] 0.08% 399M 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% 398M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 381M 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% 373M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 352M 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% 351M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 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.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004b1a3b28#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 308M 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.0x000000004b187400#concat() [Inlined code] 0.06% 304M 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.06% 304M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 283M 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.26.16.53.11/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmFalse.jfr is 1148.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64937 events (total: 470804M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.38% 39454M 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.82% 32130M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 5.98% 28161M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000004b1a35d0#call() [Inlined code] 5.97% 28104M 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.96% 28075M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000004b1a35d0#call() [Inlined code] 5.38% 25321M 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.36% 25248M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000004b1a35d0#call() [Inlined code] 5.34% 25143M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000004b1a35d0#call() [Inlined code] 4.78% 22490M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.76% 22397M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.20% 19768M 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.48% 16366M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.32% 15647M 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.75% 8220M 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.50% 7081M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.48% 6954M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.46% 6894M 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.18% 5574M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.05% 4942M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.04% 4899M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 4636M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.96% 4499M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.95% 4449M 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.0x000000004b1a35d0#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.92% 4346M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.86% 4041M 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.76% 3598M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.65% 3075M 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.0x000000004b1a35d0#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.65% 3074M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.65% 3065M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.62% 2931M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 2862M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 2496M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.51% 2386M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.41% 1912M 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.0x000000004b1a35d0#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.40% 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.0x000000004b1a35d0#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.0x000000004b1a3b28#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.38% 1806M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.38% 1793M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1427M 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.0x000000004b1a35d0#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% 1399M 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.0x000000004b1a35d0#call() [Inlined code] 0.29% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1351M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 1235M 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.0x000000004b1a35d0#call() [Inlined code] 0.26% 1234M 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.0x000000004b1a35d0#call() [Inlined code] 0.21% 997M 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.0x000000004b1a35d0#call() [Inlined code] 0.19% 886M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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.0x000000004b1a3b28#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.18% 866M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004b1a35d0#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.16% 756M 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% 718M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 683M 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.0x000000004b1a35d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 665M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3764912 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3321621104978904 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 26, 2026 6:42:08 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: 105 segments, 11 merges 120.8s _169: 8 segs, 368.1 K docs, 1654.0 MB 83.0s _180: 8 segs, 213.5 K docs, 958.8 MB 43.3s _1a6: 9 segs, 48.3 K docs, 215.4 MB 33.9s _1am: 8 segs, 127.1 K docs, 570.1 MB 29.7s _1au: 8 segs, 82.7 K docs, 370.6 MB 24.2s _1b4: 9 segs, 47.1 K docs, 210.4 MB 19.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 14.2s _1bh: 8 segs, 167.3 K docs, 751.1 MB 7.8s _1bq: 8 segs, 40.7 K docs, 181.6 MB 3.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 5.0 sec: 97 segments, 10 merges 125.8s _169: 8 segs, 368.1 K docs, 1654.0 MB 88.0s _180: 8 segs, 213.5 K docs, 958.8 MB 38.9s _1am: 8 segs, 127.1 K docs, 570.1 MB 34.7s _1au: 8 segs, 82.7 K docs, 370.6 MB 29.2s _1b4: 9 segs, 47.1 K docs, 210.4 MB 24.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 19.2s _1bh: 8 segs, 167.3 K docs, 751.1 MB 12.8s _1bq: 8 segs, 40.7 K docs, 181.6 MB 8.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 5.0s _1by: 9 segs, 35.6 K docs, 158.8 MB 10.0 sec: 90 segments, 9 merges 93.0s _180: 8 segs, 213.5 K docs, 958.8 MB 43.9s _1am: 8 segs, 127.1 K docs, 570.1 MB 39.7s _1au: 8 segs, 82.7 K docs, 370.6 MB 34.2s _1b4: 9 segs, 47.1 K docs, 210.4 MB 29.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 24.2s _1bh: 8 segs, 167.3 K docs, 751.1 MB 17.8s _1bq: 8 segs, 40.7 K docs, 181.6 MB 13.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 10.0s _1by: 9 segs, 35.6 K docs, 158.8 MB 15.0 sec: 83 segments, 8 merges 48.9s _1am: 8 segs, 127.1 K docs, 570.1 MB 44.8s _1au: 8 segs, 82.7 K docs, 370.6 MB 39.2s _1b4: 9 segs, 47.1 K docs, 210.4 MB 34.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 29.2s _1bh: 8 segs, 167.3 K docs, 751.1 MB 22.8s _1bq: 8 segs, 40.7 K docs, 181.6 MB 18.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 15.0s _1by: 9 segs, 35.6 K docs, 158.8 MB 20.0 sec: 54 segments, 5 merges 39.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 34.2s _1bh: 8 segs, 167.3 K docs, 751.1 MB 23.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 20.0s _1by: 9 segs, 35.6 K docs, 158.8 MB 3.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 25.0 sec: 47 segments, 4 merges 44.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 28.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 25.0s _1by: 9 segs, 35.6 K docs, 158.8 MB 8.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 30.0 sec: 39 segments, 3 merges 49.8s _1ba: 8 segs, 240.7 K docs, 1081.0 MB 33.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 13.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 35.0 sec: 32 segments, 2 merges 38.9s _1bw: 8 segs, 167.9 K docs, 753.4 MB 18.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 40.0 sec: 25 segments, 2 merges 23.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 1.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 45.0 sec: 25 segments, 2 merges 28.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 6.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 50.0 sec: 25 segments, 2 merges 33.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 11.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 55.1 sec: 25 segments, 2 merges 38.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 16.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 60.1 sec: 25 segments, 2 merges 43.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 21.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 65.1 sec: 25 segments, 2 merges 48.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 26.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 70.1 sec: 25 segments, 2 merges 53.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 31.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 75.1 sec: 25 segments, 2 merges 58.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 36.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 80.1 sec: 25 segments, 2 merges 63.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 41.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 85.0 sec: 25 segments, 2 merges 68.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 46.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 90.0 sec: 25 segments, 2 merges 73.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 51.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 95.0 sec: 25 segments, 2 merges 78.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 56.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 100.0 sec: 25 segments, 2 merges 83.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 61.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 105.0 sec: 25 segments, 2 merges 88.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 66.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 110.0 sec: 25 segments, 2 merges 93.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 71.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 115.1 sec: 25 segments, 2 merges 98.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 76.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 120.1 sec: 25 segments, 2 merges 103.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 81.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 125.1 sec: 25 segments, 2 merges 108.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 86.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 130.1 sec: 25 segments, 2 merges 113.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 91.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 135.1 sec: 25 segments, 2 merges 118.5s _1bz: 4 segs, 1113.1 K docs, 5011.1 MB 96.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 140.1 sec: 22 segments, 1 merges 101.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 145.1 sec: 22 segments, 1 merges 106.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 150.1 sec: 22 segments, 1 merges 111.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 155.1 sec: 22 segments, 1 merges 116.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 160.1 sec: 22 segments, 1 merges 121.4s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 165.0 sec: 22 segments, 1 merges 126.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 170.0 sec: 22 segments, 1 merges 131.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 175.0 sec: 22 segments, 1 merges 136.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 180.0 sec: 22 segments, 1 merges 141.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 185.0 sec: 22 segments, 1 merges 146.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 190.0 sec: 22 segments, 1 merges 151.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 195.0 sec: 22 segments, 1 merges 156.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 200.0 sec: 22 segments, 1 merges 161.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB 205.0 sec: 22 segments, 1 merges 166.3s _1c0: 6 segs, 1105.3 K docs, 4974.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 922 seconds reindex takes 922.28 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 10.0 sec: 17 segments, 1 merges 10.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 15.0 sec: 17 segments, 1 merges 15.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 20.0 sec: 17 segments, 1 merges 20.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 25.0 sec: 17 segments, 1 merges 25.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 30.0 sec: 17 segments, 1 merges 30.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 35.0 sec: 17 segments, 1 merges 35.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 40.0 sec: 17 segments, 1 merges 40.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 45.0 sec: 17 segments, 1 merges 45.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 50.0 sec: 17 segments, 1 merges 50.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 55.0 sec: 17 segments, 1 merges 55.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 60.0 sec: 17 segments, 1 merges 60.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 65.0 sec: 17 segments, 1 merges 65.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 70.1 sec: 17 segments, 1 merges 70.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 75.1 sec: 17 segments, 1 merges 75.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 80.1 sec: 17 segments, 1 merges 80.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 85.1 sec: 17 segments, 1 merges 85.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 90.1 sec: 17 segments, 1 merges 90.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 95.1 sec: 17 segments, 1 merges 95.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 100.1 sec: 17 segments, 1 merges 100.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 105.1 sec: 17 segments, 1 merges 105.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 110.1 sec: 17 segments, 1 merges 110.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 115.1 sec: 17 segments, 1 merges 115.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 120.1 sec: 17 segments, 1 merges 120.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 125.1 sec: 17 segments, 1 merges 125.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 130.0 sec: 17 segments, 1 merges 130.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 135.0 sec: 17 segments, 1 merges 135.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 140.0 sec: 17 segments, 1 merges 140.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 145.0 sec: 17 segments, 1 merges 145.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 150.0 sec: 17 segments, 1 merges 150.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 155.0 sec: 17 segments, 1 merges 155.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 160.0 sec: 17 segments, 1 merges 160.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 165.0 sec: 17 segments, 1 merges 165.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 170.0 sec: 17 segments, 1 merges 170.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 175.0 sec: 17 segments, 1 merges 175.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 180.0 sec: 17 segments, 1 merges 180.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 185.0 sec: 17 segments, 1 merges 185.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 190.1 sec: 17 segments, 1 merges 190.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 195.1 sec: 17 segments, 1 merges 195.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 200.1 sec: 17 segments, 1 merges 200.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 205.1 sec: 17 segments, 1 merges 205.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 210.1 sec: 17 segments, 1 merges 210.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 215.1 sec: 17 segments, 1 merges 215.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 220.1 sec: 17 segments, 1 merges 220.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 225.1 sec: 17 segments, 1 merges 225.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 230.1 sec: 17 segments, 1 merges 230.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 235.1 sec: 17 segments, 1 merges 235.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 240.1 sec: 17 segments, 1 merges 240.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 245.0 sec: 17 segments, 1 merges 245.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 250.0 sec: 17 segments, 1 merges 250.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 255.0 sec: 17 segments, 1 merges 255.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 260.0 sec: 17 segments, 1 merges 260.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 265.0 sec: 17 segments, 1 merges 265.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 270.0 sec: 17 segments, 1 merges 270.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 275.0 sec: 17 segments, 1 merges 275.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 280.0 sec: 17 segments, 1 merges 280.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 285.0 sec: 17 segments, 1 merges 285.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 290.0 sec: 17 segments, 1 merges 290.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 295.0 sec: 17 segments, 1 merges 295.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 300.0 sec: 17 segments, 1 merges 300.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 305.1 sec: 17 segments, 1 merges 305.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 310.1 sec: 17 segments, 1 merges 310.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 315.1 sec: 17 segments, 1 merges 315.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 320.1 sec: 17 segments, 1 merges 320.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 325.1 sec: 17 segments, 1 merges 325.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 330.1 sec: 17 segments, 1 merges 330.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 335.1 sec: 17 segments, 1 merges 335.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 340.1 sec: 17 segments, 1 merges 340.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 345.1 sec: 17 segments, 1 merges 345.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 350.1 sec: 17 segments, 1 merges 350.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 355.1 sec: 17 segments, 1 merges 355.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 360.1 sec: 17 segments, 1 merges 360.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 365.0 sec: 17 segments, 1 merges 365.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 370.0 sec: 17 segments, 1 merges 370.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 375.0 sec: 17 segments, 1 merges 375.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 380.0 sec: 17 segments, 1 merges 380.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 385.0 sec: 17 segments, 1 merges 385.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 390.0 sec: 17 segments, 1 merges 390.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 395.0 sec: 17 segments, 1 merges 395.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 400.0 sec: 17 segments, 1 merges 400.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 405.0 sec: 17 segments, 1 merges 405.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 410.0 sec: 17 segments, 1 merges 410.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 415.0 sec: 17 segments, 1 merges 415.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 420.0 sec: 17 segments, 1 merges 420.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 425.0 sec: 17 segments, 1 merges 425.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 430.0 sec: 17 segments, 1 merges 430.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 435.0 sec: 17 segments, 1 merges 435.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 440.0 sec: 17 segments, 1 merges 440.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 445.0 sec: 17 segments, 1 merges 445.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 450.0 sec: 17 segments, 1 merges 450.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 455.0 sec: 17 segments, 1 merges 455.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 460.0 sec: 17 segments, 1 merges 460.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 465.0 sec: 17 segments, 1 merges 465.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 470.0 sec: 17 segments, 1 merges 470.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 475.1 sec: 17 segments, 1 merges 475.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 480.1 sec: 17 segments, 1 merges 480.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 485.1 sec: 17 segments, 1 merges 485.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 490.1 sec: 17 segments, 1 merges 490.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 495.1 sec: 17 segments, 1 merges 495.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 500.1 sec: 17 segments, 1 merges 500.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 505.1 sec: 17 segments, 1 merges 505.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 510.0 sec: 17 segments, 1 merges 510.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 515.0 sec: 17 segments, 1 merges 515.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 520.0 sec: 17 segments, 1 merges 520.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 525.1 sec: 17 segments, 1 merges 525.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 530.1 sec: 17 segments, 1 merges 530.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 535.1 sec: 17 segments, 1 merges 535.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 540.1 sec: 17 segments, 1 merges 540.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 545.1 sec: 17 segments, 1 merges 545.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 550.1 sec: 17 segments, 1 merges 550.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 555.1 sec: 17 segments, 1 merges 555.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 560.1 sec: 17 segments, 1 merges 560.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 565.1 sec: 17 segments, 1 merges 565.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 570.1 sec: 17 segments, 1 merges 570.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 575.1 sec: 17 segments, 1 merges 575.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 580.1 sec: 17 segments, 1 merges 580.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 585.0 sec: 17 segments, 1 merges 585.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 590.0 sec: 17 segments, 1 merges 590.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 595.0 sec: 17 segments, 1 merges 595.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 600.0 sec: 17 segments, 1 merges 600.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 605.0 sec: 17 segments, 1 merges 605.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 610.0 sec: 17 segments, 1 merges 610.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 615.0 sec: 17 segments, 1 merges 615.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 620.0 sec: 17 segments, 1 merges 620.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 625.0 sec: 17 segments, 1 merges 625.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 630.0 sec: 17 segments, 1 merges 630.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 635.0 sec: 17 segments, 1 merges 635.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 640.0 sec: 17 segments, 1 merges 640.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 645.0 sec: 17 segments, 1 merges 645.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 650.0 sec: 17 segments, 1 merges 650.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 655.0 sec: 17 segments, 1 merges 655.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 660.0 sec: 17 segments, 1 merges 660.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 665.0 sec: 17 segments, 1 merges 665.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 670.0 sec: 17 segments, 1 merges 670.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 675.1 sec: 17 segments, 1 merges 675.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 680.1 sec: 17 segments, 1 merges 680.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 685.1 sec: 17 segments, 1 merges 685.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 690.0 sec: 17 segments, 1 merges 690.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 695.0 sec: 17 segments, 1 merges 695.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 700.0 sec: 17 segments, 1 merges 700.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 705.0 sec: 17 segments, 1 merges 705.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 710.0 sec: 17 segments, 1 merges 710.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 715.0 sec: 17 segments, 1 merges 715.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 720.0 sec: 17 segments, 1 merges 720.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 725.0 sec: 17 segments, 1 merges 725.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 730.0 sec: 17 segments, 1 merges 730.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 735.0 sec: 17 segments, 1 merges 735.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 740.1 sec: 17 segments, 1 merges 740.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 745.1 sec: 17 segments, 1 merges 745.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 750.0 sec: 17 segments, 1 merges 750.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 755.0 sec: 17 segments, 1 merges 755.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 760.0 sec: 17 segments, 1 merges 760.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 765.0 sec: 17 segments, 1 merges 765.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 770.0 sec: 17 segments, 1 merges 770.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 775.1 sec: 17 segments, 1 merges 775.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 780.1 sec: 17 segments, 1 merges 780.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 785.1 sec: 17 segments, 1 merges 785.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 790.1 sec: 17 segments, 1 merges 790.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 795.1 sec: 17 segments, 1 merges 795.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 800.1 sec: 17 segments, 1 merges 800.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 805.1 sec: 17 segments, 1 merges 805.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 810.1 sec: 17 segments, 1 merges 810.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 815.1 sec: 17 segments, 1 merges 815.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 820.1 sec: 17 segments, 1 merges 820.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 825.1 sec: 17 segments, 1 merges 825.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 830.1 sec: 17 segments, 1 merges 830.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 835.1 sec: 17 segments, 1 merges 835.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 840.1 sec: 17 segments, 1 merges 840.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 845.1 sec: 17 segments, 1 merges 845.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 850.1 sec: 17 segments, 1 merges 850.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 855.1 sec: 17 segments, 1 merges 855.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 860.1 sec: 17 segments, 1 merges 860.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 865.0 sec: 17 segments, 1 merges 865.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 870.0 sec: 17 segments, 1 merges 870.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 875.0 sec: 17 segments, 1 merges 875.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 880.0 sec: 17 segments, 1 merges 880.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 885.0 sec: 17 segments, 1 merges 885.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 890.0 sec: 17 segments, 1 merges 890.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 895.0 sec: 17 segments, 1 merges 895.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 900.0 sec: 17 segments, 1 merges 900.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 905.0 sec: 17 segments, 1 merges 905.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 910.0 sec: 17 segments, 1 merges 910.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 915.0 sec: 17 segments, 1 merges 915.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 920.1 sec: 17 segments, 1 merges 920.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 925.1 sec: 17 segments, 1 merges 925.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 930.1 sec: 17 segments, 1 merges 930.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 935.1 sec: 17 segments, 1 merges 935.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 940.1 sec: 17 segments, 1 merges 940.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 945.1 sec: 17 segments, 1 merges 945.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 950.1 sec: 17 segments, 1 merges 950.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 955.1 sec: 17 segments, 1 merges 955.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 960.1 sec: 17 segments, 1 merges 960.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 965.1 sec: 17 segments, 1 merges 965.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 970.1 sec: 17 segments, 1 merges 970.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 975.1 sec: 17 segments, 1 merges 975.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 980.1 sec: 17 segments, 1 merges 980.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 985.1 sec: 17 segments, 1 merges 985.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 990.0 sec: 17 segments, 1 merges 990.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 995.0 sec: 17 segments, 1 merges 995.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1c1: 17 segs, 8000.0 K docs, 36042.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1091.06 sec index has 1 segments: segments_3: _1c1(11.0.0):C8000000 _1c1: 36185.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.95 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=49666270748 cpu@end=52026433537 deltaMS=2360.162789 thread 14 name=Reference Handler cpu@start=1498444 cpu@end=1498444 deltaMS=0.0 thread 15 name=Finalizer cpu@start=157728 cpu@end=157728 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=105753 cpu@end=105753 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3940870 cpu@end=3940870 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16375432703 cpu@end=16375961092 deltaMS=0.528389 thread 42 name=JFR Periodic Tasks cpu@start=121125581627 cpu@end=121237816178 deltaMS=112.234551 thread 45 name=Notification Thread cpu@start=99920 cpu@end=99920 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1692629744669 cpu@end=1692629744669 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1695871273939 cpu@end=1695871273939 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1696157411529 cpu@end=1696157411529 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1693257104882 cpu@end=1693257104882 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1698373547861 cpu@end=1698373547861 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1697922421332 cpu@end=1697922421332 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1701670595884 cpu@end=1701670595884 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1694884665678 cpu@end=1694884665678 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1699592213262 cpu@end=1699592213262 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1699707497984 cpu@end=1699707497984 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1698361725315 cpu@end=1698361725315 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1696327365564 cpu@end=1696327365564 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1694860518167 cpu@end=1694860518167 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1705859024620 cpu@end=1705859024620 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1698486348086 cpu@end=1698486348086 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1692966094671 cpu@end=1692966094671 deltaMS=0.0 Average CPU cores used: 1.0430576399338478 completed 1000 searches in 2370 ms: 421 QPS CPU time=2472 ms checking results SUMMARY: 0.881 2.370 2.472 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5720 922.28 8674.20 1091.06 1 36185.95 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=255, Fanout min=6, mean=17.00, max=32, meandelta=389980.81 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 22 25 32 Graph level=2 size=7672, Fanout min=8, mean=27.24, max=32, meandelta=269508.06 % 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=247122, Fanout min=1, mean=28.28, max=32, meandelta=258685.31 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.74, max=64, meandelta=194172.64 % 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=255, connectedness=1.00 Graph level=2 size=7672, connectedness=1.00 Graph level=1 size=247122, 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.26.16.53.11/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,839,532.92 msec task-clock:u 172,118,369,058,839 cycles:u (36.36%) 184,786,765,999,343 instructions:u (36.36%) 4,364,177,566,228 cache-references:u (36.36%) 1,706,322,587,465 cache-misses:u (36.36%) 65,656,065,445,583 L1-dcache-loads:u (36.36%) 2,025,123,048,582 L1-dcache-load-misses:u (36.36%) 4,035,818,566,192 L1-icache-loads:u (36.36%) 15,639,959,630 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 24,542,470 faults:u 23,551,420 minor-faults:u 21,402 major-faults:u 15,995,596,729,089 branches:u (36.36%) 118,438,219,147 branch-misses:u (36.36%) 2,682,823,026,157 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2298.629471161 seconds time elapsed 44223.159283000 seconds user 604.396032000 seconds sys took 0:38:18.659691 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.37, net_cpu_ms=2.472, avg_cpu_core_count=1.043, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5720, index_time_sec=922.28, index_docs_per_sec=8674.2, force_merge_time_sec=1091.06, index_num_segments=1, index_size_on_disk_mb=36185.95, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (255, {0: 0, 10: 10, 20: 12, 30: 14, 40: 15, 50: 16, 60: 18, 70: 19, 80: 22, 90: 25, 100: 32}), 2: (7672, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247122, {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=2298, microseconds=659691)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 112 Start: 2026-05-26 22:42:08 (UTC) Duration: 2286 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 42984126 736278648 jdk.FileWrite 23015419 485659873 jdk.FileRead 8003677 182213402 jdk.ObjectAllocationInNewTLAB 74135 1471008 jdk.BooleanFlag 55552 1757424 jdk.CPULoad 42871 856784 jdk.Checkpoint 7634 28728581 jdk.Compilation 6298 162474 jdk.UnsignedIntFlag 5376 182368 jdk.IntFlag 4928 179808 jdk.StringFlag 3808 147611 jdk.ObjectAllocationOutsideTLAB 1306 23328 jdk.CPUInformation 112 168220 jdk.GCConfiguration 112 2908 jdk.JVMInformation 112 106508 jdk.Metadata 112 12379021 jdk.GarbageCollection 60 1442 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.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42984126 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.78% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.39% 13M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.05% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.57% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.39% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 3.23% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.37% 590131 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.92% 395841 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.89% 381166 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.53% 229558 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.53% 228366 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.29% 126735 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 123784 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.28% 120038 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.27% 114528 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.24% 104896 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.24% 101881 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.23% 98850 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 91911 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 75527 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 61598 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 52033 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 42827 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.10% 42582 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 41444 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 40717 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 39851 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 37550 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 32517 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 30833 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 27777 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 26106 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 25981 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 25749 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.06% 24340 java.util.Arrays#sort():99 [Inlined code] 0.05% 19850 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 16698 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 15437 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14857 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 13402 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 12631 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 12578 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 10724 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9795 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8849 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8074 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 8043 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 8021 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7729 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 6687 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42984126 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.37% 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.36% 13M 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.05% 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.39% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 3.23% 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.84% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 1.40% 600220 org.apache.lucene.codecs.lucene104.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.37% 590009 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.86% 370206 org.apache.lucene.codecs.lucene104.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.74% 318178 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.68% 292143 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.68% 290592 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.49% 208687 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.43% 184065 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.29% 123401 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.28% 120025 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% 101699 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% 98818 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% 90809 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.21% 89623 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 82170 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% 75520 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.18% 75369 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.15% 62895 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% 61753 org.apache.lucene.util.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% 52033 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% 49438 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% 44497 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.10% 42825 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% 41444 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.10% 40908 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% 30826 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% 28826 org.apache.lucene.util.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% 28111 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% 27765 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% 26953 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% 26098 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% 25981 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% 25749 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 24340 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 23553 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% 23323 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.05% 22747 org.apache.lucene.util.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% 21858 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% 20020 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% 18529 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% 18047 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% 16491 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 15976 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.0x0000000029176928#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.03% 14267 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42984126 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.07% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 24.08% 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] 11.13% 4M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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.83% 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 3.02% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.53% 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.25% 968438 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.0x00000000291a3c10#call() [Inlined code] 2.23% 958144 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.07% 461077 org.apache.lucene.codecs.lucene104.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.0x00000000291a3c10#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.04% 446221 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.0x000000002919e660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.01% 435640 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.0x000000002919e660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.95% 408783 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.0x00000000291a3c10#call() [Inlined code] 0.94% 402579 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.91% 392263 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.78% 334286 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.0x000000002919e660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.61% 260271 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.0x00000000291a3c10#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.0x00000000291a6328#run() [JIT compiled code] 0.57% 245526 org.apache.lucene.codecs.lucene104.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.0x00000000291a3c10#call() [Inlined code] 0.45% 195322 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.40% 172521 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.39% 167218 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.37% 160973 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.33% 140484 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.33% 140222 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.32% 137593 org.apache.lucene.codecs.lucene104.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.0x00000000291a3c10#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.27% 114434 org.apache.lucene.codecs.lucene104.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.0x00000000291a3c10#call() [Inlined code] 0.24% 103429 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.23% 98756 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.21% 89494 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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.0x00000000291a6328#run() [JIT compiled code] 0.19% 83396 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 82170 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.0x000000002907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 81694 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.0x00000000291a3c10#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.0x00000000291a6328#run() [JIT compiled code] 0.17% 71581 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.16% 69230 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.0x000000002919e660#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.16% 67575 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 63666 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% 63522 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.0x000000002919e660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.14% 61719 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.0x00000000291a3c10#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% 56729 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 53630 org.apache.lucene.codecs.lucene104.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.0x00000000291a3c10#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.12% 53585 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 52529 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#call() [Inlined code] 0.12% 51313 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.0x000000002919e660#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% 50690 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.11% 49344 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% 43680 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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.0x00000000291a6328#run() [JIT compiled code] 0.10% 42984 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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% 39697 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% 38738 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 36608 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.08% 35471 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75417 events (total: 574715M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.54% 135269M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.38% 134386M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.15% 133065M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.05% 63528M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.55% 31890M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.80% 21859M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.06% 6113M java.util.Arrays#copyOf():3478 [Inlined code] 0.94% 5391M java.lang.Integer#valueOf():1006 [Inlined code] 0.72% 4131M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3924M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3881M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 3636M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.53% 3059M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.32% 1814M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.31% 1774M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1676M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.29% 1640M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1125M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.18% 1034M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.18% 1008M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 957M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 902M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.16% 900M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 732M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 720M java.util.ArrayList#grow():240 [Inlined code] 0.10% 587M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.10% 562M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 539M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 450M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 440M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 420M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 399M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 399M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 397M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.05% 284M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 247M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 242M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 231M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 211M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 199M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 198M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 179M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.03% 176M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 171M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.03% 171M java.lang.invoke.VarForm#resolveMemberName():159 [Interpreted code] 0.03% 170M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 169M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 158M 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.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75417 events (total: 574715M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.20% 110335M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.74% 107718M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.03% 74886M 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.56% 54952M 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.79% 39006M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.55% 31890M 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.35% 25024M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.34% 24934M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.26% 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] 3.80% 21859M 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% 5777M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.92% 5283M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.72% 4131M 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% 3636M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.63% 3634M 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.37% 2141M 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.34% 1927M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 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.31% 1774M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1508M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1417M 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% 1298M 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 java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.17% 958M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.15% 890M 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% 820M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 732M 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% 720M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 714M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 687M 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.11% 651M 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% 627M 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% 613M 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% 587M 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% 539M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 508M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 478M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 450M 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% 449M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 445M 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% 420M 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.07% 403M 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% 400M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.07% 399M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 399M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 365M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 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.06% 336M 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():1624 [Inlined code] 0.06% 322M org.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.26.16.53.11/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q4-fmTrue.jfr is 1383.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75417 events (total: 574715M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.97% 51578M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.92% 51287M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000291a3c10#call() [Inlined code] 8.80% 50568M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000291a3c10#call() [Inlined code] 7.09% 40752M 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.78% 38942M 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.55% 31890M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 3.97% 22815M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 22719M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.90% 22427M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000291a3c10#call() [Inlined code] 3.84% 22061M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000291a3c10#call() [Inlined code] 3.77% 21680M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 16364M 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% 14176M 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.53% 8786M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.47% 8420M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 8251M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.43% 8195M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 8140M 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.29% 7385M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.01% 5777M 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% 5710M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.99% 5706M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.92% 5283M 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.89% 5142M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 0.75% 4292M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.70% 4042M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.67% 3860M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.66% 3808M 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.0x00000000291a3c10#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.61% 3492M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.53% 3038M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 2731M 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.0x00000000291a3c10#call() [Inlined code] 0.47% 2707M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 2683M 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.0x00000000291a3c10#call() [Inlined code] 0.44% 2537M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.41% 2357M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.39% 2216M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.34% 1975M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 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.0x00000000291a3c10#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.0x00000000291a6328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.31% 1774M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1552M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.25% 1459M 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.0x00000000291a3c10#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% 1412M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1279M 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.0x00000000291a3c10#call() [Inlined code] 0.17% 951M 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.0x00000000291a3c10#call() [Inlined code] 0.16% 908M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 0.15% 868M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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% 824M 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.0x00000000291a3c10#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 820M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000291a3c10#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.0x00000000291a6328#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 720M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.26.16.53.11/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 3794972 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3324610839812525 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 26, 2026 7:31:58 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: 103 segments, 10 merges 150.5s _1ap: 8 segs, 191.7 K docs, 954.4 MB 121.2s _1bm: 8 segs, 184.9 K docs, 920.4 MB 84.7s _1ci: 8 segs, 172.3 K docs, 857.6 MB 60.6s _1d6: 8 segs, 214.5 K docs, 1067.8 MB 38.9s _1dn: 8 segs, 69.5 K docs, 345.3 MB 30.5s _1dv: 8 segs, 39.4 K docs, 195.3 MB 25.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 17.6s _1eb: 10 segs, 48.2 K docs, 238.6 MB 9.2s _1el: 9 segs, 45.0 K docs, 222.8 MB 0.2s _1er: 13 segs, 50.5 K docs, 250.0 MB 5.0 sec: 96 segments, 9 merges 126.2s _1bm: 8 segs, 184.9 K docs, 920.4 MB 89.8s _1ci: 8 segs, 172.3 K docs, 857.6 MB 65.7s _1d6: 8 segs, 214.5 K docs, 1067.8 MB 43.9s _1dn: 8 segs, 69.5 K docs, 345.3 MB 35.5s _1dv: 8 segs, 39.4 K docs, 195.3 MB 30.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 22.7s _1eb: 10 segs, 48.2 K docs, 238.6 MB 14.2s _1el: 9 segs, 45.0 K docs, 222.8 MB 5.2s _1er: 13 segs, 50.5 K docs, 250.0 MB 10.0 sec: 82 segments, 7 merges 94.8s _1ci: 8 segs, 172.3 K docs, 857.6 MB 70.7s _1d6: 8 segs, 214.5 K docs, 1067.8 MB 40.6s _1dv: 8 segs, 39.4 K docs, 195.3 MB 35.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 27.7s _1eb: 10 segs, 48.2 K docs, 238.6 MB 19.2s _1el: 9 segs, 45.0 K docs, 222.8 MB 10.2s _1er: 13 segs, 50.5 K docs, 250.0 MB 15.0 sec: 68 segments, 5 merges 75.7s _1d6: 8 segs, 214.5 K docs, 1067.8 MB 40.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 32.7s _1eb: 10 segs, 48.2 K docs, 238.6 MB 24.2s _1el: 9 segs, 45.0 K docs, 222.8 MB 15.2s _1er: 13 segs, 50.5 K docs, 250.0 MB 20.0 sec: 68 segments, 5 merges 80.7s _1d6: 8 segs, 214.5 K docs, 1067.8 MB 45.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 37.7s _1eb: 10 segs, 48.2 K docs, 238.6 MB 29.2s _1el: 9 segs, 45.0 K docs, 222.8 MB 20.2s _1er: 13 segs, 50.5 K docs, 250.0 MB 25.1 sec: 44 segments, 3 merges 50.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 25.3s _1er: 13 segs, 50.5 K docs, 250.0 MB 0.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 30.1 sec: 32 segments, 2 merges 55.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 5.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 35.1 sec: 32 segments, 2 merges 60.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 10.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 40.1 sec: 32 segments, 2 merges 65.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 15.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 45.1 sec: 32 segments, 2 merges 70.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 20.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 50.0 sec: 32 segments, 2 merges 75.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 25.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 55.0 sec: 32 segments, 2 merges 80.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 30.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 60.0 sec: 32 segments, 2 merges 85.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 35.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 65.0 sec: 32 segments, 2 merges 90.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 40.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 70.0 sec: 32 segments, 2 merges 95.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 45.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 75.0 sec: 32 segments, 2 merges 100.6s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 50.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 80.0 sec: 32 segments, 2 merges 105.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 55.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 85.0 sec: 32 segments, 2 merges 110.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 60.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 90.0 sec: 32 segments, 2 merges 115.7s _1e2: 8 segs, 486.4 K docs, 2424.3 MB 65.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 95.0 sec: 25 segments, 1 merges 70.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 100.0 sec: 25 segments, 1 merges 75.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 105.1 sec: 25 segments, 1 merges 80.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 110.1 sec: 25 segments, 1 merges 85.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 115.1 sec: 25 segments, 1 merges 90.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 120.1 sec: 25 segments, 1 merges 95.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 125.1 sec: 25 segments, 1 merges 100.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 130.1 sec: 25 segments, 1 merges 105.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 135.1 sec: 25 segments, 1 merges 110.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 140.1 sec: 25 segments, 1 merges 115.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 145.1 sec: 25 segments, 1 merges 120.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 150.1 sec: 25 segments, 1 merges 125.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 155.0 sec: 25 segments, 1 merges 130.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 160.0 sec: 25 segments, 1 merges 135.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 165.0 sec: 25 segments, 1 merges 140.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 170.0 sec: 25 segments, 1 merges 145.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 175.0 sec: 25 segments, 1 merges 150.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 180.0 sec: 25 segments, 1 merges 155.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 185.0 sec: 25 segments, 1 merges 160.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 190.0 sec: 25 segments, 1 merges 165.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 195.0 sec: 25 segments, 1 merges 170.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 200.1 sec: 25 segments, 1 merges 175.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 205.1 sec: 25 segments, 1 merges 180.6s _1es: 5 segs, 988.7 K docs, 4932.5 MB 210.1 sec: 25 segments, 1 merges 185.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 215.1 sec: 25 segments, 1 merges 190.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB 220.1 sec: 25 segments, 1 merges 195.7s _1es: 5 segs, 988.7 K docs, 4932.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1520 seconds reindex takes 1520.92 sec index has 21 segments: segments_2: _av(11.0.0):C1004361 _tj(11.0.0):C988995 _dy(11.0.0):C246629 _l6(11.0.0):C534402 _j6(11.0.0):C328797 _ju(11.0.0):C253330 _qt(11.0.0):C435976 _1es(11.0.0):C988702 _15e(11.0.0):C865998 _12v(11.0.0):C668225 _108(11.0.0):C252164 _149(11.0.0):C244757 _1e2(11.0.0):C486392 _18u(11.0.0):C232583 _1ci(11.0.0):C172291 _1dn(11.0.0):C69540 _1df(11.0.0):C43737 _1dv(11.0.0):C39445 _1eb(11.0.0):C48184 _1el(11.0.0):C44994 _1er(11.0.0):C50498 _av: 5016.3 MB _tj: 4939.5 MB _dy: 1230.6 MB _l6: 2667.7 MB _j6: 1640.9 MB _ju: 1264.0 MB _qt: 2176.2 MB _1es: 4938.1 MB _15e: 4324.6 MB _12v: 3336.2 MB _108: 1258.2 MB _149: 1221.3 MB _1e2: 2427.9 MB _18u: 1160.5 MB _1ci: 859.4 MB _1dn: 346.5 MB _1df: 217.8 MB _1dv: 196.4 MB _1eb: 240.0 MB _1el: 224.0 MB _1er: 251.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39937.60 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=57653447997 cpu@end=73270386703 deltaMS=15616.938706 thread 14 name=Reference Handler cpu@start=1486517 cpu@end=1486517 deltaMS=0.0 thread 15 name=Finalizer cpu@start=142674 cpu@end=142674 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=53290 cpu@end=53290 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6679220 cpu@end=6679220 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=21708676581 cpu@end=21710316203 deltaMS=1.639622 thread 42 name=JFR Periodic Tasks cpu@start=121707951290 cpu@end=122455092036 deltaMS=747.140746 thread 45 name=Notification Thread cpu@start=104077 cpu@end=104077 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1714504777713 cpu@end=1714504777713 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1714728604296 cpu@end=1714728604296 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1710935835716 cpu@end=1710935835716 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1712959553217 cpu@end=1712959553217 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1713956729464 cpu@end=1713956729464 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1713548864646 cpu@end=1713548864646 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1711539781460 cpu@end=1711539781460 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1714405203029 cpu@end=1714405203029 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1714951094590 cpu@end=1714951094590 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1712122012590 cpu@end=1712122012590 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1717321881901 cpu@end=1717321881901 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1716249213478 cpu@end=1716249213478 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1714470628315 cpu@end=1714470628315 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1715852521444 cpu@end=1715852521444 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1713462789148 cpu@end=1713462789148 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1713089559550 cpu@end=1713089559550 deltaMS=0.0 Average CPU cores used: 1.0469530695731748 completed 1000 searches in 15631 ms: 63 QPS CPU time=16364 ms checking results SUMMARY: 0.954 15.631 16.364 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 71507 1520.92 5259.96 0.00 21 39937.60 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1004361 documents Graph level=3 size=59, Fanout min=4, mean=9.59, max=17, meandelta=78833.95 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 12 14 17 Graph level=2 size=869, Fanout min=8, mean=23.01, max=32, meandelta=39849.42 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 27 32 32 32 Graph level=1 size=30577, Fanout min=3, mean=28.03, max=32, meandelta=32849.00 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1004361, Fanout min=1, mean=39.48, max=64, meandelta=23559.20 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=59, connectedness=1.00 Graph level=2 size=869, connectedness=1.00 Graph level=1 size=30577, connectedness=1.00 Graph level=0 size=1004361, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 988995 documents Graph level=3 size=55, Fanout min=4, mean=9.38, max=20, meandelta=86369.89 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 10 11 13 20 Graph level=2 size=889, Fanout min=6, mean=23.00, max=32, meandelta=39000.06 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 23 25 27 31 32 32 Graph level=1 size=30170, Fanout min=3, mean=28.01, max=32, meandelta=32295.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=988995, Fanout min=1, mean=39.49, max=64, meandelta=23191.56 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=889, connectedness=1.00 Graph level=1 size=30170, connectedness=1.00 Graph level=0 size=988995, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 246629 documents Graph level=3 size=14, Fanout min=2, mean=4.86, max=8, meandelta=32208.62 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 4 5 5 5 7 7 8 Graph level=2 size=217, Fanout min=7, mean=16.01, max=32, meandelta=13187.61 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 23 32 Graph level=1 size=7628, Fanout min=8, mean=27.24, max=32, meandelta=8220.42 % 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=246629, Fanout min=1, mean=39.43, max=64, meandelta=5811.38 % 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=14, connectedness=1.00 Graph level=2 size=217, connectedness=1.00 Graph level=1 size=7628, connectedness=1.00 Graph level=0 size=246629, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 534402 documents Graph level=3 size=23, Fanout min=3, mean=6.09, max=10, meandelta=49296.89 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 6 7 8 8 10 Graph level=2 size=406, Fanout min=8, mean=19.51, max=32, meandelta=23753.38 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 18 20 22 25 29 32 Graph level=1 size=16308, Fanout min=5, mean=27.86, max=32, meandelta=17562.67 % 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=534402, Fanout min=1, mean=39.57, max=64, meandelta=12526.43 % 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=406, connectedness=1.00 Graph level=1 size=16308, connectedness=1.00 Graph level=0 size=534402, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 328797 documents Graph level=3 size=19, Fanout min=2, mean=5.26, max=9, meandelta=36301.86 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 5 5 6 7 7 9 Graph level=2 size=261, Fanout min=6, mean=16.66, max=32, meandelta=15816.76 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 15 16 17 19 20 23 32 Graph level=1 size=10033, Fanout min=7, mean=27.51, max=32, meandelta=10937.28 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=0 size=328797, Fanout min=1, mean=39.53, max=64, meandelta=7723.26 % 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=261, connectedness=1.00 Graph level=1 size=10033, connectedness=1.00 Graph level=0 size=328797, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 253330 documents Graph level=3 size=18, Fanout min=3, mean=5.33, max=9, meandelta=36884.61 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 8 9 Graph level=2 size=230, Fanout min=7, mean=15.98, max=32, meandelta=13709.14 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 20 24 32 Graph level=1 size=7794, Fanout min=7, mean=27.29, max=32, meandelta=8472.17 % 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=253330, Fanout min=1, mean=39.37, max=64, meandelta=5973.47 % 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=18, connectedness=1.00 Graph level=2 size=230, connectedness=1.00 Graph level=1 size=7794, connectedness=1.00 Graph level=0 size=253330, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 435976 documents Graph level=3 size=23, Fanout min=2, mean=5.74, max=12, meandelta=40379.30 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 7 7 7 12 Graph level=2 size=328, Fanout min=7, mean=18.13, max=32, meandelta=20358.75 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 17 19 21 24 27 32 Graph level=1 size=13170, Fanout min=7, mean=27.77, max=32, meandelta=14337.67 % 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=435976, Fanout min=1, mean=39.64, max=64, meandelta=10203.49 % 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=328, connectedness=1.00 Graph level=1 size=13170, connectedness=1.00 Graph level=0 size=435976, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 988702 documents Graph level=3 size=49, Fanout min=3, mean=7.80, max=16, meandelta=99311.35 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 9 9 10 16 Graph level=2 size=882, Fanout min=7, mean=22.71, max=32, meandelta=39637.45 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 30 32 32 Graph level=1 size=30220, Fanout min=2, mean=28.09, max=32, meandelta=32253.66 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=988702, Fanout min=1, mean=39.50, max=64, meandelta=23177.77 % 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=882, connectedness=1.00 Graph level=1 size=30220, connectedness=1.00 Graph level=0 size=988702, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 865998 documents Graph level=3 size=41, Fanout min=3, mean=8.10, max=16, meandelta=80226.67 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 10 11 16 Graph level=2 size=724, Fanout min=9, mean=22.23, max=32, meandelta=35220.36 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 29 32 32 Graph level=1 size=26438, Fanout min=4, mean=28.01, max=32, meandelta=28311.12 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=865998, Fanout min=1, mean=39.55, max=64, meandelta=20288.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=41, connectedness=1.00 Graph level=2 size=724, connectedness=1.00 Graph level=1 size=26438, connectedness=1.00 Graph level=0 size=865998, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 668225 documents Graph level=3 size=35, Fanout min=3, mean=7.20, max=10, meandelta=69651.38 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 8 9 9 10 10 Graph level=2 size=554, Fanout min=7, mean=20.41, max=32, meandelta=29667.53 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 16 18 19 21 24 27 31 32 Graph level=1 size=20352, Fanout min=5, mean=27.90, max=32, meandelta=21918.85 % 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=668225, Fanout min=1, mean=39.56, max=64, meandelta=15657.91 % 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=35, connectedness=1.00 Graph level=2 size=554, connectedness=1.00 Graph level=1 size=20352, connectedness=1.00 Graph level=0 size=668225, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 252164 documents Graph level=3 size=11, Fanout min=2, mean=4.00, max=7, meandelta=39442.59 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 3 4 4 5 5 7 Graph level=2 size=203, Fanout min=4, mean=15.13, max=31, meandelta=13571.97 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 17 19 23 31 Graph level=1 size=7749, Fanout min=8, mean=27.24, max=32, meandelta=8424.34 % 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=252164, Fanout min=1, mean=39.38, max=64, meandelta=5947.17 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=11, connectedness=1.00 Graph level=2 size=203, connectedness=1.00 Graph level=1 size=7749, connectedness=1.00 Graph level=0 size=252164, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 244757 documents Graph level=3 size=10, Fanout min=2, mean=3.00, max=5, meandelta=35175.90 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 3 3 3 3 3 4 5 Graph level=2 size=222, Fanout min=5, mean=16.09, max=30, meandelta=13202.05 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 17 18 20 23 30 Graph level=1 size=7583, Fanout min=8, mean=27.35, max=32, meandelta=8178.80 % 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=244757, Fanout min=1, mean=39.42, max=64, meandelta=5763.88 % 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=10, connectedness=1.00 Graph level=2 size=222, connectedness=1.00 Graph level=1 size=7583, connectedness=1.00 Graph level=0 size=244757, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 486392 documents Graph level=3 size=27, Fanout min=3, mean=6.44, max=11, meandelta=47531.72 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 8 10 11 Graph level=2 size=377, Fanout min=8, mean=19.76, max=32, meandelta=21555.62 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 23 25 29 32 Graph level=1 size=14708, Fanout min=7, mean=27.79, max=32, meandelta=15997.12 % 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=486392, Fanout min=1, mean=39.55, max=64, meandelta=11408.51 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=27, connectedness=1.00 Graph level=2 size=377, connectedness=1.00 Graph level=1 size=14708, connectedness=1.00 Graph level=0 size=486392, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 232583 documents Graph level=3 size=8, Fanout min=3, mean=3.25, max=4, meandelta=16901.04 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 3 3 3 3 4 4 Graph level=2 size=211, Fanout min=7, mean=15.77, max=32, meandelta=12749.97 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 16 18 20 22 32 Graph level=1 size=7244, Fanout min=7, mean=27.32, max=32, meandelta=7768.24 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=0 size=232583, Fanout min=1, mean=39.38, max=64, meandelta=5485.61 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 59 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=211, connectedness=1.00 Graph level=1 size=7244, connectedness=1.00 Graph level=0 size=232583, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 172291 documents Graph level=3 size=7, Fanout min=1, mean=2.57, max=4, meandelta=19404.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 4 4 Graph level=2 size=155, Fanout min=4, mean=13.43, max=26, meandelta=10783.35 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 13 14 16 18 20 26 Graph level=1 size=5330, Fanout min=7, mean=26.86, max=32, meandelta=5860.40 % 0 10 20 30 40 50 60 70 80 90 100 0 17 21 23 27 30 32 32 32 32 32 Graph level=0 size=172291, Fanout min=1, mean=39.19, max=64, meandelta=4083.24 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=155, connectedness=1.00 Graph level=1 size=5330, connectedness=1.00 Graph level=0 size=172291, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 69540 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=56, Fanout min=4, mean=8.96, max=19, meandelta=6244.02 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 10 10 13 19 Graph level=1 size=2157, Fanout min=8, mean=25.60, max=32, meandelta=2486.30 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 30 32 32 32 32 Graph level=0 size=69540, Fanout min=3, mean=38.59, max=64, meandelta=1671.87 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=56, connectedness=1.00 Graph level=1 size=2157, connectedness=1.00 Graph level=0 size=69540, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 43737 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=38, Fanout min=3, mean=7.74, max=19, meandelta=4649.77 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 8 11 12 19 Graph level=1 size=1338, Fanout min=8, mean=24.26, max=32, meandelta=1629.28 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=43737, Fanout min=4, mean=38.04, max=64, meandelta=1065.08 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=38, connectedness=1.00 Graph level=1 size=1338, connectedness=1.00 Graph level=0 size=43737, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 39445 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=4, mean=7.44, max=14, meandelta=3937.74 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 8 8 9 11 14 Graph level=1 size=1218, Fanout min=6, mean=24.25, max=32, meandelta=1472.05 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=39445, Fanout min=3, mean=38.00, max=64, meandelta=962.82 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1218, connectedness=1.00 Graph level=0 size=39445, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 48184 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=43, Fanout min=4, mean=8.51, max=15, meandelta=4719.88 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 9 11 12 15 Graph level=1 size=1477, Fanout min=10, mean=24.96, max=32, meandelta=1759.45 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 26 29 32 32 32 32 Graph level=0 size=48184, Fanout min=1, mean=38.20, max=64, meandelta=1169.79 % 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=43, connectedness=1.00 Graph level=1 size=1477, connectedness=1.00 Graph level=0 size=48184, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 44994 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=35, Fanout min=3, mean=6.69, max=14, meandelta=5260.89 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 7 7 7 7 10 14 Graph level=1 size=1390, Fanout min=7, mean=24.79, max=32, meandelta=1643.04 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 25 28 32 32 32 32 Graph level=0 size=44994, Fanout min=3, mean=38.01, max=64, meandelta=1100.00 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=35, connectedness=1.00 Graph level=1 size=1390, connectedness=1.00 Graph level=0 size=44994, connectedness=1.00 Leaf 20 has 4 layers Leaf 20 has 50498 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=41, Fanout min=3, mean=7.02, max=12, meandelta=5292.77 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 8 8 9 9 12 Graph level=1 size=1581, Fanout min=8, mean=25.02, max=32, meandelta=1844.04 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 26 28 32 32 32 32 Graph level=0 size=50498, Fanout min=4, mean=38.26, max=64, meandelta=1227.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=41, connectedness=1.00 Graph level=1 size=1581, connectedness=1.00 Graph level=0 size=50498, 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.26.16.53.11/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,627,120.13 msec task-clock:u 204,902,075,525,391 cycles:u (36.36%) 114,168,639,623,663 instructions:u (36.36%) 3,386,391,125,133 cache-references:u (36.36%) 1,528,938,585,108 cache-misses:u (36.36%) 41,035,430,937,927 L1-dcache-loads:u (36.36%) 1,476,295,239,655 L1-dcache-load-misses:u (36.36%) 1,866,380,355,528 L1-icache-loads:u (36.36%) 12,510,976,212 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 6,135,219 faults:u 5,284,845 minor-faults:u 166 major-faults:u 11,598,901,871,665 branches:u (36.36%) 88,066,715,919 branch-misses:u (36.36%) 2,984,867,367,688 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1839.174799038 seconds time elapsed 53080.355227000 seconds user 534.100762000 seconds sys took 0:30:39.205557 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', 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.631, net_cpu_ms=16.364, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=71507, index_time_sec=1520.92, index_docs_per_sec=5259.96, force_merge_time_sec=0.0, index_num_segments=21, index_size_on_disk_mb=39937.6, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (0, {}), 2: (41, {0: 0, 10: 4, 20: 5, 30: 6, 40: 6, 50: 7, 60: 8, 70: 8, 80: 9, 90: 9, 100: 12}), 1: (1581, {0: 0, 10: 16, 20: 18, 30: 21, 40: 23, 50: 26, 60: 28, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (50498, {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=1839, microseconds=205557)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 118 Start: 2026-05-26 23:31:58 (UTC) Duration: 1827 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 51273469 879830880 jdk.FileWrite 19899779 417001682 jdk.FileRead 8003679 183054175 jdk.ObjectAllocationInNewTLAB 62802 1251127 jdk.BooleanFlag 58528 1851678 jdk.CPULoad 33722 673807 jdk.Checkpoint 8029 33760478 jdk.Compilation 5963 154043 jdk.UnsignedIntFlag 5664 192148 jdk.IntFlag 5192 189450 jdk.StringFlag 4012 155649 jdk.ObjectAllocationOutsideTLAB 1107 19849 jdk.CPUInformation 118 177232 jdk.GCConfiguration 118 3064 jdk.JVMInformation 118 109854 jdk.Metadata 118 13042183 jdk.GarbageCollection 45 1076 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.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51273469 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.74% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 16.04% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.53% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 2.61% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.98% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.34% 689097 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.34% 685632 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.77% 394162 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.71% 365470 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.47% 239575 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 204309 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.38% 194527 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.35% 181995 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.30% 156336 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 126541 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 113937 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 100893 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.17% 89419 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 86504 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 68440 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 58754 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 52763 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 51435 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 47643 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 47384 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 44597 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 40415 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 36072 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 31907 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31035 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 29585 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28070 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 24789 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 21895 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 21423 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 17241 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 16472 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15931 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 15461 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14455 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 13327 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 12963 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 12723 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12609 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 11503 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.02% 11210 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10630 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 8709 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7769 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 7087 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51273469 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.97% 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] 16.04% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.52% 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.61% 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% 966917 org.apache.lucene.codecs.lucene104.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.44% 740742 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.34% 685514 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.91% 465189 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% 394053 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.71% 365470 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.64% 328767 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.49% 249401 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.43% 221782 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.43% 218667 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.35% 181993 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 156185 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.30% 156088 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.25% 126512 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 112842 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.19% 98654 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% 78521 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 72571 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.12% 63176 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% 58562 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% 56360 org.apache.lucene.util.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% 48826 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% 47381 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% 45626 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.09% 44587 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% 43687 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% 40415 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.08% 38463 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% 37946 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% 36070 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 33977 org.apache.lucene.util.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% 31035 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% 29576 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% 26165 org.apache.lucene.util.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% 25485 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% 22828 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% 21658 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 21389 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% 21068 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% 19377 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% 19218 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% 18923 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% 18724 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% 16687 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% 15903 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% 14454 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51273469 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.60% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.93% 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.0x0000000053199480#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.75% 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 11.09% 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] 1.93% 988175 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.13% 581169 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#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.94% 480450 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.79% 405262 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.74% 380819 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#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.71% 362777 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.68% 346199 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.0x0000000053197690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.55% 284252 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.52% 268182 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.50% 258088 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.0x0000000053197690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.40% 207157 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.36% 187104 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.0x0000000053199480#call() [Inlined code] 0.34% 174367 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#call() [Inlined code] 0.32% 162863 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.30% 151330 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.0x0000000053199480#call() [Inlined code] 0.29% 147089 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#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% 141931 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#call() [Inlined code] 0.27% 137385 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.27% 136455 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.0x0000000053197690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.25% 126444 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 104283 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% 95950 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.18% 90770 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 85637 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 78521 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.0x000000005307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.15% 74431 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 73350 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.0x0000000053197690#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% 67319 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 66019 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.0x0000000053199480#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% 64587 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 64543 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.12% 62940 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 60960 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.11% 56020 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.11% 55013 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.0x00000000531999d8#run() [JIT compiled code] 0.11% 54451 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.0x0000000053197690#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% 53502 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 50092 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.09% 47312 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.0x00000000531999d8#run() [JIT compiled code] 0.09% 44403 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 43188 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 42835 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 41041 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 40504 org.apache.lucene.codecs.lucene104.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.0x0000000053199480#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.08% 40369 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.07% 37744 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63883 events (total: 445329M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.62% 100739M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.39% 99728M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.64% 83006M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.47% 64443M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.08% 31525M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.31% 19213M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.66% 7413M java.lang.Integer#valueOf():1006 [Inlined code] 0.67% 2973M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 2964M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 2951M java.util.Arrays#copyOf():3478 [Inlined code] 0.60% 2693M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.59% 2620M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.49% 2182M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.41% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.32% 1427M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.31% 1363M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1057M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 943M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.20% 884M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 800M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 752M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 741M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 721M java.util.ArrayList#grow():240 [Inlined code] 0.16% 701M knn.IndexerThread#_run():108 [JIT compiled code] 0.14% 626M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 549M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 547M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 398M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 376M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 349M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 344M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 246M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 241M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 235M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 208M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 200M java.util.List#of():935 [Inlined code] 0.04% 187M knn.KnnGraphTester#printGraphFanout():1147 [JIT compiled code] 0.04% 186M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 180M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.lang.invoke.VarForm#resolveMemberName():159 [Interpreted code] 0.04% 155M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.03% 151M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 124M java.util.concurrent.FutureTask#awaitDone():487 [Interpreted code] 0.03% 124M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 120M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 119M 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.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63883 events (total: 445329M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.06% 80412M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.90% 79692M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.04% 49166M 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.92% 39714M 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.08% 31525M 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.91% 30784M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 5.55% 24714M 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.51% 20101M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 20022M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.31% 19213M 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.57% 7012M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.60% 2693M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.60% 2663M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.59% 2620M 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.50% 2214M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.41% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1623M 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% 1501M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1427M 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.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.25% 1126M 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% 1045M 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.23% 1033M 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.18% 800M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 793M 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% 752M 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% 721M 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% 701M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 631M 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% 603M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.12% 547M 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% 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% 504M 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():1624 [Inlined code] 0.11% 485M 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% 464M 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% 441M 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% 428M 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% 393M 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.0x0000000053182000#concat() [Inlined code] 0.08% 376M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000531999d8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 331M 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% 324M 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.07% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 323M 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% 321M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 287M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [JIT compiled code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.06% 279M 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% 278M 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% 257M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmFalse.jfr is 1460.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63883 events (total: 445329M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.90% 39650M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.03% 31291M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 6.10% 27164M 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.02% 26791M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000053199480#call() [Inlined code] 5.99% 26696M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000053199480#call() [Inlined code] 4.94% 22002M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.91% 21854M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.89% 21775M 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.74% 21100M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000053199480#call() [Inlined code] 4.66% 20732M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000053199480#call() [Inlined code] 4.02% 17913M 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.71% 16534M 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% 12589M 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.84% 8180M 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.57% 7012M 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% 6611M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.46% 6507M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.12% 4968M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.11% 4954M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.11% 4921M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.95% 4223M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.94% 4182M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.91% 4048M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.87% 3869M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.86% 3829M 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.0x0000000053199480#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.67% 2995M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.66% 2946M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2814M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.62% 2756M 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.61% 2733M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.60% 2663M 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.58% 2569M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.53% 2378M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.53% 2378M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.0x00000000531999d8#run() [Interpreted code] 0.41% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1707M 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.0x0000000053199480#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.38% 1679M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 1451M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.30% 1321M 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.0x0000000053199480#call() [Inlined code] 0.28% 1266M 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.27% 1181M 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.0x0000000053199480#call() [Inlined code] 0.25% 1127M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000053199480#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.24% 1061M 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.0x0000000053199480#call() [Inlined code] 0.23% 1032M 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.0x0000000053199480#call() [Inlined code] 0.21% 921M 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.0x0000000053199480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.18% 806M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.16% 721M 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.16% 701M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.26.16.53.11/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 3821476 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3327260137684511 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 26, 2026 8:16: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-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: 111 segments, 12 merges 89.6s _1az: 8 segs, 260.5 K docs, 1297.2 MB 83.8s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 50.1s _1ce: 8 segs, 77.5 K docs, 385.0 MB 43.9s _1cn: 8 segs, 41.0 K docs, 203.2 MB 36.7s _1cw: 8 segs, 39.2 K docs, 193.9 MB 30.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 24.1s _1db: 8 segs, 76.4 K docs, 379.4 MB 18.3s _1dk: 8 segs, 39.6 K docs, 196.1 MB 13.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 8.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 2.7s _1e7: 8 segs, 40.2 K docs, 199.3 MB 5.0 sec: 104 segments, 11 merges 94.6s _1az: 8 segs, 260.5 K docs, 1297.2 MB 88.8s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 55.1s _1ce: 8 segs, 77.5 K docs, 385.0 MB 48.9s _1cn: 8 segs, 41.0 K docs, 203.2 MB 35.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 29.1s _1db: 8 segs, 76.4 K docs, 379.4 MB 23.3s _1dk: 8 segs, 39.6 K docs, 196.1 MB 18.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 13.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 7.7s _1e7: 8 segs, 40.2 K docs, 199.3 MB 5.0s _1e9: 9 segs, 31.2 K docs, 154.2 MB 10.0 sec: 97 segments, 10 merges 99.6s _1az: 8 segs, 260.5 K docs, 1297.2 MB 93.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 53.9s _1cn: 8 segs, 41.0 K docs, 203.2 MB 40.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 34.1s _1db: 8 segs, 76.4 K docs, 379.4 MB 28.3s _1dk: 8 segs, 39.6 K docs, 196.1 MB 23.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 18.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 12.7s _1e7: 8 segs, 40.2 K docs, 199.3 MB 10.0s _1e9: 9 segs, 31.2 K docs, 154.2 MB 15.0 sec: 97 segments, 10 merges 104.6s _1az: 8 segs, 260.5 K docs, 1297.2 MB 98.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 58.9s _1cn: 8 segs, 41.0 K docs, 203.2 MB 45.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 39.2s _1db: 8 segs, 76.4 K docs, 379.4 MB 33.3s _1dk: 8 segs, 39.6 K docs, 196.1 MB 28.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 23.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 17.7s _1e7: 8 segs, 40.2 K docs, 199.3 MB 15.0s _1e9: 9 segs, 31.2 K docs, 154.2 MB 20.0 sec: 83 segments, 8 merges 103.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 50.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 44.2s _1db: 8 segs, 76.4 K docs, 379.4 MB 38.3s _1dk: 8 segs, 39.6 K docs, 196.1 MB 33.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 28.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 22.8s _1e7: 8 segs, 40.2 K docs, 199.3 MB 20.0s _1e9: 9 segs, 31.2 K docs, 154.2 MB 25.0 sec: 68 segments, 6 merges 108.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 55.9s _1d3: 8 segs, 111.6 K docs, 554.7 MB 49.2s _1db: 8 segs, 76.4 K docs, 379.4 MB 38.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 33.9s _1dy: 8 segs, 74.2 K docs, 368.3 MB 27.8s _1e7: 8 segs, 40.2 K docs, 199.3 MB 30.1 sec: 54 segments, 5 merges 113.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 60.9s _1d3: 8 segs, 111.6 K docs, 554.7 MB 43.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 32.8s _1e7: 8 segs, 40.2 K docs, 199.3 MB 1.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 35.0 sec: 47 segments, 4 merges 118.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 65.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 48.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 6.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 40.0 sec: 47 segments, 4 merges 123.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 70.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 53.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 11.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 45.0 sec: 47 segments, 4 merges 128.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 75.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 58.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 16.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 50.0 sec: 47 segments, 4 merges 133.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 80.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 63.8s _1dq: 8 segs, 164.6 K docs, 819.1 MB 21.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 55.0 sec: 47 segments, 4 merges 138.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 85.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 68.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 26.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 60.0 sec: 47 segments, 4 merges 143.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 90.8s _1d3: 8 segs, 111.6 K docs, 554.7 MB 73.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 31.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 65.0 sec: 47 segments, 4 merges 148.9s _1b7: 8 segs, 691.0 K docs, 3445.8 MB 95.9s _1d3: 8 segs, 111.6 K docs, 554.7 MB 78.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 36.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 70.0 sec: 33 segments, 2 merges 83.9s _1dq: 8 segs, 164.6 K docs, 819.1 MB 41.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 75.1 sec: 26 segments, 2 merges 46.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 2.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 80.1 sec: 26 segments, 2 merges 51.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 7.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 85.1 sec: 26 segments, 2 merges 56.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 12.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 90.1 sec: 26 segments, 2 merges 61.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 17.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 95.0 sec: 26 segments, 2 merges 66.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 22.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 100.0 sec: 26 segments, 2 merges 71.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 27.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 105.1 sec: 26 segments, 2 merges 76.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 32.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 110.1 sec: 26 segments, 2 merges 81.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 37.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 115.1 sec: 26 segments, 2 merges 86.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 42.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 120.1 sec: 26 segments, 2 merges 91.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 47.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 125.1 sec: 26 segments, 2 merges 96.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 52.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 130.1 sec: 26 segments, 2 merges 101.2s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 57.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 135.1 sec: 26 segments, 2 merges 106.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 62.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 140.1 sec: 26 segments, 2 merges 111.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 67.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 145.1 sec: 26 segments, 2 merges 116.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 72.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 150.1 sec: 26 segments, 2 merges 121.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 77.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 155.1 sec: 26 segments, 2 merges 126.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 82.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 160.1 sec: 26 segments, 2 merges 131.3s _1ea: 4 segs, 1008.5 K docs, 5032.6 MB 87.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 165.1 sec: 23 segments, 1 merges 92.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 170.1 sec: 23 segments, 1 merges 97.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 175.1 sec: 23 segments, 1 merges 102.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 180.1 sec: 23 segments, 1 merges 107.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 185.1 sec: 23 segments, 1 merges 112.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 190.1 sec: 23 segments, 1 merges 117.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 195.0 sec: 23 segments, 1 merges 122.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 200.0 sec: 23 segments, 1 merges 127.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 205.0 sec: 23 segments, 1 merges 132.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 210.0 sec: 23 segments, 1 merges 137.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 215.0 sec: 23 segments, 1 merges 142.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 220.0 sec: 23 segments, 1 merges 147.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 225.0 sec: 23 segments, 1 merges 152.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 230.0 sec: 23 segments, 1 merges 157.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 235.0 sec: 23 segments, 1 merges 162.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 240.0 sec: 23 segments, 1 merges 167.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 245.0 sec: 23 segments, 1 merges 172.1s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 250.0 sec: 23 segments, 1 merges 177.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB 255.1 sec: 23 segments, 1 merges 182.2s _1eb: 6 segs, 1013.6 K docs, 5056.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1437 seconds reindex takes 1437.06 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: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 10.0 sec: 18 segments, 1 merges 10.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 15.0 sec: 18 segments, 1 merges 15.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 20.0 sec: 18 segments, 1 merges 20.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 25.0 sec: 18 segments, 1 merges 25.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 30.0 sec: 18 segments, 1 merges 30.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 35.0 sec: 18 segments, 1 merges 35.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 40.0 sec: 18 segments, 1 merges 40.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 45.0 sec: 18 segments, 1 merges 45.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 50.0 sec: 18 segments, 1 merges 50.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 55.0 sec: 18 segments, 1 merges 55.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 60.0 sec: 18 segments, 1 merges 60.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 65.1 sec: 18 segments, 1 merges 65.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 70.1 sec: 18 segments, 1 merges 70.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 75.1 sec: 18 segments, 1 merges 75.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 80.1 sec: 18 segments, 1 merges 80.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 85.1 sec: 18 segments, 1 merges 85.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 90.1 sec: 18 segments, 1 merges 90.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 95.1 sec: 18 segments, 1 merges 95.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 100.1 sec: 18 segments, 1 merges 100.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 105.1 sec: 18 segments, 1 merges 105.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 110.1 sec: 18 segments, 1 merges 110.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 115.1 sec: 18 segments, 1 merges 115.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 120.0 sec: 18 segments, 1 merges 120.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 125.0 sec: 18 segments, 1 merges 125.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 130.0 sec: 18 segments, 1 merges 130.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 135.0 sec: 18 segments, 1 merges 135.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 140.0 sec: 18 segments, 1 merges 140.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 145.0 sec: 18 segments, 1 merges 145.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 150.0 sec: 18 segments, 1 merges 150.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 155.0 sec: 18 segments, 1 merges 155.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 160.0 sec: 18 segments, 1 merges 160.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 165.0 sec: 18 segments, 1 merges 165.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 170.0 sec: 18 segments, 1 merges 170.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 175.0 sec: 18 segments, 1 merges 175.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 180.1 sec: 18 segments, 1 merges 180.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 185.1 sec: 18 segments, 1 merges 185.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 190.1 sec: 18 segments, 1 merges 190.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 195.1 sec: 18 segments, 1 merges 195.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 200.1 sec: 18 segments, 1 merges 200.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 205.1 sec: 18 segments, 1 merges 205.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 210.1 sec: 18 segments, 1 merges 210.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 215.1 sec: 18 segments, 1 merges 215.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 220.1 sec: 18 segments, 1 merges 220.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 225.1 sec: 18 segments, 1 merges 225.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 230.1 sec: 18 segments, 1 merges 230.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 235.0 sec: 18 segments, 1 merges 235.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 240.0 sec: 18 segments, 1 merges 240.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 245.0 sec: 18 segments, 1 merges 245.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 250.0 sec: 18 segments, 1 merges 250.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 255.0 sec: 18 segments, 1 merges 255.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 260.0 sec: 18 segments, 1 merges 260.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 265.0 sec: 18 segments, 1 merges 265.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 270.0 sec: 18 segments, 1 merges 270.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 275.0 sec: 18 segments, 1 merges 275.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 280.0 sec: 18 segments, 1 merges 280.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 285.0 sec: 18 segments, 1 merges 285.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 290.0 sec: 18 segments, 1 merges 290.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 295.1 sec: 18 segments, 1 merges 295.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 300.1 sec: 18 segments, 1 merges 300.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 305.1 sec: 18 segments, 1 merges 305.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 310.1 sec: 18 segments, 1 merges 310.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 315.1 sec: 18 segments, 1 merges 315.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 320.1 sec: 18 segments, 1 merges 320.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 325.1 sec: 18 segments, 1 merges 325.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 330.1 sec: 18 segments, 1 merges 330.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 335.1 sec: 18 segments, 1 merges 335.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 340.1 sec: 18 segments, 1 merges 340.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 345.1 sec: 18 segments, 1 merges 345.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 350.1 sec: 18 segments, 1 merges 350.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 355.0 sec: 18 segments, 1 merges 355.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 360.0 sec: 18 segments, 1 merges 360.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 365.0 sec: 18 segments, 1 merges 365.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 370.0 sec: 18 segments, 1 merges 370.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 375.0 sec: 18 segments, 1 merges 375.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 380.0 sec: 18 segments, 1 merges 380.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 385.0 sec: 18 segments, 1 merges 385.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 390.0 sec: 18 segments, 1 merges 390.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 395.0 sec: 18 segments, 1 merges 395.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 400.1 sec: 18 segments, 1 merges 400.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 405.0 sec: 18 segments, 1 merges 405.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 410.0 sec: 18 segments, 1 merges 410.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 415.0 sec: 18 segments, 1 merges 415.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 420.0 sec: 18 segments, 1 merges 420.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 425.0 sec: 18 segments, 1 merges 425.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 430.0 sec: 18 segments, 1 merges 430.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 435.0 sec: 18 segments, 1 merges 435.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 440.0 sec: 18 segments, 1 merges 440.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 445.0 sec: 18 segments, 1 merges 445.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 450.0 sec: 18 segments, 1 merges 450.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 455.0 sec: 18 segments, 1 merges 455.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 460.0 sec: 18 segments, 1 merges 460.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 465.0 sec: 18 segments, 1 merges 465.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 470.0 sec: 18 segments, 1 merges 470.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 475.0 sec: 18 segments, 1 merges 475.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 480.0 sec: 18 segments, 1 merges 480.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 485.1 sec: 18 segments, 1 merges 485.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 490.1 sec: 18 segments, 1 merges 490.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 495.1 sec: 18 segments, 1 merges 495.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 500.1 sec: 18 segments, 1 merges 500.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 505.1 sec: 18 segments, 1 merges 505.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 510.1 sec: 18 segments, 1 merges 510.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 515.1 sec: 18 segments, 1 merges 515.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 520.1 sec: 18 segments, 1 merges 520.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 525.0 sec: 18 segments, 1 merges 525.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 530.0 sec: 18 segments, 1 merges 530.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 535.0 sec: 18 segments, 1 merges 535.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 540.0 sec: 18 segments, 1 merges 540.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 545.0 sec: 18 segments, 1 merges 545.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 550.0 sec: 18 segments, 1 merges 550.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 555.0 sec: 18 segments, 1 merges 555.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 560.0 sec: 18 segments, 1 merges 560.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 565.1 sec: 18 segments, 1 merges 565.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 570.1 sec: 18 segments, 1 merges 570.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 575.1 sec: 18 segments, 1 merges 575.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 580.1 sec: 18 segments, 1 merges 580.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 585.1 sec: 18 segments, 1 merges 585.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 590.1 sec: 18 segments, 1 merges 590.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 595.1 sec: 18 segments, 1 merges 595.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 600.1 sec: 18 segments, 1 merges 600.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 605.1 sec: 18 segments, 1 merges 605.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 610.1 sec: 18 segments, 1 merges 610.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 615.1 sec: 18 segments, 1 merges 615.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 620.1 sec: 18 segments, 1 merges 620.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 625.1 sec: 18 segments, 1 merges 625.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 630.1 sec: 18 segments, 1 merges 630.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 635.1 sec: 18 segments, 1 merges 635.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 640.1 sec: 18 segments, 1 merges 640.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 645.1 sec: 18 segments, 1 merges 645.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 650.1 sec: 18 segments, 1 merges 650.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 655.1 sec: 18 segments, 1 merges 655.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 660.1 sec: 18 segments, 1 merges 660.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 665.0 sec: 18 segments, 1 merges 665.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 670.0 sec: 18 segments, 1 merges 670.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 675.0 sec: 18 segments, 1 merges 675.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 680.0 sec: 18 segments, 1 merges 680.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 685.0 sec: 18 segments, 1 merges 685.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 690.0 sec: 18 segments, 1 merges 690.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 695.0 sec: 18 segments, 1 merges 695.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 700.1 sec: 18 segments, 1 merges 700.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 705.1 sec: 18 segments, 1 merges 705.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 710.1 sec: 18 segments, 1 merges 710.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 715.1 sec: 18 segments, 1 merges 715.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 720.1 sec: 18 segments, 1 merges 720.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 725.1 sec: 18 segments, 1 merges 725.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 730.1 sec: 18 segments, 1 merges 730.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 735.1 sec: 18 segments, 1 merges 735.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 740.1 sec: 18 segments, 1 merges 740.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 745.1 sec: 18 segments, 1 merges 745.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 750.1 sec: 18 segments, 1 merges 750.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 755.1 sec: 18 segments, 1 merges 755.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 760.1 sec: 18 segments, 1 merges 760.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 765.1 sec: 18 segments, 1 merges 765.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 770.1 sec: 18 segments, 1 merges 770.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 775.1 sec: 18 segments, 1 merges 775.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 780.1 sec: 18 segments, 1 merges 780.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 785.1 sec: 18 segments, 1 merges 785.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 790.1 sec: 18 segments, 1 merges 790.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 795.1 sec: 18 segments, 1 merges 795.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 800.0 sec: 18 segments, 1 merges 800.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 805.0 sec: 18 segments, 1 merges 805.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 810.0 sec: 18 segments, 1 merges 810.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 815.0 sec: 18 segments, 1 merges 815.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 820.0 sec: 18 segments, 1 merges 820.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 825.0 sec: 18 segments, 1 merges 825.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 830.0 sec: 18 segments, 1 merges 830.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 835.0 sec: 18 segments, 1 merges 835.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 840.0 sec: 18 segments, 1 merges 840.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 845.0 sec: 18 segments, 1 merges 845.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 850.0 sec: 18 segments, 1 merges 850.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 855.0 sec: 18 segments, 1 merges 855.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 860.0 sec: 18 segments, 1 merges 860.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 865.0 sec: 18 segments, 1 merges 865.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 870.0 sec: 18 segments, 1 merges 870.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 875.0 sec: 18 segments, 1 merges 875.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 880.1 sec: 18 segments, 1 merges 880.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 885.1 sec: 18 segments, 1 merges 885.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 890.1 sec: 18 segments, 1 merges 890.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 895.1 sec: 18 segments, 1 merges 895.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 900.1 sec: 18 segments, 1 merges 900.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 905.0 sec: 18 segments, 1 merges 905.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 910.0 sec: 18 segments, 1 merges 910.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 915.0 sec: 18 segments, 1 merges 915.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 920.0 sec: 18 segments, 1 merges 920.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 925.0 sec: 18 segments, 1 merges 925.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 930.0 sec: 18 segments, 1 merges 930.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 935.0 sec: 18 segments, 1 merges 935.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 940.0 sec: 18 segments, 1 merges 940.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 945.0 sec: 18 segments, 1 merges 945.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 950.0 sec: 18 segments, 1 merges 950.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 955.0 sec: 18 segments, 1 merges 955.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 960.0 sec: 18 segments, 1 merges 960.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 965.1 sec: 18 segments, 1 merges 965.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 970.1 sec: 18 segments, 1 merges 970.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 975.1 sec: 18 segments, 1 merges 975.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 980.0 sec: 18 segments, 1 merges 980.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 985.0 sec: 18 segments, 1 merges 985.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 990.0 sec: 18 segments, 1 merges 990.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 995.0 sec: 18 segments, 1 merges 995.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1000.0 sec: 18 segments, 1 merges 1000.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1005.0 sec: 18 segments, 1 merges 1005.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1010.0 sec: 18 segments, 1 merges 1010.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1015.0 sec: 18 segments, 1 merges 1015.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1020.0 sec: 18 segments, 1 merges 1020.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1025.1 sec: 18 segments, 1 merges 1025.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1030.1 sec: 18 segments, 1 merges 1030.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1035.1 sec: 18 segments, 1 merges 1035.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1040.1 sec: 18 segments, 1 merges 1040.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1045.1 sec: 18 segments, 1 merges 1045.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1055.1 sec: 18 segments, 1 merges 1055.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1060.0 sec: 18 segments, 1 merges 1060.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1065.0 sec: 18 segments, 1 merges 1065.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1070.0 sec: 18 segments, 1 merges 1070.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1075.0 sec: 18 segments, 1 merges 1075.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1080.0 sec: 18 segments, 1 merges 1080.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1085.0 sec: 18 segments, 1 merges 1085.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1090.0 sec: 18 segments, 1 merges 1090.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1095.0 sec: 18 segments, 1 merges 1095.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1100.0 sec: 18 segments, 1 merges 1100.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1105.0 sec: 18 segments, 1 merges 1105.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1110.0 sec: 18 segments, 1 merges 1110.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1115.0 sec: 18 segments, 1 merges 1115.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1120.0 sec: 18 segments, 1 merges 1120.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1125.0 sec: 18 segments, 1 merges 1125.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1130.0 sec: 18 segments, 1 merges 1130.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1135.0 sec: 18 segments, 1 merges 1135.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1140.0 sec: 18 segments, 1 merges 1140.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1145.0 sec: 18 segments, 1 merges 1145.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1150.0 sec: 18 segments, 1 merges 1150.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1155.0 sec: 18 segments, 1 merges 1155.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1160.0 sec: 18 segments, 1 merges 1160.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1165.1 sec: 18 segments, 1 merges 1165.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1170.1 sec: 18 segments, 1 merges 1170.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1175.1 sec: 18 segments, 1 merges 1175.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1180.1 sec: 18 segments, 1 merges 1180.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1185.1 sec: 18 segments, 1 merges 1185.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1190.1 sec: 18 segments, 1 merges 1190.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1195.1 sec: 18 segments, 1 merges 1195.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1200.1 sec: 18 segments, 1 merges 1200.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1205.1 sec: 18 segments, 1 merges 1205.1s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1210.0 sec: 18 segments, 1 merges 1210.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1215.0 sec: 18 segments, 1 merges 1215.0s _1ec: 18 segs, 8000.0 K docs, 39945.2 MB 1220.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1223.16 sec index has 1 segments: segments_3: _1ec(11.0.0):C8000000 _1ec: 40091.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.97 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=49184803319 cpu@end=51724991764 deltaMS=2540.188445 thread 14 name=Reference Handler cpu@start=1641704 cpu@end=1641704 deltaMS=0.0 thread 15 name=Finalizer cpu@start=184826 cpu@end=184826 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74543 cpu@end=74543 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7123532 cpu@end=7123532 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=21712935253 cpu@end=21713226486 deltaMS=0.291233 thread 42 name=JFR Periodic Tasks cpu@start=178672777542 cpu@end=178791252109 deltaMS=118.474567 thread 45 name=Notification Thread cpu@start=127971 cpu@end=127971 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2491264483521 cpu@end=2491264483521 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2498258681999 cpu@end=2498258681999 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2493692901542 cpu@end=2493692901542 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2495225915830 cpu@end=2495225915830 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2497488774422 cpu@end=2497488774422 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2490663600362 cpu@end=2490663600362 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2494619414420 cpu@end=2494619414420 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2494247447628 cpu@end=2494247447628 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2494773219435 cpu@end=2494773219435 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2493919386170 cpu@end=2493919386170 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2498363606295 cpu@end=2498363606295 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2492361696330 cpu@end=2492361696330 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2497042662073 cpu@end=2497042662073 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2498374377407 cpu@end=2498374377407 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2492154480741 cpu@end=2492154480741 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2491689377716 cpu@end=2491689377716 deltaMS=0.0 Average CPU cores used: 1.0441557651345623 completed 1000 searches in 2546 ms: 392 QPS CPU time=2658 ms checking results SUMMARY: 0.929 2.546 2.658 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5682 1437.06 5566.91 1223.16 1 40090.97 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=240, Fanout min=5, mean=15.89, max=32, meandelta=416430.94 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 16 18 20 23 32 Graph level=2 size=7605, Fanout min=7, mean=27.43, max=32, meandelta=266579.94 % 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=247170, Fanout min=1, mean=28.32, max=32, meandelta=258379.47 % 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=194531.91 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=240, connectedness=1.00 Graph level=2 size=7605, connectedness=1.00 Graph level=1 size=247170, 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.26.16.53.11/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': 66,723,233.79 msec task-clock:u 258,500,287,422,079 cycles:u (36.36%) 173,424,953,927,315 instructions:u (36.36%) 5,127,237,144,393 cache-references:u (36.36%) 2,325,093,678,787 cache-misses:u (36.36%) 60,729,942,705,170 L1-dcache-loads:u (36.36%) 2,042,848,343,006 L1-dcache-load-misses:u (36.36%) 2,948,750,018,822 L1-icache-loads:u (36.36%) 16,365,599,580 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 16,056,504 faults:u 14,903,902 minor-faults:u 33,437 major-faults:u 17,864,165,112,723 branches:u (36.36%) 118,903,396,866 branch-misses:u (36.36%) 3,496,637,950,833 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2998.086517518 seconds time elapsed 65976.890111000 seconds user 729.448581000 seconds sys took 0:49:58.114930 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.546, net_cpu_ms=2.658, avg_cpu_core_count=1.044, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5682, index_time_sec=1437.06, index_docs_per_sec=5566.91, force_merge_time_sec=1223.16, index_num_segments=1, index_size_on_disk_mb=40090.97, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (240, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7605, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247170, {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=2998, microseconds=114930)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 147 Start: 2026-05-27 00:16:07 (UTC) Duration: 2982 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 64073962 1098979804 jdk.FileWrite 25756719 562301277 jdk.FileRead 8003675 182957541 jdk.ObjectAllocationInNewTLAB 75919 1507751 jdk.BooleanFlag 72912 2307239 jdk.CPULoad 55668 1112725 jdk.Checkpoint 10419 35831553 jdk.UnsignedIntFlag 7056 239418 jdk.IntFlag 6468 236053 jdk.Compilation 5965 154036 jdk.StringFlag 4998 193811 jdk.ObjectAllocationOutsideTLAB 1307 23291 jdk.CPUInformation 147 220790 jdk.GCConfiguration 147 3818 jdk.JVMInformation 147 137147 jdk.Metadata 147 16247466 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.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64073962 events (total: 64M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.56% 38M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.49% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 11.97% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.53% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.12% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.02% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.93% 597043 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.72% 462057 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.66% 424775 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.53% 338110 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 258429 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.35% 224622 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.31% 201578 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 188576 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 165131 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.24% 156405 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 142978 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.21% 133205 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.20% 130989 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 109987 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 85357 sun.nio.ch.NativeThread#current0() [Native code] 0.11% 67813 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 61106 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.08% 53176 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 50028 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 44714 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 41612 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 39748 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 38134 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.06% 37303 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 36686 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 34801 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 32476 java.util.Arrays#sort():99 [Inlined code] 0.05% 32323 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 30223 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.03% 21647 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 21441 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 18530 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 18329 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.03% 17310 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 15905 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 15154 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 13813 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.02% 13813 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 13757 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12287 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 12243 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 12071 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():491 [JIT compiled code] 0.02% 9953 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 9927 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.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64073962 events (total: 64M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.46% 36M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 14.48% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 11.97% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.53% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 2.13% 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] 2.12% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.59% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.93% 596944 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.75% 477980 org.apache.lucene.codecs.lucene104.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.56% 357785 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.54% 344624 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.43% 273607 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.39% 248664 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% 224620 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.33% 211055 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% 188088 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% 165007 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.24% 156385 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 140998 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% 122325 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 102811 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.16% 99693 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% 96605 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.14% 86798 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 77192 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.11% 71745 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% 70928 org.apache.lucene.util.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% 66496 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 53175 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.08% 52875 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.08% 50025 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.07% 44714 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% 43137 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 39557 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% 38134 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 36649 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% 36443 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 34796 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% 32474 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 31762 org.apache.lucene.util.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% 30113 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.04% 28597 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% 27931 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% 26499 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% 24784 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% 23513 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% 22547 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.03% 22254 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% 21060 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% 18391 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64073962 events (total: 64M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.27% 22M org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#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.19% 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 13.92% 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] 10.95% 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 1.63% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#call() [Inlined code] 1.55% 992011 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.44% 920263 org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.75% 477670 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.74% 475827 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.0x00000000561a79b0#call() [Inlined code] 0.67% 431958 org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#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.66% 420071 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.0x000000005619d000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.61% 389610 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.54% 347654 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.50% 320482 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.0x000000005619d000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.49% 311492 org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#call() [Inlined code] 0.48% 309331 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.0x00000000561a79b0#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.0x00000000561a5000#run() [JIT compiled code] 0.44% 279567 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.0x000000005619d000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.42% 266150 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.27% 175529 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 171414 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.24% 156300 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% 153337 org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#call() [Inlined code] 0.23% 149276 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.21% 134751 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.19% 122325 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.0x000000005607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 119240 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.18% 116186 org.apache.lucene.codecs.lucene104.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.0x00000000561a79b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.18% 114046 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#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.0x00000000561a5000#run() [JIT compiled code] 0.18% 113010 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 111529 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.17% 109122 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.15% 94882 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.0x00000000561a79b0#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% 92940 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.0x00000000561a79b0#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.0x00000000561a5000#run() [JIT compiled code] 0.14% 92476 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.14% 90669 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.14% 90006 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 74457 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.0x000000005619d000#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% 74229 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 74058 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.0x000000005619d000#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% 71625 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% 66107 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 65937 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.10% 63704 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 62540 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.0x000000005619d000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.09% 60696 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#call() [Inlined code] 0.09% 58578 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.08% 52544 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.08% 52072 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#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.08% 50398 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 48569 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77201 events (total: 572681M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.53% 134749M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.34% 133686M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.05% 132003M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.08% 63444M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.60% 32090M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.16% 23846M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.08% 6179M java.util.Arrays#copyOf():3478 [Inlined code] 0.91% 5211M java.lang.Integer#valueOf():1006 [Inlined code] 0.72% 4123M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.71% 4065M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3867M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 3592M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.43% 2434M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.42% 2405M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.31% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.28% 1628M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.24% 1356M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 1108M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.18% 1029M java.util.ArrayList#grow():240 [Inlined code] 0.18% 1004M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 860M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 857M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 855M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.13% 754M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 717M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 494M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 446M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 389M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 381M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 379M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 377M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 349M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.06% 346M knn.IndexerThread#_run():108 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 332M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 285M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 282M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 255M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 248M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 244M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 200M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 173M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 171M java.util.List#of():935 [Inlined code] 0.03% 158M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 131M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 127M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 113M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 99M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.02% 98M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [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.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77201 events (total: 572681M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.97% 108639M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.82% 107777M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.04% 74649M 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.52% 54508M 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% 38968M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.60% 32090M 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.33% 24770M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.27% 24475M 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.23% 24225M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.15% 23758M 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.03% 5895M 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.88% 5057M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.71% 4065M 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.67% 3822M 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.63% 3592M 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.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.38% 2157M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1855M 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% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.28% 1575M 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.26% 1463M 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.25% 1456M 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.25% 1441M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 901M 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% 858M 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% 857M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 855M 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% 853M 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% 754M 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% 646M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 643M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.11% 601M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 504M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 494M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.08% 481M 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% 436M 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% 393M 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% 389M 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% 381M 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% 379M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 349M 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% 347M 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.06% 346M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000561a5000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 328M 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.0x0000000056189800#concat() [Inlined code] 0.05% 313M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.05% 306M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():241 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.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] 0.05% 284M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q7-fmTrue.jfr is 1814.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77201 events (total: 572681M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.86% 50741M 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.73% 49994M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000561a79b0#call() [Inlined code] 8.69% 49789M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000561a79b0#call() [Inlined code] 7.01% 40170M 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.79% 38904M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():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.60% 32090M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 4.07% 23335M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000561a79b0#call() [Inlined code] 4.07% 23327M 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.98% 22796M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000561a79b0#call() [Inlined code] 3.91% 22377M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.77% 21603M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.48% 14228M 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.51% 8646M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.46% 8362M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.42% 8155M 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% 7824M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.28% 7310M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.26% 7188M 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.0x00000000561a79b0#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% 5895M 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.98% 5591M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.97% 5555M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [Inlined code] 0.96% 5499M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.88% 5057M 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.73% 4188M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.70% 3983M 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.69% 3946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.68% 3902M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.68% 3901M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.49% 2778M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 2763M 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.0x00000000561a79b0#call() [Inlined code] 0.46% 2652M 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.0x00000000561a79b0#call() [Inlined code] 0.45% 2595M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 2588M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.41% 2352M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.41% 2338M 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#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.0x00000000561a5000#run() [Interpreted code] 0.31% 1803M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1769M 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.0x00000000561a79b0#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% 1729M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 1530M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.24% 1381M 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.0x00000000561a79b0#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% 1182M 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.0x00000000561a79b0#call() [Inlined code] 0.19% 1059M 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.0x00000000561a79b0#call() [Inlined code] 0.17% 954M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#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.16% 931M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000561a79b0#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.0x00000000561a5000#run() [JIT compiled code] 0.16% 892M 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.0x00000000561a79b0#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% 858M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.13% 736M 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.0x00000000561a79b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.26.16.53.11/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 3861171 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3331269440567581 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 26, 2026 9:22:57 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: 252 segments, 29 merges 1466.5s _vr: 8 segs, 1131.8 K docs, 4522.2 MB 1144.3s _zy: 8 segs, 143.7 K docs, 572.3 MB 1122.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1112.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 826.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 711.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 638.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 586.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 571.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 470.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 452.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 418.7s _1ad: 8 segs, 72.7 K docs, 288.9 MB 357.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 320.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 302.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 267.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 232.9s _1co: 8 segs, 73.6 K docs, 292.4 MB 212.3s _1cx: 8 segs, 40.4 K docs, 159.9 MB 180.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 165.1s _1dl: 8 segs, 73.4 K docs, 291.8 MB 145.7s _1du: 8 segs, 40.1 K docs, 158.7 MB 126.8s _1e3: 8 segs, 38.5 K docs, 152.3 MB 108.1s _1eb: 8 segs, 73.2 K docs, 290.9 MB 90.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 69.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 52.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 40.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 23.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 5.0 sec: 245 segments, 28 merges 1471.5s _vr: 8 segs, 1131.8 K docs, 4522.2 MB 1149.3s _zy: 8 segs, 143.7 K docs, 572.3 MB 1127.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1117.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 831.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 716.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 643.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 591.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 576.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 475.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 457.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 423.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 362.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 325.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 307.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 272.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 217.3s _1cx: 8 segs, 40.4 K docs, 159.9 MB 185.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 170.1s _1dl: 8 segs, 73.4 K docs, 291.8 MB 150.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 131.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 113.1s _1eb: 8 segs, 73.2 K docs, 290.9 MB 95.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 74.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 57.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 45.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 28.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 5.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 10.0 sec: 245 segments, 28 merges 1476.5s _vr: 8 segs, 1131.8 K docs, 4522.2 MB 1154.3s _zy: 8 segs, 143.7 K docs, 572.3 MB 1132.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1122.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 836.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 721.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 648.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 596.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 581.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 480.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 462.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 428.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 367.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 330.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 312.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 277.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 222.3s _1cx: 8 segs, 40.4 K docs, 159.9 MB 190.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 175.1s _1dl: 8 segs, 73.4 K docs, 291.8 MB 155.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 136.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 118.1s _1eb: 8 segs, 73.2 K docs, 290.9 MB 100.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 79.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 62.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 50.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 33.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 10.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 15.0 sec: 245 segments, 28 merges 1481.5s _vr: 8 segs, 1131.8 K docs, 4522.2 MB 1159.3s _zy: 8 segs, 143.7 K docs, 572.3 MB 1137.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1127.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 841.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 726.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 653.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 601.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 586.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 485.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 467.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 433.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 372.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 335.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 317.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 282.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 227.4s _1cx: 8 segs, 40.4 K docs, 159.9 MB 195.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 180.1s _1dl: 8 segs, 73.4 K docs, 291.8 MB 160.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 141.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 123.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 105.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 84.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 67.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 55.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 38.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 15.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 20.0 sec: 231 segments, 26 merges 1164.3s _zy: 8 segs, 143.7 K docs, 572.3 MB 1142.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1132.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 846.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 731.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 658.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 606.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 591.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 490.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 472.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 438.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 377.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 340.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 322.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 287.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 200.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 185.1s _1dl: 8 segs, 73.4 K docs, 291.8 MB 165.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 146.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 128.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 110.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 89.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 72.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 60.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 43.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 20.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 25.1 sec: 224 segments, 25 merges 1147.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1137.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 851.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 736.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 663.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 611.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 596.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 495.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 477.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 443.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 382.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 345.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 327.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 292.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 205.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 190.2s _1dl: 8 segs, 73.4 K docs, 291.8 MB 170.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 151.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 133.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 115.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 94.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 77.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 65.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 48.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 25.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 30.1 sec: 224 segments, 25 merges 1152.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1142.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 856.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 741.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 668.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 616.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 601.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 500.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 482.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 448.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 387.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 350.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 332.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 297.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 210.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 195.2s _1dl: 8 segs, 73.4 K docs, 291.8 MB 175.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 156.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 138.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 120.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 99.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 82.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 70.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 53.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 30.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 35.1 sec: 224 segments, 25 merges 1157.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1147.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 861.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 746.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 673.0s _17u: 8 segs, 75.0 K docs, 298.0 MB 621.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 606.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 505.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 487.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 453.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 392.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 355.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 337.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 302.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 215.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 200.2s _1dl: 8 segs, 73.4 K docs, 291.8 MB 180.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 161.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 143.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 125.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 104.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 87.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 75.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 58.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 35.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 40.1 sec: 224 segments, 25 merges 1162.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1152.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 866.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 751.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 678.1s _17u: 8 segs, 75.0 K docs, 298.0 MB 626.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 611.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 510.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 492.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 458.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 397.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 360.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 342.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 307.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 220.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 205.2s _1dl: 8 segs, 73.4 K docs, 291.8 MB 185.8s _1du: 8 segs, 40.1 K docs, 158.7 MB 166.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 148.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 130.6s _1ei: 8 segs, 75.4 K docs, 299.5 MB 109.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 92.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 80.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 63.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 40.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 45.1 sec: 210 segments, 23 merges 1167.3s _10d: 8 segs, 176.6 K docs, 703.9 MB 1157.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 871.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 756.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 631.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 616.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 515.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 497.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 463.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 402.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 365.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 347.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 312.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 225.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 210.2s _1dl: 8 segs, 73.4 K docs, 291.8 MB 171.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 153.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 135.6s _1ei: 8 segs, 75.4 K docs, 299.5 MB 114.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 97.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 85.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 68.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 45.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 50.1 sec: 203 segments, 22 merges 1172.3s _10d: 8 segs, 176.6 K docs, 703.9 MB 1162.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 876.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 761.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 636.9s _18i: 8 segs, 175.9 K docs, 700.9 MB 621.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 520.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 502.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 468.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 407.8s _1b4: 8 segs, 39.3 K docs, 155.7 MB 370.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 352.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 317.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 230.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 176.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 158.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 140.6s _1ei: 8 segs, 75.4 K docs, 299.5 MB 119.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 102.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 90.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 73.1s _1fd: 13 segs, 64.4 K docs, 255.1 MB 50.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 55.1 sec: 203 segments, 22 merges 1177.3s _10d: 8 segs, 176.6 K docs, 703.9 MB 1167.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 881.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 766.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 641.9s _18i: 8 segs, 175.9 K docs, 700.9 MB 626.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 525.1s _19r: 8 segs, 73.3 K docs, 291.1 MB 507.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 473.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 412.8s _1b4: 8 segs, 39.3 K docs, 155.7 MB 375.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 357.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 322.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 235.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 181.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 163.2s _1eb: 8 segs, 73.2 K docs, 290.9 MB 145.6s _1ei: 8 segs, 75.4 K docs, 299.5 MB 124.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 107.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 95.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 78.1s _1fd: 13 segs, 64.4 K docs, 255.1 MB 55.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 60.0 sec: 196 segments, 21 merges 1182.2s _10d: 8 segs, 176.6 K docs, 703.9 MB 1172.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 886.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 771.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 646.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 631.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 530.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 512.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 478.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 417.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 380.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 362.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 327.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 240.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 186.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 150.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 129.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 112.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 100.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 83.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 60.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 65.0 sec: 189 segments, 20 merges 1177.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 891.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 776.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 651.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 636.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 535.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 517.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 483.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 422.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 385.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 367.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 332.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 245.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 191.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 155.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 134.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 117.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 105.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 88.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 65.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 70.0 sec: 189 segments, 20 merges 1182.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 896.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 781.8s _16w: 8 segs, 141.6 K docs, 564.1 MB 656.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 641.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 540.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 522.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 488.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 427.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 390.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 372.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 337.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 250.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 196.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 160.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 139.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 122.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 110.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 93.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 70.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 75.0 sec: 189 segments, 20 merges 1187.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 901.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 786.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 661.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 646.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 545.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 527.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 493.8s _1ad: 8 segs, 72.7 K docs, 288.9 MB 432.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 395.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 377.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 342.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 255.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 201.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 165.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 144.5s _1es: 8 segs, 40.1 K docs, 158.9 MB 127.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 115.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 98.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 75.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 80.0 sec: 182 segments, 19 merges 1192.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 906.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 791.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 666.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 651.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 550.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 532.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 437.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 400.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 382.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 347.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 260.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 206.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 170.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 149.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 132.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 120.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 103.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 80.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 85.0 sec: 182 segments, 19 merges 1197.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 911.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 796.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 671.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 656.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 555.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 537.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 442.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 405.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 387.4s _1bs: 8 segs, 80.7 K docs, 320.8 MB 352.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 265.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 211.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 175.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 154.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 137.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 125.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 108.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 85.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 90.1 sec: 182 segments, 19 merges 1202.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 916.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 801.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 676.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 661.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 560.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 542.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 447.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 410.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 392.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 357.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 270.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 216.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 180.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 159.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 142.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 130.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 113.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 90.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 95.1 sec: 182 segments, 19 merges 1207.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 921.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 806.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 681.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 666.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 565.0s _19r: 8 segs, 73.3 K docs, 291.1 MB 547.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 452.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 415.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 397.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 362.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 275.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 221.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 185.5s _1ei: 8 segs, 75.4 K docs, 299.5 MB 164.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 147.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 135.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 118.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 95.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 100.1 sec: 168 segments, 18 merges 1212.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 926.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 811.9s _16w: 8 segs, 141.6 K docs, 564.1 MB 686.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 671.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 552.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 457.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 420.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 402.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 367.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 280.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 226.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 169.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 152.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 140.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 123.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 100.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 1.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 105.1 sec: 161 segments, 17 merges 1217.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 931.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 691.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 676.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 557.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 462.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 425.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 407.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 372.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 285.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 231.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 174.6s _1es: 8 segs, 40.1 K docs, 158.9 MB 157.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 145.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 128.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 105.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 6.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 110.1 sec: 154 segments, 16 merges 1222.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 936.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 696.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 681.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 562.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 467.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 430.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 412.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 377.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 290.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 236.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 162.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 150.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 133.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 110.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 11.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 115.1 sec: 154 segments, 16 merges 1227.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 941.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 701.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 686.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 567.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 472.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 435.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 417.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 382.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 295.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 241.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 167.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 155.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 138.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 115.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 16.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 120.1 sec: 154 segments, 16 merges 1232.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 946.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 706.9s _18i: 8 segs, 175.9 K docs, 700.9 MB 691.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 572.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 477.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 440.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 422.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 387.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 300.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 246.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 172.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 160.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 143.1s _1fd: 13 segs, 64.4 K docs, 255.1 MB 120.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 21.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 125.1 sec: 154 segments, 16 merges 1237.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 951.9s _15a: 8 segs, 109.8 K docs, 437.0 MB 711.9s _18i: 8 segs, 175.9 K docs, 700.9 MB 696.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 577.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 482.8s _1b4: 8 segs, 39.3 K docs, 155.7 MB 445.9s _1bk: 8 segs, 77.4 K docs, 307.6 MB 427.5s _1bs: 8 segs, 80.7 K docs, 320.8 MB 392.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 305.8s _1dd: 8 segs, 103.2 K docs, 410.8 MB 251.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 177.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 165.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 148.1s _1fd: 13 segs, 64.4 K docs, 255.1 MB 125.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 26.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 130.0 sec: 147 segments, 15 merges 1242.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 956.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 716.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 701.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 582.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 487.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 450.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 397.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 310.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 256.8s _1e3: 8 segs, 38.5 K docs, 152.3 MB 182.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 170.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 153.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 130.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 31.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 135.0 sec: 147 segments, 15 merges 1247.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 961.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 721.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 706.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 587.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 492.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 455.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 402.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 315.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 261.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 187.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 175.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 158.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 135.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 36.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 140.0 sec: 147 segments, 15 merges 1252.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 966.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 726.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 711.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 592.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 497.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 460.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 407.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 320.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 266.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 192.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 180.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 163.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 140.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 41.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 145.0 sec: 147 segments, 15 merges 1257.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 971.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 731.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 716.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 597.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 502.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 465.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 412.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 325.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 271.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 197.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 185.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 168.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 145.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 46.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 150.0 sec: 147 segments, 15 merges 1262.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 976.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 736.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 721.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 602.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 507.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 470.8s _1bk: 8 segs, 77.4 K docs, 307.6 MB 417.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 330.7s _1dd: 8 segs, 103.2 K docs, 410.8 MB 276.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 202.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 190.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 173.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 150.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 51.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 155.0 sec: 133 segments, 13 merges 1267.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 981.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 741.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 726.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 607.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 512.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 422.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 281.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 207.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 195.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 178.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 155.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 56.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 160.0 sec: 133 segments, 13 merges 1272.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 986.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 746.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 731.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 612.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 517.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 427.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 286.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 212.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 200.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 183.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 160.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 61.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 165.0 sec: 133 segments, 13 merges 1277.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 991.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 751.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 736.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 617.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 522.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 432.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 291.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 217.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 205.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 188.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 165.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 66.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 170.0 sec: 133 segments, 13 merges 1282.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 996.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 756.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 741.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 622.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 527.7s _1b4: 8 segs, 39.3 K docs, 155.7 MB 437.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 296.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 222.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 210.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 193.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 170.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 71.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 175.1 sec: 126 segments, 12 merges 1287.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1001.8s _15a: 8 segs, 109.8 K docs, 437.0 MB 761.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 746.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 627.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 442.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 301.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 227.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 215.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 198.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 175.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 76.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 180.1 sec: 119 segments, 11 merges 1292.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 766.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 751.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 632.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 447.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 306.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 232.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 220.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 203.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 180.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 81.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 185.1 sec: 119 segments, 11 merges 1297.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 771.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 756.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 637.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 452.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 311.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 237.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 225.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 208.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 185.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 86.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 190.1 sec: 119 segments, 11 merges 1302.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 776.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 761.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 642.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 457.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 316.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 242.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 230.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 213.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 190.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 91.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 195.1 sec: 119 segments, 11 merges 1307.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 781.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 766.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 647.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 462.1s _1c8: 8 segs, 147.9 K docs, 589.1 MB 321.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 247.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 235.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 218.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 195.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 96.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 200.0 sec: 119 segments, 11 merges 1312.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 786.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 771.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 652.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 467.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 326.8s _1e3: 8 segs, 38.5 K docs, 152.3 MB 252.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 240.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 223.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 200.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 101.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 205.0 sec: 119 segments, 11 merges 1317.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 791.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 776.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 657.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 472.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 331.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 257.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 245.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 228.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 205.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 106.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 210.0 sec: 119 segments, 11 merges 1322.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 796.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 781.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 662.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 477.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 336.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 262.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 250.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 233.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 210.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 111.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 215.0 sec: 119 segments, 11 merges 1327.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 801.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 786.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 667.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 482.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 341.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 267.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 255.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 238.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 215.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 116.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 220.0 sec: 119 segments, 11 merges 1332.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 806.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 791.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 672.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 487.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 346.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 272.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 260.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 243.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 220.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 121.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 225.0 sec: 119 segments, 11 merges 1337.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 811.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 796.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 677.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 492.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 351.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 277.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 265.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 248.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 225.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 126.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 230.0 sec: 119 segments, 11 merges 1342.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 816.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 801.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 682.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 497.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 356.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 282.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 270.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 253.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 230.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 131.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 235.0 sec: 119 segments, 11 merges 1347.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 821.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 806.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 687.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 502.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 361.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 287.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 275.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 258.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 235.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 136.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 240.0 sec: 119 segments, 11 merges 1352.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 826.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 811.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 692.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 507.0s _1c8: 8 segs, 147.9 K docs, 589.1 MB 366.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 292.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 280.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 263.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 240.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 141.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 245.1 sec: 112 segments, 11 merges 1357.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 831.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 816.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 697.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 371.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 297.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 285.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 268.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 245.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 146.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 2.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 250.1 sec: 112 segments, 11 merges 1362.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 836.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 821.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 702.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 376.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 302.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 290.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 273.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 250.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 151.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 7.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 255.1 sec: 112 segments, 11 merges 1367.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 841.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 826.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 707.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 381.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 307.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 295.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 278.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 255.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 156.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 12.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 260.1 sec: 112 segments, 11 merges 1372.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 846.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 831.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 712.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 386.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 312.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 300.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 283.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 260.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 161.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 17.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 265.1 sec: 112 segments, 11 merges 1377.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 851.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 836.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 717.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 391.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 317.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 305.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 288.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 265.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 166.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 22.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 270.1 sec: 112 segments, 11 merges 1382.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 856.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 841.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 722.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 396.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 322.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 310.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 293.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 270.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 171.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 27.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 275.1 sec: 112 segments, 11 merges 1387.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 861.8s _18i: 8 segs, 175.9 K docs, 700.9 MB 846.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 727.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 401.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 327.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 315.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 298.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 275.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 176.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 32.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 280.1 sec: 105 segments, 10 merges 1392.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 851.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 732.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 406.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 332.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 320.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 303.0s _1fd: 13 segs, 64.4 K docs, 255.1 MB 280.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 181.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 37.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 285.1 sec: 93 segments, 9 merges 1397.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 856.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 737.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 411.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 337.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 325.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 285.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 186.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 42.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 290.1 sec: 93 segments, 9 merges 1402.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 861.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 742.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 416.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 342.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 330.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 290.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 191.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 47.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 295.1 sec: 93 segments, 9 merges 1407.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 866.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 747.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 421.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 347.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 335.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 295.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 196.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 52.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 300.0 sec: 93 segments, 9 merges 1412.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 871.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 752.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 426.8s _1e3: 8 segs, 38.5 K docs, 152.3 MB 352.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 340.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 300.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 201.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 57.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 305.0 sec: 93 segments, 9 merges 1417.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 876.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 757.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 431.8s _1e3: 8 segs, 38.5 K docs, 152.3 MB 357.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 345.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 305.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 206.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 62.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 310.0 sec: 93 segments, 9 merges 1422.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 881.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 762.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 436.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 362.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 350.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 310.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 211.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 67.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 315.0 sec: 93 segments, 9 merges 1427.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 886.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 767.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 441.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 367.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 355.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 315.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 216.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 72.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 320.0 sec: 93 segments, 9 merges 1432.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 891.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 772.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 446.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 372.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 360.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 320.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 221.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 77.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 325.0 sec: 93 segments, 9 merges 1437.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 896.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 777.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 451.9s _1e3: 8 segs, 38.5 K docs, 152.3 MB 377.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 365.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 325.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 226.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 82.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 330.0 sec: 86 segments, 8 merges 1442.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 901.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 782.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 382.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 370.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 330.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 231.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 87.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 335.0 sec: 86 segments, 8 merges 1447.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 906.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 787.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 387.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 375.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 335.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 236.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 92.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 340.0 sec: 86 segments, 8 merges 1452.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 911.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 792.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 392.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 380.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 340.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 241.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 97.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 345.0 sec: 86 segments, 8 merges 1457.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 916.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 797.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 397.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 385.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 345.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 246.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 102.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 350.0 sec: 86 segments, 8 merges 1462.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 921.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 802.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 402.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 390.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 350.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 251.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 107.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 355.0 sec: 86 segments, 8 merges 1467.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 926.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 807.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 407.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 395.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 355.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 256.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 112.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 360.0 sec: 86 segments, 8 merges 1472.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 931.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 812.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 412.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 400.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 360.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 261.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 117.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 365.1 sec: 86 segments, 8 merges 1477.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 936.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 817.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 417.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 405.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 365.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 266.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 122.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 370.1 sec: 86 segments, 8 merges 1482.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 941.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 822.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 422.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 410.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 370.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 271.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 127.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 375.1 sec: 86 segments, 8 merges 1487.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 946.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 827.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 427.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 415.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 375.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 276.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 132.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 380.1 sec: 86 segments, 8 merges 1492.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 951.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 832.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 432.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 420.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 380.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 281.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 137.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 385.1 sec: 86 segments, 8 merges 1497.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 956.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 837.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 437.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 425.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 385.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 286.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 142.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 390.1 sec: 86 segments, 8 merges 1502.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 961.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 842.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 442.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 430.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 390.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 291.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 147.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 395.1 sec: 86 segments, 8 merges 1507.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 966.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 847.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 447.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 435.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 395.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 296.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 152.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 400.1 sec: 86 segments, 8 merges 1512.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 971.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 852.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 452.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 440.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 400.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 301.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 157.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 405.1 sec: 86 segments, 8 merges 1517.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 976.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 857.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 457.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 445.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 405.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 306.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 162.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 410.1 sec: 86 segments, 8 merges 1522.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 981.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 862.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 462.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 450.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 410.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 311.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 167.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 415.1 sec: 86 segments, 8 merges 1527.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 986.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 867.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 467.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 455.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 415.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 316.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 172.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 420.0 sec: 86 segments, 8 merges 1532.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 991.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 872.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 472.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 460.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 420.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 321.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 177.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 425.0 sec: 86 segments, 8 merges 1537.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 996.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 877.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 477.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 465.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 425.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 326.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 182.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 430.0 sec: 86 segments, 8 merges 1542.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1001.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 882.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 482.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 470.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 430.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 331.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 187.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 435.0 sec: 86 segments, 8 merges 1547.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1006.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 887.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 487.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 475.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 435.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 336.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 192.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 440.0 sec: 86 segments, 8 merges 1552.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1011.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 892.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 492.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 480.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 440.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 341.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 197.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 445.0 sec: 86 segments, 8 merges 1557.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1016.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 897.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 497.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 485.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 445.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 346.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 202.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 450.0 sec: 86 segments, 8 merges 1562.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1021.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 902.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 502.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 490.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 450.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 351.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 207.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 455.0 sec: 86 segments, 8 merges 1567.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1026.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 907.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 507.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 495.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 455.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 356.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 212.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 460.0 sec: 86 segments, 8 merges 1572.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1031.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 912.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 512.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 500.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 460.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 361.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 217.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 465.0 sec: 86 segments, 8 merges 1577.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1036.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 917.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 517.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 505.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 465.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 366.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 222.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 470.0 sec: 86 segments, 8 merges 1582.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1041.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 922.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 522.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 510.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 470.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 371.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 227.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 475.1 sec: 86 segments, 8 merges 1587.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1046.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 927.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 527.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 515.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 475.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 376.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 232.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 480.1 sec: 86 segments, 8 merges 1592.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1051.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 932.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 532.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 520.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 480.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 381.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 237.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 485.1 sec: 86 segments, 8 merges 1597.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1056.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 937.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 537.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 525.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 485.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 386.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 242.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 490.1 sec: 86 segments, 8 merges 1602.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1061.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 942.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 542.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 530.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 490.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 391.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 247.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 495.1 sec: 86 segments, 8 merges 1607.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1066.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 947.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 547.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 535.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 495.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 396.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 252.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 500.1 sec: 86 segments, 8 merges 1612.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1071.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 952.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 552.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 540.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 500.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 401.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 257.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 505.1 sec: 86 segments, 8 merges 1617.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1076.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 957.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 557.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 545.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 505.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 406.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 262.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 510.1 sec: 86 segments, 8 merges 1622.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1081.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 962.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 562.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 550.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 510.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 411.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 267.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 515.1 sec: 86 segments, 8 merges 1627.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1086.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 967.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 567.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 555.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 515.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 416.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 272.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 520.1 sec: 86 segments, 8 merges 1632.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1091.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 972.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 572.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 560.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 520.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 421.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 277.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 525.1 sec: 86 segments, 8 merges 1637.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1096.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 977.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 577.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 565.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 525.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 426.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 282.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 530.0 sec: 86 segments, 8 merges 1642.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1101.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 982.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 582.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 570.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 530.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 431.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 287.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 535.0 sec: 86 segments, 8 merges 1647.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1106.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 987.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 587.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 575.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 535.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 436.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 292.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 540.0 sec: 86 segments, 8 merges 1652.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1111.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 992.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 592.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 580.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 540.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 441.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 297.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 545.0 sec: 86 segments, 8 merges 1657.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1116.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 997.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 597.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 585.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 545.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 446.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 302.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 550.0 sec: 86 segments, 8 merges 1662.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1121.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1002.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 602.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 590.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 550.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 451.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 307.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 555.0 sec: 86 segments, 8 merges 1667.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1126.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1007.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 607.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 595.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 555.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 456.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 312.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 560.0 sec: 86 segments, 8 merges 1672.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1131.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1012.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 612.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 600.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 560.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 461.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 317.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 565.0 sec: 86 segments, 8 merges 1677.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1136.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1017.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 617.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 605.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 565.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 466.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 322.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 570.0 sec: 86 segments, 8 merges 1682.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1141.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1022.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 622.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 610.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 570.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 471.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 327.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 575.0 sec: 86 segments, 8 merges 1687.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1146.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1027.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 627.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 615.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 575.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 476.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 332.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 580.0 sec: 86 segments, 8 merges 1692.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1151.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1032.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 632.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 620.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 580.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 481.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 337.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 585.1 sec: 86 segments, 8 merges 1697.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1156.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1037.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 637.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 625.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 585.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 486.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 342.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 590.1 sec: 86 segments, 8 merges 1702.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1161.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1042.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 642.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 630.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 590.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 491.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 347.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 595.1 sec: 86 segments, 8 merges 1707.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1166.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1047.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 647.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 635.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 595.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 496.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 352.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 600.1 sec: 86 segments, 8 merges 1712.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1171.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1052.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 652.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 640.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 600.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 501.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 357.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 605.1 sec: 86 segments, 8 merges 1717.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1176.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1057.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 657.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 645.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 605.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 506.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 362.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 610.1 sec: 86 segments, 8 merges 1722.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1181.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1062.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 662.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 650.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 610.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 511.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 367.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 615.1 sec: 86 segments, 8 merges 1727.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1186.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1067.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 667.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 655.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 615.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 516.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 372.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 620.1 sec: 86 segments, 8 merges 1732.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1191.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1072.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 672.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 660.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 620.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 521.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 377.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 625.1 sec: 86 segments, 8 merges 1737.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1196.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1077.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 677.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 665.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 625.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 526.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 382.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 630.1 sec: 86 segments, 8 merges 1742.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1201.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1082.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 682.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 670.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 630.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 531.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 387.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 635.1 sec: 86 segments, 8 merges 1747.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1206.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1087.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 687.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 675.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 635.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 536.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 392.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 640.1 sec: 86 segments, 8 merges 1752.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1211.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1092.3s _19y: 8 segs, 107.8 K docs, 429.0 MB 692.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 680.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 640.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 541.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 397.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 645.0 sec: 86 segments, 8 merges 1757.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1216.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1097.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 697.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 685.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 645.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 546.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 402.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 650.0 sec: 86 segments, 8 merges 1762.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1221.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1102.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 702.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 690.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 650.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 551.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 407.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 655.0 sec: 86 segments, 8 merges 1767.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1226.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1107.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 707.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 695.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 655.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 556.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 412.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 660.0 sec: 86 segments, 8 merges 1772.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1231.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1112.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 712.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 700.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 660.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 561.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 417.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 665.0 sec: 86 segments, 8 merges 1777.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1236.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1117.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 717.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 705.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 665.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 566.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 422.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 670.0 sec: 86 segments, 8 merges 1782.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1241.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1122.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 722.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 710.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 670.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 571.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 427.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 675.0 sec: 86 segments, 8 merges 1787.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1246.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1127.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 727.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 715.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 675.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 576.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 432.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 680.0 sec: 86 segments, 8 merges 1792.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1251.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1132.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 732.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 720.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 680.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 581.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 437.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 685.0 sec: 86 segments, 8 merges 1797.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1256.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 1137.2s _19y: 8 segs, 107.8 K docs, 429.0 MB 737.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 725.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 685.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 586.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 442.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 690.0 sec: 79 segments, 7 merges 1802.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1261.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 742.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 730.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 690.0s _1fl: 15 segs, 62.9 K docs, 249.1 MB 591.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 447.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 695.1 sec: 79 segments, 7 merges 1807.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1266.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 747.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 735.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 695.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 596.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 452.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 700.1 sec: 79 segments, 7 merges 1812.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1271.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 752.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 740.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 700.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 601.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 457.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 705.1 sec: 79 segments, 7 merges 1817.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1276.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 757.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 745.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 705.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 606.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 462.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 710.1 sec: 79 segments, 7 merges 1822.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1281.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 762.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 750.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 710.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 611.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 467.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 715.1 sec: 79 segments, 7 merges 1827.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1286.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 767.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 755.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 715.1s _1fl: 15 segs, 62.9 K docs, 249.1 MB 616.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 472.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 720.1 sec: 65 segments, 6 merges 1832.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1291.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 772.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 760.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 621.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 477.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 725.1 sec: 65 segments, 6 merges 1837.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1296.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 777.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 765.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 626.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 482.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 730.0 sec: 65 segments, 6 merges 1842.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1301.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 782.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 770.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 631.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 487.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 735.0 sec: 65 segments, 6 merges 1847.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1306.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 787.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 775.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 636.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 492.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 740.0 sec: 65 segments, 6 merges 1852.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1311.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 792.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 780.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 641.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 497.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 745.0 sec: 65 segments, 6 merges 1857.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1316.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 797.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 785.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 646.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 502.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 750.0 sec: 65 segments, 6 merges 1862.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1321.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 802.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 790.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 651.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 507.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 755.0 sec: 65 segments, 6 merges 1867.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1326.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 807.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 795.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 656.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 512.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 760.0 sec: 65 segments, 6 merges 1872.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1331.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 812.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 800.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 661.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 517.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 765.0 sec: 65 segments, 6 merges 1877.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1336.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 817.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 805.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 666.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 522.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 770.0 sec: 65 segments, 6 merges 1882.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1341.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 822.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 810.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 671.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 527.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 775.1 sec: 65 segments, 6 merges 1887.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1346.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 827.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 815.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 676.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 532.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 780.1 sec: 65 segments, 6 merges 1892.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1351.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 832.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 820.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 681.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 537.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 785.1 sec: 65 segments, 6 merges 1897.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1356.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 837.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 825.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 686.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 542.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 790.1 sec: 65 segments, 6 merges 1902.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1361.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 842.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 830.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 691.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 547.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 795.1 sec: 65 segments, 6 merges 1907.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1366.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 847.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 835.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 696.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 552.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 800.1 sec: 65 segments, 6 merges 1912.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1371.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 852.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 840.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 701.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 557.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 805.1 sec: 65 segments, 6 merges 1917.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1376.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 857.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 845.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 706.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 562.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 810.1 sec: 65 segments, 6 merges 1922.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1381.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 862.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 850.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 711.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 567.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 815.1 sec: 65 segments, 6 merges 1927.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1386.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 867.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 855.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 716.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 572.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 820.1 sec: 65 segments, 6 merges 1932.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1391.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 872.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 860.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 721.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 577.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 825.1 sec: 65 segments, 6 merges 1937.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1396.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 877.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 865.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 726.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 582.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 830.1 sec: 65 segments, 6 merges 1942.3s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1401.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 882.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 870.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 731.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 587.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 835.0 sec: 65 segments, 6 merges 1947.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1406.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 887.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 875.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 736.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 592.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 840.0 sec: 65 segments, 6 merges 1952.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1411.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 892.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 880.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 741.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 597.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 845.0 sec: 65 segments, 6 merges 1957.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1416.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 897.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 885.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 746.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 602.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 850.0 sec: 65 segments, 6 merges 1962.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1421.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 902.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 890.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 751.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 607.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 855.0 sec: 65 segments, 6 merges 1967.2s _10k: 8 segs, 1224.5 K docs, 4893.2 MB 1426.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 907.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 895.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 756.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 612.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 860.0 sec: 58 segments, 5 merges 1431.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 912.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 900.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 761.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 617.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 865.0 sec: 58 segments, 5 merges 1436.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 917.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 905.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 766.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 622.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 870.1 sec: 58 segments, 5 merges 1441.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 922.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 910.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 771.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 627.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 875.1 sec: 58 segments, 5 merges 1446.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 927.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 915.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 776.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 632.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 880.1 sec: 58 segments, 5 merges 1451.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 932.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 920.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 781.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 637.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 885.1 sec: 58 segments, 5 merges 1456.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 937.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 925.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 786.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 642.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 890.1 sec: 58 segments, 5 merges 1461.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 942.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 930.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 791.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 647.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 895.1 sec: 58 segments, 5 merges 1466.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 947.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 935.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 796.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 652.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 900.1 sec: 58 segments, 5 merges 1471.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 952.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 940.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 801.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 657.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 905.1 sec: 58 segments, 5 merges 1476.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 957.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 945.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 806.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 662.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 910.1 sec: 58 segments, 5 merges 1481.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 962.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 950.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 811.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 667.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 915.1 sec: 58 segments, 5 merges 1486.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 967.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 955.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 816.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 672.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 920.1 sec: 58 segments, 5 merges 1491.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 972.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 960.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 821.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 677.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 925.1 sec: 58 segments, 5 merges 1496.9s _18p: 8 segs, 353.2 K docs, 1409.1 MB 977.6s _1ey: 8 segs, 211.0 K docs, 841.2 MB 965.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 826.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 682.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 930.0 sec: 58 segments, 5 merges 1501.8s _18p: 8 segs, 353.2 K docs, 1409.1 MB 982.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 970.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 831.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 687.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 935.0 sec: 51 segments, 4 merges 987.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 975.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 836.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 692.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 940.0 sec: 51 segments, 4 merges 992.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 980.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 841.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 697.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 945.0 sec: 51 segments, 4 merges 997.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 985.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 846.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 702.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 950.0 sec: 51 segments, 4 merges 1002.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 990.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 851.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 707.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 955.0 sec: 51 segments, 4 merges 1007.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 995.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 856.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 712.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 960.0 sec: 51 segments, 4 merges 1012.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 1000.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 861.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 717.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 965.0 sec: 51 segments, 4 merges 1017.5s _1ey: 8 segs, 211.0 K docs, 841.2 MB 1005.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 866.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 722.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 970.0 sec: 44 segments, 3 merges 1010.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 871.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 727.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 975.0 sec: 44 segments, 3 merges 1015.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 876.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 732.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 980.0 sec: 44 segments, 3 merges 1020.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 881.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 737.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 985.1 sec: 44 segments, 3 merges 1025.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 886.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 742.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 990.1 sec: 44 segments, 3 merges 1030.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 891.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 747.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 995.1 sec: 44 segments, 3 merges 1035.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 896.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 752.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1000.1 sec: 44 segments, 3 merges 1040.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 901.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 757.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1005.1 sec: 44 segments, 3 merges 1045.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 906.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 762.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1010.1 sec: 44 segments, 3 merges 1050.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 911.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 767.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1015.1 sec: 44 segments, 3 merges 1055.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 916.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 772.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1020.1 sec: 44 segments, 3 merges 1060.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 921.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 777.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1025.1 sec: 44 segments, 3 merges 1065.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 926.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 782.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1030.1 sec: 44 segments, 3 merges 1070.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 931.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 787.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1035.1 sec: 44 segments, 3 merges 1075.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 936.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 792.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1040.1 sec: 44 segments, 3 merges 1080.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 941.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 797.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1045.0 sec: 44 segments, 3 merges 1085.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 946.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 802.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1050.0 sec: 44 segments, 3 merges 1090.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 951.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 807.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1055.0 sec: 44 segments, 3 merges 1095.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 956.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 812.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1060.0 sec: 44 segments, 3 merges 1100.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 961.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 817.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1065.0 sec: 44 segments, 3 merges 1105.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 966.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 822.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1070.0 sec: 44 segments, 3 merges 1110.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 971.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 827.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1075.0 sec: 44 segments, 3 merges 1115.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 976.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 832.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1080.0 sec: 44 segments, 3 merges 1120.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 981.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 837.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1085.0 sec: 44 segments, 3 merges 1125.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 986.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 842.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1090.0 sec: 44 segments, 3 merges 1130.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 991.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 847.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1095.0 sec: 44 segments, 3 merges 1135.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 996.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 852.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1100.1 sec: 44 segments, 3 merges 1140.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1001.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 857.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1105.1 sec: 44 segments, 3 merges 1145.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1006.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 862.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1110.1 sec: 44 segments, 3 merges 1150.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1011.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 867.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1115.1 sec: 44 segments, 3 merges 1155.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1016.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 872.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1120.1 sec: 44 segments, 3 merges 1160.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1021.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 877.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1125.1 sec: 44 segments, 3 merges 1165.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1026.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 882.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1130.1 sec: 44 segments, 3 merges 1170.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1031.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 887.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1135.0 sec: 44 segments, 3 merges 1175.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1036.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 892.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1140.0 sec: 44 segments, 3 merges 1180.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1041.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 897.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1145.0 sec: 44 segments, 3 merges 1185.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1046.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 902.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1150.0 sec: 44 segments, 3 merges 1190.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1051.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 907.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1155.0 sec: 44 segments, 3 merges 1195.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1056.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 912.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1160.0 sec: 44 segments, 3 merges 1200.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1061.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 917.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1165.0 sec: 44 segments, 3 merges 1205.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1066.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 922.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1170.0 sec: 44 segments, 3 merges 1210.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1071.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 927.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1175.0 sec: 44 segments, 3 merges 1215.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1076.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 932.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1180.0 sec: 44 segments, 3 merges 1220.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1081.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 937.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1185.0 sec: 44 segments, 3 merges 1225.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1086.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 942.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1190.0 sec: 44 segments, 3 merges 1230.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1091.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 947.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1195.1 sec: 44 segments, 3 merges 1235.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1096.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 952.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1200.1 sec: 44 segments, 3 merges 1240.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1101.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 957.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1205.1 sec: 44 segments, 3 merges 1245.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1106.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 962.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1210.1 sec: 44 segments, 3 merges 1250.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1111.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 967.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1215.1 sec: 44 segments, 3 merges 1255.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1116.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 972.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1220.1 sec: 44 segments, 3 merges 1260.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1121.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 977.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1225.1 sec: 44 segments, 3 merges 1265.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1126.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 982.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1230.1 sec: 44 segments, 3 merges 1270.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1131.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 987.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1235.1 sec: 44 segments, 3 merges 1275.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1136.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 992.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1240.1 sec: 44 segments, 3 merges 1280.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1141.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 997.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1245.1 sec: 44 segments, 3 merges 1285.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1146.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1002.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1250.1 sec: 44 segments, 3 merges 1290.8s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1151.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1007.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1255.0 sec: 44 segments, 3 merges 1295.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1156.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1012.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1260.0 sec: 44 segments, 3 merges 1300.7s _1f3: 8 segs, 722.5 K docs, 2885.0 MB 1161.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1017.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 1265.0 sec: 37 segments, 3 merges 1166.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1022.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 3.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1270.0 sec: 37 segments, 3 merges 1171.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1027.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 8.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1275.0 sec: 37 segments, 3 merges 1176.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1032.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 13.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1280.0 sec: 37 segments, 3 merges 1181.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1037.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 18.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1285.0 sec: 37 segments, 3 merges 1186.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1042.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 23.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1290.0 sec: 37 segments, 3 merges 1191.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1047.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 28.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1295.0 sec: 37 segments, 3 merges 1196.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1052.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 33.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1300.0 sec: 37 segments, 3 merges 1201.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1057.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 38.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1305.0 sec: 37 segments, 3 merges 1206.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1062.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 43.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1310.0 sec: 37 segments, 3 merges 1211.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1067.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 48.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1315.1 sec: 37 segments, 3 merges 1216.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1072.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 53.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1320.1 sec: 37 segments, 3 merges 1221.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1077.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 58.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1325.1 sec: 37 segments, 3 merges 1226.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1082.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 63.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1330.1 sec: 37 segments, 3 merges 1231.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1087.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 68.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1335.1 sec: 37 segments, 3 merges 1236.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1092.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 73.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1340.1 sec: 37 segments, 3 merges 1241.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1097.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 78.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1345.1 sec: 37 segments, 3 merges 1246.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1102.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 83.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1350.1 sec: 37 segments, 3 merges 1251.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1107.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 88.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1355.1 sec: 37 segments, 3 merges 1256.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1112.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 93.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1360.1 sec: 37 segments, 3 merges 1261.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1117.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 98.6s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1365.0 sec: 37 segments, 3 merges 1266.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1122.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 103.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1370.0 sec: 37 segments, 3 merges 1271.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1127.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 108.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1375.0 sec: 37 segments, 3 merges 1276.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1132.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 113.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1380.0 sec: 37 segments, 3 merges 1281.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1137.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 118.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1385.0 sec: 37 segments, 3 merges 1286.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1142.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 123.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1390.0 sec: 37 segments, 3 merges 1291.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1147.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 128.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1395.0 sec: 37 segments, 3 merges 1296.1s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1152.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 133.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1400.0 sec: 37 segments, 3 merges 1301.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1157.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 138.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1405.1 sec: 37 segments, 3 merges 1306.2s _1fm: 8 segs, 557.0 K docs, 2223.0 MB 1162.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 143.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1410.1 sec: 30 segments, 2 merges 1167.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 148.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1415.1 sec: 30 segments, 2 merges 1172.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 153.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1420.1 sec: 30 segments, 2 merges 1177.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 158.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1425.1 sec: 30 segments, 2 merges 1182.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 163.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1430.1 sec: 30 segments, 2 merges 1187.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 168.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1435.0 sec: 30 segments, 2 merges 1192.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 173.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1440.0 sec: 30 segments, 2 merges 1197.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 178.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1445.0 sec: 30 segments, 2 merges 1202.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 183.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1450.0 sec: 30 segments, 2 merges 1207.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 188.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1455.0 sec: 30 segments, 2 merges 1212.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 193.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1460.0 sec: 30 segments, 2 merges 1217.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 198.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1465.0 sec: 30 segments, 2 merges 1222.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 203.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1470.1 sec: 30 segments, 2 merges 1227.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 208.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1475.1 sec: 30 segments, 2 merges 1232.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 213.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1480.1 sec: 30 segments, 2 merges 1237.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 218.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1485.1 sec: 30 segments, 2 merges 1242.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 223.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1490.1 sec: 30 segments, 2 merges 1247.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 228.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1495.1 sec: 30 segments, 2 merges 1252.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 233.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1500.1 sec: 30 segments, 2 merges 1257.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 238.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1505.1 sec: 30 segments, 2 merges 1262.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 243.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1510.1 sec: 30 segments, 2 merges 1267.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 248.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1515.1 sec: 30 segments, 2 merges 1272.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 253.6s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1520.0 sec: 30 segments, 2 merges 1277.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 258.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1525.0 sec: 30 segments, 2 merges 1282.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 263.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1530.0 sec: 30 segments, 2 merges 1287.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 268.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1535.0 sec: 30 segments, 2 merges 1292.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 273.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1540.0 sec: 30 segments, 2 merges 1297.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 278.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1545.0 sec: 30 segments, 2 merges 1302.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 283.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1550.0 sec: 30 segments, 2 merges 1307.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 288.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1555.0 sec: 30 segments, 2 merges 1312.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 293.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1560.0 sec: 30 segments, 2 merges 1317.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 298.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1565.0 sec: 30 segments, 2 merges 1322.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 303.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1570.0 sec: 30 segments, 2 merges 1327.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 308.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1575.1 sec: 30 segments, 2 merges 1332.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 313.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1580.1 sec: 30 segments, 2 merges 1337.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 318.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1585.1 sec: 30 segments, 2 merges 1342.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 323.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1590.1 sec: 30 segments, 2 merges 1347.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 328.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1595.1 sec: 30 segments, 2 merges 1352.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 333.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1600.1 sec: 30 segments, 2 merges 1357.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 338.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1605.1 sec: 30 segments, 2 merges 1362.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 343.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1610.1 sec: 30 segments, 2 merges 1367.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 348.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1615.0 sec: 30 segments, 2 merges 1372.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 353.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1620.1 sec: 30 segments, 2 merges 1377.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 358.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1625.1 sec: 30 segments, 2 merges 1382.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 363.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1630.1 sec: 30 segments, 2 merges 1387.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 368.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1635.1 sec: 30 segments, 2 merges 1392.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 373.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1640.1 sec: 30 segments, 2 merges 1397.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 378.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1645.1 sec: 30 segments, 2 merges 1402.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 383.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1650.1 sec: 30 segments, 2 merges 1407.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 388.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1655.1 sec: 30 segments, 2 merges 1412.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 393.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1660.1 sec: 30 segments, 2 merges 1417.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 398.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1665.1 sec: 30 segments, 2 merges 1422.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 403.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1670.1 sec: 30 segments, 2 merges 1427.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 408.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1675.1 sec: 30 segments, 2 merges 1432.2s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 413.6s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1680.0 sec: 30 segments, 2 merges 1437.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 418.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1685.0 sec: 30 segments, 2 merges 1442.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 423.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1690.0 sec: 30 segments, 2 merges 1447.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 428.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1695.0 sec: 30 segments, 2 merges 1452.1s _1fn: 8 segs, 1039.4 K docs, 4152.6 MB 433.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1700.0 sec: 23 segments, 1 merges 438.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1705.0 sec: 23 segments, 1 merges 443.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1710.0 sec: 23 segments, 1 merges 448.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1715.0 sec: 23 segments, 1 merges 453.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1720.0 sec: 23 segments, 1 merges 458.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1725.0 sec: 23 segments, 1 merges 463.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1730.0 sec: 23 segments, 1 merges 468.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1735.1 sec: 23 segments, 1 merges 473.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1740.1 sec: 23 segments, 1 merges 478.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1745.1 sec: 23 segments, 1 merges 483.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1750.1 sec: 23 segments, 1 merges 488.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1755.1 sec: 23 segments, 1 merges 493.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1760.1 sec: 23 segments, 1 merges 498.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1765.1 sec: 23 segments, 1 merges 503.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1770.1 sec: 23 segments, 1 merges 508.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1775.1 sec: 23 segments, 1 merges 513.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1780.1 sec: 23 segments, 1 merges 518.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1785.1 sec: 23 segments, 1 merges 523.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1790.1 sec: 23 segments, 1 merges 528.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1795.1 sec: 23 segments, 1 merges 533.6s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1800.0 sec: 23 segments, 1 merges 538.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1805.0 sec: 23 segments, 1 merges 543.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1810.0 sec: 23 segments, 1 merges 548.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1815.0 sec: 23 segments, 1 merges 553.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1820.0 sec: 23 segments, 1 merges 558.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1825.0 sec: 23 segments, 1 merges 563.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1830.0 sec: 23 segments, 1 merges 568.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1835.0 sec: 23 segments, 1 merges 573.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1840.0 sec: 23 segments, 1 merges 578.5s _1fo: 8 segs, 443.4 K docs, 1769.0 MB 1845.0 sec: 16 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3126 seconds reindex takes 3126.80 sec index has 16 segments: segments_2: _j2(11.0.0):C1016344 _cs(11.0.0):C250974 _fl(11.0.0):C241072 _vr(11.0.0):C1131822 _10k(11.0.0):C1224526 _tv(11.0.0):C179184 _1fn(11.0.0):C1039439 _1f3(11.0.0):C722518 _10d(11.0.0):C176590 _18p(11.0.0):C353187 _18i(11.0.0):C175921 _16p(11.0.0):C169134 _1fm(11.0.0):C557002 _1fo(11.0.0):C443428 _1ey(11.0.0):C211022 _19y(11.0.0):C107837 _j2: 4068.2 MB _cs: 1003.4 MB _fl: 963.8 MB _vr: 4531.2 MB _10k: 4903.1 MB _tv: 716.2 MB _1fn: 4160.9 MB _1f3: 2890.9 MB _10d: 705.8 MB _18p: 1412.4 MB _18i: 703.1 MB _16p: 675.9 MB _1fm: 2228.2 MB _1fo: 1773.6 MB _1ey: 843.5 MB _19y: 430.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32010.81 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=55548245749 cpu@end=68080721964 deltaMS=12532.476215 thread 14 name=Reference Handler cpu@start=1955050 cpu@end=1955050 deltaMS=0.0 thread 15 name=Finalizer cpu@start=161031 cpu@end=161031 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=66915 cpu@end=66915 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=26182952 cpu@end=26182952 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=53061990847 cpu@end=53063664881 deltaMS=1.674034 thread 42 name=JFR Periodic Tasks cpu@start=375414913054 cpu@end=376026779594 deltaMS=611.86654 thread 45 name=Notification Thread cpu@start=133060 cpu@end=133060 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4929036315224 cpu@end=4929036315224 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4921053329050 cpu@end=4921053329050 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4921477021922 cpu@end=4921477021922 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4927889584179 cpu@end=4927889584179 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4930769356514 cpu@end=4930769356514 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4930733409176 cpu@end=4930733409176 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4927058822145 cpu@end=4927058822145 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4924301276421 cpu@end=4924301276421 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4931276213796 cpu@end=4931276213796 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4929548425590 cpu@end=4929548425590 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4932087784450 cpu@end=4932087784450 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4924837974657 cpu@end=4924837974657 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4933880210292 cpu@end=4933880210292 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4935764574585 cpu@end=4935764574585 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4930277098963 cpu@end=4930277098963 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4918831753832 cpu@end=4918831753832 deltaMS=0.0 Average CPU cores used: 1.047917187110381 completed 1000 searches in 12544 ms: 79 QPS CPU time=13145 ms checking results SUMMARY: 0.975 12.544 13.145 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 64036 3126.80 2558.52 0.00 16 32010.81 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1016344 documents Graph level=3 size=57, Fanout min=4, mean=8.77, max=17, meandelta=91686.54 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 8 9 9 10 11 13 17 Graph level=2 size=918, Fanout min=8, mean=23.18, max=32, meandelta=39822.70 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 28 32 32 32 Graph level=1 size=31049, Fanout min=3, mean=28.10, max=32, meandelta=33144.77 % 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=1016344, Fanout min=1, mean=39.46, max=64, meandelta=23842.67 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=918, connectedness=1.00 Graph level=1 size=31049, connectedness=1.00 Graph level=0 size=1016344, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 250974 documents Graph level=3 size=10, Fanout min=2, mean=3.00, max=7, meandelta=37654.20 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 2 2 3 3 3 4 7 Graph level=2 size=221, Fanout min=5, mean=16.19, max=32, meandelta=13215.86 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 21 23 32 Graph level=1 size=7809, Fanout min=7, mean=27.43, max=32, meandelta=8332.67 % 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=250974, Fanout min=1, mean=39.46, max=64, meandelta=5908.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=10, connectedness=1.00 Graph level=2 size=221, connectedness=1.00 Graph level=1 size=7809, connectedness=1.00 Graph level=0 size=250974, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 241072 documents Graph level=3 size=10, Fanout min=2, mean=4.40, max=6, meandelta=38113.00 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 4 5 5 5 6 6 Graph level=2 size=225, Fanout min=7, mean=16.25, max=32, meandelta=13050.57 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 18 20 23 32 Graph level=1 size=7493, Fanout min=7, mean=27.38, max=32, meandelta=8049.60 % 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=241072, Fanout min=1, mean=39.46, max=64, meandelta=5674.66 % 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=225, connectedness=1.00 Graph level=1 size=7493, connectedness=1.00 Graph level=0 size=241072, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1131822 documents Graph level=3 size=66, Fanout min=4, mean=10.12, max=19, meandelta=86915.45 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 11 12 13 14 19 Graph level=2 size=1065, Fanout min=8, mean=23.79, max=32, meandelta=43000.19 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 27 29 32 32 32 Graph level=1 size=34613, Fanout min=1, mean=28.09, max=32, meandelta=36911.20 % 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=1131822, Fanout min=1, mean=39.45, max=64, meandelta=26554.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=66, connectedness=1.00 Graph level=2 size=1065, connectedness=1.00 Graph level=1 size=34613, connectedness=1.00 Graph level=0 size=1131822, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1224526 documents Graph level=3 size=60, Fanout min=4, mean=9.23, max=19, meandelta=103136.13 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 10 11 14 19 Graph level=2 size=1124, Fanout min=8, mean=24.07, max=32, meandelta=46211.31 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=1 size=37529, Fanout min=2, mean=28.14, max=32, meandelta=39898.63 % 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=1224526, Fanout min=1, mean=39.47, max=64, meandelta=28713.84 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=1124, connectedness=1.00 Graph level=1 size=37529, connectedness=1.00 Graph level=0 size=1224526, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 179184 documents Graph level=3 size=7, Fanout min=1, mean=2.86, max=6, meandelta=17612.10 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 5 6 Graph level=2 size=159, Fanout min=7, mean=13.74, max=32, meandelta=11061.01 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 10 12 13 14 15 17 20 32 Graph level=1 size=5510, Fanout min=7, mean=27.14, max=32, meandelta=6050.85 % 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=179184, Fanout min=1, mean=39.37, max=64, meandelta=4225.54 % 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=159, connectedness=1.00 Graph level=1 size=5510, connectedness=1.00 Graph level=0 size=179184, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1039439 documents Graph level=3 size=37, Fanout min=4, mean=8.27, max=12, meandelta=94245.01 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 7 8 9 10 10 11 12 Graph level=2 size=909, Fanout min=6, mean=23.10, max=32, meandelta=39255.21 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 18 20 23 25 28 32 32 32 Graph level=1 size=31845, Fanout min=2, mean=28.03, max=32, meandelta=33913.31 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1039439, Fanout min=1, mean=39.50, max=64, meandelta=24363.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=37, connectedness=1.00 Graph level=2 size=909, connectedness=1.00 Graph level=1 size=31845, connectedness=1.00 Graph level=0 size=1039439, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 722518 documents Graph level=3 size=36, Fanout min=3, mean=7.28, max=12, meandelta=69336.01 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 8 9 9 10 12 Graph level=2 size=608, Fanout min=8, mean=21.40, max=32, meandelta=30032.09 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 22 25 29 32 32 Graph level=1 size=22000, Fanout min=6, mean=27.99, max=32, meandelta=23629.99 % 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=722518, Fanout min=1, mean=39.53, max=64, meandelta=16938.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=36, connectedness=1.00 Graph level=2 size=608, connectedness=1.00 Graph level=1 size=22000, connectedness=1.00 Graph level=0 size=722518, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 176590 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=27874.22 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 4 4 Graph level=2 size=156, Fanout min=6, mean=14.14, max=28, meandelta=10590.63 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 14 15 16 17 20 28 Graph level=1 size=5447, Fanout min=8, mean=26.99, max=32, meandelta=5982.49 % 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=176590, Fanout min=1, mean=39.27, max=64, meandelta=4176.67 % 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=156, connectedness=1.00 Graph level=1 size=5447, connectedness=1.00 Graph level=0 size=176590, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 353187 documents Graph level=3 size=19, Fanout min=4, mean=5.26, max=8, meandelta=47845.98 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 5 6 6 6 8 Graph level=2 size=315, Fanout min=6, mean=17.95, max=32, meandelta=17209.05 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 18 20 22 26 32 Graph level=1 size=10870, Fanout min=6, mean=27.64, max=32, meandelta=11676.09 % 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=353187, Fanout min=1, mean=39.55, max=64, meandelta=8290.50 % 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=315, connectedness=1.00 Graph level=1 size=10870, connectedness=1.00 Graph level=0 size=353187, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 175921 documents Graph level=3 size=6, Fanout min=1, mean=2.67, max=5, meandelta=17709.75 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 4 5 Graph level=2 size=150, Fanout min=5, mean=13.53, max=27, meandelta=10590.62 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 16 17 19 27 Graph level=1 size=5434, Fanout min=8, mean=26.96, max=32, meandelta=5974.13 % 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=175921, Fanout min=1, mean=39.23, max=64, meandelta=4162.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=150, connectedness=1.00 Graph level=1 size=5434, connectedness=1.00 Graph level=0 size=175921, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 169134 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=29763.17 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 4 4 Graph level=2 size=146, Fanout min=3, mean=13.32, max=26, meandelta=10379.00 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 13 14 15 17 20 26 Graph level=1 size=5201, Fanout min=7, mean=26.85, max=32, meandelta=5738.28 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 27 30 32 32 32 32 32 Graph level=0 size=169134, Fanout min=1, mean=39.20, max=64, meandelta=4003.20 % 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=146, connectedness=1.00 Graph level=1 size=5201, connectedness=1.00 Graph level=0 size=169134, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 557002 documents Graph level=3 size=25, Fanout min=4, mean=6.40, max=9, meandelta=62188.08 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 7 8 8 9 Graph level=2 size=466, Fanout min=7, mean=19.65, max=32, meandelta=23943.48 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 21 23 25 29 32 Graph level=1 size=17026, Fanout min=4, mean=27.75, max=32, meandelta=18370.14 % 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=557002, Fanout min=1, mean=39.60, max=64, meandelta=13044.27 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=25, connectedness=1.00 Graph level=2 size=466, connectedness=1.00 Graph level=1 size=17026, connectedness=1.00 Graph level=0 size=557002, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 443428 documents Graph level=3 size=23, Fanout min=2, mean=5.30, max=9, meandelta=49787.61 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 8 9 Graph level=2 size=354, Fanout min=7, mean=18.29, max=32, meandelta=19925.25 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 23 27 32 Graph level=1 size=13511, Fanout min=6, mean=27.78, max=32, meandelta=14571.86 % 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=443428, Fanout min=1, mean=39.63, max=64, meandelta=10385.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=354, connectedness=1.00 Graph level=1 size=13511, connectedness=1.00 Graph level=0 size=443428, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 211022 documents Graph level=3 size=8, Fanout min=2, mean=3.00, max=5, meandelta=25500.83 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 4 4 5 Graph level=2 size=190, Fanout min=6, mean=14.94, max=31, meandelta=12116.46 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 16 17 18 21 31 Graph level=1 size=6549, Fanout min=7, mean=27.25, max=32, meandelta=7081.11 % 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=211022, Fanout min=1, mean=39.29, max=64, meandelta=4989.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=8, connectedness=1.00 Graph level=2 size=190, connectedness=1.00 Graph level=1 size=6549, connectedness=1.00 Graph level=0 size=211022, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 107837 documents Graph level=3 size=6, Fanout min=1, mean=3.00, max=4, meandelta=15580.78 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 3 3 3 3 3 4 4 Graph level=2 size=99, Fanout min=3, mean=10.85, max=25, meandelta=7986.69 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 9 9 11 11 12 13 16 25 Graph level=1 size=3313, Fanout min=9, mean=26.40, max=32, meandelta=3739.54 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 28 32 32 32 32 32 Graph level=0 size=107837, Fanout min=2, mean=38.85, max=64, meandelta=2575.75 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=99, connectedness=1.00 Graph level=1 size=3313, connectedness=1.00 Graph level=0 size=107837, 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.26.16.53.11/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': 179,010,543.41 msec task-clock:u 673,218,916,420,389 cycles:u (36.36%) 46,211,568,794,389 instructions:u (36.36%) 9,253,330,801,972 cache-references:u (36.36%) 2,259,908,175,271 cache-misses:u (36.36%) 25,763,788,798,749 L1-dcache-loads:u (36.36%) 2,660,055,805,287 L1-dcache-load-misses:u (36.36%) 2,782,217,184,188 L1-icache-loads:u (36.36%) 32,144,131,548 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 34,763,946 faults:u 9,605,493 minor-faults:u 533 major-faults:u 4,679,588,014,031 branches:u (36.36%) 81,168,154,182 branch-misses:u (36.36%) 10,349,956,378,204 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5067.004869453 seconds time elapsed 177956.299081000 seconds user 1019.325803000 seconds sys took 1:24:27.033019 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', 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.544, net_cpu_ms=13.145, 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=64036, index_time_sec=3126.8, index_docs_per_sec=2558.52, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=32010.81, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (6, {0: 0, 10: 1, 20: 1, 30: 1, 40: 3, 50: 3, 60: 3, 70: 3, 80: 3, 90: 4, 100: 4}), 2: (99, {0: 0, 10: 6, 20: 8, 30: 9, 40: 9, 50: 11, 60: 11, 70: 12, 80: 13, 90: 16, 100: 25}), 1: (3313, {0: 0, 10: 17, 20: 20, 30: 23, 40: 26, 50: 28, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (107837, {0: 0, 10: 20, 20: 24, 30: 28, 40: 32, 50: 36, 60: 41, 70: 47, 80: 57, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5067, microseconds=33019)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 163 Start: 2026-05-27 01:51:03 (UTC) Duration: 3363 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106229282 1861570846 jdk.FileWrite 6862335 147243214 jdk.FileRead 3050949 71716760 jdk.BooleanFlag 80848 2567511 jdk.CPULoad 61877 1249797 jdk.ObjectAllocationInNewTLAB 37772 752462 jdk.Checkpoint 11127 34165100 jdk.UnsignedIntFlag 7824 266362 jdk.IntFlag 7172 262557 jdk.StringFlag 5542 215962 jdk.Compilation 1181 32288 jdk.ObjectAllocationOutsideTLAB 1078 20303 jdk.CPUInformation 163 244840 jdk.GCConfiguration 163 4252 jdk.JVMInformation 163 147692 jdk.Metadata 163 18015915 jdk.GarbageCollection 23 561 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.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106229282 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 84.47% 89M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.14% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.30% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.10% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.82% 872123 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.65% 690574 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.36% 385106 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.30% 323849 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.24% 250775 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.23% 242704 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.16% 172441 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 156218 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.12% 127431 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.06% 66064 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 56825 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 46299 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 37873 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 36150 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.03% 35952 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.03% 33896 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 31873 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 28182 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 24449 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 23741 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.02% 23309 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.02% 22999 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22669 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 20681 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 20418 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 19589 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 18096 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 17277 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 17156 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.01% 15690 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 15609 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.01% 15441 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 14406 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 13887 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 13646 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 12882 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 12113 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11742 java.util.Arrays#sort():99 [Inlined code] 0.01% 11687 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 11179 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 11106 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10459 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 10094 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 9785 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 9746 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.01% 8181 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [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.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106229282 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 78.62% 83M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.14% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.83% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.44% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] 1.10% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.71% 754152 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] 0.65% 690441 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.59% 627218 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.35% 368866 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 315450 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 237447 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.19% 203351 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.16% 172150 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 166239 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.14% 149549 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 69132 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 66064 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% 56309 org.apache.lucene.util.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% 53478 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% 49797 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% 48439 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.04% 46299 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.04% 42904 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 37552 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.03% 35952 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.03% 35002 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% 31873 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% 28182 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.03% 28006 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.02% 26174 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.02% 22857 org.apache.lucene.util.TernaryLongHeap#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.02% 22523 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 21135 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 20898 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.02% 20681 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% 18387 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% 17378 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 17352 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% 16324 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 16240 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 15572 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 15471 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 15441 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% 15222 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 15180 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.01% 13864 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.01% 13101 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.01% 13063 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% 11741 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.01% 11687 knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106229282 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 66.36% 70M 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.0x00000000921a0268#call() [Inlined code] 7.71% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 6.89% 7M 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.0x00000000921a0268#call() [Inlined code] 4.45% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#call() [Inlined code] 2.45% 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.0x00000000921a0268#call() [Inlined code] 2.34% 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.27% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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% 728959 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.63% 664219 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.56% 591587 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.53% 557979 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.44% 470259 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.0x00000000921a0268#call() [Inlined code] 0.33% 351308 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.28% 294579 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.27% 291508 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.0x00000000921a0268#call() [Inlined code] 0.26% 276844 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.24% 259338 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.24% 258048 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.0x00000000921a0268#call() [Inlined code] 0.20% 214660 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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.18% 188198 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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.17% 179817 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 175159 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.16% 166238 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.15% 160363 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.14% 150822 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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% 139079 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.12% 128756 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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% 118384 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.11% 118357 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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% 101370 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 89924 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.08% 88351 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 83799 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.0x000000009207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 67864 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 [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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 66064 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.06% 63665 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.06% 62934 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.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.05% 52302 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.04% 47378 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#call() [Inlined code] 0.04% 46291 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% 44565 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 37492 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 34672 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 34322 org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 33122 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 32656 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 32234 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.03% 29307 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 28966 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.03% 28384 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.0x00000000921a0268#call() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 38839 events (total: 215989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.76% 64272M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 24.31% 52498M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 24.27% 52416M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.71% 12324M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.42% 7383M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 3.21% 6927M java.lang.Integer#valueOf():1006 [Inlined code] 1.81% 3904M java.util.Arrays#copyOf():3478 [Inlined code] 0.76% 1643M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.75% 1623M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.71% 1535M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.71% 1534M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.41% 890M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.41% 880M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 846M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.31% 678M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.20% 429M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.20% 425M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 382M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 329M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.15% 326M java.util.ArrayList#grow():240 [Inlined code] 0.14% 305M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.14% 296M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.12% 251M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.10% 214M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 200M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 188M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.09% 187M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 184M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 178M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 177M java.util.HashMap#resize():711 [JIT compiled code] 0.08% 168M org.apache.lucene.search.TopDocsCollector#topDocs():154 [JIT compiled code] 0.08% 168M org.apache.lucene.document.DocumentStoredFieldVisitor#intField():79 [Inlined code] 0.08% 168M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.08% 164M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 146M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 136M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.05% 108M java.util.List#of():935 [Inlined code] 0.04% 95M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 90M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 83M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 82M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 76M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 64M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 61M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.03% 54M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 53M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 47M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader$OffHeapHnswGraph#():551 [Inlined code] 0.02% 47M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 38839 events (total: 215989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.01% 43220M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 19.91% 43009M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.33% 39584M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.43% 24688M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 5.71% 12324M 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.33% 9345M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.30% 9277M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.42% 7383M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 3.19% 6899M 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.74% 3757M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.76% 1643M 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.67% 1454M 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% 890M 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.41% 878M 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.38% 817M 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.35% 752M 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.27% 579M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 579M 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.22% 480M 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.22% 464M 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.20% 425M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 329M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 326M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.14% 296M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.13% 276M 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% 251M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.11% 232M 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% 214M 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% 214M 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% 200M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 196M 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% 188M 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% 184M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.08% 178M 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% 168M org.apache.lucene.search.TopDocsCollector#topDocs():154 [JIT compiled code] at org.apache.lucene.search.TopDocsCollector#topDocs():98 [Inlined code] at org.apache.lucene.search.TopScoreDocCollectorManager#reduce():136 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#reduce():28 [Inlined code] 0.08% 168M org.apache.lucene.document.DocumentStoredFieldVisitor#intField():79 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#readField():270 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#document():675 [Inlined code] at org.apache.lucene.index.CodecReader$1#document():101 [Inlined code] 0.08% 168M 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.08% 164M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 164M 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.0x0000000092182000#concat() [Inlined code] 0.07% 147M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.07% 146M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 145M 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():1624 [Inlined code] 0.06% 139M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.06% 139M 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% 138M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.05% 111M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] 0.05% 108M 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.05% 105M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.04% 95M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmFalse.jfr is 2039.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 38839 events (total: 215989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.30% 39520M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 12.79% 27630M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921a0268#call() [Inlined code] 12.49% 26979M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921a0268#call() [Inlined code] 7.64% 16505M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.71% 12324M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 3.96% 8559M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.79% 8182M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.77% 8133M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.19% 6899M 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.28% 4918M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 2.19% 4736M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.74% 3757M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.41% 3054M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.34% 2896M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.31% 2819M 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.18% 2551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 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% 2544M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.06% 2285M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921a0268#call() [Inlined code] 1.05% 2262M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921a0268#call() [Inlined code] 0.94% 2030M 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.0x00000000921a0268#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.86% 1866M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.69% 1485M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.62% 1344M 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.0x00000000921a0268#call() [Inlined code] 0.60% 1298M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.57% 1240M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.54% 1174M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.39% 842M 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.34% 735M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.31% 674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.29% 629M 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.0x00000000921a0268#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.29% 628M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.24% 515M 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.0x00000000921a0268#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.20% 421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.19% 399M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.17% 359M 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 342M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.15% 329M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 326M 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% 303M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.13% 275M 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.0x00000000921a0268#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.13% 272M 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.13% 270M 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.12% 260M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 258M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#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% 250M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.11% 245M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.11% 234M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 230M 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.0x00000000921a0268#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% 220M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.10% 215M 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.0x00000000921a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.26.16.53.11/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 3926210 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3337987178212945 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 26, 2026 11:14:54 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: 230 segments, 26 merges 1457.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 980.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 952.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 937.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 913.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 631.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 498.8s _18k: 10 segs, 47.7 K docs, 188.7 MB 391.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 380.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 319.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 269.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 241.4s _1ce: 8 segs, 74.8 K docs, 297.2 MB 228.7s _1ck: 8 segs, 139.3 K docs, 554.7 MB 195.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 176.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 154.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 136.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 117.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 102.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 88.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 73.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 60.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 42.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 30.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 15.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 5.0 sec: 230 segments, 26 merges 1462.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 985.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 957.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 942.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 918.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 636.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 503.8s _18k: 10 segs, 47.7 K docs, 188.7 MB 396.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 385.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 324.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 275.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 246.4s _1ce: 8 segs, 74.8 K docs, 297.2 MB 233.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 200.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 181.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 159.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 141.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 122.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 107.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 93.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 78.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 65.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 47.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 35.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 20.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 5.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 10.0 sec: 230 segments, 26 merges 1467.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 990.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 962.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 947.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 923.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 641.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 508.8s _18k: 10 segs, 47.7 K docs, 188.7 MB 401.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 390.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 329.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 279.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 251.4s _1ce: 8 segs, 74.8 K docs, 297.2 MB 238.7s _1ck: 8 segs, 139.3 K docs, 554.7 MB 205.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 186.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 164.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 146.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 127.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 112.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 98.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 83.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 70.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 52.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 40.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 25.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 10.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 15.0 sec: 230 segments, 26 merges 1472.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 995.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 967.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 952.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 928.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 646.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 513.8s _18k: 10 segs, 47.7 K docs, 188.7 MB 406.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 395.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 334.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 285.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 256.4s _1ce: 8 segs, 74.8 K docs, 297.2 MB 243.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 210.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 191.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 169.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 151.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 132.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 117.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 103.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 88.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 75.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 57.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 45.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 30.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 15.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 20.0 sec: 223 segments, 25 merges 1477.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1000.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 972.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 957.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 933.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 651.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 518.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 411.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 400.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 339.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 290.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 248.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 215.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 196.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 174.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 156.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 137.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 122.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 108.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 93.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 80.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 62.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 50.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 35.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 20.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 25.0 sec: 223 segments, 25 merges 1482.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1005.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 977.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 962.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 938.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 656.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 523.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 416.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 405.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 344.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 295.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 253.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 220.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 201.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 179.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 161.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 142.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 127.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 113.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 98.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 85.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 67.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 55.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 40.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 25.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 30.1 sec: 223 segments, 25 merges 1487.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1010.3s _11d: 8 segs, 173.4 K docs, 691.2 MB 982.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 967.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 943.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 661.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 528.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 421.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 410.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 349.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 300.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 258.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 225.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 206.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 184.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 166.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 147.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 132.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 118.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 103.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 90.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 72.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 60.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 45.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 30.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 35.0 sec: 223 segments, 25 merges 1492.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1015.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 987.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 972.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 948.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 666.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 533.8s _18k: 10 segs, 47.7 K docs, 188.7 MB 426.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 415.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 354.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 305.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 263.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 230.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 211.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 189.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 171.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 152.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 137.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 123.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 108.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 95.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 77.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 65.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 50.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 35.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 40.0 sec: 223 segments, 25 merges 1497.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1020.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 992.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 977.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 953.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 671.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 538.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 431.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 420.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 359.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 310.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 268.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 235.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 216.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 194.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 176.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 157.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 142.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 128.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 113.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 100.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 82.9s _1f4: 8 segs, 39.7 K docs, 157.1 MB 70.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 55.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 40.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 45.0 sec: 216 segments, 24 merges 1502.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1025.2s _11d: 8 segs, 173.4 K docs, 691.2 MB 997.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 982.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 958.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 676.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 543.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 436.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 425.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 364.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 315.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 273.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 240.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 221.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 199.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 181.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 162.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 147.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 133.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 118.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 105.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 75.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 60.0s _1fj: 8 segs, 71.1 K docs, 282.4 MB 45.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 50.0 sec: 209 segments, 23 merges 1507.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1002.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 987.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 963.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 681.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 548.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 441.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 430.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 369.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 320.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 278.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 245.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 226.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 204.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 186.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 167.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 152.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 138.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 123.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 110.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 80.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 65.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 50.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 55.1 sec: 209 segments, 23 merges 1512.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1007.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 992.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 968.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 686.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 553.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 446.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 435.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 374.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 325.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 283.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 250.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 231.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 209.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 191.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 172.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 157.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 143.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 128.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 115.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 85.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 70.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 55.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 60.1 sec: 209 segments, 23 merges 1517.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1012.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 997.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 973.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 691.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 558.9s _18k: 10 segs, 47.7 K docs, 188.7 MB 451.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 440.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 379.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 330.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 288.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 255.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 236.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 214.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 196.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 177.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 162.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 148.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 133.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 120.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 90.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 75.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 60.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 65.1 sec: 200 segments, 22 merges 1522.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1017.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1002.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 978.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 696.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 456.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 445.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 384.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 335.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 293.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 260.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 241.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 219.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 201.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 182.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 167.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 153.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 138.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 125.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 95.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 80.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 65.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 70.1 sec: 200 segments, 22 merges 1527.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1022.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1007.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 983.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 701.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 461.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 450.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 389.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 340.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 298.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 265.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 246.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 224.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 206.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 187.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 172.3s _1e6: 8 segs, 72.7 K docs, 288.8 MB 158.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 143.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 130.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 100.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 85.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 70.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 75.1 sec: 200 segments, 22 merges 1532.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1028.0s _11s: 8 segs, 171.4 K docs, 683.2 MB 1012.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 988.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 706.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 466.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 455.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 394.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 345.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 303.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 270.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 251.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 229.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 211.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 192.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 177.4s _1e6: 8 segs, 72.7 K docs, 288.8 MB 163.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 148.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 135.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 105.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 90.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 75.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 80.1 sec: 200 segments, 22 merges 1537.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1033.0s _11s: 8 segs, 171.4 K docs, 683.2 MB 1017.1s _11z: 8 segs, 179.5 K docs, 715.4 MB 993.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 711.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 471.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 460.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 399.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 350.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 308.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 275.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 256.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 234.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 216.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 197.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 182.4s _1e6: 8 segs, 72.7 K docs, 288.8 MB 168.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 153.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 140.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 110.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 95.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 80.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 85.1 sec: 193 segments, 21 merges 1542.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1038.0s _11s: 8 segs, 171.4 K docs, 683.2 MB 1022.1s _11z: 8 segs, 179.5 K docs, 715.4 MB 998.4s _12b: 8 segs, 313.7 K docs, 1251.3 MB 716.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 476.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 465.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 404.3s _1ba: 8 segs, 145.2 K docs, 578.4 MB 355.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 313.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 280.9s _1d3: 8 segs, 39.4 K docs, 156.1 MB 261.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 239.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 221.4s _1dr: 8 segs, 74.0 K docs, 294.0 MB 202.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 173.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 158.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 145.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 115.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 100.1s _1fj: 8 segs, 71.1 K docs, 282.4 MB 85.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 90.0 sec: 186 segments, 20 merges 1547.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1042.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1027.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 1003.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 721.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 481.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 470.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 409.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 360.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 318.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 285.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 266.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 244.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 226.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 207.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 178.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 163.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 150.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 120.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 90.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 95.0 sec: 186 segments, 20 merges 1552.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1047.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1032.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 1008.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 726.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 486.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 475.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 414.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 365.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 323.8s _1ck: 8 segs, 139.3 K docs, 554.7 MB 290.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 271.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 249.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 231.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 212.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 183.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 168.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 155.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 125.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 95.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 100.0 sec: 179 segments, 19 merges 1557.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1052.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1037.0s _11z: 8 segs, 179.5 K docs, 715.4 MB 1013.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 731.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 491.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 480.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 419.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 370.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 295.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 276.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 254.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 236.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 217.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 188.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 173.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 160.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 130.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 100.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 105.0 sec: 172 segments, 18 merges 1562.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1057.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1018.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 736.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 496.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 485.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 424.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 375.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 300.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 281.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 259.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 241.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 222.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 193.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 178.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 165.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 135.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 105.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 110.0 sec: 172 segments, 18 merges 1567.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1062.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1023.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 741.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 501.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 490.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 429.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 380.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 305.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 286.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 264.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 246.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 227.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 198.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 183.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 170.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 140.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 110.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 115.0 sec: 172 segments, 18 merges 1572.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1067.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1028.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 746.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 506.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 495.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 434.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 385.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 310.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 291.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 269.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 251.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 232.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 203.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 188.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 175.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 145.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 115.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 120.1 sec: 172 segments, 18 merges 1577.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1072.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1033.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 751.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 511.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 500.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 439.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 390.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 315.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 296.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 274.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 256.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 237.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 208.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 193.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 180.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 150.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 120.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 125.1 sec: 172 segments, 18 merges 1582.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1077.9s _11s: 8 segs, 171.4 K docs, 683.2 MB 1038.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 756.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 516.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 505.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 444.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 395.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 320.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 301.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 279.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 261.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 242.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 213.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 198.2s _1em: 9 segs, 43.9 K docs, 173.8 MB 185.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 155.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 125.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 130.1 sec: 165 segments, 18 merges 1587.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1043.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 761.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 521.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 510.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 449.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 400.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 325.8s _1d3: 8 segs, 39.4 K docs, 156.1 MB 306.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 284.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 266.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 247.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 218.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 203.3s _1em: 9 segs, 43.9 K docs, 173.8 MB 190.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 160.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 130.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 1.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 135.1 sec: 150 segments, 16 merges 1592.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1048.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 766.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 526.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 515.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 454.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 405.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 311.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 289.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 271.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 252.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 223.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 195.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 165.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 135.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 6.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 140.1 sec: 150 segments, 16 merges 1597.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1053.4s _12b: 8 segs, 313.7 K docs, 1251.3 MB 771.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 531.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 520.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 459.3s _1ba: 8 segs, 145.2 K docs, 578.4 MB 410.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 316.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 294.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 276.4s _1dr: 8 segs, 74.0 K docs, 294.0 MB 257.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 228.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 200.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 170.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 140.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 11.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 145.0 sec: 150 segments, 16 merges 1602.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1058.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 776.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 536.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 525.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 464.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 415.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 321.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 299.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 281.3s _1dr: 8 segs, 74.0 K docs, 294.0 MB 262.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 233.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 205.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 175.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 145.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 16.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 150.0 sec: 143 segments, 15 merges 1607.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1063.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 781.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 541.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 530.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 469.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 420.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 326.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 304.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 267.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 238.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 210.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 180.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 150.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 21.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 155.0 sec: 143 segments, 15 merges 1612.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1068.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 786.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 546.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 535.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 474.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 425.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 331.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 309.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 272.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 243.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 215.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 185.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 155.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 26.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 160.0 sec: 143 segments, 15 merges 1617.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1073.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 791.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 551.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 540.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 479.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 430.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 336.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 314.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 277.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 248.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 220.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 190.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 160.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 31.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 165.0 sec: 143 segments, 15 merges 1622.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1078.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 796.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 556.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 545.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 484.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 435.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 341.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 319.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 282.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 253.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 225.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 195.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 165.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 36.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 170.0 sec: 143 segments, 15 merges 1627.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1083.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 801.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 561.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 550.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 489.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 440.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 346.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 324.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 287.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 258.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 230.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 200.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 170.0s _1fr: 15 segs, 58.9 K docs, 233.3 MB 41.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 175.1 sec: 143 segments, 15 merges 1632.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1088.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 806.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 566.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 555.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 494.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 445.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 351.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 329.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 292.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 263.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 235.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 205.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 175.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 46.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 180.1 sec: 143 segments, 15 merges 1637.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1093.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 811.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 571.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 560.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 499.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 450.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 356.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 334.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 297.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 268.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 240.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 210.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 180.1s _1fr: 15 segs, 58.9 K docs, 233.3 MB 51.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 185.1 sec: 129 segments, 14 merges 1642.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1098.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 816.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 576.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 565.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 504.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 455.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 361.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 339.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 302.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 273.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 245.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 215.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 56.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 190.1 sec: 129 segments, 14 merges 1647.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1103.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 821.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 581.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 570.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 509.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 460.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 366.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 344.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 307.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 278.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 250.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 220.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 61.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 195.1 sec: 129 segments, 14 merges 1652.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1108.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 826.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 586.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 575.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 514.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 465.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 371.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 349.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 312.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 283.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 255.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 225.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 66.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 200.1 sec: 129 segments, 14 merges 1657.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1113.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 831.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 591.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 580.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 519.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 470.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 376.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 354.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 317.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 288.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 260.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 230.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 71.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 205.1 sec: 129 segments, 14 merges 1662.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1118.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 836.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 596.6s _1a6: 8 segs, 77.9 K docs, 309.5 MB 585.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 524.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 475.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 381.4s _1dc: 8 segs, 39.9 K docs, 158.1 MB 359.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 322.7s _1dy: 8 segs, 129.0 K docs, 513.8 MB 293.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 265.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 235.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 76.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 210.0 sec: 129 segments, 14 merges 1667.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1123.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 841.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 601.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 590.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 529.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 479.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 386.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 364.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 327.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 298.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 270.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 240.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 81.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 215.0 sec: 129 segments, 14 merges 1672.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1128.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 846.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 606.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 595.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 534.2s _1ba: 8 segs, 145.2 K docs, 578.4 MB 485.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 391.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 369.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 332.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 303.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 275.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 245.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 86.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 220.0 sec: 122 segments, 13 merges 1677.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1133.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 851.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 611.5s _1a6: 8 segs, 77.9 K docs, 309.5 MB 600.5s _1ad: 8 segs, 110.4 K docs, 439.1 MB 490.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 396.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 374.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 337.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 308.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 280.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 250.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 91.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 225.0 sec: 115 segments, 12 merges 1682.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1138.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 856.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 605.6s _1ad: 8 segs, 110.4 K docs, 439.1 MB 495.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 401.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 379.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 342.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 313.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 285.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 255.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 96.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 230.0 sec: 108 segments, 11 merges 1687.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1143.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 861.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 500.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 406.3s _1dc: 8 segs, 39.9 K docs, 158.1 MB 384.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 347.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 318.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 290.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 260.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 101.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 235.0 sec: 101 segments, 11 merges 1692.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1148.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 866.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 505.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 389.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 352.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 323.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 295.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 265.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 106.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 3.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 240.0 sec: 101 segments, 11 merges 1697.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1153.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 871.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 510.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 394.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 357.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 328.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 300.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 270.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 111.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 8.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 245.0 sec: 101 segments, 11 merges 1702.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1158.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 876.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 515.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 399.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 362.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 333.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 305.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 275.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 116.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 13.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 250.1 sec: 101 segments, 11 merges 1707.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1163.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 881.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 520.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 404.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 367.6s _1dy: 8 segs, 129.0 K docs, 513.8 MB 338.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 310.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 280.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 121.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 18.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 255.1 sec: 94 segments, 10 merges 1712.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1168.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 886.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 525.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 409.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 343.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 315.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 285.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 126.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 23.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 260.1 sec: 94 segments, 10 merges 1717.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1173.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 891.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 530.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 414.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 348.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 320.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 290.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 131.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 28.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 265.1 sec: 94 segments, 10 merges 1722.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1178.4s _12b: 8 segs, 313.7 K docs, 1251.3 MB 896.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 535.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 419.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 353.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 325.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 295.1s _1fb: 8 segs, 141.3 K docs, 562.8 MB 136.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 33.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 270.0 sec: 94 segments, 10 merges 1727.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1183.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 901.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 539.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 424.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 358.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 330.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 300.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 141.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 38.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 275.0 sec: 94 segments, 10 merges 1732.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1188.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 906.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 545.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 429.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 363.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 335.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 305.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 146.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 43.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 280.0 sec: 94 segments, 10 merges 1737.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1193.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 911.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 550.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 434.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 368.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 340.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 310.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 151.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 48.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 285.0 sec: 94 segments, 10 merges 1742.7s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1198.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 916.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 555.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 439.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 373.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 345.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 315.0s _1fb: 8 segs, 141.3 K docs, 562.8 MB 156.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 53.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 290.0 sec: 87 segments, 9 merges 1747.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1203.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 921.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 560.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 444.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 378.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 350.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 161.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 58.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 295.0 sec: 87 segments, 9 merges 1752.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1208.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 926.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 565.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 449.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 383.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 355.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 166.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 63.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 300.0 sec: 87 segments, 9 merges 1757.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1213.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 931.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 570.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 454.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 388.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 360.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 171.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 68.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 305.0 sec: 87 segments, 9 merges 1762.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1218.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 936.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 575.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 459.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 393.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 365.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 176.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 73.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 310.0 sec: 87 segments, 9 merges 1767.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1223.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 941.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 580.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 464.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 398.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 370.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 181.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 78.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 315.1 sec: 87 segments, 9 merges 1772.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1228.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 946.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 585.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 469.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 403.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 375.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 186.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 83.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 320.1 sec: 87 segments, 9 merges 1777.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1233.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 951.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 590.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 474.6s _1dk: 8 segs, 175.4 K docs, 699.1 MB 408.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 380.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 191.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 88.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 325.1 sec: 87 segments, 9 merges 1782.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1238.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 956.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 595.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 479.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 413.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 385.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 196.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 93.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 330.1 sec: 87 segments, 9 merges 1787.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1243.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 961.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 600.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 484.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 418.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 390.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 201.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 98.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 335.1 sec: 87 segments, 9 merges 1792.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1248.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 966.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 605.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 489.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 423.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 395.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 206.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 103.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 340.1 sec: 87 segments, 9 merges 1797.8s _u0: 8 segs, 1196.7 K docs, 4781.7 MB 1253.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 971.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 610.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 494.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 428.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 400.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 211.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 108.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 345.1 sec: 80 segments, 8 merges 1258.4s _12b: 8 segs, 313.7 K docs, 1251.3 MB 976.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 615.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 499.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 433.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 405.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 216.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 113.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 350.1 sec: 80 segments, 8 merges 1263.4s _12b: 8 segs, 313.7 K docs, 1251.3 MB 981.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 620.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 504.7s _1dk: 8 segs, 175.4 K docs, 699.1 MB 438.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 410.4s _1ev: 8 segs, 37.9 K docs, 150.0 MB 221.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 118.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 355.0 sec: 73 segments, 7 merges 1268.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 986.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 624.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 443.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 415.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 226.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 123.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 360.0 sec: 73 segments, 7 merges 1273.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 991.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 630.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 448.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 420.3s _1ev: 8 segs, 37.9 K docs, 150.0 MB 231.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 128.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 365.0 sec: 66 segments, 6 merges 1278.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 996.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 635.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 453.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 236.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 133.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 370.0 sec: 66 segments, 6 merges 1283.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1001.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 640.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 458.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 241.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 138.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 375.0 sec: 66 segments, 6 merges 1288.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1006.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 645.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 463.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 246.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 143.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 380.0 sec: 66 segments, 6 merges 1293.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1011.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 650.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 468.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 251.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 148.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 385.0 sec: 66 segments, 6 merges 1298.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1016.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 655.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 473.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 256.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 153.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 390.0 sec: 66 segments, 6 merges 1303.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1021.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 660.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 478.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 261.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 158.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 395.0 sec: 66 segments, 6 merges 1308.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1026.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 665.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 483.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 266.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 163.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 400.0 sec: 66 segments, 6 merges 1313.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1031.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 670.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 488.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 271.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 168.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 405.0 sec: 66 segments, 6 merges 1318.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1036.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 675.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 493.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 276.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 173.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 410.1 sec: 66 segments, 6 merges 1323.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1041.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 680.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 498.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 281.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 178.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 415.1 sec: 66 segments, 6 merges 1328.3s _12b: 8 segs, 313.7 K docs, 1251.3 MB 1046.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 685.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 503.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 286.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 183.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 420.1 sec: 59 segments, 5 merges 1051.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 690.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 508.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 291.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 188.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 425.1 sec: 59 segments, 5 merges 1056.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 695.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 513.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 296.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 193.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 430.1 sec: 59 segments, 5 merges 1061.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 700.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 518.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 301.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 198.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 435.1 sec: 59 segments, 5 merges 1066.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 705.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 523.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 306.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 203.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 440.1 sec: 59 segments, 5 merges 1071.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 710.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 528.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 311.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 208.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 445.1 sec: 59 segments, 5 merges 1076.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 715.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 533.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 316.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 213.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 450.1 sec: 59 segments, 5 merges 1081.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 720.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 538.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 321.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 218.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 455.1 sec: 59 segments, 5 merges 1086.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 725.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 543.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 326.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 223.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 460.1 sec: 59 segments, 5 merges 1091.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 730.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 548.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 331.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 228.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 465.1 sec: 59 segments, 5 merges 1096.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 735.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 553.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 336.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 233.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 470.0 sec: 59 segments, 5 merges 1101.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 739.9s _1by: 8 segs, 173.6 K docs, 692.0 MB 558.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 341.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 238.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 475.0 sec: 59 segments, 5 merges 1106.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 745.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 563.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 346.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 243.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 480.0 sec: 59 segments, 5 merges 1111.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 750.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 568.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 351.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 248.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 485.0 sec: 59 segments, 5 merges 1116.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 755.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 573.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 356.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 253.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 490.0 sec: 59 segments, 5 merges 1121.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 760.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 578.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 361.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 258.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 495.0 sec: 59 segments, 5 merges 1126.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 765.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 583.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 366.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 263.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 500.0 sec: 59 segments, 5 merges 1131.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 770.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 588.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 371.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 268.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 505.0 sec: 59 segments, 5 merges 1136.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 775.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 593.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 376.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 273.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 510.0 sec: 59 segments, 5 merges 1141.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 780.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 598.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 381.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 278.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 515.0 sec: 59 segments, 5 merges 1146.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 785.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 603.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 386.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 283.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 520.0 sec: 59 segments, 5 merges 1151.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 790.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 608.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 391.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 288.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 525.0 sec: 59 segments, 5 merges 1156.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 795.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 613.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 396.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 293.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 530.1 sec: 59 segments, 5 merges 1161.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 800.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 618.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 401.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 298.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 535.1 sec: 59 segments, 5 merges 1166.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 805.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 623.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 406.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 303.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 540.1 sec: 59 segments, 5 merges 1171.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 810.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 628.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 411.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 308.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 545.1 sec: 59 segments, 5 merges 1176.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 815.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 633.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 416.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 313.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 550.1 sec: 59 segments, 5 merges 1181.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 820.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 638.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 421.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 318.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 555.1 sec: 59 segments, 5 merges 1186.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 825.0s _1by: 8 segs, 173.6 K docs, 692.0 MB 643.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 426.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 323.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 560.0 sec: 52 segments, 4 merges 1191.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 648.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 431.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 328.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 565.0 sec: 52 segments, 4 merges 1196.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 653.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 436.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 333.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 570.0 sec: 52 segments, 4 merges 1201.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 658.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 441.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 338.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 575.0 sec: 52 segments, 4 merges 1206.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 663.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 446.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 343.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 580.0 sec: 52 segments, 4 merges 1211.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 668.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 451.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 348.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 585.0 sec: 52 segments, 4 merges 1216.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 673.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 456.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 353.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 590.0 sec: 52 segments, 4 merges 1221.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 678.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 461.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 358.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 595.0 sec: 52 segments, 4 merges 1226.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 683.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 466.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 363.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 600.0 sec: 52 segments, 4 merges 1231.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 688.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 471.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 368.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 605.0 sec: 52 segments, 4 merges 1236.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 693.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 476.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 373.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 610.0 sec: 52 segments, 4 merges 1241.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 698.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 481.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 378.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 615.0 sec: 52 segments, 4 merges 1246.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 703.1s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 486.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 383.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 620.1 sec: 52 segments, 4 merges 1251.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 708.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 491.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 388.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 625.1 sec: 52 segments, 4 merges 1256.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 713.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 496.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 393.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 630.1 sec: 52 segments, 4 merges 1261.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 718.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 501.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 398.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 635.1 sec: 52 segments, 4 merges 1266.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 723.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 506.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 403.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 640.1 sec: 52 segments, 4 merges 1271.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 728.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 511.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 408.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 645.1 sec: 52 segments, 4 merges 1276.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 733.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 516.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 413.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 650.1 sec: 52 segments, 4 merges 1281.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 738.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 521.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 418.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 655.1 sec: 52 segments, 4 merges 1286.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 743.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 526.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 423.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 660.1 sec: 52 segments, 4 merges 1291.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 748.2s _1ee: 8 segs, 261.0 K docs, 1041.2 MB 531.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 428.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 665.1 sec: 45 segments, 4 merges 1296.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 536.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 433.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 4.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 670.1 sec: 45 segments, 4 merges 1301.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 541.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 438.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 9.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 675.1 sec: 45 segments, 4 merges 1306.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 546.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 443.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 14.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 680.0 sec: 45 segments, 4 merges 1311.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 551.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 448.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 19.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 685.0 sec: 45 segments, 4 merges 1316.0s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 556.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 453.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 24.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 690.0 sec: 45 segments, 4 merges 1321.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 561.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 458.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 29.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 695.0 sec: 45 segments, 4 merges 1326.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 566.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 463.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 34.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 700.0 sec: 45 segments, 4 merges 1331.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 571.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 468.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 39.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 705.0 sec: 45 segments, 4 merges 1336.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 576.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 473.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 44.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 710.0 sec: 45 segments, 4 merges 1341.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 581.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 478.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 49.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 715.0 sec: 45 segments, 4 merges 1346.1s _16o: 8 segs, 1134.8 K docs, 4534.3 MB 586.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 483.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 54.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 720.0 sec: 38 segments, 3 merges 591.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 488.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 59.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 725.1 sec: 38 segments, 3 merges 596.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 493.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 64.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 730.1 sec: 38 segments, 3 merges 601.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 498.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 69.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 735.1 sec: 38 segments, 3 merges 606.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 503.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 74.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 740.1 sec: 38 segments, 3 merges 611.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 508.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 79.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 745.1 sec: 38 segments, 3 merges 616.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 513.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 84.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 750.0 sec: 38 segments, 3 merges 621.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 518.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 89.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 755.0 sec: 38 segments, 3 merges 626.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 523.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 94.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 760.0 sec: 38 segments, 3 merges 631.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 528.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 99.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 765.0 sec: 38 segments, 3 merges 636.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 533.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 104.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 770.0 sec: 38 segments, 3 merges 641.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 538.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 109.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 775.0 sec: 38 segments, 3 merges 646.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 543.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 114.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 780.1 sec: 38 segments, 3 merges 651.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 548.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 119.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 785.0 sec: 38 segments, 3 merges 656.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 553.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 124.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 790.0 sec: 38 segments, 3 merges 661.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 558.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 129.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 795.0 sec: 38 segments, 3 merges 666.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 563.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 134.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 800.0 sec: 38 segments, 3 merges 671.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 568.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 139.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 805.0 sec: 38 segments, 3 merges 676.1s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 573.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 144.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 810.0 sec: 38 segments, 3 merges 681.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 578.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 149.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 815.1 sec: 38 segments, 3 merges 686.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 583.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 154.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 820.1 sec: 38 segments, 3 merges 691.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 588.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 159.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 825.1 sec: 38 segments, 3 merges 696.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 593.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 164.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 830.1 sec: 38 segments, 3 merges 701.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 598.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 169.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 835.1 sec: 38 segments, 3 merges 706.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 603.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 174.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 840.1 sec: 38 segments, 3 merges 711.2s _1fs: 8 segs, 570.9 K docs, 2278.4 MB 608.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 179.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 845.1 sec: 31 segments, 2 merges 613.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 184.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 850.1 sec: 31 segments, 2 merges 618.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 189.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 855.1 sec: 31 segments, 2 merges 623.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 194.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 860.1 sec: 31 segments, 2 merges 628.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 199.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 865.1 sec: 31 segments, 2 merges 633.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 204.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 870.1 sec: 31 segments, 2 merges 638.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 209.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 875.1 sec: 31 segments, 2 merges 643.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 214.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 880.0 sec: 31 segments, 2 merges 648.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 219.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 885.0 sec: 31 segments, 2 merges 653.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 224.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 890.0 sec: 31 segments, 2 merges 658.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 229.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 895.0 sec: 31 segments, 2 merges 663.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 234.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 900.0 sec: 31 segments, 2 merges 668.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 239.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 905.0 sec: 31 segments, 2 merges 673.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 244.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 910.0 sec: 31 segments, 2 merges 678.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 249.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 915.0 sec: 31 segments, 2 merges 683.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 254.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 920.0 sec: 31 segments, 2 merges 688.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 259.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 925.0 sec: 31 segments, 2 merges 693.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 264.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 930.0 sec: 31 segments, 2 merges 698.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 269.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 935.0 sec: 31 segments, 2 merges 703.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 274.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 940.1 sec: 31 segments, 2 merges 708.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 279.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 945.1 sec: 31 segments, 2 merges 713.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 284.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 950.1 sec: 31 segments, 2 merges 718.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 289.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 955.1 sec: 31 segments, 2 merges 723.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 294.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 960.1 sec: 31 segments, 2 merges 728.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 299.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 965.1 sec: 31 segments, 2 merges 733.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 304.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 970.1 sec: 31 segments, 2 merges 738.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 309.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 975.1 sec: 31 segments, 2 merges 743.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 314.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 980.1 sec: 31 segments, 2 merges 748.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 319.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 985.1 sec: 31 segments, 2 merges 753.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 324.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 990.1 sec: 31 segments, 2 merges 758.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 329.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 995.1 sec: 31 segments, 2 merges 763.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 334.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1000.1 sec: 31 segments, 2 merges 768.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 339.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1005.0 sec: 31 segments, 2 merges 773.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 344.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1010.0 sec: 31 segments, 2 merges 778.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 349.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1015.0 sec: 31 segments, 2 merges 783.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 354.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1020.0 sec: 31 segments, 2 merges 788.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 359.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1025.0 sec: 31 segments, 2 merges 793.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 364.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1030.0 sec: 31 segments, 2 merges 798.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 369.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1035.0 sec: 31 segments, 2 merges 803.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 374.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1040.0 sec: 31 segments, 2 merges 808.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 379.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1045.0 sec: 31 segments, 2 merges 813.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 384.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1050.0 sec: 31 segments, 2 merges 818.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 389.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1055.0 sec: 31 segments, 2 merges 823.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 394.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1060.0 sec: 31 segments, 2 merges 828.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 399.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1065.0 sec: 31 segments, 2 merges 833.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 404.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1070.1 sec: 31 segments, 2 merges 838.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 409.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1075.1 sec: 31 segments, 2 merges 843.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 414.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1080.1 sec: 31 segments, 2 merges 848.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 419.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1085.1 sec: 31 segments, 2 merges 853.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 424.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1090.1 sec: 31 segments, 2 merges 858.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 429.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1095.1 sec: 31 segments, 2 merges 863.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 434.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1100.1 sec: 31 segments, 2 merges 868.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 439.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1105.1 sec: 31 segments, 2 merges 873.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 444.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1110.1 sec: 31 segments, 2 merges 878.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 449.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1115.1 sec: 31 segments, 2 merges 883.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 454.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1120.1 sec: 31 segments, 2 merges 888.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 459.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1125.1 sec: 31 segments, 2 merges 893.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 464.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1130.1 sec: 31 segments, 2 merges 898.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 469.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1135.0 sec: 31 segments, 2 merges 903.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 474.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1140.0 sec: 31 segments, 2 merges 908.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 479.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1145.0 sec: 31 segments, 2 merges 913.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 484.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1150.0 sec: 31 segments, 2 merges 918.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 489.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1155.0 sec: 31 segments, 2 merges 923.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 494.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1160.0 sec: 31 segments, 2 merges 928.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 499.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1165.0 sec: 31 segments, 2 merges 933.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 504.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1170.0 sec: 31 segments, 2 merges 938.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 509.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1175.0 sec: 31 segments, 2 merges 943.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 514.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1180.0 sec: 31 segments, 2 merges 948.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 519.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1185.0 sec: 31 segments, 2 merges 953.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 524.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1190.0 sec: 31 segments, 2 merges 958.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 529.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1195.0 sec: 31 segments, 2 merges 963.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 534.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1200.1 sec: 31 segments, 2 merges 968.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 539.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1205.1 sec: 31 segments, 2 merges 973.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 544.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1210.1 sec: 31 segments, 2 merges 978.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 549.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1215.1 sec: 31 segments, 2 merges 983.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 554.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1220.1 sec: 31 segments, 2 merges 988.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 559.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1225.1 sec: 31 segments, 2 merges 993.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 564.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1230.1 sec: 31 segments, 2 merges 998.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 569.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1235.1 sec: 31 segments, 2 merges 1003.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 574.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1240.1 sec: 31 segments, 2 merges 1008.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 579.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1245.1 sec: 31 segments, 2 merges 1013.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 584.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1250.1 sec: 31 segments, 2 merges 1018.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 589.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1255.1 sec: 31 segments, 2 merges 1023.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 594.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1260.1 sec: 31 segments, 2 merges 1028.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 599.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1265.1 sec: 31 segments, 2 merges 1033.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 604.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1270.1 sec: 31 segments, 2 merges 1038.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 609.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1275.1 sec: 31 segments, 2 merges 1043.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 614.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1280.1 sec: 31 segments, 2 merges 1048.7s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 619.1s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1285.0 sec: 31 segments, 2 merges 1053.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 624.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1290.0 sec: 31 segments, 2 merges 1058.6s _1ft: 8 segs, 1247.6 K docs, 4985.5 MB 629.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1295.0 sec: 24 segments, 1 merges 634.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1300.0 sec: 24 segments, 1 merges 639.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1305.0 sec: 24 segments, 1 merges 644.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1310.0 sec: 24 segments, 1 merges 649.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1315.0 sec: 24 segments, 1 merges 654.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1320.0 sec: 24 segments, 1 merges 659.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1325.0 sec: 24 segments, 1 merges 664.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1330.0 sec: 24 segments, 1 merges 669.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1335.0 sec: 24 segments, 1 merges 674.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1340.0 sec: 24 segments, 1 merges 679.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1345.0 sec: 24 segments, 1 merges 684.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1350.1 sec: 24 segments, 1 merges 689.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1355.1 sec: 24 segments, 1 merges 694.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1360.1 sec: 24 segments, 1 merges 699.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1365.1 sec: 24 segments, 1 merges 704.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1370.1 sec: 24 segments, 1 merges 709.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1375.1 sec: 24 segments, 1 merges 714.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1380.1 sec: 24 segments, 1 merges 719.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB 1385.1 sec: 24 segments, 1 merges 724.0s _1fu: 8 segs, 623.5 K docs, 2489.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3112 seconds reindex takes 3112.13 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 _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 10.0 sec: 17 segments, 1 merges 10.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 15.0 sec: 17 segments, 1 merges 15.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 20.0 sec: 17 segments, 1 merges 20.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 25.0 sec: 17 segments, 1 merges 25.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 30.0 sec: 17 segments, 1 merges 30.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 35.0 sec: 17 segments, 1 merges 35.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 40.0 sec: 17 segments, 1 merges 40.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 45.0 sec: 17 segments, 1 merges 45.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 50.0 sec: 17 segments, 1 merges 50.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 55.0 sec: 17 segments, 1 merges 55.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 60.0 sec: 17 segments, 1 merges 60.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 65.0 sec: 17 segments, 1 merges 65.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 70.1 sec: 17 segments, 1 merges 70.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 75.1 sec: 17 segments, 1 merges 75.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 80.1 sec: 17 segments, 1 merges 80.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 85.1 sec: 17 segments, 1 merges 85.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 90.1 sec: 17 segments, 1 merges 90.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 95.1 sec: 17 segments, 1 merges 95.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 100.1 sec: 17 segments, 1 merges 100.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 105.1 sec: 17 segments, 1 merges 105.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 110.1 sec: 17 segments, 1 merges 110.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 115.0 sec: 17 segments, 1 merges 115.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 120.0 sec: 17 segments, 1 merges 120.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 125.0 sec: 17 segments, 1 merges 125.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 130.0 sec: 17 segments, 1 merges 130.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 135.0 sec: 17 segments, 1 merges 135.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 140.0 sec: 17 segments, 1 merges 140.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 145.0 sec: 17 segments, 1 merges 145.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 150.0 sec: 17 segments, 1 merges 150.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 155.0 sec: 17 segments, 1 merges 155.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 160.0 sec: 17 segments, 1 merges 160.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 165.0 sec: 17 segments, 1 merges 165.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 170.0 sec: 17 segments, 1 merges 170.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 175.1 sec: 17 segments, 1 merges 175.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 180.1 sec: 17 segments, 1 merges 180.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 185.1 sec: 17 segments, 1 merges 185.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 190.1 sec: 17 segments, 1 merges 190.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 195.1 sec: 17 segments, 1 merges 195.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 200.1 sec: 17 segments, 1 merges 200.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 205.1 sec: 17 segments, 1 merges 205.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 210.1 sec: 17 segments, 1 merges 210.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 215.1 sec: 17 segments, 1 merges 215.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 220.1 sec: 17 segments, 1 merges 220.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 225.1 sec: 17 segments, 1 merges 225.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 230.0 sec: 17 segments, 1 merges 230.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 235.0 sec: 17 segments, 1 merges 235.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 240.0 sec: 17 segments, 1 merges 240.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 245.0 sec: 17 segments, 1 merges 245.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 250.0 sec: 17 segments, 1 merges 250.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 255.0 sec: 17 segments, 1 merges 255.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 260.0 sec: 17 segments, 1 merges 260.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 265.0 sec: 17 segments, 1 merges 265.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 270.0 sec: 17 segments, 1 merges 270.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 275.0 sec: 17 segments, 1 merges 275.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 280.1 sec: 17 segments, 1 merges 280.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 285.1 sec: 17 segments, 1 merges 285.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 290.1 sec: 17 segments, 1 merges 290.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 295.1 sec: 17 segments, 1 merges 295.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 300.1 sec: 17 segments, 1 merges 300.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 305.1 sec: 17 segments, 1 merges 305.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 310.1 sec: 17 segments, 1 merges 310.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 315.1 sec: 17 segments, 1 merges 315.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 320.1 sec: 17 segments, 1 merges 320.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 325.1 sec: 17 segments, 1 merges 325.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 330.1 sec: 17 segments, 1 merges 330.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 335.0 sec: 17 segments, 1 merges 335.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 340.0 sec: 17 segments, 1 merges 340.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 345.0 sec: 17 segments, 1 merges 345.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 350.0 sec: 17 segments, 1 merges 350.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 355.0 sec: 17 segments, 1 merges 355.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 360.0 sec: 17 segments, 1 merges 360.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 365.0 sec: 17 segments, 1 merges 365.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 370.0 sec: 17 segments, 1 merges 370.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 375.0 sec: 17 segments, 1 merges 375.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 380.0 sec: 17 segments, 1 merges 380.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 385.0 sec: 17 segments, 1 merges 385.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 390.1 sec: 17 segments, 1 merges 390.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 395.1 sec: 17 segments, 1 merges 395.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 400.1 sec: 17 segments, 1 merges 400.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 405.1 sec: 17 segments, 1 merges 405.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 410.1 sec: 17 segments, 1 merges 410.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 415.1 sec: 17 segments, 1 merges 415.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 420.1 sec: 17 segments, 1 merges 420.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 425.1 sec: 17 segments, 1 merges 425.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 430.1 sec: 17 segments, 1 merges 430.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 435.1 sec: 17 segments, 1 merges 435.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 440.0 sec: 17 segments, 1 merges 440.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 445.0 sec: 17 segments, 1 merges 445.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 450.0 sec: 17 segments, 1 merges 450.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 455.0 sec: 17 segments, 1 merges 455.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 460.0 sec: 17 segments, 1 merges 460.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 465.0 sec: 17 segments, 1 merges 465.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 470.0 sec: 17 segments, 1 merges 470.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 475.0 sec: 17 segments, 1 merges 475.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 480.0 sec: 17 segments, 1 merges 480.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 485.0 sec: 17 segments, 1 merges 485.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 490.0 sec: 17 segments, 1 merges 490.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 495.1 sec: 17 segments, 1 merges 495.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 500.1 sec: 17 segments, 1 merges 500.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 505.1 sec: 17 segments, 1 merges 505.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 510.1 sec: 17 segments, 1 merges 510.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 515.1 sec: 17 segments, 1 merges 515.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 520.1 sec: 17 segments, 1 merges 520.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 525.1 sec: 17 segments, 1 merges 525.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 530.1 sec: 17 segments, 1 merges 530.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 535.1 sec: 17 segments, 1 merges 535.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 540.1 sec: 17 segments, 1 merges 540.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 545.1 sec: 17 segments, 1 merges 545.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 550.0 sec: 17 segments, 1 merges 550.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 555.0 sec: 17 segments, 1 merges 555.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 560.0 sec: 17 segments, 1 merges 560.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 565.0 sec: 17 segments, 1 merges 565.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 570.0 sec: 17 segments, 1 merges 570.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 575.0 sec: 17 segments, 1 merges 575.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 580.0 sec: 17 segments, 1 merges 580.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 585.0 sec: 17 segments, 1 merges 585.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 590.0 sec: 17 segments, 1 merges 590.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 595.0 sec: 17 segments, 1 merges 595.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 600.1 sec: 17 segments, 1 merges 600.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 605.1 sec: 17 segments, 1 merges 605.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 610.1 sec: 17 segments, 1 merges 610.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 615.1 sec: 17 segments, 1 merges 615.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 620.1 sec: 17 segments, 1 merges 620.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 625.1 sec: 17 segments, 1 merges 625.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 630.1 sec: 17 segments, 1 merges 630.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 635.1 sec: 17 segments, 1 merges 635.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 640.1 sec: 17 segments, 1 merges 640.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 645.1 sec: 17 segments, 1 merges 645.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 650.1 sec: 17 segments, 1 merges 650.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 655.1 sec: 17 segments, 1 merges 655.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 660.0 sec: 17 segments, 1 merges 660.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 665.0 sec: 17 segments, 1 merges 665.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 670.0 sec: 17 segments, 1 merges 670.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 675.1 sec: 17 segments, 1 merges 675.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 680.1 sec: 17 segments, 1 merges 680.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 685.1 sec: 17 segments, 1 merges 685.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 690.1 sec: 17 segments, 1 merges 690.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 695.1 sec: 17 segments, 1 merges 695.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 700.1 sec: 17 segments, 1 merges 700.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 705.0 sec: 17 segments, 1 merges 705.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 710.0 sec: 17 segments, 1 merges 710.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 715.0 sec: 17 segments, 1 merges 715.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 720.0 sec: 17 segments, 1 merges 720.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 725.0 sec: 17 segments, 1 merges 725.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 730.0 sec: 17 segments, 1 merges 730.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 735.0 sec: 17 segments, 1 merges 735.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 740.0 sec: 17 segments, 1 merges 740.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 745.1 sec: 17 segments, 1 merges 745.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 750.1 sec: 17 segments, 1 merges 750.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 755.1 sec: 17 segments, 1 merges 755.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 760.1 sec: 17 segments, 1 merges 760.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 765.1 sec: 17 segments, 1 merges 765.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 770.1 sec: 17 segments, 1 merges 770.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 775.0 sec: 17 segments, 1 merges 775.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 780.0 sec: 17 segments, 1 merges 780.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 785.0 sec: 17 segments, 1 merges 785.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 790.0 sec: 17 segments, 1 merges 790.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 795.0 sec: 17 segments, 1 merges 795.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 800.0 sec: 17 segments, 1 merges 800.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 805.0 sec: 17 segments, 1 merges 805.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 810.0 sec: 17 segments, 1 merges 810.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 815.0 sec: 17 segments, 1 merges 815.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 820.0 sec: 17 segments, 1 merges 820.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 825.0 sec: 17 segments, 1 merges 825.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 830.1 sec: 17 segments, 1 merges 830.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 835.1 sec: 17 segments, 1 merges 835.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 840.1 sec: 17 segments, 1 merges 840.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 845.1 sec: 17 segments, 1 merges 845.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 850.1 sec: 17 segments, 1 merges 850.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 855.0 sec: 17 segments, 1 merges 855.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 860.0 sec: 17 segments, 1 merges 860.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 865.0 sec: 17 segments, 1 merges 865.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 870.0 sec: 17 segments, 1 merges 870.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 875.0 sec: 17 segments, 1 merges 875.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 880.1 sec: 17 segments, 1 merges 880.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 885.1 sec: 17 segments, 1 merges 885.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 890.1 sec: 17 segments, 1 merges 890.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 895.1 sec: 17 segments, 1 merges 895.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 900.1 sec: 17 segments, 1 merges 900.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 905.0 sec: 17 segments, 1 merges 905.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 910.0 sec: 17 segments, 1 merges 910.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 915.0 sec: 17 segments, 1 merges 915.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 920.0 sec: 17 segments, 1 merges 920.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 925.0 sec: 17 segments, 1 merges 925.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 930.0 sec: 17 segments, 1 merges 930.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 935.0 sec: 17 segments, 1 merges 935.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 940.0 sec: 17 segments, 1 merges 940.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 945.0 sec: 17 segments, 1 merges 945.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 950.0 sec: 17 segments, 1 merges 950.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 955.0 sec: 17 segments, 1 merges 955.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 960.0 sec: 17 segments, 1 merges 960.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 965.1 sec: 17 segments, 1 merges 965.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 970.1 sec: 17 segments, 1 merges 970.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 975.1 sec: 17 segments, 1 merges 975.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 980.1 sec: 17 segments, 1 merges 980.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 985.1 sec: 17 segments, 1 merges 985.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 990.1 sec: 17 segments, 1 merges 990.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 995.1 sec: 17 segments, 1 merges 995.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1105.1 sec: 17 segments, 1 merges 1105.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1125.1 sec: 17 segments, 1 merges 1125.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1130.1 sec: 17 segments, 1 merges 1130.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1135.1 sec: 17 segments, 1 merges 1135.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1140.1 sec: 17 segments, 1 merges 1140.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1145.1 sec: 17 segments, 1 merges 1145.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1150.1 sec: 17 segments, 1 merges 1150.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1155.1 sec: 17 segments, 1 merges 1155.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1160.1 sec: 17 segments, 1 merges 1160.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1165.1 sec: 17 segments, 1 merges 1165.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1170.1 sec: 17 segments, 1 merges 1170.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1175.1 sec: 17 segments, 1 merges 1175.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1180.1 sec: 17 segments, 1 merges 1180.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1185.0 sec: 17 segments, 1 merges 1185.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1190.0 sec: 17 segments, 1 merges 1190.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1195.0 sec: 17 segments, 1 merges 1195.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1200.0 sec: 17 segments, 1 merges 1200.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1205.0 sec: 17 segments, 1 merges 1205.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1210.0 sec: 17 segments, 1 merges 1210.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1215.0 sec: 17 segments, 1 merges 1215.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1220.0 sec: 17 segments, 1 merges 1220.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1225.0 sec: 17 segments, 1 merges 1225.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1230.0 sec: 17 segments, 1 merges 1230.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1235.0 sec: 17 segments, 1 merges 1235.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1240.0 sec: 17 segments, 1 merges 1240.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1245.1 sec: 17 segments, 1 merges 1245.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1250.1 sec: 17 segments, 1 merges 1250.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1255.1 sec: 17 segments, 1 merges 1255.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1260.1 sec: 17 segments, 1 merges 1260.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1265.1 sec: 17 segments, 1 merges 1265.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1270.1 sec: 17 segments, 1 merges 1270.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1275.1 sec: 17 segments, 1 merges 1275.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1280.1 sec: 17 segments, 1 merges 1280.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1285.1 sec: 17 segments, 1 merges 1285.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1290.1 sec: 17 segments, 1 merges 1290.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1295.1 sec: 17 segments, 1 merges 1295.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1300.1 sec: 17 segments, 1 merges 1300.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1305.0 sec: 17 segments, 1 merges 1305.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1310.0 sec: 17 segments, 1 merges 1310.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1315.0 sec: 17 segments, 1 merges 1315.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1320.0 sec: 17 segments, 1 merges 1320.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1325.0 sec: 17 segments, 1 merges 1325.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1330.0 sec: 17 segments, 1 merges 1330.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1335.0 sec: 17 segments, 1 merges 1335.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1340.0 sec: 17 segments, 1 merges 1340.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1345.0 sec: 17 segments, 1 merges 1345.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1350.0 sec: 17 segments, 1 merges 1350.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1355.0 sec: 17 segments, 1 merges 1355.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1360.0 sec: 17 segments, 1 merges 1360.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1365.0 sec: 17 segments, 1 merges 1365.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1370.1 sec: 17 segments, 1 merges 1370.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1375.1 sec: 17 segments, 1 merges 1375.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1380.1 sec: 17 segments, 1 merges 1380.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1385.1 sec: 17 segments, 1 merges 1385.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1390.1 sec: 17 segments, 1 merges 1390.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1395.1 sec: 17 segments, 1 merges 1395.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1400.1 sec: 17 segments, 1 merges 1400.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1405.1 sec: 17 segments, 1 merges 1405.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1410.1 sec: 17 segments, 1 merges 1410.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1415.1 sec: 17 segments, 1 merges 1415.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1420.1 sec: 17 segments, 1 merges 1420.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1425.1 sec: 17 segments, 1 merges 1425.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1430.0 sec: 17 segments, 1 merges 1430.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1435.0 sec: 17 segments, 1 merges 1435.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1440.0 sec: 17 segments, 1 merges 1440.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1445.0 sec: 17 segments, 1 merges 1445.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1450.0 sec: 17 segments, 1 merges 1450.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1455.0 sec: 17 segments, 1 merges 1455.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1460.0 sec: 17 segments, 1 merges 1460.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1465.0 sec: 17 segments, 1 merges 1465.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1470.0 sec: 17 segments, 1 merges 1470.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1475.0 sec: 17 segments, 1 merges 1475.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1480.0 sec: 17 segments, 1 merges 1480.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1485.1 sec: 17 segments, 1 merges 1485.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1490.1 sec: 17 segments, 1 merges 1490.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1495.1 sec: 17 segments, 1 merges 1495.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1500.1 sec: 17 segments, 1 merges 1500.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1505.1 sec: 17 segments, 1 merges 1505.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1510.1 sec: 17 segments, 1 merges 1510.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1515.1 sec: 17 segments, 1 merges 1515.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1520.1 sec: 17 segments, 1 merges 1520.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1525.1 sec: 17 segments, 1 merges 1525.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1530.1 sec: 17 segments, 1 merges 1530.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1535.1 sec: 17 segments, 1 merges 1535.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1540.1 sec: 17 segments, 1 merges 1540.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1545.1 sec: 17 segments, 1 merges 1545.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1550.1 sec: 17 segments, 1 merges 1550.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1555.1 sec: 17 segments, 1 merges 1555.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1560.1 sec: 17 segments, 1 merges 1560.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1565.1 sec: 17 segments, 1 merges 1565.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1570.1 sec: 17 segments, 1 merges 1570.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1575.1 sec: 17 segments, 1 merges 1575.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1580.1 sec: 17 segments, 1 merges 1580.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1585.1 sec: 17 segments, 1 merges 1585.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1590.0 sec: 17 segments, 1 merges 1590.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1595.0 sec: 17 segments, 1 merges 1595.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1600.0 sec: 17 segments, 1 merges 1600.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1605.0 sec: 17 segments, 1 merges 1605.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1610.0 sec: 17 segments, 1 merges 1610.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1615.0 sec: 17 segments, 1 merges 1615.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1620.0 sec: 17 segments, 1 merges 1620.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1625.0 sec: 17 segments, 1 merges 1625.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1630.0 sec: 17 segments, 1 merges 1630.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1635.0 sec: 17 segments, 1 merges 1635.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1640.0 sec: 17 segments, 1 merges 1640.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1645.0 sec: 17 segments, 1 merges 1645.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1650.0 sec: 17 segments, 1 merges 1650.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1655.1 sec: 17 segments, 1 merges 1655.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1660.1 sec: 17 segments, 1 merges 1660.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1665.1 sec: 17 segments, 1 merges 1665.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1670.1 sec: 17 segments, 1 merges 1670.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1675.1 sec: 17 segments, 1 merges 1675.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1680.1 sec: 17 segments, 1 merges 1680.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1685.1 sec: 17 segments, 1 merges 1685.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1690.1 sec: 17 segments, 1 merges 1690.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1695.1 sec: 17 segments, 1 merges 1695.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1700.1 sec: 17 segments, 1 merges 1700.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1705.1 sec: 17 segments, 1 merges 1705.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1710.0 sec: 17 segments, 1 merges 1710.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1715.0 sec: 17 segments, 1 merges 1715.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1720.0 sec: 17 segments, 1 merges 1720.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1725.0 sec: 17 segments, 1 merges 1725.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1730.0 sec: 17 segments, 1 merges 1730.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1735.0 sec: 17 segments, 1 merges 1735.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1740.0 sec: 17 segments, 1 merges 1740.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1745.0 sec: 17 segments, 1 merges 1745.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1750.1 sec: 17 segments, 1 merges 1750.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1755.1 sec: 17 segments, 1 merges 1755.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1760.1 sec: 17 segments, 1 merges 1760.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1765.1 sec: 17 segments, 1 merges 1765.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1770.1 sec: 17 segments, 1 merges 1770.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1775.1 sec: 17 segments, 1 merges 1775.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1780.1 sec: 17 segments, 1 merges 1780.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1785.1 sec: 17 segments, 1 merges 1785.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1790.1 sec: 17 segments, 1 merges 1790.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1795.1 sec: 17 segments, 1 merges 1795.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1805.0 sec: 17 segments, 1 merges 1805.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1810.0 sec: 17 segments, 1 merges 1810.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1815.0 sec: 17 segments, 1 merges 1815.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1820.0 sec: 17 segments, 1 merges 1820.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1825.0 sec: 17 segments, 1 merges 1825.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1830.0 sec: 17 segments, 1 merges 1830.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1835.0 sec: 17 segments, 1 merges 1835.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1840.0 sec: 17 segments, 1 merges 1840.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1845.0 sec: 17 segments, 1 merges 1845.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1850.0 sec: 17 segments, 1 merges 1850.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1855.0 sec: 17 segments, 1 merges 1855.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1865.1 sec: 17 segments, 1 merges 1865.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1870.1 sec: 17 segments, 1 merges 1870.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1875.1 sec: 17 segments, 1 merges 1875.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1880.1 sec: 17 segments, 1 merges 1880.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1885.1 sec: 17 segments, 1 merges 1885.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1890.1 sec: 17 segments, 1 merges 1890.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1895.1 sec: 17 segments, 1 merges 1895.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1900.1 sec: 17 segments, 1 merges 1900.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1905.1 sec: 17 segments, 1 merges 1905.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1910.0 sec: 17 segments, 1 merges 1910.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1915.0 sec: 17 segments, 1 merges 1915.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1920.0 sec: 17 segments, 1 merges 1920.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1925.0 sec: 17 segments, 1 merges 1925.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1930.0 sec: 17 segments, 1 merges 1930.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1935.0 sec: 17 segments, 1 merges 1935.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1940.0 sec: 17 segments, 1 merges 1940.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1945.0 sec: 17 segments, 1 merges 1945.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1950.0 sec: 17 segments, 1 merges 1950.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1955.0 sec: 17 segments, 1 merges 1955.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1960.0 sec: 17 segments, 1 merges 1960.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1965.0 sec: 17 segments, 1 merges 1965.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1970.1 sec: 17 segments, 1 merges 1970.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1975.1 sec: 17 segments, 1 merges 1975.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1980.1 sec: 17 segments, 1 merges 1980.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1985.1 sec: 17 segments, 1 merges 1985.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1990.1 sec: 17 segments, 1 merges 1990.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 1995.1 sec: 17 segments, 1 merges 1995.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2000.1 sec: 17 segments, 1 merges 2000.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2005.1 sec: 17 segments, 1 merges 2005.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2010.1 sec: 17 segments, 1 merges 2010.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2015.1 sec: 17 segments, 1 merges 2015.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2020.1 sec: 17 segments, 1 merges 2020.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2025.1 sec: 17 segments, 1 merges 2025.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2030.0 sec: 17 segments, 1 merges 2030.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2035.0 sec: 17 segments, 1 merges 2035.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2040.0 sec: 17 segments, 1 merges 2040.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2045.0 sec: 17 segments, 1 merges 2045.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2050.0 sec: 17 segments, 1 merges 2050.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2055.0 sec: 17 segments, 1 merges 2055.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2060.0 sec: 17 segments, 1 merges 2060.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2065.0 sec: 17 segments, 1 merges 2065.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2070.0 sec: 17 segments, 1 merges 2070.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2075.0 sec: 17 segments, 1 merges 2075.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2080.0 sec: 17 segments, 1 merges 2080.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2085.0 sec: 17 segments, 1 merges 2085.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2090.0 sec: 17 segments, 1 merges 2090.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2095.1 sec: 17 segments, 1 merges 2095.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2100.1 sec: 17 segments, 1 merges 2100.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2105.1 sec: 17 segments, 1 merges 2105.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2110.1 sec: 17 segments, 1 merges 2110.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2115.1 sec: 17 segments, 1 merges 2115.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2120.1 sec: 17 segments, 1 merges 2120.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2125.1 sec: 17 segments, 1 merges 2125.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2130.1 sec: 17 segments, 1 merges 2130.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2135.1 sec: 17 segments, 1 merges 2135.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2140.0 sec: 17 segments, 1 merges 2140.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2145.0 sec: 17 segments, 1 merges 2145.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2150.0 sec: 17 segments, 1 merges 2150.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2155.0 sec: 17 segments, 1 merges 2155.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2160.0 sec: 17 segments, 1 merges 2160.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2165.0 sec: 17 segments, 1 merges 2165.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2170.0 sec: 17 segments, 1 merges 2170.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2175.0 sec: 17 segments, 1 merges 2175.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2180.0 sec: 17 segments, 1 merges 2180.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2185.0 sec: 17 segments, 1 merges 2185.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2190.0 sec: 17 segments, 1 merges 2190.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2195.0 sec: 17 segments, 1 merges 2195.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2200.1 sec: 17 segments, 1 merges 2200.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2205.1 sec: 17 segments, 1 merges 2205.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2210.1 sec: 17 segments, 1 merges 2210.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2215.1 sec: 17 segments, 1 merges 2215.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2220.1 sec: 17 segments, 1 merges 2220.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2225.1 sec: 17 segments, 1 merges 2225.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2230.1 sec: 17 segments, 1 merges 2230.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2235.1 sec: 17 segments, 1 merges 2235.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2240.1 sec: 17 segments, 1 merges 2240.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2245.0 sec: 17 segments, 1 merges 2245.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2250.1 sec: 17 segments, 1 merges 2250.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2255.1 sec: 17 segments, 1 merges 2255.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2260.1 sec: 17 segments, 1 merges 2260.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2265.0 sec: 17 segments, 1 merges 2265.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2270.0 sec: 17 segments, 1 merges 2270.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2275.0 sec: 17 segments, 1 merges 2275.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2280.0 sec: 17 segments, 1 merges 2280.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2285.0 sec: 17 segments, 1 merges 2285.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2290.0 sec: 17 segments, 1 merges 2290.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2295.0 sec: 17 segments, 1 merges 2295.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2300.0 sec: 17 segments, 1 merges 2300.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2305.0 sec: 17 segments, 1 merges 2305.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2310.0 sec: 17 segments, 1 merges 2310.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2315.0 sec: 17 segments, 1 merges 2315.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2320.0 sec: 17 segments, 1 merges 2320.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2325.0 sec: 17 segments, 1 merges 2325.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2330.1 sec: 17 segments, 1 merges 2330.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2335.1 sec: 17 segments, 1 merges 2335.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2340.1 sec: 17 segments, 1 merges 2340.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2345.1 sec: 17 segments, 1 merges 2345.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2350.1 sec: 17 segments, 1 merges 2350.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2355.1 sec: 17 segments, 1 merges 2355.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2360.1 sec: 17 segments, 1 merges 2360.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2365.1 sec: 17 segments, 1 merges 2365.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2370.1 sec: 17 segments, 1 merges 2370.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2375.1 sec: 17 segments, 1 merges 2375.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2380.1 sec: 17 segments, 1 merges 2380.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2385.1 sec: 17 segments, 1 merges 2385.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2390.1 sec: 17 segments, 1 merges 2390.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2395.1 sec: 17 segments, 1 merges 2395.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2400.0 sec: 17 segments, 1 merges 2400.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2405.0 sec: 17 segments, 1 merges 2405.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2410.0 sec: 17 segments, 1 merges 2410.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2415.0 sec: 17 segments, 1 merges 2415.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2420.0 sec: 17 segments, 1 merges 2420.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2425.0 sec: 17 segments, 1 merges 2425.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2430.0 sec: 17 segments, 1 merges 2430.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2435.0 sec: 17 segments, 1 merges 2435.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2440.0 sec: 17 segments, 1 merges 2440.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2445.0 sec: 17 segments, 1 merges 2445.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2450.0 sec: 17 segments, 1 merges 2450.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2455.0 sec: 17 segments, 1 merges 2455.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2460.0 sec: 17 segments, 1 merges 2460.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2465.1 sec: 17 segments, 1 merges 2465.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2470.1 sec: 17 segments, 1 merges 2470.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2475.1 sec: 17 segments, 1 merges 2475.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2480.1 sec: 17 segments, 1 merges 2480.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2485.1 sec: 17 segments, 1 merges 2485.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2490.1 sec: 17 segments, 1 merges 2490.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2495.1 sec: 17 segments, 1 merges 2495.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2500.1 sec: 17 segments, 1 merges 2500.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2505.1 sec: 17 segments, 1 merges 2505.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2510.1 sec: 17 segments, 1 merges 2510.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2515.1 sec: 17 segments, 1 merges 2515.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2520.1 sec: 17 segments, 1 merges 2520.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2525.1 sec: 17 segments, 1 merges 2525.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2530.0 sec: 17 segments, 1 merges 2530.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2535.0 sec: 17 segments, 1 merges 2535.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2540.0 sec: 17 segments, 1 merges 2540.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2545.0 sec: 17 segments, 1 merges 2545.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2550.0 sec: 17 segments, 1 merges 2550.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2555.0 sec: 17 segments, 1 merges 2555.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2560.0 sec: 17 segments, 1 merges 2560.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2565.0 sec: 17 segments, 1 merges 2565.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2570.1 sec: 17 segments, 1 merges 2570.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2575.1 sec: 17 segments, 1 merges 2575.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2580.1 sec: 17 segments, 1 merges 2580.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2585.0 sec: 17 segments, 1 merges 2585.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2590.0 sec: 17 segments, 1 merges 2590.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2595.0 sec: 17 segments, 1 merges 2595.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2600.0 sec: 17 segments, 1 merges 2600.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2605.0 sec: 17 segments, 1 merges 2605.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2610.0 sec: 17 segments, 1 merges 2610.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2615.0 sec: 17 segments, 1 merges 2615.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2620.0 sec: 17 segments, 1 merges 2620.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2625.0 sec: 17 segments, 1 merges 2625.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2630.0 sec: 17 segments, 1 merges 2630.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2635.0 sec: 17 segments, 1 merges 2635.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2640.0 sec: 17 segments, 1 merges 2640.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2645.0 sec: 17 segments, 1 merges 2645.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2650.1 sec: 17 segments, 1 merges 2650.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2655.1 sec: 17 segments, 1 merges 2655.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2660.1 sec: 17 segments, 1 merges 2660.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2665.1 sec: 17 segments, 1 merges 2665.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2670.1 sec: 17 segments, 1 merges 2670.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2675.1 sec: 17 segments, 1 merges 2675.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2680.1 sec: 17 segments, 1 merges 2680.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2685.1 sec: 17 segments, 1 merges 2685.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2690.1 sec: 17 segments, 1 merges 2690.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2695.1 sec: 17 segments, 1 merges 2695.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2700.1 sec: 17 segments, 1 merges 2700.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2705.1 sec: 17 segments, 1 merges 2705.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2710.1 sec: 17 segments, 1 merges 2710.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2715.1 sec: 17 segments, 1 merges 2715.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2720.0 sec: 17 segments, 1 merges 2720.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2725.0 sec: 17 segments, 1 merges 2725.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2730.0 sec: 17 segments, 1 merges 2730.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2735.0 sec: 17 segments, 1 merges 2735.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2740.0 sec: 17 segments, 1 merges 2740.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2745.0 sec: 17 segments, 1 merges 2745.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2750.0 sec: 17 segments, 1 merges 2750.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2755.0 sec: 17 segments, 1 merges 2755.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2760.0 sec: 17 segments, 1 merges 2760.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2765.0 sec: 17 segments, 1 merges 2765.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2770.0 sec: 17 segments, 1 merges 2770.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2775.0 sec: 17 segments, 1 merges 2775.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2780.1 sec: 17 segments, 1 merges 2780.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2785.1 sec: 17 segments, 1 merges 2785.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2790.1 sec: 17 segments, 1 merges 2790.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2795.1 sec: 17 segments, 1 merges 2795.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2800.1 sec: 17 segments, 1 merges 2800.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2805.1 sec: 17 segments, 1 merges 2805.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2810.1 sec: 17 segments, 1 merges 2810.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2815.1 sec: 17 segments, 1 merges 2815.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2820.1 sec: 17 segments, 1 merges 2820.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2825.1 sec: 17 segments, 1 merges 2825.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2830.1 sec: 17 segments, 1 merges 2830.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2835.0 sec: 17 segments, 1 merges 2835.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2840.0 sec: 17 segments, 1 merges 2840.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2845.0 sec: 17 segments, 1 merges 2845.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2850.0 sec: 17 segments, 1 merges 2850.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2855.0 sec: 17 segments, 1 merges 2855.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2860.0 sec: 17 segments, 1 merges 2860.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2865.0 sec: 17 segments, 1 merges 2865.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2870.2 sec: 17 segments, 1 merges 2870.2s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2875.1 sec: 17 segments, 1 merges 2875.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2880.1 sec: 17 segments, 1 merges 2880.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2885.1 sec: 17 segments, 1 merges 2885.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2890.0 sec: 17 segments, 1 merges 2890.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2895.0 sec: 17 segments, 1 merges 2895.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2900.0 sec: 17 segments, 1 merges 2900.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2905.0 sec: 17 segments, 1 merges 2905.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2910.0 sec: 17 segments, 1 merges 2910.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2915.0 sec: 17 segments, 1 merges 2915.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2920.0 sec: 17 segments, 1 merges 2920.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2925.0 sec: 17 segments, 1 merges 2925.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2930.0 sec: 17 segments, 1 merges 2930.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2935.0 sec: 17 segments, 1 merges 2935.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2940.0 sec: 17 segments, 1 merges 2940.0s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2945.1 sec: 17 segments, 1 merges 2945.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2950.1 sec: 17 segments, 1 merges 2950.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB 2955.1 sec: 17 segments, 1 merges 2955.1s _1fv: 17 segs, 8000.0 K docs, 32010.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2961.90 sec index has 1 segments: segments_3: _1fv(11.0.0):C8000000 _1fv: 32156.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.14 MB vector disk usage is 31250.00 MB vector RAM usage is 31250.00 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=49673959239 cpu@end=52869738758 deltaMS=3195.779519 thread 14 name=Reference Handler cpu@start=3529730 cpu@end=3529730 deltaMS=0.0 thread 15 name=Finalizer cpu@start=119495 cpu@end=119495 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=82888 cpu@end=82888 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=35535805 cpu@end=35535805 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=51149618942 cpu@end=51150773121 deltaMS=1.154179 thread 42 name=JFR Periodic Tasks cpu@start=522175361478 cpu@end=522326776596 deltaMS=151.415118 thread 45 name=Notification Thread cpu@start=104135 cpu@end=104135 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7351601964645 cpu@end=7351601964645 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7360483731672 cpu@end=7360483731672 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7355762093649 cpu@end=7355762093649 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7359333482497 cpu@end=7359333482497 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7359265354320 cpu@end=7359265354320 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7357088528424 cpu@end=7357088528424 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7358806610871 cpu@end=7358806610871 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7359525769546 cpu@end=7359525769546 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7355619007190 cpu@end=7355619007190 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7360552078699 cpu@end=7360552078699 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7358983037906 cpu@end=7358983037906 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7364303440925 cpu@end=7364303440925 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7361979402598 cpu@end=7361979402598 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7364320696127 cpu@end=7364320696127 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7358241902268 cpu@end=7358241902268 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7360891131048 cpu@end=7360891131048 deltaMS=0.0 Average CPU cores used: 1.0454950102105824 completed 1000 searches in 3202 ms: 312 QPS CPU time=3347 ms checking results SUMMARY: 0.944 3.202 3.347 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5677 3112.13 2570.59 2961.90 1 32156.14 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=237, Fanout min=6, mean=15.98, max=32, meandelta=423800.13 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 18 20 23 32 Graph level=2 size=7603, Fanout min=7, mean=27.45, max=32, meandelta=266739.38 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=1 size=247329, Fanout min=1, mean=28.33, max=32, meandelta=258255.14 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.66, max=64, meandelta=194600.83 % 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=237, connectedness=1.00 Graph level=2 size=7603, connectedness=1.00 Graph level=1 size=247329, 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.26.16.53.11/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': 213,664,216.82 msec task-clock:u 817,185,927,126,948 cycles:u (36.36%) 82,697,544,630,801 instructions:u (36.36%) 13,218,115,157,269 cache-references:u (36.36%) 3,633,402,970,717 cache-misses:u (36.36%) 51,780,237,872,976 L1-dcache-loads:u (36.36%) 3,500,133,415,139 L1-dcache-load-misses:u (36.36%) 4,125,379,004,735 L1-icache-loads:u (36.36%) 39,254,990,361 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 35,981,371 faults:u 13,467,061 minor-faults:u 2,220 major-faults:u 10,570,872,775,564 branches:u (36.36%) 112,585,717,761 branch-misses:u (36.36%) 10,242,720,578,551 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7543.440186454 seconds time elapsed 212444.028746000 seconds user 1176.596180000 seconds sys took 2:05:43.465378 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='366dc3c0396bba2ba634670c1592926c75bcf8ae', luceneutil_git_rev='9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.944, cpu_time_ms=3.202, net_cpu_ms=3.347, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5677, index_time_sec=3112.13, index_docs_per_sec=2570.59, force_merge_time_sec=2961.9, index_num_segments=1, index_size_on_disk_mb=32156.14, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (237, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7603, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247329, {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=7543, microseconds=465378)) Profiler summary for /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-27 03:56:33 (UTC) Duration: 5027 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105858543 1874815465 jdk.FileWrite 7658358 184560986 jdk.FileRead 1366563 32115977 jdk.CPULoad 93807 1934843 jdk.BooleanFlag 82336 2647870 jdk.ObjectAllocationInNewTLAB 33330 669575 jdk.Checkpoint 13959 26703472 jdk.UnsignedIntFlag 7968 274468 jdk.IntFlag 7304 270326 jdk.StringFlag 5644 222040 jdk.ObjectAllocationOutsideTLAB 1158 21803 jdk.Compilation 1070 29395 jdk.CPUInformation 166 249413 jdk.GCConfiguration 166 4397 jdk.JVMInformation 166 150809 jdk.Metadata 166 18347563 jdk.GarbageCollection 26 644 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.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105858543 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.56% 49M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 40.14% 42M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 5.09% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.38% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.30% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] 1.21% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.67% 704721 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.59% 627416 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.44% 470192 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.23% 245434 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 238150 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.22% 230268 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.21% 218061 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 204898 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 183107 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.15% 159951 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.14% 145482 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.12% 124926 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.09% 94986 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.07% 78342 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 71985 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.04% 46658 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 40807 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.04% 38176 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 35932 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.02% 24895 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 22611 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20950 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 20603 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 19955 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 19579 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 19478 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.02% 19445 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 16400 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 16195 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 15169 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 13665 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 13558 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 12989 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 12719 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 12048 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 11759 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 11668 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 11465 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 11338 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 11329 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 10785 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 10514 org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] 0.01% 9762 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 9083 org.apache.lucene.util.ArrayUtil#growExact():267 [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.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105858543 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.45% 45M 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.22% 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.09% 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.11% 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.20% 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.10% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.85% 903568 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.72% 764431 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.67% 704714 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.59% 627416 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.43% 450806 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.39% 414085 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% 238442 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.22% 237868 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.22% 230233 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.20% 212794 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [JIT compiled code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.20% 210798 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 205233 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 204622 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.17% 180733 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.12% 125268 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 102748 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [JIT compiled code] 0.09% 94986 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.07% 77595 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 56169 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% 51075 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% 50164 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% 47731 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 46658 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 40807 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.03% 34124 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% 30540 org.apache.lucene.util.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% 30375 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 29769 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.03% 26781 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 24063 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 20524 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 19610 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% 19478 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% 19018 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% 18153 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.01% 15169 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% 13644 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% 13558 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 13143 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% 12989 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% 12817 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% 12746 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.0x000000000b175c60#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12611 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.01% 12149 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.0x000000000b175c60#accept() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():59 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105858543 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.45% 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.0x000000000b1a1598#call() [Inlined code] 21.31% 22M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 14.85% 15M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 3.32% 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 2.61% 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.0x000000000b1a1598#call() [Inlined code] 1.56% 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.0x000000000b1a1598#call() [Inlined code] 1.43% 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.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 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.85% 902992 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.76% 806242 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.65% 688956 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.64% 680772 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.0x000000000b1a1598#call() [Inlined code] 0.55% 583404 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#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.49% 514865 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#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.46% 486288 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.44% 464432 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.43% 450806 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [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.38% 406016 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.36% 377062 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.0x000000000b1a1598#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.35% 369707 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.0x000000000b1a1598#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.34% 355825 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 339021 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% 319294 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 299703 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#call() [Interpreted code] 0.27% 281531 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.0x000000000b1a1598#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.24% 250982 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.20% 212980 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.0x000000000b1a1598#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 212625 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.0x000000000b1a1598#call() [JIT compiled code] 0.18% 193688 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.0x000000000b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.17% 182781 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.0x000000000b1a1598#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 151814 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.0x000000000b1a1598#call() [Inlined code] 0.14% 149229 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1624 [Inlined code] 0.12% 129891 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.12% 123506 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.12% 121843 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.11% 120845 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x000000000b1a1598#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.0x000000000b1a1af0#run() [JIT compiled code] 0.11% 119601 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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.11% 118280 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 107789 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 101936 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [JIT compiled code] 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.09% 99467 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.0x000000000b1a1598#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.0x000000000b1a1af0#run() [JIT compiled code] 0.09% 99456 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#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.0x000000000b1a1af0#run() [JIT compiled code] 0.09% 97317 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 90432 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [JIT compiled code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [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% 88180 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#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.08% 86719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.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% 76030 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.06% 67559 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.06% 66405 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.06% 60628 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34478 events (total: 231050M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.59% 63749M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 27.44% 63390M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.24% 62930M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.63% 8396M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.45% 5662M java.util.Arrays#copyOf():3478 [Inlined code] 2.37% 5464M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 2.33% 5374M java.lang.Integer#valueOf():1006 [Inlined code] 1.01% 2328M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.84% 1949M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.79% 1823M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.75% 1730M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 997M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.36% 832M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.35% 820M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.22% 501M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.20% 457M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 430M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.16% 362M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 323M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.11% 252M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 203M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 200M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 168M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 165M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.07% 162M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.06% 142M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.05% 124M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 122M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 119M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 113M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 113M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 106M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 102M java.util.ArrayList#grow():240 [Inlined code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 90M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 82M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 81M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 81M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 80M knn.IndexerThread#_run():108 [JIT compiled code] 0.03% 71M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 68M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 64M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 63M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.03% 61M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.02% 55M knn.IndexerThread#_run():86 [JIT compiled code] 0.02% 39M java.lang.Thread#beforeSleep():473 [Inlined code] 0.02% 38M java.util.List#of():935 [Inlined code] 0.02% 37M org.apache.lucene.document.Document#():42 [Inlined code] 0.01% 32M knn.KnnGraphTester#printGraphFanout():1147 [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.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34478 events (total: 231050M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.85% 52798M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.67% 52388M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.85% 38922M 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.59% 24467M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.72% 10894M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.56% 10528M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.63% 8396M 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.43% 5615M 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.37% 5464M 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] 2.32% 5363M 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.00% 2300M 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.84% 1949M 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.45% 1038M 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.42% 977M 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.36% 832M 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% 754M 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.30% 691M 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.28% 646M 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.19% 444M 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.16% 362M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 335M 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% 322M 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.14% 318M 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.12% 280M 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.11% 252M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.09% 200M 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% 190M 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% 181M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 177M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 168M 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.07% 165M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.07% 162M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.06% 148M 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% 142M 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% 142M 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.05% 124M 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% 122M 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.0x000000000b182800#concat() [Inlined code] 0.05% 119M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.05% 113M 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% 113M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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% 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.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 102M 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.04% 94M 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 org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 93M 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.04% 86M 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.04% 81M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 81M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 80M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.26.16.53.11/bench-knn-q32-fmTrue.jfr is 2043.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34478 events (total: 231050M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.82% 38858M 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.38% 21672M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [Inlined code] 9.29% 21472M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [Inlined code] 7.06% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.56% 12845M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [Interpreted code] 5.26% 12142M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [Interpreted code] 3.96% 9156M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [JIT compiled code] 3.91% 9029M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000b1a1598#call() [JIT compiled code] 3.53% 8147M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.43% 5615M 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.37% 5464M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.32% 5363M 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.77% 4091M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.73% 4007M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.67% 3848M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [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.51% 3492M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.13% 2612M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.11% 2561M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.00% 2315M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.97% 2229M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.92% 2130M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.92% 2125M 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.0x000000000b1a1598#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.82% 1894M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.79% 1816M 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.0x000000000b1a1598#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.72% 1659M 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.0x000000000b1a1598#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% 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.0x000000000b1a1598#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.65% 1490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.58% 1348M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.57% 1322M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.54% 1243M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.46% 1067M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 1063M 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.0x000000000b1a1598#call() [Inlined code] 0.38% 869M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 751M 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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.31% 721M 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.28% 646M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.28% 637M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 629M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#call() [JIT compiled code] 0.27% 620M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.23% 539M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000b1a1598#call() [Interpreted code] 0.20% 467M 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.0x000000000b1a1598#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.18% 423M 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.0x000000000b1a1598#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% 421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.17% 401M 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.0x000000000b1a1598#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.17% 389M 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.0x000000000b1a1598#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.16% 360M 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.0x000000000b1a1598#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 316M 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.0x000000000b1a1598#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.14% 313M 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] 0.13% 305M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.13% 300M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [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 922.28 8674.20 1091.06 1 36185.95 0.881 2.370 2.472 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 998.22 8014.29 0.00 11 36050.26 0.898 11.052 11.572 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 1437.06 5566.91 1223.16 1 40090.97 0.929 2.546 2.658 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1520.92 5259.96 0.00 21 39937.60 0.954 15.631 16.364 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3112.13 2570.59 2961.90 1 32156.14 0.944 3.202 3.347 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3126.80 2558.52 0.00 16 32010.81 0.975 12.544 13.145 1.048 saving all results to /l/logs.nightly/2026.05.26.16.53.11/knn_results.pk done! took 27524.0 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-27 01:47:23.388233] now generate KNN nightly charts [2026-05-27 01:47:26.687670] 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=4014772 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 18 Start: 2026-05-27 05:47:26 (UTC) Duration: 157 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 4711430 83146192 jdk.FileWrite 4137432 86580196 jdk.FileRead 796367 18977826 jdk.ObjectAllocationInNewTLAB 608233 10619094 jdk.ObjectAllocationOutsideTLAB 152097 2419653 jdk.BooleanFlag 12456 395186 jdk.Compilation 6227 160763 jdk.CPULoad 2850 56389 jdk.UnsignedIntFlag 1116 38588 jdk.IntFlag 1008 36206 jdk.Checkpoint 968 27672732 jdk.StringFlag 810 30291 jdk.GarbageCollection 44 1049 jdk.CPUInformation 18 27031 jdk.GCConfiguration 18 463 jdk.JVMInformation 18 19039 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.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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4711430 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.40% 725424 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 10.20% 480563 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 6.67% 314135 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.00% 188443 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.21% 151444 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 2.61% 122779 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.54% 119460 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.44% 115021 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.31% 108890 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 1.85% 87012 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.35% 63375 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.34% 63083 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.22% 57655 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.17% 55186 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.13% 53147 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.13% 53144 java.lang.Character#codePointAt():9662 [Inlined code] 1.09% 51557 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.05% 49582 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 0.91% 43022 java.lang.Character#toChars():9872 [Inlined code] 0.86% 40398 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.79% 37146 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.79% 37126 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.79% 37025 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.68% 31918 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.62% 29281 java.lang.ThreadLocal#get():171 [Inlined code] 0.62% 29277 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.57% 27031 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.57% 26723 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.56% 26541 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.52% 24653 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.44% 20818 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.44% 20511 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.43% 20159 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.42% 19565 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.40% 18649 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.39% 18418 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.38% 18053 java.lang.Character#codePointAt():9665 [Inlined code] 0.38% 18049 java.lang.Character#toLowerCase():11251 [Inlined code] 0.37% 17602 org.apache.lucene.index.TermsHashPerField#start():349 [Inlined code] 0.35% 16278 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.35% 16262 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.33% 15512 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.32% 15132 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.31% 14527 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.30% 14200 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.30% 14118 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.29% 13857 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.29% 13787 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.29% 13649 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.28% 13116 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4711430 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.40% 725424 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 6.67% 314135 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 5.21% 245650 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 4.99% 234913 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 3.21% 151347 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 2.61% 122778 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.54% 119460 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.43% 114554 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.29% 108116 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% 87012 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.34% 63082 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 63039 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.22% 57625 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.17% 55186 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.16% 54622 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.13% 53147 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.09% 51557 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.05% 49582 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.05% 49478 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.01% 47717 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.92% 43476 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.91% 43022 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.87% 40867 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.86% 40397 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.79% 37126 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.68% 31917 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.62% 29268 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.61% 28871 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.57% 27031 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.56% 26541 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.52% 24652 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.44% 20511 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.43% 20404 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.42% 19561 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 18963 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.40% 18915 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.40% 18649 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.39% 18418 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.39% 18145 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.38% 17876 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.37% 17601 org.apache.lucene.index.TermsHashPerField#start():349 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#start():77 [Inlined code] 0.36% 16732 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.35% 16684 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.35% 16270 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.33% 15456 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.32% 15241 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.32% 15132 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.31% 14493 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.30% 14109 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.29% 13783 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4711430 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.40% 725424 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] 6.55% 308712 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.39% 206732 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 4.20% 197899 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 3.21% 151305 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] 2.52% 118744 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.51% 118340 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():1917 [JIT compiled code] 2.37% 111767 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.85% 87011 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.34% 63082 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.22% 57614 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.17% 55186 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] 1.14% 53598 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.12% 52965 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():1917 [JIT compiled code] 1.12% 52873 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.09% 51557 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():1829 [JIT compiled code] 1.05% 49581 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.01% 47533 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.92% 43170 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.91% 43022 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.87% 41085 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.82% 38787 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.81% 37997 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.79% 37126 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():1829 [JIT compiled code] 0.79% 37008 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.78% 36564 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.71% 33577 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.68% 31917 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():1917 [JIT compiled code] 0.62% 29331 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.62% 29267 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():1917 [JIT compiled code] 0.61% 28751 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.56% 26541 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.55% 25913 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.52% 24652 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():1917 [JIT compiled code] 0.44% 20511 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.43% 20404 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():1917 [JIT compiled code] 0.42% 19561 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% 19008 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.40% 18648 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.39% 18521 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.39% 18418 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.38% 17876 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% 16684 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.35% 16621 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.35% 16269 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.33% 15455 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.32% 15240 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.30% 14107 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.29% 13781 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.29% 13646 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4711430 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.77% 365910 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 7.61% 358746 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 4.29% 201979 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 4.11% 193601 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 3.37% 158736 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 3.18% 149976 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 2.37% 111767 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():1829 [JIT compiled code] 2.07% 97557 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.52% 71843 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 1.46% 68663 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 1.46% 68612 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 1.37% 64656 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 1.14% 53821 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 1.14% 53598 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.0x00000000751d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.92% 43141 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.87% 41078 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.82% 38818 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.81% 37981 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.80% 37601 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.78% 36523 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.76% 35826 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.63% 29766 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.61% 28764 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.61% 28751 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.60% 28036 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.58% 27537 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.56% 26538 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.56% 26355 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 26317 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.53% 25070 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 24972 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.53% 24924 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.52% 24537 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.52% 24455 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.51% 24198 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.51% 23973 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 22963 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.48% 22814 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 22159 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.46% 21745 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.44% 20758 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.39% 18164 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.37% 17627 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.36% 17172 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.36% 17001 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.35% 16662 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.35% 16402 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 16181 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 15454 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.30% 14262 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4711430 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.77% 365874 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 7.61% 358714 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 4.29% 201979 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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] 4.11% 193601 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.78% 131099 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.65% 124680 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.05% 96579 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.51% 71158 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.44% 67974 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.44% 67694 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.21% 57075 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.14% 53598 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.0x00000000751d6f60#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.06% 49841 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.01% 47771 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.94% 44069 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.84% 39369 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.82% 38449 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.81% 38113 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.80% 37488 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.76% 35699 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.74% 34655 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.70% 33176 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.63% 29484 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.61% 28751 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.60% 28452 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.59% 27741 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.58% 27533 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.57% 27073 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 26538 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.0x00000000751d6f60#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.55% 26080 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 24826 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.52% 24662 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.52% 24641 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.51% 24198 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.50% 23677 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.49% 22872 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.48% 22573 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.48% 22484 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.47% 22262 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.47% 21944 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.46% 21527 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.40% 18863 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.38% 17981 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.38% 17723 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.37% 17457 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.36% 16943 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.35% 16559 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.35% 16504 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 16284 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.34% 15969 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 760308 events (total: 317786M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.68% 52990M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.65% 30657M java.lang.StringUTF16#compress():212 [Inlined code] 8.58% 27281M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.06% 22433M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.86% 21810M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.48% 14250M java.lang.StringUTF16#compress():216 [Inlined code] 3.49% 11102M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.31% 10531M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.26% 10372M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.84% 9020M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.33% 7416M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.07% 6574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.97% 6253M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.90% 6028M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.86% 5925M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.76% 5607M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.73% 5487M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.61% 5129M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.60% 5096M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.48% 4690M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.30% 4131M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3727M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.17% 3704M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.93% 2943M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.66% 2090M java.nio.HeapByteBuffer#():75 [Inlined code] 0.60% 1903M java.util.ArrayList#grow():240 [Inlined code] 0.54% 1712M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.53% 1670M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1518M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.46% 1474M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.46% 1461M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.40% 1274M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.33% 1054M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.31% 975M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.30% 957M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.29% 937M java.util.ArrayDeque#():179 [Inlined code] 0.29% 906M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.28% 888M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 877M perf.LineFileDocs#intToID():299 [Inlined code] 0.27% 858M java.util.List#of():935 [Inlined code] 0.26% 832M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.23% 717M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.21% 668M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.19% 616M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.17% 532M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 503M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.15% 492M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] 0.14% 438M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 426M 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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 760308 events (total: 317786M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.63% 52862M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.65% 30657M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.58% 27281M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.06% 22433M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.86% 21810M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.48% 14250M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.49% 11102M org.apache.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.22% 10224M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.83% 9004M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.56% 8142M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.33% 7416M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.07% 6574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.97% 6253M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.90% 6028M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.76% 5607M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.76% 5597M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.73% 5487M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.61% 5129M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.60% 5096M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.48% 4690M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.30% 4131M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3727M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3704M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.75% 2388M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.66% 2090M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.60% 1903M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.54% 1703M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.53% 1670M org.apache.lucene.document.IntPoint#pack():114 [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.48% 1518M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.46% 1474M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.46% 1461M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.33% 1054M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.31% 993M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.31% 983M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.31% 975M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 966M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.29% 935M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.29% 934M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 933M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.29% 906M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 888M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 877M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 858M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.26% 832M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.19% 616M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.17% 532M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 503M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 483M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():402 [JIT compiled code] 0.15% 463M 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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 760308 events (total: 317786M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.63% 52862M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.80% 27964M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.50% 27007M 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.06% 22433M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.29% 16822M org.apache.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.46% 14188M 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.21% 10208M 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.81% 8924M 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.55% 8093M 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.33% 7416M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.07% 6574M 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.97% 6253M 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% 5940M 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.76% 5607M 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.73% 5487M 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.61% 5129M 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.60% 5096M 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% 4895M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.53% 4860M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.47% 4658M 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.30% 4131M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3727M 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.08% 3438M 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():1917 [JIT compiled code] 1.08% 3426M org.apache.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.00% 3179M 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.75% 2388M 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.63% 1994M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007513e7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.59% 1884M 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% 1688M 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.49% 1562M org.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.46% 1470M 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% 1461M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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.42% 1325M 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.38% 1220M 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.38% 1197M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.35% 1101M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.33% 1037M 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.31% 983M 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% 975M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 966M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 935M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.29% 934M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 933M 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.29% 907M 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.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% 894M 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.28% 888M 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% 877M 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.27% 858M 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 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 760308 events (total: 317786M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.63% 52862M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.79% 27921M 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.06% 22433M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.45% 14145M 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.89% 12359M 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.33% 7416M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 6712M 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.85% 5876M 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.75% 5555M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.73% 5487M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.69% 5366M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.65% 5248M org.apache.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.61% 5129M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.57% 4987M 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.53% 4860M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000751d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.51% 4810M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#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():1917 [JIT compiled code] 1.51% 4791M 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.48% 4700M 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.0x00000000751d6f60#merge() [Interpreted code] 1.36% 4311M 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():1917 [JIT compiled code] 1.30% 4131M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 3961M 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.17% 3729M 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.0x00000000751d6f60#merge() [Interpreted code] 1.06% 3356M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.00% 3179M 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.95% 3020M 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():1917 [JIT compiled code] 0.91% 2877M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.89% 2816M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.83% 2627M 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.81% 2583M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.79% 2494M 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.77% 2447M 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.74% 2343M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():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.72% 2272M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.71% 2252M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.56% 1793M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007513e7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.56% 1764M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1741M 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% 1688M 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.52% 1664M 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 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.50% 1574M 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.47% 1482M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.42% 1325M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1220M 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.38% 1197M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1172M org.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.35% 1122M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.34% 1075M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.33% 1044M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 221.42 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 760308 events (total: 317786M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.63% 52862M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.79% 27921M 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.06% 22433M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.45% 14145M 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.89% 12359M 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.0x00000000751d6f60#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.33% 7416M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.85% 5876M 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.0x00000000751d6f60#merge() [Interpreted code] 1.78% 5655M 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.61% 5111M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 5016M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 5014M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 4987M 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.0x00000000751d6f60#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% 4860M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000751d6f60#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.50% 4777M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.48% 4700M 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.0x00000000751d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.46% 4635M 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.42% 4518M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.30% 4131M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4108M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.19% 3789M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.17% 3729M 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.0x00000000751d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.06% 3355M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.00% 3179M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.91% 2893M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.90% 2845M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.81% 2583M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.79% 2503M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.74% 2343M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.71% 2252M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.69% 2187M 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.69% 2182M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.64% 2032M 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.56% 1785M 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 [JIT compiled code] 0.56% 1776M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007513e7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.56% 1764M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.53% 1688M 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.0x00000000751d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.52% 1663M 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.52% 1645M 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.50% 1599M 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.50% 1574M 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.0x00000000751d6f60#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% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1458M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.42% 1325M 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% 1260M 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 [JIT compiled code] 0.38% 1220M 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.38% 1197M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1106M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.34% 1078M 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% 1066M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.33% 1044M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] move log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocs.top.log [2026-05-27 01:52:23.294447] took 130.1 sec [2026-05-27 01:52:23.298524] medIndexAtClose None [2026-05-27 01:52:23.299843] 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=4019019 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 49 Start: 2026-05-27 09:35:39 (UTC) Duration: 1424 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 98078244 1961539276 jdk.FileWrite 3926321 107706208 jdk.ObjectAllocationInNewTLAB 106536 2319444 jdk.FileRead 73671 2079394 jdk.BooleanFlag 33908 1119111 jdk.ObjectAllocationOutsideTLAB 7690 152711 jdk.CPULoad 4017 84357 jdk.UnsignedIntFlag 3038 108927 jdk.IntFlag 2744 102067 jdk.StringFlag 2205 86240 jdk.Checkpoint 1199 53847919 jdk.Compilation 119 3341 jdk.CPUInformation 49 73647 jdk.GCConfiguration 49 1323 jdk.JVMInformation 49 59143 jdk.Metadata 49 5415872 jdk.GarbageCollection 16 419 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98078244 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.84% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.95% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.96% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.73% 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.04% 1M org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.92% 905457 java.util.ArrayList#elementData():412 [Inlined code] 0.89% 871647 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.56% 549165 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.55% 542285 java.util.Arrays#fill():3144 [Inlined code] 0.36% 357170 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.33% 327959 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.31% 300499 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.27% 269501 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.26% 257780 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.24% 236202 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.24% 235446 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.24% 235025 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.17% 167258 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.16% 156015 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.16% 155265 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.16% 152988 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 126058 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 119728 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.12% 118672 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.11% 104041 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.10% 93950 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 91865 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 90732 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 86172 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 83638 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.08% 79720 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 78651 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 77934 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 75887 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.07% 73328 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.07% 70868 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 66432 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 63516 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 61325 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.06% 61123 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 61038 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.06% 60482 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] 0.06% 59944 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 59434 java.util.Arrays#fill():3143 [Inlined code] 0.06% 58590 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 58187 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.06% 57443 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] 0.06% 56529 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():319 [JIT compiled code] 0.06% 54626 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98078244 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.84% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.95% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.96% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.59% 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.04% 1M org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.92% 905200 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.89% 871647 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.56% 549165 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.55% 542285 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.33% 327959 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.30% 291459 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.27% 269501 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.24% 236202 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.24% 235446 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 217643 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.17% 167258 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.17% 162047 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.16% 155265 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.16% 154409 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 148392 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 144060 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.14% 134039 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% 126058 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.12% 113380 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.11% 106712 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.10% 98116 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 90732 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 86172 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 82488 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 80616 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 79720 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 75887 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 75685 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.08% 75573 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 68654 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% 64547 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.06% 63516 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 61325 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 61038 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.06% 59660 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 59434 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 59103 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% 56739 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 53883 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 53416 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.05% 53088 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.05% 50318 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.05% 50170 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 49482 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98078244 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.84% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 10.95% 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.37% 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.52% 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.16% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 1.02% 996295 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.84% 825744 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% 629588 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.55% 542285 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.53% 521329 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.41% 406268 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.33% 326701 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.28% 278683 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.24% 236202 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.23% 225694 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.22% 217643 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.22% 217504 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.19% 188981 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.17% 162047 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% 158451 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.16% 155265 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.16% 152660 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.14% 137824 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.13% 128111 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 122191 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.11% 106682 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 99756 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.10% 97429 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% 89230 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 86172 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.08% 80616 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 78696 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% 71529 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.07% 70746 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% 65125 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.07% 64547 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 63588 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.06% 62041 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 61325 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% 61105 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.06% 59900 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():1917 [JIT compiled code] 0.06% 59434 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% 57251 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 54428 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 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.05% 53883 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% 52190 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.05% 51997 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():318 [JIT compiled code] 0.05% 50431 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.05% 50318 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98078244 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 14.38% 14M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.39% 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.75% 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.13% 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] 10.90% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 4.05% 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.36% 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] 3.09% 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#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.57% 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.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.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.48% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 1.35% 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.93% 916709 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.92% 904069 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.83% 816083 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% 736962 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.73% 714037 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.65% 637286 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% 629588 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.64% 627231 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.56% 550141 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.53% 521329 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.50% 485540 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% 385148 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.37% 361016 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.33% 326701 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.28% 278683 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% 225694 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 222412 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.20% 192980 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 [JIT compiled code] 0.19% 188980 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.17% 170646 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.16% 158451 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.16% 155265 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.16% 155175 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.15% 148791 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.15% 144487 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 137824 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.13% 128111 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000005e2092b8#call() [JIT compiled code] 0.12% 121344 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.11% 112036 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 99756 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 97749 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 [JIT compiled code] 0.10% 96583 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 93544 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 92226 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.09% 88704 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.08% 80506 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 79602 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98078244 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.41% 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.94% 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.23% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 9.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.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 7.67% 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.26% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.89% 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.07% 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] 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] 2.01% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.94% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [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.48% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.41% 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.37% 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.27% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.18% 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.86% 845506 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005e2092b8#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.82% 802709 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.80% 784963 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.75% 733039 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.73% 714037 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.68% 665037 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.65% 637286 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.64% 627111 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.58% 565635 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.55% 540590 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.53% 521329 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.50% 489997 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.50% 485540 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.0x000000005e2092b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.48% 475152 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.48% 467455 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.47% 459292 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.47% 457047 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.45% 440195 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.43% 421935 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 377098 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% 367179 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.37% 363837 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 357176 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 346795 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.35% 340847 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.32% 314223 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.31% 308608 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.29% 280968 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.27% 265666 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.0x000000005e2092b8#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% 222412 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005e2092b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 210681 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005e2092b8#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.20% 196590 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 192980 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 190683 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 114225 events (total: 117179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.21% 28373M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 24.05% 28176M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.81% 7984M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.38% 7479M java.nio.HeapByteBuffer#():75 [Inlined code] 5.98% 7004M perf.LineFileDocs#readVector():212 [Inlined code] 3.25% 3807M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.87% 3360M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.84% 3325M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.14% 2507M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.60% 1869M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.59% 1865M java.lang.StringUTF16#compress():212 [Inlined code] 1.26% 1475M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.24% 1458M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.14% 1330M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.07% 1259M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.82% 959M java.lang.StringUTF16#compress():216 [Inlined code] 0.80% 932M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.77% 902M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.76% 885M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.65% 765M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.64% 748M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.49% 570M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.46% 540M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 500M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.41% 483M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 449M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.38% 440M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.37% 437M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.35% 408M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.34% 396M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.34% 395M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.27% 318M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.24% 282M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 281M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.20% 235M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.18% 211M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 206M java.util.ArrayList#grow():240 [Inlined code] 0.17% 195M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 178M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 165M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 155M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.12% 144M java.util.ArrayDeque#():179 [Inlined code] 0.12% 138M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.11% 128M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 123M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.10% 119M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.10% 115M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 112M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.09% 109M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.08% 98M java.nio.ByteBuffer#allocate():398 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 114225 events (total: 117179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.06% 28194M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 24.05% 28176M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.81% 7984M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.38% 7479M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.98% 7004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.25% 3807M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.87% 3360M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.84% 3325M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.14% 2507M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.60% 1869M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.59% 1865M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.26% 1475M org.apache.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% 1458M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.12% 1313M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.07% 1259M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.82% 959M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.77% 902M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.76% 885M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.62% 721M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.49% 570M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 540M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 500M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 488M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.41% 483M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 473M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 449M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.37% 435M 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% 395M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.34% 392M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.32% 380M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.32% 371M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.27% 318M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.24% 282M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 277M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.23% 274M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 235M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.18% 215M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.18% 211M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.18% 206M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.17% 194M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 178M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 178M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.14% 165M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 143M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.12% 140M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.12% 138M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.11% 128M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.11% 123M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 119M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.10% 115M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 114225 events (total: 117179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.01% 25794M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.94% 25703M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.81% 7984M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 6.14% 7200M 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.98% 7004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.25% 3807M 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.85% 3338M 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.84% 3325M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 2472M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.05% 2399M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.64% 1918M 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.60% 1869M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.41% 1656M 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.12% 1313M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.07% 1259M 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.85% 990M org.apache.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.81% 945M 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.77% 902M 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.75% 874M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.68% 793M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.62% 721M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.58% 682M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.50% 589M 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.49% 570M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 540M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.43% 500M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 488M 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.41% 483M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.40% 467M 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.38% 449M 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% 395M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.31% 358M org.apache.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.27% 317M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.24% 282M 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.24% 282M 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():1917 [JIT compiled code] 0.23% 270M 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.21% 243M 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.20% 236M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 235M 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% 223M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.18% 215M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 214M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000005e181a88#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.18% 211M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.18% 206M 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% 191M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [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.15% 178M 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% 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% 143M 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.12% 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 114225 events (total: 117179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.31% 16774M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 14.26% 16708M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.81% 7984M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 6.14% 7200M 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.98% 7004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.43% 6367M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 5.38% 6299M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 2.84% 3325M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.23% 2607M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.10% 2455M 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] 2.05% 2399M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.84% 2154M 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.64% 1918M 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.60% 1869M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.41% 1656M 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.41% 1652M 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.26% 1478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.21% 1421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.81% 945M 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.77% 902M 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.75% 882M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.68% 793M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000005e1f3a88#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.65% 760M 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.0x000000005e1f3a88#merge() [Interpreted code] 0.58% 679M 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.0x000000005e1f3a88#merge() [Interpreted code] 0.55% 648M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.51% 596M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.50% 589M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.50% 588M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 580M 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.47% 552M 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.45% 523M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.43% 500M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.43% 498M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.40% 472M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.38% 449M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.36% 424M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.35% 406M 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():1917 [JIT compiled code] 0.35% 405M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.33% 381M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.31% 359M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.30% 348M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.28% 332M 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.28% 329M 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.27% 317M 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.0x000000005e2092b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 309M 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():1917 [JIT compiled code] 0.24% 282M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.23% 270M 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.0x000000005e2092b8#call() [JIT compiled code] 0.20% 235M 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.19% 226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.19% 223M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 2035.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 114225 events (total: 117179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.31% 16774M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000005e2092b8#call() [JIT compiled code] 14.26% 16708M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000005e2092b8#call() [JIT compiled code] 6.81% 7984M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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] 6.14% 7200M 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.98% 7004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.43% 6367M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.38% 6299M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.84% 3325M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.92% 2253M 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.0x000000005e2092b8#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.84% 2154M 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.0x000000005e1f3a88#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.71% 2000M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.64% 1918M 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.0x000000005e2092b8#call() [JIT compiled code] 1.60% 1869M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.55% 1811M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.41% 1656M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 1478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.21% 1421M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 0.98% 1146M 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.81% 945M 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.77% 902M 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.0x000000005e1f3a88#merge() [Interpreted code] 0.75% 882M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.68% 793M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000005e1f3a88#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.65% 760M 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.0x000000005e1f3a88#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.58% 679M 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.0x000000005e1f3a88#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.52% 606M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.52% 605M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005e2092b8#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.50% 589M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.50% 588M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.50% 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.49% 571M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.45% 523M 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.0x000000005e1f3a88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.43% 500M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 498M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 472M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 449M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 424M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.35% 406M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.35% 405M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.34% 401M 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.33% 390M 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.33% 381M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.30% 348M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.27% 310M 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.0x000000005e2092b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.26% 309M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 306M 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.0x000000005e2092b8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 298M 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.0x000000005e2092b8#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.0x000000005e209810#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.24% 285M 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.24% 282M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.22% 256M 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.0x000000005e2092b8#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.0x000000005e209810#run() [JIT compiled code] 0.21% 243M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] move log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectors.top.log [2026-05-27 06:40:27.083012] took 14397.6 sec [2026-05-27 06:40:27.900786] medIndexVectorsAtClose None [2026-05-27 06:40:27.908786] 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=4193935 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-27 12:17:34 (UTC) Duration: 1363 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 84160343 1683103846 jdk.FileWrite 10418296 284374782 jdk.ObjectAllocationInNewTLAB 352064 7192142 jdk.FileRead 201178 5882167 jdk.BooleanFlag 111412 3677079 jdk.ObjectAllocationOutsideTLAB 54049 995822 jdk.CPULoad 20565 431865 jdk.UnsignedIntFlag 9982 357903 jdk.IntFlag 9016 335363 jdk.StringFlag 7245 285775 jdk.Checkpoint 6188 134863912 jdk.CPUInformation 161 241983 jdk.GCConfiguration 161 4347 jdk.JVMInformation 161 200606 jdk.Metadata 161 17795008 jdk.Compilation 139 3894 jdk.GarbageCollection 41 1072 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84160343 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.17% 31M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 35.07% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 5.84% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.53% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.22% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.23% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.25% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.66% 558910 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.63% 526601 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.57% 482100 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.35% 294607 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 258883 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.30% 249127 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.27% 228165 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.27% 224515 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.24% 205206 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.24% 201956 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.20% 171647 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 166655 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 151894 java.util.Arrays#fill():3144 [Inlined code] 0.18% 149871 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 139654 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.17% 139284 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 135575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 113653 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 110543 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 104033 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.12% 99338 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 98916 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 98191 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 95062 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.09% 79516 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.09% 78698 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 65536 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 59451 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 58781 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 57752 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56929 java.util.Arrays#fill():3143 [Inlined code] 0.07% 56234 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 55450 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.06% 50149 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 49959 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 49129 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 48787 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.06% 48455 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 44904 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 43701 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 41928 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():281 [Inlined code] 0.05% 40515 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.05% 40453 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84160343 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.55% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 35.07% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 5.84% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.26% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.22% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.23% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.25% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.66% 558910 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.57% 482100 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.57% 482012 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.38% 319110 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.35% 294607 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.30% 249127 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 228505 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.27% 228165 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.27% 224515 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.24% 205206 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% 201956 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.24% 200020 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.20% 167738 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.20% 166655 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.19% 161572 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.18% 151894 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.18% 149871 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.16% 135575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 113653 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 104033 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 98916 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% 98191 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 95062 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 93418 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.11% 93350 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 79516 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 65104 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 59451 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.07% 58863 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 58781 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 57752 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 56929 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.07% 56234 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% 55450 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.06% 49126 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.06% 49004 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 48455 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% 47882 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% 46981 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 45351 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 45065 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 44904 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.05% 44295 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84160343 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.07% 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] 34.23% 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] 5.84% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.22% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.09% 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.64% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.31% 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.12% 939253 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.99% 831738 org.apache.lucene.codecs.lucene104.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.66% 557135 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.57% 482100 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.57% 482012 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.45% 381867 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% 319110 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.35% 294604 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.30% 248734 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.26% 216986 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.24% 201956 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.23% 196450 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 167608 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 166655 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% 153483 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% 151894 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.18% 150243 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 135575 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 129276 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.14% 120891 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% 116389 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.14% 113653 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% 110299 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% 106730 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.11% 96090 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% 95062 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.11% 93098 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.11% 90395 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():1917 [JIT compiled code] 0.10% 82785 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% 79516 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.08% 70744 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% 69213 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 64514 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.07% 63111 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% 58109 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% 57386 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 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% 56929 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.07% 55724 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():1917 [JIT compiled code] 0.06% 54417 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 53595 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.06% 49895 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 49009 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.05% 45065 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84160343 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.23% 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 26.84% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 5.84% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.01% 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():1624 [JIT compiled code] 2.54% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.79% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.64% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 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.31% 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.00% 838184 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.99% 831738 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.90% 754392 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.66% 557135 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.57% 482005 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.54% 453943 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.45% 381867 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.36% 306578 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():1624 [JIT compiled code] 0.35% 294604 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.30% 248734 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 216335 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.23% 196450 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.23% 190483 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.20% 167241 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 166655 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% 153483 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% 150243 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000008a1f4870#call() [JIT compiled code] 0.16% 131469 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% 129033 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% 126802 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% 120876 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.14% 116389 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% 106489 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():1624 [JIT compiled code] 0.11% 96090 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% 87691 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.10% 86204 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 85816 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.10% 82785 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% 75602 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.0x000000008a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.08% 70744 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 68910 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 64514 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 64445 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():1624 [JIT compiled code] 0.07% 62764 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% 58109 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% 58104 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% 57126 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 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.06% 54417 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.06% 53595 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [Inlined code] 0.06% 52503 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84160343 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.23% 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x000000008a1f4870#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.44% 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.45% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 3.61% 3M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.01% 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.32% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.79% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [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():1624 [JIT compiled code] 1.54% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.52% 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.31% 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.0x000000008a1f4870#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.00% 838184 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.99% 831738 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a1f4870#call() [JIT compiled code] 0.75% 627852 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 582209 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.66% 557135 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.59% 497857 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.57% 482005 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.46% 389743 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.42% 354615 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.36% 306578 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 235788 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.27% 226129 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.26% 216335 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 190483 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.23% 189514 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% 183686 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.22% 183357 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 166655 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.19% 162992 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.19% 157199 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 153483 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.17% 140831 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000008a1f4870#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.0x000000008a1f4dc8#run() [JIT compiled code] 0.16% 132789 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.16% 131469 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 129033 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.0x000000008a1eec78#merge() [Interpreted code] 0.15% 126802 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.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 120876 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.13% 112334 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.13% 108607 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.13% 107027 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 106489 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.11% 96589 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.11% 96090 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.0x000000008a1eec78#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.10% 87691 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 86204 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 85816 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 82782 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.09% 79423 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.09% 75602 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.0x000000008a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [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/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 406111 events (total: 336216M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.35% 71778M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.05% 57332M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 16.90% 56818M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.32% 21255M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.08% 20431M java.nio.HeapByteBuffer#():75 [Inlined code] 5.64% 18970M perf.LineFileDocs#readVector():212 [Inlined code] 2.81% 9452M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.62% 8810M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.38% 8006M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.52% 5102M java.lang.StringUTF16#compress():212 [Inlined code] 1.51% 5067M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.47% 4955M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.93% 3134M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.93% 3125M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.91% 3045M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.82% 2741M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2452M java.lang.StringUTF16#compress():216 [Inlined code] 0.59% 1972M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.57% 1900M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.54% 1806M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.48% 1597M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.44% 1482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.42% 1427M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 1407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.41% 1381M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.39% 1294M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.36% 1199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1110M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.32% 1080M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 980M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.29% 975M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.24% 814M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 805M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.17% 575M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 537M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 520M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.15% 517M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.14% 477M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 459M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.12% 390M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.11% 371M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 358M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 347M java.util.ArrayList#grow():240 [Inlined code] 0.10% 328M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.09% 319M java.util.ArrayDeque#():179 [Inlined code] 0.09% 316M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 302M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 301M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.08% 284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 263M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 406111 events (total: 336216M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 57332M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.80% 56485M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 12.22% 41082M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 9.13% 30696M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 6.32% 21254M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.08% 20430M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.64% 18970M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.81% 9452M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.62% 8810M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.38% 8006M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.52% 5102M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.51% 5067M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.47% 4955M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.93% 3134M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.93% 3125M org.apache.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.89% 2995M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.82% 2741M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.73% 2452M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.59% 1972M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.54% 1806M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.48% 1597M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1506M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 1482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 1294M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.36% 1199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 1110M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 993M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 980M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 903M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.27% 898M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.26% 879M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.24% 814M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.17% 575M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.16% 523M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 520M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 489M 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% 482M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.13% 423M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 394M 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% 366M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.11% 358M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 347M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.10% 333M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 328M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.10% 327M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.09% 316M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 316M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 307M 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% 301M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 406111 events (total: 336216M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.45% 51955M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.25% 51277M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.98% 36924M 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.81% 29634M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.32% 21254M 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.82% 19568M 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.64% 18970M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.62% 8810M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.38% 8006M 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.68% 5636M 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.60% 5376M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.55% 5207M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.51% 5067M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4584M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.23% 4120M 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.14% 3816M 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% 3354M 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% 2995M 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.82% 2741M 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% 2412M 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% 2163M org.apache.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.59% 1972M 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.48% 1621M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.48% 1601M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.48% 1597M 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% 1506M 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.45% 1503M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.44% 1482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 1407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.39% 1294M 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.36% 1199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.35% 1177M 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.33% 1110M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.32% 1062M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.26% 886M 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():1917 [JIT compiled code] 0.24% 814M 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.20% 675M org.apache.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.19% 628M 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% 606M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.17% 585M 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.17% 579M 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.17% 575M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.16% 547M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 520M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008a13dcb8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.15% 520M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 477M org.apache.lucene.util.hnsw.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.12% 419M 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% 394M 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.10% 347M 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% 328M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 406111 events (total: 336216M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 36924M 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.88% 29839M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.81% 29634M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 8.74% 29391M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.32% 21254M 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():1624 [JIT compiled code] 5.82% 19568M 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.64% 18970M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.89% 16453M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.86% 16338M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.62% 8810M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.66% 5572M 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.51% 5067M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4584M 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.23% 4120M 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.22% 4115M 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.16% 3890M 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.14% 3816M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.03% 3475M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.01% 3396M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.00% 3354M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.81% 2722M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.80% 2695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 2412M 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.59% 1972M 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.52% 1756M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.51% 1702M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 1621M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.48% 1613M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.48% 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] 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% 1544M 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.0x000000008a1e1dd8#merge() [Interpreted code] 0.45% 1504M 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% 1503M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008a1e1dd8#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.43% 1450M 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.42% 1407M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.41% 1376M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.39% 1308M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.37% 1236M 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.0x000000008a1e1dd8#merge() [Interpreted code] 0.36% 1199M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.34% 1157M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 1115M 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():1917 [JIT compiled code] 0.33% 1100M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1062M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a1f4870#call() [JIT compiled code] 0.31% 1036M 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.28% 924M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.27% 917M 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():1917 [JIT compiled code] 0.26% 886M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 872M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.22% 738M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.19% 628M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.19% 623M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.63 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 406111 events (total: 336216M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 36924M 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.88% 29839M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000008a1f4870#call() [JIT compiled code] 8.81% 29634M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a1f4870#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 8.74% 29391M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000008a1f4870#call() [JIT compiled code] 6.32% 21254M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.82% 19568M 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.64% 18970M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.89% 16453M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.86% 16338M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 8810M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.52% 5094M 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.0x000000008a1f4870#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.51% 5067M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4584M 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.23% 4120M 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.0x000000008a1f4870#call() [JIT compiled code] 1.16% 3890M 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.0x000000008a1e1dd8#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.14% 3816M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.03% 3453M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 1.00% 3378M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.00% 3354M 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.0x000000008a1f4870#call() [JIT compiled code] 0.82% 2757M 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.81% 2722M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.80% 2695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.72% 2412M 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.59% 1972M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008a1e1dd8#merge() [Interpreted code] 0.51% 1702M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.50% 1694M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.48% 1621M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 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] 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.47% 1564M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.46% 1544M 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.0x000000008a1e1dd8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.45% 1503M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008a1e1dd8#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.42% 1407M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 1376M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 1308M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.37% 1236M 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.0x000000008a1e1dd8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.36% 1199M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 1115M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 1100M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1091M 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.32% 1079M 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.0x000000008a1f4870#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% 1043M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a1f4870#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.0x000000008a1f4dc8#run() [JIT compiled code] 0.31% 1036M 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.0x000000008a1e1dd8#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.28% 957M 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.28% 924M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.27% 923M 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.27% 917M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 886M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.26% 872M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.19% 628M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.19% 623M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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] move log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-27 09:13:57.889697] took 7107.8 sec [2026-05-27 09:13:57.893668] medIndexVectorsAtClose None [2026-05-27 09:13:57.903553] 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=94869 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 20 Start: 2026-05-27 13:13:58 (UTC) Duration: 190 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5083150 121732846 jdk.CPUTimeSample 3838723 67516450 jdk.FileRead 796629 18912966 jdk.ObjectAllocationInNewTLAB 536310 9415478 jdk.ObjectAllocationOutsideTLAB 134748 2161282 jdk.BooleanFlag 13840 439480 jdk.Compilation 7156 185352 jdk.CPULoad 3456 68516 jdk.UnsignedIntFlag 1240 42910 jdk.IntFlag 1120 40260 jdk.Checkpoint 1075 33607275 jdk.StringFlag 900 33875 jdk.GarbageCollection 49 1163 jdk.CPUInformation 20 30035 jdk.GCConfiguration 20 515 jdk.JVMInformation 20 22295 jdk.Metadata 20 2210536 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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3838723 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.60% 253279 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 6.10% 233987 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.29% 203120 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.82% 146577 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.55% 136450 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.30% 126821 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.66% 102301 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.56% 98080 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.51% 96371 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.76% 67634 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.51% 58125 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.49% 57169 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.43% 55060 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.38% 53074 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.36% 52089 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.18% 45427 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.03% 39377 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.02% 39319 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.02% 39074 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.02% 39010 java.lang.Character#toChars():9872 [Inlined code] 0.99% 38101 java.lang.Character#codePointAt():9662 [Inlined code] 0.95% 36537 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.87% 33466 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.72% 27799 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.72% 27620 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.69% 26324 java.lang.ThreadLocal#get():171 [Inlined code] 0.67% 25907 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.67% 25549 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.64% 24663 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.61% 23241 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.59% 22554 java.lang.Character#toLowerCase():11251 [Inlined code] 0.58% 22270 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.54% 20896 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 20821 java.lang.Character#codePointAt():9665 [Inlined code] 0.53% 20283 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.51% 19502 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 19031 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.49% 18870 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.49% 18618 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.45% 17437 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.45% 17241 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.45% 17119 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.41% 15914 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.41% 15825 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 15792 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.41% 15681 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.40% 15471 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.40% 15258 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.36% 13979 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] 0.35% 13421 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3838723 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.10% 233987 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.81% 146441 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.55% 136450 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.39% 130246 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 3.29% 126442 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.21% 123033 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 2.66% 102301 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.54% 97512 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.51% 96371 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.76% 67634 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.51% 58125 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.49% 57144 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.49% 57097 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.43% 54766 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.38% 53074 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.36% 52089 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.35% 51683 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.25% 48124 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.20% 46216 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.18% 45427 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.03% 39376 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.02% 39010 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.95% 36537 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.87% 33466 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.86% 32905 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.72% 27617 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.68% 26058 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.67% 25900 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.67% 25549 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.64% 24663 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.61% 23241 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.58% 22358 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.58% 22270 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.54% 20576 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.51% 19754 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.51% 19433 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.51% 19420 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.49% 18963 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.49% 18860 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.48% 18599 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.45% 17435 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.45% 17273 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.45% 17206 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.45% 17109 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.43% 16543 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.41% 15792 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.41% 15681 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.41% 15566 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.40% 15258 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.36% 13979 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():296 [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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3838723 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.96% 228963 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.81% 146414 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.40% 130595 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():1917 [JIT compiled code] 2.64% 101507 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.50% 95969 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.46% 94540 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.41% 92592 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 2.29% 88042 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 2.01% 77110 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.76% 67634 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.50% 57654 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():1917 [JIT compiled code] 1.49% 57142 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.38% 53074 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():1829 [JIT compiled code] 1.36% 52089 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] 1.24% 47757 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.23% 47393 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.18% 45426 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.16% 44464 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.09% 41705 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.07% 40897 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.02% 39010 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.98% 37584 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.95% 36537 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():1829 [JIT compiled code] 0.91% 34982 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.87% 33459 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():1829 [JIT compiled code] 0.85% 32648 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.72% 27617 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():1917 [JIT compiled code] 0.71% 27319 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.71% 27304 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.68% 25964 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.67% 25900 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():1917 [JIT compiled code] 0.64% 24554 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.62% 23750 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.61% 23241 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.58% 22358 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.58% 22270 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.52% 19932 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% 19754 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():1917 [JIT compiled code] 0.50% 19206 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.49% 18963 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% 18860 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.46% 17826 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.45% 17433 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.45% 17271 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.43% 16543 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.41% 15841 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.41% 15792 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.40% 15465 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% 15258 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():1917 [JIT compiled code] 0.38% 14503 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3838723 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.11% 119519 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 2.88% 110645 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.85% 109441 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 2.46% 94540 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():1829 [JIT compiled code] 2.33% 89290 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 2.21% 84980 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 2.03% 78038 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 2.01% 77110 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.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.79% 68637 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 1.77% 68021 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 1.37% 52602 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 1.26% 48511 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 1.24% 47757 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 1.16% 44464 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.14% 43643 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.09% 41697 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 1.07% 40897 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.95% 36604 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.89% 34125 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.84% 32283 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.81% 31014 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.74% 28550 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.68% 25964 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.67% 25564 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.66% 25523 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.65% 25129 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.64% 24756 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.64% 24554 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.63% 24169 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.62% 23804 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.61% 23409 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.59% 22531 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.58% 22429 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.58% 22264 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.57% 22033 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.57% 21993 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.57% 21732 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.49% 18960 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% 18886 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.47% 18111 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.47% 18109 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.46% 17479 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.45% 17416 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.45% 17357 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.43% 16516 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.42% 16226 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 15202 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.39% 14841 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.38% 14731 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.38% 14666 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3838723 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.83% 108482 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.38% 91469 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.33% 89290 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.21% 84980 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.18% 83615 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.01% 77110 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.0x00000000571e6588#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.99% 76375 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.76% 67414 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.74% 66741 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 1.18% 45377 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.15% 44015 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.12% 42803 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.10% 42246 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.09% 41901 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.01% 38825 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.00% 38421 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.99% 37992 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.96% 36928 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.95% 36526 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.89% 34055 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.83% 31695 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.79% 30461 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.73% 27945 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.72% 27658 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.68% 25964 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.66% 25459 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.65% 25043 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 25010 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 24554 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.63% 24253 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.61% 23605 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 23311 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.59% 22775 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.58% 22429 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.57% 21732 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.56% 21588 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 21412 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.52% 20108 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.49% 18932 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.48% 18522 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.47% 18041 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% 18025 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 17108 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.44% 16839 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.42% 16190 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 15797 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [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.39% 15025 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.38% 14658 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.38% 14487 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.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.33% 12611 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 671026 events (total: 340874M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.52% 52913M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.00% 30671M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.69% 29631M java.lang.StringUTF16#compress():212 [Inlined code] 6.67% 22748M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.49% 22125M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.14% 14123M java.lang.StringUTF16#compress():216 [Inlined code] 3.53% 12036M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.48% 11859M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.28% 11190M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.83% 9660M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.77% 9455M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.25% 7656M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.21% 7546M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.95% 6647M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.81% 6157M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.74% 5936M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.63% 5572M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.52% 5178M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.50% 5124M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.30% 4434M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3992M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.15% 3922M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.89% 3049M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.75% 2541M java.nio.HeapByteBuffer#():75 [Inlined code] 0.63% 2163M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.57% 1949M java.util.ArrayList#grow():240 [Inlined code] 0.57% 1940M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.56% 1924M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.56% 1895M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.51% 1726M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.43% 1454M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.42% 1442M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.42% 1423M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.41% 1412M java.lang.Long#valueOf():1000 [Inlined code] 0.36% 1215M java.util.ArrayDeque#():179 [Inlined code] 0.34% 1153M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.30% 1014M perf.LineFileDocs#intToID():299 [Inlined code] 0.30% 1011M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.29% 987M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.29% 974M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 966M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.28% 961M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.28% 947M java.util.List#of():935 [Inlined code] 0.26% 897M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.25% 861M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.25% 857M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.24% 824M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.24% 816M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.20% 686M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 671026 events (total: 340874M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.49% 52804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.99% 30652M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.69% 29631M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.67% 22748M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.49% 22125M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.14% 14123M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.53% 12030M org.apache.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.24% 11034M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.77% 9455M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.75% 9389M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.70% 9203M 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% 7656M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.21% 7546M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.95% 6647M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.81% 6157M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.74% 5936M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 5572M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.52% 5178M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.50% 5124M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.30% 4434M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3992M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3922M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.88% 2991M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.78% 2655M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.75% 2541M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.63% 2163M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.57% 1949M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.57% 1940M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.51% 1726M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1442M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.42% 1423M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.41% 1412M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.36% 1210M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.34% 1153M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 1062M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.30% 1014M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 1011M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 986M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.29% 974M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 966M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue():88 [JIT compiled code] 0.28% 962M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.28% 961M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 947M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.28% 938M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.27% 932M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 902M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [Inlined code] 0.25% 861M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.24% 827M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [Inlined code] 0.24% 816M perf.LineFileDocs#nextDoc():652 [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.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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 671026 events (total: 340874M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.49% 52804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.89% 30313M 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.84% 26717M 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.49% 22125M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.14% 17533M org.apache.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.11% 14002M 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.22% 10970M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.75% 9374M 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.68% 9140M 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% 7656M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.21% 7546M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.95% 6647M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.81% 6157M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.76% 6003M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.74% 5936M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.68% 5715M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.63% 5572M 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.52% 5178M 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.50% 5124M 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.30% 4434M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3992M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.05% 3571M 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():1917 [JIT compiled code] 0.99% 3388M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.96% 3258M 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.94% 3193M 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.81% 2768M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] 0.78% 2655M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.72% 2456M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000057180570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.63% 2163M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.57% 1949M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.54% 1826M org.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.51% 1726M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1423M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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.40% 1377M 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% 1194M 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.34% 1153M 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% 1099M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.31% 1062M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.30% 1014M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1013M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.30% 1011M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 986M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 974M 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% 966M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue():88 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexDocValue():1592 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1311 [Inlined code] 0.28% 962M 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.28% 961M 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% 947M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.28% 938M 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.27% 934M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 671026 events (total: 340874M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.49% 52804M 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% 26674M 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.49% 22125M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.46% 15216M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 4.11% 14002M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.35% 8027M 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.25% 7656M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.21% 7546M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.88% 6414M 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.76% 6003M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.73% 5889M 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.64% 5576M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.63% 5572M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.62% 5515M 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.0x00000000571e6588#merge() [Interpreted code] 1.55% 5271M org.apache.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.54% 5252M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.50% 5124M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.48% 5059M 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():1917 [JIT compiled code] 1.30% 4434M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 4366M 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():1917 [JIT compiled code] 1.26% 4281M 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.0x00000000571e6588#merge() [Interpreted code] 1.02% 3475M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.96% 3281M 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():1917 [JIT compiled code] 0.96% 3258M 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.94% 3193M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.86% 2939M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.86% 2939M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.82% 2807M 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.80% 2736M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.78% 2668M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.73% 2503M org.apache.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.73% 2479M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.70% 2384M 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.66% 2264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [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.66% 2249M org.apache.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.63% 2163M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000057180570#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.63% 2163M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.63% 2138M org.apache.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.63% 2133M 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% 1886M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1608M 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.47% 1599M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1483M 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.40% 1377M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1251M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] 0.35% 1194M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 0.35% 1183M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.35% 1176M org.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.34% 1153M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 671026 events (total: 340874M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.49% 52804M 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% 26674M 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.49% 22125M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.46% 15216M 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.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 4.11% 14002M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.25% 7656M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.21% 7546M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000571e6588#merge() [Interpreted code] 2.16% 7360M 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.76% 6003M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000571e6588#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.73% 5889M 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.0x00000000571e6588#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.62% 5515M 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.0x00000000571e6588#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.55% 5284M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 5243M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.51% 5157M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 4939M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.36% 4625M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.31% 4465M 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% 4434M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.26% 4281M 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.0x00000000571e6588#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.21% 4133M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.18% 4009M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.01% 3455M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.96% 3258M 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.94% 3193M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 2975M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.86% 2939M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.85% 2898M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.80% 2736M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.71% 2404M 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.69% 2346M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.67% 2270M 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.66% 2264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [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 [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.66% 2249M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.63% 2163M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.63% 2146M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000057180570#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.63% 2138M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.55% 1886M 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.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.51% 1730M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.46% 1575M 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.45% 1550M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1451M 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.42% 1448M 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% 1377M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 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 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.35% 1208M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 [JIT compiled code] 0.35% 1183M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000571e6588#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.34% 1153M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1150M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.33% 1116M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] move log to /l/logs.nightly/2026.05.26.16.53.11/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/nrtIndexMediumDocs.top.log [2026-05-27 09:19:08.003691] took 189.8 sec [2026-05-27 09:19:08.007763] run CheckIndex [2026-05-27 09:19:08.007838] 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.26.16.53.11/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-27 09:27:39.079777] took 511.1 sec [2026-05-27 09:27:39.080990] nrtMedIndexAtClose 24 segments: segments_2: _1a(11.0.0):C450884 _77(11.0.0):C7014385 _1j(11.0.0):C576558 _1v(11.0.0):C719950 _5f(11.0.0):C6783942 _26(11.0.0):C917420 _2f(11.0.0):C752957 _6r(11.0.0):C862507 _8n(11.0.0):C7176073 _8l(11.0.0):C857161 _7k(11.0.0):C114743 _89(11.0.0):C38496 _7s(11.0.0):C86874 _8k(11.0.0):C135091 _8m(11.0.0):C575890 _82(11.0.0):C54530 _83(11.0.0):C51769 _88(11.0.0):C37329 _7r(11.0.0):C89215 _7n(11.0.0):C98301 _87(11.0.0):C37798 _86(11.0.0):C45768 _7o(11.0.0):C97378 _84(11.0.0):C50019 [2026-05-27 09:27:39.081133] 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.26.16.53.11/nrt.log 2>&1 [2026-05-27 09:57:39.908292] took 1800.8 sec [2026-05-27 09:57:39.912704] drop: 476.6 481.7 486.8 493.3 498.6 500.5 503.3 523.1 524.4 527.0 529.3 529.9 530.2 530.3 530.5 530.6 530.9 530.9 531.1 531.1 531.2 531.3 531.3 531.8 531.8 532.4 532.6 532.7 532.9 532.9 532.9 533.1 533.2 533.3 533.9 [2026-05-27 09:57:39.913087] times: 16.9 17.9 18.7 18.9 19.1 19.1 19.2 19.2 19.2 19.5 19.5 19.6 19.6 19.7 19.8 19.9 19.9 20.0 20.1 20.2 20.2 20.3 20.4 20.4 20.4 20.5 20.5 20.6 20.6 20.8 20.8 20.8 20.9 21.0 21.1 21.1 21.1 21.2 21.2 21.3 21.3 21.3 21.4 21.4 21.5 21.5 21.5 21.5 21.5 21.6 21.7 21.8 21.8 21.8 21.8 21.9 21.9 21.9 21.9 21.9 21.9 22.0 22.0 22.1 22.1 22.1 22.1 22.1 22.2 22.2 22.2 22.2 22.2 22.2 22.2 22.3 22.3 22.3 22.3 22.3 22.4 22.4 22.4 22.5 22.5 22.5 22.6 22.7 22.7 22.7 22.7 22.7 22.8 22.9 22.9 22.9 23.0 23.0 23.0 23.1 23.1 23.1 23.1 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.3 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.6 24.6 24.7 24.7 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.1 25.2 25.2 25.3 25.3 25.3 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.8 25.8 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.3 26.3 26.3 26.3 26.4 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.7 26.8 26.8 26.9 26.9 26.9 27.0 27.0 27.0 27.1 27.1 27.2 27.2 27.2 27.2 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.8 27.8 27.8 27.8 27.8 27.8 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.1 28.1 28.1 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.4 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.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.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.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 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.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.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.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.4 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.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.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.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.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.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 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.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.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.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.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.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.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 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.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.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.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.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.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.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.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.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.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.2 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.4 33.4 34.0 34.1 34.2 34.2 34.3 34.3 35.0 35.0 35.1 35.1 35.1 35.6 35.6 35.7 36.0 36.6 37.3 37.5 37.5 37.6 37.7 37.8 38.3 38.4 38.5 38.6 38.7 38.8 39.1 39.2 39.3 39.3 40.5 40.6 41.3 142.6 163.3 163.7 170.1 171.4 189.6 190.5 192.2 202.5 211.5 212.0 216.5 217.1 217.7 217.8 217.9 218.3 218.3 218.6 218.9 219.2 219.6 219.9 220.1 220.1 220.6 220.9 220.9 221.0 221.7 221.9 222.0 222.1 224.0 224.6 224.7 225.1 227.4 227.6 228.4 228.5 228.5 231.7 241.5 241.9 246.2 246.8 247.8 249.7 251.5 251.9 255.6 259.7 261.0 261.6 269.9 271.0 271.4 272.5 273.8 284.2 288.3 291.5 292.3 296.4 296.4 308.8 309.6 312.0 315.0 322.2 323.0 323.3 323.7 329.0 334.2 335.9 336.2 337.0 338.6 338.7 339.0 340.2 341.1 344.0 344.7 345.1 345.8 346.0 346.5 346.6 346.8 346.9 347.2 347.9 348.9 349.5 349.8 350.0 350.5 350.9 351.2 351.3 351.3 351.7 352.3 352.5 352.7 353.3 353.5 353.5 353.8 355.5 357.0 359.9 364.8 376.6 381.4 387.1 388.3 388.5 388.8 389.3 392.0 392.4 401.3 406.4 409.5 409.9 412.2 424.8 427.8 428.1 428.6 428.6 432.7 437.8 440.4 444.3 451.9 453.6 454.0 454.6 456.5 457.0 457.5 458.3 460.3 460.6 460.7 461.5 462.5 462.5 462.7 463.1 463.3 463.7 464.1 464.2 464.5 464.9 465.4 465.5 465.6 466.8 466.8 466.9 467.2 467.9 468.2 468.2 468.2 468.8 469.4 470.0 470.9 471.3 471.9 472.0 473.0 473.0 473.4 475.1 [2026-05-27 09:57:39.913218] NRT reopen time (msec) mean=61.7746 stdDev=99.8780 [2026-05-27 09:57:39.913223] run CheckIndex [2026-05-27 09:57:39.913292] 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.26.16.53.11/checkIndex.nrt.log 2>&1 [2026-05-27 10:06:05.321026] took 505.4 sec [2026-05-27 10:06:06.261155] 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=127403 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-27 14:06:06 (UTC) Duration: 138 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4140986 86359111 jdk.CPUTimeSample 4044088 71315534 jdk.FileRead 624185 14715064 jdk.ObjectAllocationInNewTLAB 380349 6726934 jdk.ObjectAllocationOutsideTLAB 109133 1762316 jdk.BooleanFlag 11072 350892 jdk.Compilation 5919 152424 jdk.CPULoad 2493 49259 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 863 26746497 jdk.StringFlag 720 26855 jdk.GarbageCollection 41 971 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16667 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-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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4044080 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 19.94% 806280 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 9.75% 394390 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 6.00% 242498 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 3.73% 150876 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.00% 121355 java.lang.Character#codePointAtImpl():9670 [Inlined code] 2.51% 101691 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.43% 98271 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.34% 94703 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.15% 87029 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.84% 74588 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.63% 65900 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.31% 52931 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.20% 48614 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.12% 45290 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.07% 43144 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.02% 41098 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.96% 38993 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 0.91% 36931 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.87% 35229 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.83% 33676 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.81% 32814 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.80% 32403 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.77% 31005 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.59% 24003 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.55% 22230 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.52% 20883 java.lang.Character#toChars():9872 [Inlined code] 0.49% 19774 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.47% 19162 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.46% 18580 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.45% 18313 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.40% 16378 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.38% 15176 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.37% 15025 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.37% 14842 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.37% 14824 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.36% 14711 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.34% 13771 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.34% 13611 java.lang.Character#codePointAt():9662 [Inlined code] 0.34% 13559 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.32% 13082 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.31% 12730 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.30% 12281 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.30% 12089 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.29% 11819 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.29% 11801 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.29% 11747 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.29% 11736 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.29% 11685 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.28% 11357 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.27% 10880 java.lang.Character#toLowerCase():11251 [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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4044080 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 19.94% 806279 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 9.75% 394324 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.01% 121925 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 3.00% 121355 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 2.98% 120490 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 2.51% 101688 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.43% 98261 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.34% 94690 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.15% 87029 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.84% 74588 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.64% 66144 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.63% 65899 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.31% 52931 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.20% 48603 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.12% 45290 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.07% 43144 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.01% 41040 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.96% 38985 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 0.91% 36748 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.86% 34823 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.83% 33676 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.80% 32398 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.77% 30996 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.76% 30895 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.73% 29425 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.60% 24412 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.55% 22230 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.52% 20883 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.47% 19160 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.45% 18258 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.42% 17076 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.40% 16378 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.38% 15546 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.38% 15490 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.37% 15145 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.37% 14842 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 14820 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.36% 14688 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.34% 13576 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.34% 13556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.33% 13287 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.31% 12729 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.30% 12277 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.29% 11819 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.29% 11800 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.29% 11721 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] 0.29% 11681 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.28% 11357 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.27% 11045 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.27% 10755 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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4044080 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 19.94% 806278 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 9.75% 394123 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.90% 117247 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] 2.74% 110879 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 2.70% 109060 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 2.48% 100312 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():1917 [JIT compiled code] 2.34% 94628 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.14% 86499 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 1.84% 74587 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.63% 65893 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.27% 51505 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.20% 48603 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():1829 [JIT compiled code] 1.16% 46734 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.15% 46505 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.12% 45266 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():1917 [JIT compiled code] 1.07% 43136 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] 0.96% 38985 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] 0.86% 34820 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():1917 [JIT compiled code] 0.83% 33406 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.80% 32397 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():1917 [JIT compiled code] 0.72% 29221 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.72% 28977 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.66% 26571 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.65% 26359 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.60% 24392 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.55% 22171 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] 0.54% 21866 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.52% 20879 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.48% 19297 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.47% 19150 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.47% 18836 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.45% 18293 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.43% 17326 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.40% 16372 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.38% 15543 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.38% 15490 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.37% 15145 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.37% 14842 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():1917 [JIT compiled code] 0.37% 14820 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.36% 14609 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.35% 14242 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.33% 13537 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.33% 13416 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.33% 13287 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.31% 12726 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.31% 12697 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.30% 12268 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.29% 11800 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():1829 [JIT compiled code] 0.28% 11357 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.28% 11331 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4044080 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 10.34% 418053 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 9.59% 387855 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 4.78% 193473 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 4.73% 191461 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 2.35% 95223 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.31% 93340 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.92% 77797 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.59% 64387 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.37% 55300 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 1.31% 52829 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.27% 51505 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.0x00000000221cb698#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.15% 46427 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.07% 43220 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 1.06% 42989 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 1.05% 42491 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 1.02% 41176 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.83% 33401 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():1829 [JIT compiled code] 0.78% 31536 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.76% 30697 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.75% 30342 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.71% 28807 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.70% 28224 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.67% 27112 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.59% 23911 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.59% 23796 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.58% 23644 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 22743 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.53% 21540 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 21469 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.51% 20672 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.49% 19620 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.48% 19362 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.47% 19025 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 17326 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 16749 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.41% 16571 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.40% 16280 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 16101 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.40% 16038 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.39% 15869 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.38% 15172 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 15145 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.37% 14905 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 14819 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.36% 14576 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.36% 14521 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.34% 13785 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.31% 12605 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.29% 11797 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 11485 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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-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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4044080 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 10.09% 408106 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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] 9.34% 377894 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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] 4.54% 183454 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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] 4.49% 181631 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.35% 95223 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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] 2.31% 93340 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.63% 65798 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.28% 51570 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.27% 51505 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.0x00000000221cb698#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.16% 46722 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.01% 40931 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.00% 40371 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.97% 39051 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.96% 38866 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.85% 34317 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.82% 33041 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.68% 27572 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.67% 26961 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.65% 26266 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.65% 26147 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.62% 25003 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.54% 21689 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.53% 21495 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.51% 20486 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.48% 19546 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 18795 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 18539 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 17519 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 17331 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 17326 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.42% 17187 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.40% 16052 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 15014 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 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.37% 14998 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():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 14819 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.0x00000000221cb698#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.36% 14380 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.36% 14369 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.34% 13577 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.33% 13266 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.32% 13113 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.32% 12820 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.31% 12661 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 12187 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.28% 11512 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.27% 10727 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.25% 9945 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.25% 9908 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.24% 9900 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.24% 9666 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1829 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.24% 9644 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 489456 events (total: 292500M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.44% 45150M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.39% 36252M java.lang.StringUTF16#compress():216 [Inlined code] 8.83% 25835M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.47% 24771M java.lang.StringUTF16#compress():212 [Inlined code] 7.82% 22865M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.94% 20303M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.23% 9442M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.10% 9073M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.81% 8215M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.72% 7952M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.86% 5455M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.85% 5422M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.81% 5307M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5129M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.69% 4953M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.69% 4951M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.63% 4780M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.61% 4713M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.37% 4002M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.27% 3710M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.14% 3340M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.08% 3165M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.99% 2883M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.58% 1699M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.57% 1668M java.nio.HeapByteBuffer#():75 [Inlined code] 0.57% 1655M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.53% 1553M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.53% 1547M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.45% 1309M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.35% 1037M java.util.ArrayList#grow():240 [Inlined code] 0.26% 773M java.util.ArrayDeque#():179 [Inlined code] 0.23% 664M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 536M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 495M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.16% 469M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 394M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.13% 368M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 358M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.12% 342M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.11% 319M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 317M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.10% 303M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.10% 292M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.10% 285M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 273M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.08% 248M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.08% 247M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] 0.08% 240M perf.LineFileDocs#nextDoc():652 [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-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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 489456 events (total: 292500M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.24% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.39% 36252M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.83% 25835M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.47% 24771M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.82% 22865M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.94% 20303M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.23% 9436M org.apache.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.77% 8095M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.72% 7952M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.72% 7951M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.86% 5455M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5422M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.81% 5307M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5129M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.69% 4951M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.63% 4780M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 4780M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.57% 4583M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.24% 3621M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.20% 3503M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.18% 3463M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.14% 3340M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.08% 3165M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.99% 2883M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.57% 1668M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.56% 1638M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.53% 1550M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.53% 1547M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1515M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.38% 1121M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.38% 1099M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.35% 1037M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.26% 773M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.18% 538M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.17% 495M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.16% 469M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 368M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 345M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000221ac400#newInvokeSpecial() [Inlined code] 0.12% 342M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.11% 334M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 319M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.11% 317M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 303M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.10% 292M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.10% 281M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.09% 273M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.09% 273M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 254M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():636 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 489456 events (total: 292500M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.24% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.37% 33247M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.81% 22847M 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.68% 22469M 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.08% 20722M org.apache.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] 6.94% 20303M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.77% 8095M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.72% 7952M 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.72% 7951M 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.86% 5455M 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% 5386M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.81% 5307M 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.75% 5129M 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.69% 4951M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.69% 4932M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.63% 4780M 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.63% 4780M 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.57% 4583M 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.36% 3976M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.29% 3762M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 1.24% 3621M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.20% 3503M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.18% 3463M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.09% 3174M 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():1917 [JIT compiled code] 1.08% 3165M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.98% 2858M 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.89% 2616M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.56% 1638M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.55% 1595M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002213b6d0#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.53% 1560M 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.53% 1550M 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.53% 1547M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1515M 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.46% 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.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.38% 1121M 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.35% 1037M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.26% 773M 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.19% 563M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.18% 538M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.18% 528M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.16% 469M 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.13% 382M 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% 368M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.12% 345M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000221ac400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.12% 342M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.11% 334M 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% 319M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 0.11% 317M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 489456 events (total: 292500M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.24% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.53% 30800M 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.28% 21297M 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.94% 20303M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.39% 9907M 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.12% 9118M org.apache.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.46% 7201M 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.89% 5534M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.84% 5386M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.75% 5126M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.72% 5040M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.70% 4963M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.69% 4951M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.67% 4897M 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.63% 4777M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.56% 4566M 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.50% 4396M 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():1917 [JIT compiled code] 1.42% 4156M 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():1917 [JIT compiled code] 1.36% 3976M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000221cb698#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.20% 3503M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.18% 3463M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3365M 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.0x00000000221cb698#merge() [Interpreted code] 1.14% 3342M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 1.13% 3294M 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():1917 [JIT compiled code] 1.13% 3291M 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.0x00000000221cb698#merge() [Interpreted code] 1.08% 3165M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.05% 3069M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.91% 2651M 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.90% 2622M 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.89% 2616M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.84% 2446M 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.82% 2408M 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.71% 2068M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.61% 1784M 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.59% 1711M 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% 1638M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.54% 1589M 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% 1560M 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.53% 1550M org.apache.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.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1478M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002213b6d0#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.50% 1473M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.48% 1407M org.apache.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.47% 1370M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 1233M org.apache.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.40% 1181M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.40% 1171M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.40% 1169M 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.39% 1134M org.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.36% 1057M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 200.35 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 489456 events (total: 292500M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.24% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.53% 30800M 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.28% 21297M 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.94% 20303M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.39% 9907M 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.0x00000000221cb698#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.07% 6062M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.84% 5386M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000221cb698#merge() [Interpreted code] 1.69% 4951M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.67% 4897M 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.0x00000000221cb698#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.62% 4747M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 4698M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.56% 4553M 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.55% 4536M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 4446M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.49% 4343M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.44% 4221M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.36% 3976M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000221cb698#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.33% 3892M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.20% 3503M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.18% 3463M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3365M 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.0x00000000221cb698#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.13% 3291M 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.0x00000000221cb698#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.08% 3165M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.04% 3055M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.03% 3018M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.02% 2996M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.94% 2749M 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.93% 2719M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.89% 2616M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.84% 2446M 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.68% 1983M 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.62% 1816M 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.58% 1692M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.57% 1672M 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.56% 1638M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000221cb698#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.53% 1560M 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.53% 1550M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.53% 1549M 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.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1478M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002213b6d0#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.48% 1407M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.46% 1336M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.45% 1327M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] 0.45% 1313M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.42% 1233M org.apache.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.40% 1181M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.40% 1171M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.37% 1091M org.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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [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.36% 1061M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.36% 1057M 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] move log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/fastIndexBigDocs.top.log [2026-05-27 10:10:25.268866] took 112.6 sec [2026-05-27 10:10:25.269934] bigIndexAtClose None [2026-05-27 10:10:25.271095] 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=131092 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-27 22:06:43 (UTC) Duration: 11952 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 86069604 1634842713 jdk.FileWrite 15814561 363707784 jdk.FileRead 349969 9721166 jdk.CPULoad 225686 4739406 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 37526 817990 jdk.Checkpoint 35710 99386825 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 231 4171 jdk.Compilation 173 4833 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316512 jdk.Metadata 168 18568704 jdk.GarbageCollection 70 1820 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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86069604 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.05% 40M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 29.70% 25M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 8.58% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 2.45% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 1.70% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.86% 744153 java.util.Arrays#fill():3144 [Inlined code] 0.74% 639488 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.71% 614928 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.56% 483493 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.44% 377663 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.39% 334499 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.36% 307011 java.util.ArrayList#elementData():412 [Inlined code] 0.33% 287524 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.33% 283974 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.32% 277161 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 194431 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.18% 159154 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.16% 141033 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.16% 134499 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.15% 131134 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.14% 123095 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 107849 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.12% 105032 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.10% 85773 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.10% 83198 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 74232 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] 0.08% 72482 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 71218 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.08% 70793 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.08% 65938 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 61911 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 56677 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.07% 56462 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 53931 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] 0.06% 50908 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.06% 49478 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 45677 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 45370 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 43153 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 38334 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 37500 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 37047 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.04% 37011 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 36014 java.util.Arrays#fill():3143 [Inlined code] 0.04% 35586 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.04% 35483 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 34016 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.04% 32871 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 32433 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.04% 32181 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86069604 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.05% 40M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 29.70% 25M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 8.58% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 2.45% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 1.70% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.86% 744153 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.74% 639488 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.71% 614928 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.56% 483493 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.39% 334499 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.36% 306974 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.33% 287524 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.33% 283974 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.32% 277161 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.31% 266293 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.23% 194431 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.18% 159154 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 141033 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.16% 134499 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.15% 131134 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.14% 119866 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% 100794 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 86703 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 78262 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.08% 71330 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 70793 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% 68357 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.08% 65938 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 65857 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.07% 61911 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 50908 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.06% 47937 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():250 [JIT compiled code] 0.05% 45677 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 45370 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 44721 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% 43153 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 41163 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.04% 37500 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 37319 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% 37048 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 37011 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% 36014 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.04% 35483 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 34016 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.04% 33602 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.04% 32741 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 32433 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.04% 31411 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 30504 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% 29249 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [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.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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86069604 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.05% 40M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 29.70% 25M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 8.58% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 2.45% 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.86% 744153 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.72% 622429 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.71% 614928 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.65% 555580 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.62% 530266 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% 483493 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.39% 334499 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.36% 306838 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.34% 296232 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.33% 287164 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.33% 283974 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 265012 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.29% 252927 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.22% 190522 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 155889 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.16% 141033 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% 124342 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.14% 118068 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 95210 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.11% 92743 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] 0.10% 86703 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.10% 83908 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% 74315 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.08% 71010 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 67037 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 62795 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.07% 58749 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 53589 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% 52595 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():1917 [JIT compiled code] 0.06% 50908 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% 45677 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% 45434 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.05% 42482 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.05% 40481 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.04% 37985 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% 36404 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% 36014 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.04% 35483 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.04% 33559 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.04% 33255 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 31612 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 30551 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% 29249 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.03% 29016 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.03% 28153 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():1917 [JIT compiled code] 0.03% 27971 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86069604 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.06% 23M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.25% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.43% 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] 10.12% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 7.46% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.66% 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.45% 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.19% 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.83% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.82% 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.73% 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.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 [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.92% 789213 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.82% 709916 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.81% 693375 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.73% 631401 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.72% 622365 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.69% 590060 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.68% 585273 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.66% 564993 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.65% 555580 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.62% 529508 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] 0.59% 507536 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.56% 483493 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.0x000000007007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.56% 479104 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.33% 287164 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.33% 283076 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.31% 267190 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.31% 265012 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.29% 252927 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.24% 206132 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.20% 170109 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 157520 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% 133186 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% 130917 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.14% 124342 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.14% 118068 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007020afa0#call() [JIT compiled code] 0.13% 111643 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.13% 110256 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.12% 105029 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 95210 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.11% 92743 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 91790 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.11% 90562 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 [JIT compiled code] 0.10% 84757 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.10% 83888 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.10% 83720 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():1624 [JIT compiled code] 0.08% 67037 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.08% 65001 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.07% 62795 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86069604 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.06% 23M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.90% 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.87% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.70% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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] 5.27% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.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():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.97% 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] 1.80% 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.76% 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.67% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.62% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.09% 939422 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.91% 787476 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.87% 751377 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.73% 631401 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.0x000000007020afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.71% 614545 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.70% 603562 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.68% 585859 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.65% 556281 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.65% 555580 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.0x000000007020afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.60% 513429 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.59% 507525 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.58% 499812 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.0x000000007020afa0#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.57% 489996 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.56% 483493 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.0x000000007007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.46% 392563 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.43% 373687 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 299637 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.33% 288223 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.33% 283064 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 279855 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.32% 276294 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 271088 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.31% 267190 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.0x000000007020afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.30% 254229 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.29% 252927 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.0x000000007020afa0#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.29% 248208 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.0x000000007020afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 233067 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 195044 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.21% 180355 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.20% 168881 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.18% 159005 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007020afa0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 158826 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.18% 157048 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.18% 150843 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.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.17% 148341 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.16% 134910 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 133186 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% 130917 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.0x000000007020afa0#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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37754 events (total: 694233M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.64% 101670M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 14.48% 100550M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.12% 35521M java.nio.HeapByteBuffer#():75 [Inlined code] 4.97% 34498M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.86% 33734M perf.LineFileDocs#readVector():212 [Inlined code] 3.04% 21072M java.util.Arrays#copyOf():3478 [Inlined code] 2.98% 20669M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.81% 19528M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.19% 15205M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.11% 14654M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.80% 12526M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.75% 12129M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.58% 10997M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.45% 10093M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.32% 9142M java.util.Arrays#copyOf():3537 [Inlined code] 1.20% 8343M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.18% 8217M java.util.ArrayList#grow():240 [Inlined code] 1.15% 7956M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.10% 7635M java.lang.StringUTF16#compress():212 [Inlined code] 1.07% 7420M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.05% 7255M java.util.HashMap#newNode():1910 [Inlined code] 0.94% 6530M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.93% 6488M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.91% 6304M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.89% 6210M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.81% 5626M java.lang.StringBuilder#toString():478 [Inlined code] 0.78% 5389M org.apache.lucene.document.StringField#():61 [Inlined code] 0.68% 4726M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.64% 4414M java.lang.StringUTF16#compress():216 [Inlined code] 0.63% 4390M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.62% 4326M java.util.HashMap#resize():711 [JIT compiled code] 0.59% 4079M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.54% 3722M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.49% 3422M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.49% 3380M java.lang.Long#valueOf():1000 [Inlined code] 0.48% 3330M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.47% 3268M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.46% 3226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.43% 3018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.42% 2916M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.41% 2856M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.41% 2852M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.41% 2821M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.40% 2757M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] 0.35% 2454M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.34% 2367M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.34% 2342M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.33% 2323M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.33% 2290M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.32% 2222M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37754 events (total: 694233M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.63% 101533M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 13.98% 97026M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 4.97% 34503M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 4.97% 34498M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 4.86% 33734M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.04% 21072M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.98% 20669M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.81% 19528M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 2.19% 15205M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 2.11% 14654M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.80% 12526M 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.75% 12129M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.58% 10997M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.45% 10093M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.32% 9142M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.20% 8343M 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.18% 8217M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.15% 7956M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.10% 7635M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.07% 7420M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.94% 6530M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.93% 6488M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.91% 6304M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.81% 5626M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.68% 4726M org.apache.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.64% 4414M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.59% 4079M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.56% 3882M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.55% 3783M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.54% 3722M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.51% 3523M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.49% 3422M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.48% 3330M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.48% 3298M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.47% 3268M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.46% 3226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.43% 3018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.42% 2912M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.41% 2821M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.40% 2773M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.40% 2757M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.35% 2454M 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.34% 2367M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.34% 2342M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 2323M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 2290M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.32% 2222M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.32% 2205M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] 0.31% 2122M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():636 [Inlined code] 0.30% 2100M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37754 events (total: 694233M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.37% 92802M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.88% 89383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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% 34503M 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.97% 34498M 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.86% 33734M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.04% 21072M 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.81% 19528M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 2.19% 15205M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 2.11% 14654M 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.75% 12129M 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.58% 10997M 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.45% 10093M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.32% 9142M 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.26% 8730M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 8360M 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.20% 8343M 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.18% 8217M 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.10% 7643M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.07% 7420M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 7045M 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.94% 6530M 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.91% 6348M 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.0x000000007004c400#concat() [Inlined code] 0.91% 6313M 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.75% 5213M 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.64% 4414M 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.60% 4165M 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.59% 4079M 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.55% 3783M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.54% 3722M 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.51% 3546M org.apache.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.49% 3422M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.48% 3330M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.48% 3298M 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.46% 3226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.46% 3211M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.43% 3018M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.42% 2924M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] 0.42% 2912M 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.41% 2821M 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.40% 2757M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.39% 2687M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():291 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.37% 2600M 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.36% 2489M 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.35% 2454M 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.34% 2367M 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.34% 2342M 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.34% 2339M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.33% 2323M 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.33% 2311M 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.33% 2290M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37754 events (total: 694233M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.99% 55492M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 7.87% 54666M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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% 34503M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.97% 34498M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 4.86% 33734M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.97% 27558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 3.58% 24823M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.81% 19528M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 2.19% 15205M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.40% 9740M 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.39% 9642M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 1.37% 9541M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 1.32% 9186M 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.20% 8360M 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.20% 8343M 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.07% 7420M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 7045M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.00% 6914M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.99% 6907M 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.94% 6530M 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.91% 6348M 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.0x000000007004c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007004c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.75% 5214M 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.71% 4914M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.68% 4702M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.64% 4414M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.62% 4334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.60% 4165M 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.55% 3787M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.54% 3722M 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.48% 3306M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.48% 3298M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.46% 3211M 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 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.46% 3186M 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 [JIT compiled code] 0.43% 3007M 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.42% 2924M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000701dee80#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] 0.42% 2912M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.42% 2900M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.41% 2878M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.41% 2859M 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.41% 2821M 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.40% 2777M 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.40% 2757M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.39% 2727M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 2687M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():291 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.37% 2536M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.36% 2498M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.36% 2489M 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.36% 2487M 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():1917 [JIT compiled code] 0.35% 2454M 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.34% 2367M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.25 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37754 events (total: 694233M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.99% 55492M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000007020afa0#call() [JIT compiled code] 7.87% 54666M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000007020afa0#call() [JIT compiled code] 4.97% 34503M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.97% 34498M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.86% 33734M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.97% 27558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.58% 24823M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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.81% 19528M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.19% 15205M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.32% 9186M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.20% 8360M 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.20% 8343M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.12% 7791M 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.0x000000007020afa0#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.07% 7420M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 7045M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.00% 6914M 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.0x00000000701dee80#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.99% 6907M 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.0x000000007020afa0#call() [JIT compiled code] 0.94% 6530M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.88% 6084M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.86% 5989M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.75% 5190M 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 [Inlined code] 0.71% 4914M 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():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.68% 4702M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.64% 4414M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.62% 4334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.60% 4165M 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.55% 3787M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.54% 3722M 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.53% 3653M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.51% 3538M 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.0x000000007004c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007004c800#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.50% 3456M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 3306M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.48% 3298M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.46% 3211M 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 [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.0x00000000701dee80#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.46% 3186M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [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% 3007M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.42% 2912M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2909M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000701dee80#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.41% 2878M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.41% 2875M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 2859M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 2821M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 2810M 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.0x000000007004c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000007004c800#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.40% 2777M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.40% 2757M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.39% 2727M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.39% 2687M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():291 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.37% 2536M 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():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1333 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1307 [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% 2498M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.36% 2489M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.26.16.53.11/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.26.16.53.11/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.26.16.53.11/fixedIndex.top.log [2026-05-27 22:02:11.485375] took 40528.7 sec [2026-05-27 22:02:11.488636] run CheckIndex [2026-05-27 22:02:11.488994] 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.26.16.53.11/checkIndex.fixedIndex.log 2>&1 [2026-05-27 22:08:15.474321] took 364.0 sec [2026-05-27 22:08:15.475404] 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-27 22:08:15.475671] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.26.16.53.11/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.26.16.53.11/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.26.16.53.11/search-tasks.top.log NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.0 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-0.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8826252 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.0 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 422.7 s 53.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.6 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 410.1 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.9 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.9 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.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.0 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.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 426.4 s 53.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.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 416.3 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 416.4 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.8 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.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 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.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 415.0 s 54.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 404.0 s 56.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.13 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-13.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -3026482 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.13 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 421.7 s 53.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.14 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-14.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6401046 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.14 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.8 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.5 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.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.5 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.17 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-17.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9408097 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.17 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 406.1 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.0 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 417.8 s 54.3 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=577441 [2026-05-28 00:26:44.836235] done search (2:18:29.360539) 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.593 1.633 2.5% 4.952 4.954 0.0% 5.240 5.289 0.9% 5.410 5.318 -1.7% 5.424 5.701 5.1% ('And3Terms', None) 1.586 1.610 1.5% 3.179 3.179 -0.0% 3.400 3.437 1.1% 3.517 3.484 -1.0% 3.726 3.664 -1.7% ('AndHighHigh', None) 4.808 4.828 0.4% 6.834 6.908 1.1% 6.985 7.249 3.8% 16.362 7.948 -51.4% 16.990 15.626 -8.0% ('AndHighHighDayTaxoFacets', None) 68.712 69.241 0.8% 129.388 131.685 1.8% 132.384 137.728 4.0% 132.798 139.732 5.2% 176.742 140.380 -20.6% ('AndHighMed', None) 2.194 2.201 0.3% 2.936 2.956 0.7% 3.079 3.196 3.8% 3.179 3.262 2.6% 3.307 3.406 3.0% ('AndHighMedDayTaxoFacets', None) 7.976 7.712 -3.3% 22.352 22.122 -1.0% 23.271 22.583 -3.0% 23.391 23.063 -1.4% 23.445 24.943 6.4% ('AndHighOrMedMed', None) 6.453 6.216 -3.7% 11.723 11.010 -6.1% 12.311 11.365 -7.7% 12.481 11.849 -5.1% 22.428 24.350 8.6% ('AndMedOrHighHigh', None) 4.302 4.300 -0.0% 11.411 11.498 0.8% 11.639 12.444 6.9% 11.839 13.659 15.4% 80.992 58.794 -27.4% ('AndMissingHigh', 'Title') 0.149 0.161 7.9% 0.250 0.263 5.3% 0.415 0.411 -1.1% 0.482 0.462 -4.1% 0.517 0.507 -1.8% ('AndStopWords', None) 5.856 5.901 0.8% 18.712 18.923 1.1% 19.282 19.094 -1.0% 19.282 19.094 -1.0% 20.452 20.197 -1.2% ('BrowseDateSSDVFacets', None) 654.988 652.079 -0.4% 661.775 656.843 -0.7% 732.483 665.879 -9.1% 732.483 665.879 -9.1% 752.656 740.914 -1.6% ('BrowseDateTaxoFacets', None) 138.828 138.706 -0.1% 140.984 140.639 -0.2% 153.352 152.902 -0.3% 153.352 152.902 -0.3% 160.640 154.045 -4.1% ('BrowseDayOfYearSSDVFacets', None) 173.932 173.347 -0.3% 175.518 176.682 0.7% 185.563 184.553 -0.5% 185.563 184.553 -0.5% 186.738 185.536 -0.6% ('BrowseDayOfYearTaxoFacets', None) 138.231 138.054 -0.1% 141.184 140.633 -0.4% 153.324 151.989 -0.9% 153.324 151.989 -0.9% 159.279 153.070 -3.9% ('BrowseMonthSSDVFacets', None) 162.373 161.882 -0.3% 165.210 166.340 0.7% 171.838 171.754 -0.0% 171.838 171.754 -0.0% 173.265 172.111 -0.7% ('BrowseMonthTaxoFacets', None) 148.027 148.460 0.3% 150.225 150.722 0.3% 158.085 158.389 0.2% 158.085 158.389 0.2% 211.633 209.444 -1.0% ('BrowseRandomLabelSSDVFacets', None) 210.120 214.602 2.1% 218.269 220.743 1.1% 232.695 232.530 -0.1% 232.695 232.530 -0.1% 247.380 242.448 -2.0% ('BrowseRandomLabelTaxoFacets', None) 156.732 158.343 1.0% 162.260 166.972 2.9% 167.968 168.621 0.4% 167.968 168.621 0.4% 171.120 170.474 -0.4% ('CombinedAndHighHigh', None) 19.044 17.775 -6.7% 20.252 18.960 -6.4% 21.183 20.744 -2.1% 22.705 21.417 -5.7% 49.942 47.107 -5.7% ('CombinedAndHighMed', None) 3.271 3.201 -2.1% 9.616 8.918 -7.3% 10.224 9.562 -6.5% 10.263 10.232 -0.3% 132.820 130.840 -1.5% ('CombinedOrHighHigh', None) 19.303 17.940 -7.1% 20.739 19.358 -6.7% 22.175 20.827 -6.1% 24.234 23.016 -5.0% 28.319 27.689 -2.2% ('CombinedOrHighMed', None) 3.380 3.286 -2.8% 9.784 9.021 -7.8% 10.326 9.313 -9.8% 10.818 9.320 -13.8% 30.657 27.056 -11.7% ('CombinedTerm', None) 7.077 6.493 -8.3% 13.543 12.423 -8.3% 14.166 12.703 -10.3% 14.375 14.085 -2.0% 28.561 14.226 -50.2% ('CountAndHighHigh', None) 1.820 1.842 1.2% 2.016 2.021 0.3% 2.329 2.248 -3.5% 2.521 3.530 40.0% 5.847 4.252 -27.3% ('CountAndHighMed', None) 1.674 1.703 1.7% 1.969 1.976 0.4% 2.321 2.311 -0.5% 59.987 54.784 -8.7% 98.238 83.981 -14.5% ('CountFilteredIntNRQ', None) 6.652 6.677 0.4% 7.507 7.522 0.2% 7.858 9.411 19.8% 37.132 38.223 2.9% 40.976 41.130 0.4% ('CountFilteredOrHighHigh', None) 4.875 4.888 0.3% 5.084 5.141 1.1% 5.367 5.343 -0.5% 6.149 6.046 -1.7% 20.963 20.947 -0.1% ('CountFilteredOrHighMed', None) 4.363 4.397 0.8% 4.779 4.777 -0.0% 5.007 6.358 27.0% 8.813 7.611 -13.6% 8.879 7.748 -12.7% ('CountFilteredOrMany', None) 17.449 17.590 0.8% 20.495 20.704 1.0% 21.271 21.382 0.5% 21.672 22.859 5.5% 93.199 88.381 -5.2% ('CountFilteredPhrase', None) 11.874 11.946 0.6% 17.369 17.079 -1.7% 18.344 18.086 -1.4% 78.094 26.009 -66.7% 188.648 110.318 -41.5% ('CountOrHighHigh', None) 1.769 1.742 -1.5% 1.971 1.989 0.9% 2.232 2.343 5.0% 2.375 2.421 1.9% 2.452 4.845 97.6% ('CountOrHighMed', None) 1.657 1.656 -0.1% 1.930 1.955 1.3% 2.318 2.690 16.0% 3.091 4.384 41.8% 16.020 14.761 -7.9% ('CountOrMany', None) 15.523 15.729 1.3% 19.104 19.474 1.9% 19.635 20.075 2.2% 22.904 20.760 -9.4% 31.598 25.165 -20.4% ('CountPhrase', None) 38.691 38.776 0.2% 80.505 80.979 0.6% 89.101 90.648 1.7% 90.202 91.156 1.1% 90.295 101.867 12.8% ('CountTerm', None) 0.100 0.102 1.9% 0.159 0.152 -4.8% 0.295 0.303 2.9% 0.339 0.378 11.6% 0.509 0.387 -24.1% ('DismaxOrHighHigh', None) 2.714 2.801 3.2% 6.981 7.102 1.7% 7.429 7.421 -0.1% 11.650 14.200 21.9% 16.178 15.296 -5.4% ('DismaxOrHighMed', None) 2.473 2.500 1.1% 3.034 3.099 2.2% 3.248 3.414 5.1% 3.270 4.938 51.0% 6.285 12.156 93.4% ('DismaxTerm', None) 0.663 0.712 7.3% 0.899 0.945 5.1% 2.441 2.618 7.2% 3.904 9.292 138.0% 11.002 24.621 123.8% ('FilteredAnd2Terms2StopWords', None) 0.988 1.018 3.1% 6.133 6.303 2.8% 6.368 6.575 3.2% 6.447 6.637 3.0% 6.552 9.877 50.8% ('FilteredAnd3Terms', None) 1.477 1.476 -0.1% 2.545 2.505 -1.6% 2.872 2.729 -5.0% 7.042 2.871 -59.2% 15.509 21.205 36.7% ('FilteredAndHighHigh', None) 7.316 7.377 0.8% 7.578 7.657 1.0% 7.796 7.914 1.5% 9.339 8.449 -9.5% 11.316 8.539 -24.5% ('FilteredAndHighMed', None) 2.228 2.185 -1.9% 5.564 5.597 0.6% 5.805 5.842 0.6% 5.846 5.923 1.3% 6.032 6.569 8.9% ('FilteredAndStopWords', None) 8.080 8.455 4.6% 10.135 10.192 0.6% 12.244 11.070 -9.6% 12.244 11.070 -9.6% 101.564 99.357 -2.2% ('FilteredDismaxOrHighHigh', None) 10.153 10.592 4.3% 10.792 11.238 4.1% 12.432 11.490 -7.6% 17.383 25.585 47.2% 31.542 30.355 -3.8% ('FilteredDismaxOrHighMed', None) 3.123 3.310 6.0% 7.258 7.674 5.7% 7.701 8.327 8.1% 7.763 10.422 34.2% 88.569 98.983 11.8% ('FilteredDismaxTerm', None) 3.545 3.654 3.1% 4.801 4.906 2.2% 5.151 5.265 2.2% 6.696 6.381 -4.7% 13.585 6.825 -49.8% ('FilteredIntNRQ', None) 3.193 3.231 1.2% 4.111 4.134 0.6% 4.594 4.560 -0.7% 5.848 6.275 7.3% 56.645 56.811 0.3% ('FilteredOr2Terms2StopWords', None) 3.367 3.420 1.6% 7.204 7.343 1.9% 7.470 7.583 1.5% 7.503 7.957 6.1% 7.540 97.429 1192.1% ('FilteredOr3Terms', None) 4.567 4.620 1.2% 6.058 6.083 0.4% 6.386 6.358 -0.4% 6.654 6.496 -2.4% 59.852 6.549 -89.1% ('FilteredOrHighHigh', None) 7.682 7.674 -0.1% 7.985 8.027 0.5% 8.581 8.296 -3.3% 9.089 10.325 13.6% 158.432 58.481 -63.1% ('FilteredOrHighMed', None) 2.234 2.244 0.4% 5.553 5.545 -0.2% 5.939 5.830 -1.8% 5.982 5.967 -0.3% 30.325 27.181 -10.4% ('FilteredOrMany', None) 31.197 31.345 0.5% 34.211 34.493 0.8% 35.381 36.380 2.8% 36.486 36.602 0.3% 44.208 127.278 187.9% ('FilteredOrStopWords', None) 11.490 11.318 -1.5% 12.015 11.940 -0.6% 12.746 12.612 -1.0% 12.746 12.612 -1.0% 140.292 139.049 -0.9% ('FilteredPhrase', None) 10.864 11.177 2.9% 16.721 17.300 3.5% 19.140 26.497 38.4% 28.651 27.499 -4.0% 35.007 37.231 6.4% ('FilteredPrefix3', None) 1.827 1.821 -0.3% 3.939 4.004 1.6% 4.375 4.426 1.2% 4.572 4.517 -1.2% 6.438 4.709 -26.9% ('FilteredTerm', None) 3.209 3.238 0.9% 4.628 4.635 0.2% 4.898 4.991 1.9% 5.022 5.250 4.5% 10.481 29.985 186.1% ('Fuzzy1', None) 8.909 8.945 0.4% 10.818 10.879 0.6% 11.475 11.607 1.2% 12.592 12.000 -4.7% 37.200 42.468 14.2% ('Fuzzy2', None) 9.941 10.030 0.9% 11.894 12.005 0.9% 13.488 12.777 -5.3% 15.450 13.663 -11.6% 23.591 13.743 -41.7% ('IntNRQ', None) 3.168 3.160 -0.3% 4.055 4.007 -1.2% 4.436 4.400 -0.8% 4.476 6.558 46.5% 7.941 7.033 -11.4% ('IntSet', None) 1.176 1.184 0.6% 1.397 1.367 -2.1% 3.308 3.305 -0.1% 20.424 19.689 -3.6% 27.130 27.306 0.6% ('IntervalsOrdered', None) 35.620 36.400 2.2% 93.915 93.278 -0.7% 95.182 94.092 -1.1% 96.802 98.942 2.2% 116.249 102.461 -11.9% ('MedTermDayTaxoFacets', None) 24.578 24.685 0.4% 29.815 29.864 0.2% 30.575 30.530 -0.1% 30.707 30.564 -0.5% 30.707 30.772 0.2% ('Or2Terms2StopWords', None) 1.747 1.751 0.2% 4.926 5.044 2.4% 5.559 5.477 -1.5% 5.693 5.726 0.6% 36.324 35.155 -3.2% ('Or3Terms', None) 2.126 2.154 1.3% 3.551 3.559 0.2% 3.873 3.906 0.8% 4.541 4.674 2.9% 278.084 264.461 -4.9% ('OrHighHigh', None) 5.142 5.202 1.2% 5.769 5.834 1.1% 6.082 6.159 1.3% 6.123 6.733 10.0% 16.168 18.129 12.1% ('OrHighMed', None) 1.677 1.706 1.7% 2.799 2.869 2.5% 3.090 3.239 4.8% 6.652 8.242 23.9% 8.863 8.754 -1.2% ('OrHighMedDayTaxoFacets', None) 87.039 88.689 1.9% 289.466 294.968 1.9% 292.103 299.118 2.4% 293.484 320.441 9.2% 295.386 395.741 34.0% ('OrHighRare', None) 2.717 2.701 -0.6% 3.028 3.018 -0.4% 3.182 3.307 3.9% 3.189 3.368 5.6% 4.466 3.675 -17.7% ('OrMany', None) 24.582 24.530 -0.2% 27.349 27.489 0.5% 28.960 29.419 1.6% 29.248 31.062 6.2% 30.666 44.767 46.0% ('OrStopWords', None) 5.951 7.868 32.2% 15.493 15.586 0.6% 15.755 15.843 0.6% 15.755 15.843 0.6% 16.523 16.029 -3.0% ('PKLookup',) 2.740 2.723 -0.6% 2.887 2.869 -0.6% 4.168 4.135 -0.8% 5.329 5.973 12.1% 7.923 7.468 -5.7% ('Phrase', None) 14.637 14.730 0.6% 40.068 39.764 -0.8% 42.353 41.687 -1.6% 47.709 59.481 24.7% 59.850 66.732 11.5% ('PostFilteredVectorSearch', None) 1.990 1.957 -1.7% 2.200 2.258 2.6% 6.005 5.119 -14.8% 6.511 6.594 1.3% 6.584 6.626 0.6% ('PreFilteredVectorSearch', None) 5.686 5.820 2.4% 6.283 6.502 3.5% 9.263 9.764 5.4% 83.559 76.394 -8.6% 316.509 306.155 -3.3% ('Prefix3', None) 1.057 1.107 4.8% 3.508 3.582 2.1% 3.998 4.060 1.6% 6.526 11.404 74.7% 95.030 90.167 -5.1% ('Respell',) 14.494 14.494 0.0% 16.995 16.987 -0.0% 18.192 19.451 6.9% 25.909 25.361 -2.1% 31.672 32.431 2.4% ('SloppyPhrase', None) 75.614 78.809 4.2% 199.680 208.546 4.4% 202.231 210.582 4.1% 204.448 210.687 3.1% 260.231 287.114 10.3% ('SpanNear', None) 34.243 34.312 0.2% 92.713 91.944 -0.8% 93.413 93.183 -0.2% 95.026 95.158 0.1% 200.992 211.403 5.2% ('Term', None) 0.839 0.848 1.0% 1.011 1.024 1.4% 1.209 1.150 -4.9% 1.409 1.344 -4.6% 23.952 26.887 12.3% ('TermBGroup1M', None) 50.775 50.698 -0.2% 82.302 82.032 -0.3% 83.495 84.683 1.4% 84.306 84.821 0.6% 85.543 84.891 -0.8% ('TermBGroup1M1P', None) 24.920 24.801 -0.5% 44.297 44.140 -0.4% 44.800 44.801 0.0% 45.016 47.192 4.8% 50.297 49.570 -1.4% ('TermDateFacets', None) 33.422 33.898 1.4% 59.179 59.059 -0.2% 60.606 60.924 0.5% 62.325 61.485 -1.3% 144.568 158.080 9.3% ('TermDateTimeSort', 'DateTime') 3.998 3.999 0.0% 5.747 5.462 -5.0% 6.223 5.931 -4.7% 17.256 20.390 18.2% 72.188 68.546 -5.0% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.562 6.617 0.8% 10.118 10.201 0.8% 10.717 10.697 -0.2% 12.706 12.607 -0.8% 38.832 56.257 44.9% ('TermDayOfYearSort', 'DayOfYear') 2.172 2.219 2.2% 3.328 3.248 -2.4% 3.689 3.800 3.0% 3.891 3.847 -1.1% 25.241 23.215 -8.0% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.242 6.296 0.9% 10.835 10.914 0.7% 11.180 11.125 -0.5% 11.204 11.205 0.0% 11.284 11.523 2.1% ('TermGroup100', None) 56.960 55.829 -2.0% 107.617 107.122 -0.5% 108.755 109.285 0.5% 111.203 109.848 -1.2% 117.342 122.453 4.4% ('TermGroup10K', None) 62.865 63.121 0.4% 108.319 108.292 -0.0% 109.250 110.290 1.0% 110.785 113.382 2.3% 125.699 126.087 0.3% ('TermGroup1M', None) 63.668 63.861 0.3% 112.966 112.787 -0.2% 115.388 115.155 -0.2% 115.988 116.576 0.5% 117.617 120.826 2.7% ('TermMonthSort', 'Month') 0.862 0.899 4.2% 1.050 1.047 -0.3% 1.408 1.198 -14.9% 2.174 1.878 -13.6% 2.523 2.368 -6.1% ('TermMonthSortSkipper', 'Month (skipper)') 5.078 5.175 1.9% 8.940 9.011 0.8% 9.234 9.185 -0.5% 9.803 9.422 -3.9% 61.045 59.639 -2.3% ('TermTitleSort', 'Title') 7.563 7.408 -2.1% 9.133 9.772 7.0% 13.782 20.262 47.0% 60.851 68.497 12.6% 147.560 121.932 -17.4% ('TermTitleSortSkipper', 'Title (skipper)') 6.450 6.552 1.6% 10.172 10.192 0.2% 10.406 10.412 0.1% 11.834 10.527 -11.0% 72.734 71.955 -1.1% ('VectorSearch', None) 2.261 2.107 -6.8% 2.465 2.304 -6.6% 6.373 6.049 -5.1% 6.764 6.611 -2.3% 8.292 8.314 0.3% ('Wildcard', None) 22.796 24.736 8.5% 37.510 38.491 2.6% 47.464 46.026 -3.0% 51.857 52.257 0.8% 86.543 79.201 -8.5% generate vmstat pretties /l/reports.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.26.16.53.11/search-tasks /l/reports.nightly/2026.05.26.16.53.11/fastIndexBigDocs /l/reports.nightly/2026.05.26.16.53.11/fixedIndex /l/reports.nightly/2026.05.26.16.53.11/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.26.16.53.11/nrtIndexMediumDocs /l/reports.nightly/2026.05.26.16.53.11/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 48.26 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 66.54 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.18 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 162.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=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 222.40 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.83 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.63 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 13.61 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 13.88 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=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.18 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: 52.92.0.112, 3.5.65.124, 3.5.66.19, 52.92.20.40, 52.92.20.144, 3.5.66.40, 3.5.72.85, 3.5.74.125 * Trying 52.92.0.112:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.0.112 port 443) from 10.17.4.7 port 39436 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/d8a6c949-8f17-4d63-8eb6-6c132339aa53.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjENr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCICa%2B6H9ID3q4LkrqxrJvBozbc4Qmke68QHSFIXz1dFLzAiByYBP8Ga%2BThiKNm2Jpyzl4a%2FLFHHZAKwDLUy89WJ6ntirDBQij%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMR3Bp%2FNth74mLpLBIKpcFbq0zR8VdbmFbm5wDIlRExzBoePfh%2BeRNovrfpde9AAM0PwM7o1FxbhhRzkNFHEwoNDFALlbycB5oHtxHnzYqkXzankPnpzavc5aQ4ENtnl2RWRYqUhgwni5KPBoXuqpyMR3FXEk9akWjwa0KXtQ5qoBGh3%2FSshPwmAZA0zzPfJ9MzFKnMXUUkbpMMvhshvLcbfSCyhuzQTpaJUWXWXG0WkpJwwynNOWai7DhVPYEf49G2WWKaAgk%2FRGkkOwDrCgHkglbEN8q6%2Fo1UayZq4Xpmno0RbWFQknATI60x%2BEJhyz7Zq2kESoUSpQG3fmTMUtlMK3%2BjRMajZ1kDLtlSxStBhZDxagItD570Db1g62tbhnL1Hs%2FhJ0FOjdqm13OsRyYLqSomsSuYm9fRJQy%2BKGBmfDtFgos0LdNlqxX9BJU0UzgEIa50yvDzuaA3Qf6XEskgpdDLBlI0EqBHcom5ojJTOtgUujhcpHyLCnHz7nk%2BWE75Kr9VGe7H7Zg%2BKtFpn4WqEpinwSzvGu4z3ZtocKyrTHw8x%2FFttxLx%2B%2FPB%2FwF5T6150EgNCXsM4W%2B8D9Q4apAOH2wP%2FGGE50p4b58%2FxTxJHabThQSed7gfUHIVrW2yK0qdNdCyAof%2F0u1jWGeQT75v%2FhMC7kHQa%2B1qhW%2FXNPohC3tfVUGzC19yyo3LDM8JOKsiqJMsOfhgX95NOjnlWXBpAIyvgbvee%2F0GLqZo%2Fjvy222YmzHqvhSfDzgjKIn2bfOQbB9FX5BnsgB1tGlLZVoBKjW8LNDr6DFtNP2xd%2F0zFDjg%2FkxnkF0CH7R43wRbfnk68g%2FIYK8smjnXYz9SQXyGA%2FYDsI24aPPTsQLQ8fS1a%2BKZI7%2FJIrFLJaUVL%2BQYvAMHg6WVrM3MIC53tAGOrIB8KpFE0OxqPuhHIlnBFWeSm%2Bx5%2F84L6bQyrVxyre2Rbp68oj6RVDXmzhuzQ9WkKzqlZLCV2v4Z58pNdkKMiUmSBe3xiudrAIPCtVegCnmb7wRBsfv1WAqiDCgiO%2BBJYu%2Bjp7urC1%2BIev6rgjW186keEO9uFQAai4JDCrYJlJB14yC2qGf1U1GgvsubIeNDKSSB7tR%2Fo0ARYxETH4QCm%2F%2FB%2BdaQntCJ2hqHxIJ2ya2kGFuBw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260528T043943Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPKIX3PGB%2F20260528%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=eede157839d8c1c6aca5221a811a43ae95ae4a7743f9b843ea147837d6e6f798 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429433767 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.5M 0 0 0 1.25M 0 1.17M 05:48 00:01 05:47 1.17M 0 409.5M 0 0 0 2.00M 0 909.9k 07:40 00:02 07:38 910.2k 0 409.5M 0 0 0 2.43M 0 763.6k 09:09 00:03 09:06 763.7k 0 409.5M 0 0 0 2.68M 0 603.8k 11:34 00:04 11:30 603.7k 0 409.5M 0 0 0 2.87M 0 493.9k 14:09 00:05 14:04 493.8k 0 409.5M 0 0 0 3.06M 0 428.8k 16:17 00:07 16:10 297.0k 0 409.5M 0 0 0 3.31M 0 395.8k 17:39 00:08 17:31 212.7k 0 409.5M 0 0 0 3.56M 0 366.9k 19:02 00:09 18:53 172.5k 0 409.5M 0 0 0 3.75M 0 347.0k 20:08 00:11 19:57 167.2k 0 409.5M 0 0 0 4.00M 0 331.9k 21:03 00:12 20:51 180.5k 1 409.5M 0 0 1 4.25M 0 321.8k 21:42 00:13 21:29 195.8k 1 409.5M 0 0 1 4.50M 0 313.8k 22:16 00:14 22:02 198.8k 1 409.5M 0 0 1 4.75M 0 306.2k 22:49 00:15 22:34 204.6k 1 409.5M 0 0 1 5.06M 0 306.2k 22:49 00:16 22:33 229.2k 1 409.5M 0 0 1 5.37M 0 304.6k 22:56 00:18 22:38 245.8k 1 409.5M 0 0 1 5.68M 0 302.2k 23:07 00:19 22:48 256.1k 1 409.5M 0 0 1 5.87M 0 295.6k 23:38 00:20 23:18 248.4k 1 409.5M 0 0 1 6.12M 0 289.8k 24:06 00:21 23:45 244.7k 1 409.5M 0 0 1 6.37M 0 284.3k 24:35 00:22 24:13 222.7k 1 409.5M 0 0 1 6.62M 0 282.2k 24:45 00:24 24:21 214.4k 1 409.5M 0 0 1 6.87M 0 278.5k 25:05 00:25 24:40 202.5k 1 409.5M 0 0 1 7.12M 0 274.2k 25:29 00:26 25:03 204.6k 1 409.5M 0 0 1 7.31M 0 265.0k 26:22 00:28 25:54 183.9k 1 409.5M 0 0 1 7.43M 0 256.2k 27:16 00:29 26:47 160.9k 1 409.5M 0 0 1 7.62M 0 252.9k 27:38 00:30 27:08 149.7k 1 409.5M 0 0 1 7.81M 0 248.9k 28:04 00:32 27:32 139.8k 1 409.5M 0 0 1 7.93M 0 244.4k 28:35 00:33 28:02 125.2k 1 409.5M 0 0 1 8.12M 0 240.2k 29:05 00:34 28:31 130.2k 2 409.5M 0 0 2 8.31M 0 238.0k 29:21 00:35 28:46 148.3k 2 409.5M 0 0 2 8.56M 0 236.7k 29:31 00:37 28:54 155.8k 2 409.5M 0 0 2 8.81M 0 235.9k 29:37 00:38 28:59 167.7k 2 409.5M 0 0 2 9.00M 0 234.0k 29:51 00:39 29:12 177.8k 2 409.5M 0 0 2 9.25M 0 232.8k 30:01 00:40 29:21 190.5k 2 409.5M 0 0 2 9.37M 0 228.7k 30:33 00:41 29:52 175.3k 2 409.5M 0 0 2 9.50M 0 226.0k 30:54 00:43 30:11 160.1k 2 409.5M 0 0 2 9.68M 0 225.2k 31:01 00:44 30:17 154.6k 2 409.5M 0 0 2 9.93M 0 225.2k 31:01 00:45 30:16 165.3k 2 409.5M 0 0 2 10.18M 0 225.0k 31:03 00:46 30:17 168.8k 2 409.5M 0 0 2 10.37M 0 223.7k 31:14 00:47 30:27 185.6k 2 409.5M 0 0 2 10.56M 0 222.6k 31:23 00:48 30:35 195.9k 2 409.5M 0 0 2 10.75M 0 220.9k 31:37 00:49 30:48 188.1k 2 409.5M 0 0 2 10.93M 0 219.5k 31:49 00:51 30:58 175.6k 2 409.5M 0 0 2 11.12M 0 218.6k 31:58 00:52 31:06 167.2k 2 409.5M 0 0 2 11.31M 0 216.6k 32:15 00:53 31:22 160.2k 2 409.5M 0 0 2 11.50M 0 215.4k 32:26 00:54 31:32 157.9k 2 409.5M 0 0 2 11.68M 0 214.8k 32:32 00:55 31:37 162.8k 2 409.5M 0 0 2 11.93M 0 215.3k 32:26 00:56 31:30 178.2k 2 409.5M 0 0 2 12.12M 0 213.1k 32:47 00:58 31:49 166.7k 2 409.5M 0 0 2 12.25M 0 210.8k 33:09 00:59 32:10 159.3k 3 409.5M 0 0 3 12.43M 0 209.8k 33:18 01:00 32:18 159.2k 3 409.5M 0 0 3 12.56M 0 208.1k 33:35 01:01 32:34 146.8k 3 409.5M 0 0 3 12.75M 0 207.2k 33:43 01:02 32:41 133.2k 3 409.5M 0 0 3 12.93M 0 206.1k 33:54 01:04 32:50 138.1k 3 409.5M 0 0 3 13.12M 0 205.0k 34:05 01:05 33:00 148.1k 3 409.5M 0 0 3 13.31M 0 203.4k 34:20 01:06 33:14 142.1k 3 409.5M 0 0 3 13.43M 0 201.8k 34:37 01:08 33:29 141.1k 3 409.5M 0 0 3 13.62M 0 200.4k 34:51 01:09 33:42 135.6k 3 409.5M 0 0 3 13.81M 0 198.7k 35:09 01:11 33:58 130.2k 3 409.5M 0 0 3 14.00M 0 198.3k 35:14 01:12 34:02 133.0k 3 409.5M 0 0 3 14.18M 0 197.1k 35:26 01:13 34:13 133.7k 3 409.5M 0 0 3 14.37M 0 195.6k 35:43 01:15 34:28 135.4k 3 409.5M 0 0 3 14.56M 0 195.1k 35:48 01:16 34:32 140.8k 3 409.5M 0 0 3 14.81M 0 195.2k 35:47 01:17 34:30 156.9k 3 409.5M 0 0 3 15.00M 0 194.5k 35:56 01:18 34:38 152.9k 3 409.5M 0 0 3 15.18M 0 194.0k 36:01 01:20 34:41 158.5k 3 409.5M 0 0 3 15.43M 0 193.9k 36:01 01:21 34:40 174.2k 3 409.5M 0 0 3 15.62M 0 193.0k 36:12 01:22 34:50 168.1k 3 409.5M 0 0 3 15.81M 0 192.3k 36:20 01:24 34:56 156.8k 3 409.5M 0 0 3 16.06M 0 192.4k 36:18 01:25 34:53 167.7k 3 409.5M 0 0 3 16.31M 0 192.7k 36:15 01:26 34:49 176.7k 4 409.5M 0 0 4 16.50M 0 192.3k 36:19 01:27 34:52 171.7k 4 409.5M 0 0 4 16.68M 0 191.6k 36:28 01:29 34:59 173.2k 4 409.5M 0 0 4 16.93M 0 191.6k 36:27 01:30 34:57 183.4k 4 409.5M 0 0 4 17.12M 0 191.2k 36:32 01:31 35:01 174.7k 4 409.5M 0 0 4 17.37M 0 191.6k 36:28 01:32 34:56 175.9k 4 409.5M 0 0 4 17.62M 0 192.0k 36:24 01:33 34:51 186.8k 4 409.5M 0 0 4 17.81M 0 191.7k 36:26 01:35 34:51 193.5k 4 409.5M 0 0 4 18.00M 0 191.2k 36:32 01:36 34:56 184.1k 4 409.5M 0 0 4 18.18M 0 190.7k 36:38 01:37 35:01 182.2k 4 409.5M 0 0 4 18.37M 0 189.8k 36:48 01:39 35:09 164.0k 4 409.5M 0 0 4 18.50M 0 188.9k 36:59 01:40 35:19 142.9k 4 409.5M 0 0 4 18.62M 0 188.1k 37:09 01:41 35:28 132.6k 4 409.5M 0 0 4 18.81M 0 187.8k 37:12 01:42 35:30 134.8k 4 409.5M 0 0 4 19.00M 0 187.5k 37:16 01:43 35:33 136.4k 4 409.5M 0 0 4 19.18M 0 187.4k 37:17 01:44 35:33 145.1k 4 409.5M 0 0 4 19.50M 0 188.2k 37:07 01:46 35:21 176.9k 4 409.5M 0 0 4 19.81M 0 188.9k 36:59 01:47 35:12 202.4k 4 409.5M 0 0 4 20.00M 0 188.8k 37:01 01:48 35:13 205.5k 4 409.5M 0 0 4 20.12M 0 187.8k 37:12 01:49 35:23 193.3k 4 409.5M 0 0 4 20.25M 0 187.0k 37:22 01:50 35:32 179.4k 4 409.5M 0 0 4 20.43M 0 186.6k 37:27 01:52 35:35 157.2k 5 409.5M 0 0 5 20.62M 0 185.9k 37:35 01:53 35:42 134.3k 5 409.5M 0 0 5 20.81M 0 185.4k 37:40 01:54 35:46 129.4k 5 409.5M 0 0 5 21.00M 0 185.0k 37:46 01:56 35:50 137.8k 5 409.5M 0 0 5 21.12M 0 184.3k 37:54 01:57 35:57 139.0k 5 409.5M 0 0 5 21.25M 0 183.7k 38:02 01:58 36:04 132.9k 5 409.5M 0 0 5 21.37M 0 183.0k 38:11 01:59 36:12 128.1k 5 409.5M 0 0 5 21.56M 0 182.8k 38:13 02:00 36:13 130.8k 5 409.5M 0 0 5 21.75M 0 182.1k 38:22 02:02 36:20 126.3k 5 409.5M 0 0 5 21.93M 0 182.1k 38:21 02:03 36:18 139.3k 5 409.5M 0 0 5 22.18M 0 182.4k 38:18 02:04 36:14 157.4k 5 409.5M 0 0 5 22.37M 0 182.4k 38:18 02:05 36:13 170.4k 5 409.5M 0 0 5 22.56M 0 182.4k 38:18 02:06 36:12 175.4k 5 409.5M 0 0 5 22.75M 0 182.4k 38:18 02:07 36:11 189.4k 5 409.5M 0 0 5 22.87M 0 181.5k 38:29 02:09 36:20 168.1k 5 409.5M 0 0 5 23.00M 0 180.4k 38:43 02:10 36:33 139.0k 5 409.5M 0 0 5 23.12M 0 179.8k 38:52 02:11 36:41 125.7k 5 409.5M 0 0 5 23.25M 0 178.1k 39:14 02:13 37:01 99.84k 5 409.5M 0 0 5 23.37M 0 177.4k 39:22 02:14 37:08 91415 5 409.5M 0 0 5 23.56M 0 177.0k 39:28 02:16 37:12 99653 5 409.5M 0 0 5 23.68M 0 176.3k 39:38 02:17 37:21 99.40k 5 409.5M 0 0 5 23.81M 0 175.7k 39:46 02:18 37:28 99.84k 5 409.5M 0 0 5 23.93M 0 175.1k 39:53 02:19 37:34 112.3k 5 409.5M 0 0 5 24.06M 0 174.7k 39:59 02:21 37:38 114.4k 5 409.5M 0 0 5 24.25M 0 174.4k 40:04 02:22 37:42 114.9k 5 409.5M 0 0 5 24.43M 0 174.3k 40:05 02:23 37:42 129.0k 6 409.5M 0 0 6 24.62M 0 174.2k 40:07 02:24 37:43 138.9k 6 409.5M 0 0 6 24.81M 0 174.2k 40:07 02:25 37:42 150.9k 6 409.5M 0 0 6 25.06M 0 174.4k 40:03 02:27 37:36 167.9k 6 409.5M 0 0 6 25.25M 0 174.2k 40:06 02:28 37:38 171.2k 6 409.5M 0 0 6 25.43M 0 174.2k 40:07 02:29 37:38 170.8k 6 409.5M 0 0 6 25.56M 0 173.8k 40:12 02:30 37:42 164.8k 6 409.5M 0 0 6 25.68M 0 173.5k 40:16 02:31 37:45 156.5k 6 409.5M 0 0 6 25.87M 0 173.2k 40:20 02:32 37:48 143.4k 6 409.5M 0 0 6 26.06M 0 172.7k 40:27 02:34 37:53 135.3k 6 409.5M 0 0 6 26.25M 0 172.6k 40:29 02:35 37:54 134.5k 6 409.5M 0 0 6 26.43M 0 172.3k 40:32 02:37 37:55 137.9k 6 409.5M 0 0 6 26.68M 0 172.4k 40:31 02:38 37:53 149.2k 6 409.5M 0 0 6 26.87M 0 172.4k 40:32 02:39 37:53 152.9k 6 409.5M 0 0 6 27.00M 0 171.9k 40:38 02:40 37:58 152.7k 6 409.5M 0 0 6 27.18M 0 171.9k 40:39 02:41 37:58 153.7k 6 409.5M 0 0 6 27.37M 0 171.9k 40:39 02:43 37:56 160.4k 6 409.5M 0 0 6 27.56M 0 171.8k 40:40 02:44 37:56 154.0k 6 409.5M 0 0 6 27.68M 0 171.5k 40:45 02:45 38:00 145.5k 6 409.5M 0 0 6 27.81M 0 171.0k 40:52 02:46 38:06 144.6k 6 409.5M 0 0 6 27.93M 0 170.5k 40:58 02:47 38:11 133.1k 6 409.5M 0 0 6 28.06M 0 169.8k 41:09 02:49 38:20 114.3k 6 409.5M 0 0 6 28.18M 0 169.2k 41:17 02:50 38:27 101.7k 6 409.5M 0 0 6 28.37M 0 169.0k 41:20 02:51 38:29 107.6k 6 409.5M 0 0 6 28.50M 0 168.7k 41:25 02:52 38:33 109.0k 7 409.5M 0 0 7 28.68M 0 168.4k 41:28 02:54 38:34 115.8k 7 409.5M 0 0 7 28.87M 0 168.4k 41:29 02:55 38:34 131.1k 7 409.5M 0 0 7 29.12M 0 168.7k 41:25 02:56 38:29 154.3k 7 409.5M 0 0 7 29.43M 0 169.3k 41:17 02:58 38:19 175.7k 7 409.5M 0 0 7 29.68M 0 169.6k 41:12 02:59 38:13 195.4k 7 409.5M 0 0 7 29.93M 0 170.1k 41:05 03:00 38:05 218.2k 7 409.5M 0 0 7 30.25M 0 170.5k 40:58 03:01 37:57 231.9k 7 409.5M 0 0 7 30.43M 0 170.4k 41:01 03:02 37:59 218.6k 7 409.5M 0 0 7 30.56M 0 170.1k 41:05 03:03 38:02 194.3k 7 409.5M 0 0 7 30.68M 0 169.8k 41:09 03:05 38:04 176.4k 7 409.5M 0 0 7 30.81M 0 169.2k 41:17 03:06 38:11 144.3k 7 409.5M 0 0 7 31.00M 0 169.2k 41:18 03:07 38:11 128.3k 7 409.5M 0 0 7 31.25M 0 169.5k 41:14 03:08 38:06 141.5k 7 409.5M 0 0 7 31.43M 0 169.2k 41:17 03:10 38:07 145.0k 7 409.5M 0 0 7 31.56M 0 168.9k 41:22 03:11 38:11 141.7k 7 409.5M 0 0 7 31.75M 0 168.6k 41:25 03:12 38:13 151.9k 7 409.5M 0 0 7 31.93M 0 168.4k 41:29 03:14 38:15 146.0k 7 409.5M 0 0 7 32.12M 0 168.5k 41:28 03:15 38:13 139.5k 7 409.5M 0 0 7 32.37M 0 168.6k 41:26 03:16 38:10 150.2k 7 409.5M 0 0 7 32.56M 0 168.7k 41:25 03:17 38:08 162.3k 8 409.5M 0 0 8 32.81M 0 169.0k 41:20 03:18 38:02 182.1k 8 409.5M 0 0 8 33.00M 0 169.1k 41:19 03:19 38:00 191.9k 8 409.5M 0 0 8 33.18M 0 169.0k 41:20 03:21 37:59 186.9k 8 409.5M 0 0 8 33.43M 0 169.2k 41:17 03:22 37:55 189.0k 8 409.5M 0 0 8 33.62M 0 169.1k 41:18 03:23 37:55 185.0k 8 409.5M 0 0 8 33.81M 0 169.0k 41:20 03:24 37:56 168.6k 8 409.5M 0 0 8 34.06M 0 169.2k 41:17 03:26 37:51 174.3k 8 409.5M 0 0 8 34.31M 0 169.4k 41:14 03:27 37:47 183.8k 8 409.5M 0 0 8 34.62M 0 169.9k 41:07 03:28 37:39 192.8k 8 409.5M 0 0 8 34.87M 0 170.2k 41:03 03:29 37:34 204.9k 8 409.5M 0 0 8 35.12M 0 170.6k 40:57 03:30 37:27 223.7k 8 409.5M 0 0 8 35.31M 0 170.7k 40:56 03:31 37:25 223.5k 8 409.5M 0 0 8 35.50M 0 170.7k 40:55 03:32 37:23 218.9k 8 409.5M 0 0 8 35.68M 0 170.8k 40:55 03:33 37:22 203.4k 8 409.5M 0 0 8 35.93M 0 171.1k 40:50 03:35 37:15 206.0k 8 409.5M 0 0 8 36.18M 0 171.3k 40:47 03:36 37:11 198.2k 8 409.5M 0 0 8 36.43M 0 171.7k 40:42 03:37 37:05 209.9k 8 409.5M 0 0 8 36.68M 0 172.0k 40:37 03:38 36:59 220.2k 9 409.5M 0 0 9 36.93M 0 172.2k 40:35 03:39 36:56 225.6k 9 409.5M 0 0 9 37.12M 0 172.2k 40:34 03:40 36:54 214.8k 9 409.5M 0 0 9 37.43M 0 172.7k 40:27 03:41 36:46 228.0k 9 409.5M 0 0 9 37.68M 0 173.0k 40:24 03:43 36:41 221.0k 9 409.5M 0 0 9 37.87M 0 173.0k 40:23 03:44 36:39 209.5k 9 409.5M 0 0 9 38.06M 0 172.9k 40:24 03:45 36:39 202.9k 9 409.5M 0 0 9 38.25M 0 172.8k 40:26 03:46 36:40 195.4k 9 409.5M 0 0 9 38.43M 0 172.8k 40:26 03:47 36:39 175.4k 9 409.5M 0 0 9 38.62M 0 172.8k 40:25 03:48 36:37 167.7k 9 409.5M 0 0 9 38.81M 0 172.9k 40:24 03:49 36:35 170.5k 9 409.5M 0 0 9 39.06M 0 173.1k 40:22 03:51 36:31 177.3k 9 409.5M 0 0 9 39.25M 0 172.9k 40:24 03:52 36:32 178.4k 9 409.5M 0 0 9 39.43M 0 172.9k 40:25 03:53 36:32 175.9k 9 409.5M 0 0 9 39.68M 0 173.0k 40:23 03:54 36:29 179.4k 9 409.5M 0 0 9 39.87M 0 172.9k 40:24 03:56 36:28 173.1k 9 409.5M 0 0 9 40.00M 0 172.7k 40:27 03:57 36:30 158.6k 9 409.5M 0 0 9 40.18M 0 172.4k 40:32 03:58 36:34 151.7k 9 409.5M 0 0 9 40.37M 0 172.3k 40:33 03:59 36:34 150.4k 9 409.5M 0 0 9 40.62M 0 172.4k 40:31 04:01 36:30 151.8k 9 409.5M 0 0 9 40.87M 0 172.7k 40:27 04:02 36:25 165.5k 10 409.5M 0 0 10 41.18M 0 173.2k 40:20 04:03 36:17 192.8k 10 409.5M 0 0 10 41.37M 0 173.2k 40:20 04:04 36:16 206.2k 10 409.5M 0 0 10 41.56M 0 173.1k 40:21 04:05 36:16 206.9k 10 409.5M 0 0 10 41.81M 0 173.2k 40:20 04:07 36:13 206.1k 10 409.5M 0 0 10 42.06M 0 173.4k 40:18 04:08 36:10 199.2k 10 409.5M 0 0 10 42.18M 0 173.1k 40:21 04:09 36:12 169.6k 10 409.5M 0 0 10 42.31M 0 172.6k 40:29 04:10 36:19 149.4k 10 409.5M 0 0 10 42.43M 0 172.2k 40:34 04:12 36:22 137.4k 10 409.5M 0 0 10 42.62M 0 172.1k 40:35 04:13 36:22 129.0k 10 409.5M 0 0 10 42.81M 0 172.1k 40:35 04:14 36:21 122.7k 10 409.5M 0 0 10 43.06M 0 172.3k 40:33 04:15 36:18 140.5k 10 409.5M 0 0 10 43.25M 0 172.3k 40:32 04:16 36:16 161.1k 10 409.5M 0 0 10 43.43M 0 172.4k 40:32 04:17 36:15 180.6k 10 409.5M 0 0 10 43.56M 0 171.9k 40:39 04:19 36:20 161.6k 10 409.5M 0 0 10 43.75M 0 171.9k 40:39 04:20 36:19 160.8k 10 409.5M 0 0 10 43.93M 0 171.9k 40:38 04:21 36:17 154.5k 10 409.5M 0 0 10 44.12M 0 171.7k 40:41 04:23 36:18 146.9k 10 409.5M 0 0 10 44.31M 0 171.5k 40:43 04:24 36:19 138.8k 10 409.5M 0 0 10 44.50M 0 171.5k 40:44 04:25 36:19 155.5k 10 409.5M 0 0 10 44.62M 0 171.3k 40:47 04:26 36:21 148.3k 10 409.5M 0 0 10 44.81M 0 171.3k 40:47 04:27 36:20 144.7k 11 409.5M 0 0 11 45.06M 0 171.4k 40:45 04:29 36:16 158.8k 11 409.5M 0 0 11 45.37M 0 171.9k 40:38 04:30 36:08 189.6k 11 409.5M 0 0 11 45.56M 0 172.0k 40:38 04:31 36:07 194.3k 11 409.5M 0 0 11 45.81M 0 172.2k 40:35 04:32 36:03 210.5k 11 409.5M 0 0 11 46.06M 0 172.4k 40:31 04:33 35:58 225.6k 11 409.5M 0 0 11 46.25M 0 172.4k 40:32 04:34 35:58 216.1k 11 409.5M 0 0 11 46.43M 0 172.2k 40:34 04:36 35:58 184.5k 11 409.5M 0 0 11 46.62M 0 172.1k 40:36 04:37 35:59 177.6k 11 409.5M 0 0 11 46.81M 0 172.0k 40:37 04:38 35:59 165.8k 11 409.5M 0 0 11 47.00M 0 172.0k 40:37 04:39 35:58 152.7k 11 409.5M 0 0 11 47.12M 0 171.4k 40:45 04:41 36:04 133.5k 11 409.5M 0 0 11 47.18M 0 171.0k 40:51 04:42 36:09 120.8k 11 409.5M 0 0 11 47.25M 0 170.7k 40:56 04:43 36:13 105.7k 11 409.5M 0 0 11 47.37M 0 170.4k 41:00 04:44 36:16 98402 11 409.5M 0 0 11 47.62M 0 170.5k 40:58 04:45 36:13 104.6k 11 409.5M 0 0 11 47.81M 0 170.6k 40:58 04:46 36:12 126.4k 11 409.5M 0 0 11 48.06M 0 170.8k 40:54 04:47 36:07 160.4k 11 409.5M 0 0 11 48.31M 0 171.0k 40:51 04:49 36:02 188.7k 11 409.5M 0 0 11 48.56M 0 171.0k 40:51 04:50 36:01 199.0k 11 409.5M 0 0 11 48.75M 0 171.0k 40:52 04:51 36:01 191.9k 11 409.5M 0 0 11 48.93M 0 170.8k 40:54 04:53 36:01 183.5k 11 409.5M 0 0 11 49.12M 0 170.7k 40:55 04:54 36:01 165.2k 12 409.5M 0 0 12 49.25M 0 170.4k 41:00 04:55 36:05 142.5k 12 409.5M 0 0 12 49.37M 0 170.1k 41:04 04:57 36:07 130.0k 12 409.5M 0 0 12 49.56M 0 170.0k 41:06 04:58 36:08 127.0k 12 409.5M 0 0 12 49.68M 0 169.7k 41:10 04:59 36:11 118.0k 12 409.5M 0 0 12 49.87M 0 169.7k 41:11 05:00 36:11 120.8k 12 409.5M 0 0 12 50.06M 0 169.7k 41:10 05:02 36:08 135.9k 12 409.5M 0 0 12 50.18M 0 169.4k 41:14 05:03 36:11 135.4k 12 409.5M 0 0 12 50.31M 0 169.2k 41:17 05:04 36:13 128.7k 12 409.5M 0 0 12 50.50M 0 169.2k 41:17 05:05 36:12 146.3k 12 409.5M 0 0 12 50.68M 0 169.1k 41:19 05:06 36:13 140.6k 12 409.5M 0 0 12 50.87M 0 169.1k 41:18 05:07 36:11 140.6k 12 409.5M 0 0 12 51.06M 0 169.0k 41:20 05:09 36:11 149.8k 12 409.5M 0 0 12 51.25M 0 169.0k 41:20 05:10 36:10 160.9k 12 409.5M 0 0 12 51.50M 0 169.2k 41:17 05:11 36:06 179.9k 12 409.5M 0 0 12 51.50M 0 169.2k 41:17 05:11 36:06 169.2k 12 409.5M 0 0 12 51.68M 0 169.2k 41:17 05:12 36:05 155.3k 12 409.5M 0 0 12 51.93M 0 169.5k 41:14 05:13 36:01 199.1k 12 409.5M 0 0 12 52.25M 0 169.9k 41:08 05:14 35:54 227.8k 12 409.5M 0 0 12 52.43M 0 169.9k 41:07 05:15 35:52 217.0k 12 409.5M 0 0 12 52.68M 0 170.1k 41:05 05:17 35:48 215.3k 12 409.5M 0 0 12 53.00M 0 170.4k 41:00 05:18 35:42 237.8k 12 409.5M 0 0 12 53.18M 0 170.4k 41:00 05:19 35:41 222.6k 13 409.5M 0 0 13 53.37M 0 170.5k 40:59 05:20 35:39 202.9k 13 409.5M 0 0 13 53.62M 0 170.6k 40:57 05:21 35:36 206.4k 13 409.5M 0 0 13 53.81M 0 170.5k 40:58 05:23 35:35 196.6k 13 409.5M 0 0 13 53.93M 0 170.4k 41:00 05:24 35:36 168.4k 13 409.5M 0 0 13 54.06M 0 170.2k 41:03 05:25 35:38 156.8k 13 409.5M 0 0 13 54.18M 0 169.9k 41:07 05:26 35:41 140.3k 13 409.5M 0 0 13 54.31M 0 169.8k 41:09 05:27 35:42 124.3k 13 409.5M 0 0 13 54.43M 0 169.6k 41:11 05:28 35:43 115.1k 13 409.5M 0 0 13 54.62M 0 169.5k 41:12 05:29 35:43 122.7k 13 409.5M 0 0 13 54.81M 0 169.6k 41:12 05:30 35:42 136.2k 13 409.5M 0 0 13 55.00M 0 169.5k 41:13 05:32 35:41 145.4k 13 409.5M 0 0 13 55.18M 0 169.5k 41:13 05:33 35:40 152.9k 13 409.5M 0 0 13 55.43M 0 169.7k 41:10 05:34 35:36 175.3k 13 409.5M 0 0 13 55.75M 0 170.1k 41:04 05:35 35:29 205.6k 13 409.5M 0 0 13 56.00M 0 170.3k 41:01 05:36 35:25 212.1k 13 409.5M 0 0 13 56.18M 0 170.3k 41:01 05:37 35:24 222.8k 13 409.5M 0 0 13 56.37M 0 170.1k 41:04 05:39 35:25 205.8k 13 409.5M 0 0 13 56.56M 0 170.1k 41:04 05:40 35:24 191.2k 13 409.5M 0 0 13 56.87M 0 170.4k 41:00 05:41 35:19 185.5k 13 409.5M 0 0 13 57.06M 0 170.5k 40:59 05:42 35:17 179.3k 13 409.5M 0 0 13 57.25M 0 170.5k 40:59 05:43 35:16 178.7k 14 409.5M 0 0 14 57.50M 0 170.7k 40:56 05:44 35:12 204.6k 14 409.5M 0 0 14 57.75M 0 170.8k 40:55 05:46 35:09 211.4k 14 409.5M 0 0 14 57.93M 0 170.8k 40:54 05:47 35:07 192.7k 14 409.5M 0 0 14 58.18M 0 171.0k 40:52 05:48 35:04 199.3k 14 409.5M 0 0 14 58.50M 0 171.2k 40:48 05:49 34:59 214.5k 14 409.5M 0 0 14 58.75M 0 171.3k 40:47 05:51 34:56 207.7k 14 409.5M 0 0 14 59.06M 0 171.6k 40:42 05:52 34:50 221.6k 14 409.5M 0 0 14 59.43M 0 172.2k 40:34 05:53 34:41 253.4k 14 409.5M 0 0 14 59.81M 0 172.7k 40:27 05:54 34:33 274.5k 14 409.5M 0 0 14 60.06M 0 172.8k 40:25 05:55 34:30 263.8k 14 409.5M 0 0 14 60.25M 0 172.7k 40:27 05:57 34:30 252.6k 14 409.5M 0 0 14 60.37M 0 172.3k 40:32 05:58 34:34 211.0k 14 409.5M 0 0 14 60.50M 0 172.2k 40:34 05:59 34:35 173.6k 14 409.5M 0 0 14 60.68M 0 172.3k 40:33 06:00 34:33 145.2k 14 409.5M 0 0 14 60.87M 0 172.2k 40:33 06:01 34:32 138.2k 14 409.5M 0 0 14 61.12M 0 172.4k 40:31 06:02 34:29 153.7k 14 409.5M 0 0 14 61.31M 0 172.4k 40:31 06:03 34:28 178.5k 15 409.5M 0 0 15 61.56M 0 172.6k 40:28 06:05 34:23 198.7k 15 409.5M 0 0 15 61.81M 0 172.8k 40:25 06:06 34:19 210.3k 15 409.5M 0 0 15 62.00M 0 172.8k 40:26 06:07 34:19 208.3k 15 409.5M 0 0 15 62.18M 0 172.7k 40:27 06:08 34:19 191.4k 15 409.5M 0 0 15 62.37M 0 172.6k 40:29 06:09 34:20 181.1k 15 409.5M 0 0 15 62.56M 0 172.5k 40:29 06:11 34:18 167.6k 15 409.5M 0 0 15 62.75M 0 172.5k 40:30 06:12 34:18 153.0k 15 409.5M 0 0 15 62.87M 0 172.4k 40:32 06:13 34:19 146.3k 15 409.5M 0 0 15 63.00M 0 172.1k 40:35 06:14 34:21 138.3k 15 409.5M 0 0 15 63.18M 0 172.2k 40:34 06:15 34:19 147.2k 15 409.5M 0 0 15 63.50M 0 172.5k 40:30 06:16 34:14 168.3k 15 409.5M 0 0 15 63.75M 0 172.6k 40:29 06:18 34:11 176.5k 15 409.5M 0 0 15 64.00M 0 172.7k 40:27 06:19 34:08 192.6k 15 409.5M 0 0 15 64.25M 0 172.8k 40:25 06:20 34:05 217.2k 15 409.5M 0 0 15 64.43M 0 172.8k 40:25 06:21 34:04 211.4k 15 409.5M 0 0 15 64.62M 0 172.8k 40:26 06:22 34:04 192.2k 15 409.5M 0 0 15 64.87M 0 172.9k 40:25 06:24 34:01 193.4k 15 409.5M 0 0 15 65.18M 0 173.2k 40:21 06:25 33:56 203.8k 15 409.5M 0 0 15 65.43M 0 173.3k 40:18 06:26 33:52 205.4k 16 409.5M 0 0 16 65.68M 0 173.6k 40:15 06:27 33:48 222.1k 16 409.5M 0 0 16 66.00M 0 173.8k 40:11 06:28 33:43 243.9k 16 409.5M 0 0 16 66.18M 0 173.8k 40:12 06:29 33:43 237.8k 16 409.5M 0 0 16 66.31M 0 173.7k 40:13 06:30 33:43 210.6k 16 409.5M 0 0 16 66.50M 0 173.5k 40:15 06:32 33:43 185.8k 16 409.5M 0 0 16 66.68M 0 173.5k 40:16 06:33 33:43 169.2k 16 409.5M 0 0 16 66.81M 0 173.2k 40:20 06:34 33:46 133.6k 16 409.5M 0 0 16 66.93M 0 172.9k 40:24 06:36 33:48 119.3k 16 409.5M 0 0 16 67.06M 0 172.7k 40:26 06:37 33:49 117.0k 16 409.5M 0 0 16 67.18M 0 172.6k 40:29 06:38 33:51 111.8k 16 409.5M 0 0 16 67.43M 0 172.7k 40:28 06:39 33:49 121.5k 16 409.5M 0 0 16 67.68M 0 172.8k 40:26 06:41 33:45 146.5k 16 409.5M 0 0 16 68.00M 0 173.1k 40:22 06:42 33:40 182.1k 16 409.5M 0 0 16 68.25M 0 173.2k 40:20 06:43 33:37 203.4k 16 409.5M 0 0 16 68.50M 0 173.3k 40:18 06:44 33:34 224.5k 16 409.5M 0 0 16 68.75M 0 173.5k 40:16 06:45 33:31 229.9k 16 409.5M 0 0 16 69.00M 0 173.6k 40:14 06:46 33:28 229.1k 16 409.5M 0 0 16 69.18M 0 173.6k 40:15 06:48 33:27 209.3k 16 409.5M 0 0 16 69.43M 0 173.7k 40:14 06:49 33:25 204.4k 17 409.5M 0 0 17 69.75M 0 173.9k 40:10 06:50 33:20 212.9k 17 409.5M 0 0 17 70.06M 0 174.2k 40:06 06:51 33:15 220.5k 17 409.5M 0 0 17 70.31M 0 174.4k 40:04 06:52 33:12 226.9k 17 409.5M 0 0 17 70.56M 0 174.5k 40:02 06:53 33:09 238.6k 17 409.5M 0 0 17 70.75M 0 174.5k 40:02 06:55 33:07 235.2k 17 409.5M 0 0 17 70.93M 0 174.5k 40:02 06:56 33:06 218.8k 17 409.5M 0 0 17 71.12M 0 174.5k 40:01 06:57 33:04 202.3k 17 409.5M 0 0 17 71.37M 0 174.6k 40:00 06:58 33:02 193.3k 17 409.5M 0 0 17 71.56M 0 174.6k 40:00 06:59 33:01 184.5k 17 409.5M 0 0 17 71.75M 0 174.6k 40:00 07:00 33:00 184.8k 17 409.5M 0 0 17 71.93M 0 174.7k 40:00 07:01 32:59 187.0k 17 409.5M 0 0 17 72.12M 0 174.6k 40:00 07:02 32:58 181.2k 17 409.5M 0 0 17 72.31M 0 174.4k 40:03 07:04 32:59 160.3k 17 409.5M 0 0 17 72.50M 0 174.4k 40:04 07:05 32:59 154.7k 17 409.5M 0 0 17 72.68M 0 174.3k 40:05 07:06 32:59 150.6k 17 409.5M 0 0 17 72.87M 0 174.3k 40:05 07:08 32:57 148.9k 17 409.5M 0 0 17 73.06M 0 174.2k 40:06 07:09 32:57 146.8k 17 409.5M 0 0 17 73.18M 0 174.0k 40:09 07:10 32:59 143.9k 17 409.5M 0 0 17 73.31M 0 173.8k 40:12 07:11 33:01 135.9k 17 409.5M 0 0 17 73.43M 0 173.7k 40:14 07:12 33:02 129.3k 17 409.5M 0 0 17 73.62M 0 173.6k 40:15 07:14 33:01 125.2k 18 409.5M 0 0 18 73.87M 0 173.7k 40:13 07:15 32:58 136.4k 18 409.5M 0 0 18 74.12M 0 173.8k 40:11 07:16 32:55 162.7k 18 409.5M 0 0 18 74.43M 0 174.1k 40:08 07:17 32:51 192.2k 18 409.5M 0 0 18 74.68M 0 174.1k 40:08 07:19 32:49 204.9k 18 409.5M 0 0 18 74.87M 0 173.9k 40:10 07:20 32:50 195.2k 18 409.5M 0 0 18 75.06M 0 173.8k 40:12 07:22 32:50 181.6k 18 409.5M 0 0 18 75.25M 0 173.7k 40:13 07:23 32:50 167.6k 18 409.5M 0 0 18 75.37M 0 173.6k 40:14 07:24 32:50 144.7k 18 409.5M 0 0 18 75.56M 0 173.5k 40:15 07:25 32:50 135.8k 18 409.5M 0 0 18 75.81M 0 173.6k 40:15 07:27 32:48 149.7k 18 409.5M 0 0 18 76.00M 0 173.4k 40:17 07:28 32:49 147.7k 18 409.5M 0 0 18 76.12M 0 173.2k 40:20 07:29 32:51 139.0k 18 409.5M 0 0 18 76.37M 0 173.3k 40:19 07:31 32:48 151.6k 18 409.5M 0 0 18 76.62M 0 173.3k 40:19 07:32 32:47 157.9k 18 409.5M 0 0 18 76.81M 0 173.3k 40:19 07:33 32:46 156.4k 18 409.5M 0 0 18 77.06M 0 173.4k 40:17 07:34 32:43 174.1k 18 409.5M 0 0 18 77.31M 0 173.6k 40:15 07:36 32:39 196.4k 18 409.5M 0 0 18 77.50M 0 173.6k 40:15 07:37 32:38 195.2k 18 409.5M 0 0 18 77.75M 0 173.7k 40:14 07:38 32:36 203.5k 19 409.5M 0 0 19 77.93M 0 173.7k 40:13 07:39 32:34 206.2k 19 409.5M 0 0 19 78.12M 0 173.7k 40:13 07:40 32:33 197.8k 19 409.5M 0 0 19 78.31M 0 173.7k 40:13 07:41 32:32 188.0k 19 409.5M 0 0 19 78.56M 0 173.8k 40:12 07:42 32:30 192.0k 19 409.5M 0 0 19 78.75M 0 173.7k 40:13 07:44 32:29 178.5k 19 409.5M 0 0 19 78.87M 0 173.6k 40:15 07:45 32:30 162.1k 19 409.5M 0 0 19 79.00M 0 173.4k 40:18 07:46 32:32 146.6k 19 409.5M 0 0 19 79.18M 0 173.3k 40:19 07:47 32:32 140.5k 19 409.5M 0 0 19 79.37M 0 173.3k 40:19 07:48 32:31 134.2k 19 409.5M 0 0 19 79.56M 0 173.2k 40:21 07:50 32:31 131.1k 19 409.5M 0 0 19 79.75M 0 173.1k 40:21 07:51 32:30 141.5k 19 409.5M 0 0 19 79.93M 0 173.0k 40:22 07:52 32:30 148.9k 19 409.5M 0 0 19 80.12M 0 173.0k 40:23 07:54 32:29 152.2k 19 409.5M 0 0 19 80.31M 0 173.0k 40:23 07:55 32:28 150.6k 19 409.5M 0 0 19 80.56M 0 173.0k 40:23 07:56 32:27 161.8k 19 409.5M 0 0 19 80.68M 0 172.8k 40:25 07:57 32:28 151.6k 19 409.5M 0 0 19 80.87M 0 172.8k 40:26 07:59 32:27 152.2k 19 409.5M 0 0 19 81.06M 0 172.8k 40:26 08:00 32:26 155.7k 19 409.5M 0 0 19 81.25M 0 172.7k 40:27 08:01 32:26 152.4k 19 409.5M 0 0 19 81.43M 0 172.6k 40:28 08:02 32:26 144.3k 19 409.5M 0 0 19 81.62M 0 172.5k 40:30 08:04 32:26 147.6k 19 409.5M 0 0 19 81.81M 0 172.5k 40:29 08:05 32:24 154.9k 20 409.5M 0 0 20 82.06M 0 172.6k 40:28 08:06 32:22 160.9k 20 409.5M 0 0 20 82.31M 0 172.7k 40:27 08:07 32:20 170.7k 20 409.5M 0 0 20 82.50M 0 172.7k 40:27 08:09 32:18 176.1k 20 409.5M 0 0 20 82.68M 0 172.7k 40:28 08:10 32:18 185.0k 20 409.5M 0 0 20 82.87M 0 172.7k 40:28 08:11 32:17 183.5k 20 409.5M 0 0 20 83.12M 0 172.8k 40:26 08:12 32:14 186.2k 20 409.5M 0 0 20 83.31M 0 172.7k 40:27 08:13 32:14 174.6k 20 409.5M 0 0 20 83.43M 0 172.6k 40:28 08:14 32:14 166.6k 20 409.5M 0 0 20 83.56M 0 172.4k 40:32 08:16 32:16 149.1k 20 409.5M 0 0 20 83.75M 0 172.3k 40:32 08:17 32:15 146.9k 20 409.5M 0 0 20 84.00M 0 172.5k 40:30 08:18 32:12 149.6k 20 409.5M 0 0 20 84.18M 0 172.5k 40:30 08:19 32:11 155.3k 20 409.5M 0 0 20 84.37M 0 172.5k 40:30 08:20 32:10 161.5k 20 409.5M 0 0 20 84.56M 0 172.4k 40:32 08:22 32:10 171.5k 20 409.5M 0 0 20 84.75M 0 172.3k 40:33 08:23 32:10 169.2k 20 409.5M 0 0 20 84.93M 0 172.3k 40:33 08:24 32:09 153.2k 20 409.5M 0 0 20 85.12M 0 172.2k 40:34 08:25 32:09 151.0k 20 409.5M 0 0 20 85.37M 0 172.3k 40:32 08:27 32:05 160.2k 20 409.5M 0 0 20 85.56M 0 172.3k 40:32 08:28 32:04 170.1k 20 409.5M 0 0 20 85.81M 0 172.5k 40:30 08:29 32:01 188.2k 21 409.5M 0 0 21 86.06M 0 172.6k 40:28 08:30 31:58 207.5k 21 409.5M 0 0 21 86.25M 0 172.6k 40:28 08:31 31:57 208.5k 21 409.5M 0 0 21 86.43M 0 172.4k 40:31 08:33 31:58 181.0k 21 409.5M 0 0 21 86.56M 0 172.2k 40:34 08:34 32:00 162.5k 21 409.5M 0 0 21 86.75M 0 172.2k 40:34 08:35 31:59 148.2k 21 409.5M 0 0 21 86.93M 0 172.2k 40:34 08:36 31:58 139.0k 21 409.5M 0 0 21 87.12M 0 172.1k 40:36 08:38 31:58 131.5k 21 409.5M 0 0 21 87.31M 0 172.0k 40:37 08:39 31:58 139.9k 21 409.5M 0 0 21 87.50M 0 172.0k 40:37 08:40 31:57 155.7k 21 409.5M 0 0 21 87.68M 0 172.0k 40:37 08:41 31:56 157.7k 21 409.5M 0 0 21 87.87M 0 171.9k 40:39 08:43 31:56 146.3k 21 409.5M 0 0 21 88.06M 0 171.8k 40:40 08:44 31:56 149.5k 21 409.5M 0 0 21 88.25M 0 171.8k 40:40 08:45 31:55 149.9k 21 409.5M 0 0 21 88.50M 0 171.8k 40:39 08:47 31:52 156.4k 21 409.5M 0 0 21 88.75M 0 171.9k 40:38 08:48 31:50 165.2k 21 409.5M 0 0 21 89.06M 0 172.1k 40:36 08:49 31:47 188.4k 21 409.5M 0 0 21 89.25M 0 172.0k 40:37 08:51 31:46 190.5k 21 409.5M 0 0 21 89.43M 0 172.0k 40:37 08:52 31:45 195.0k 21 409.5M 0 0 21 89.56M 0 171.9k 40:38 08:53 31:45 182.1k 21 409.5M 0 0 21 89.75M 0 171.9k 40:38 08:54 31:44 170.1k 21 409.5M 0 0 21 89.93M 0 171.9k 40:39 08:55 31:44 150.9k 22 409.5M 0 0 22 90.12M 0 171.8k 40:40 08:57 31:43 149.6k 22 409.5M 0 0 22 90.37M 0 171.9k 40:38 08:58 31:40 160.5k 22 409.5M 0 0 22 90.62M 0 172.0k 40:37 08:59 31:38 175.4k 22 409.5M 0 0 22 90.81M 0 172.0k 40:37 09:00 31:37 181.7k 22 409.5M 0 0 22 91.00M 0 172.0k 40:37 09:01 31:36 184.7k 22 409.5M 0 0 22 91.18M 0 172.0k 40:37 09:02 31:35 196.0k 22 409.5M 0 0 22 91.37M 0 172.0k 40:37 09:03 31:34 183.3k 22 409.5M 0 0 22 91.56M 0 172.1k 40:36 09:04 31:32 179.2k 22 409.5M 0 0 22 91.75M 0 172.0k 40:37 09:06 31:31 170.7k 22 409.5M 0 0 22 91.93M 0 172.0k 40:37 09:07 31:30 173.7k 22 409.5M 0 0 22 92.12M 0 172.0k 40:38 09:08 31:30 165.0k 22 409.5M 0 0 22 92.37M 0 172.0k 40:37 09:09 31:28 171.9k 22 409.5M 0 0 22 92.56M 0 171.9k 40:38 09:11 31:27 161.7k 22 409.5M 0 0 22 92.75M 0 172.0k 40:38 09:12 31:26 167.3k 22 409.5M 0 0 22 93.06M 0 172.2k 40:34 09:13 31:21 187.2k 22 409.5M 0 0 22 93.31M 0 172.3k 40:32 09:14 31:18 206.2k 22 409.5M 0 0 22 93.56M 0 172.4k 40:31 09:15 31:16 209.0k 22 409.5M 0 0 22 93.81M 0 172.5k 40:30 09:16 31:14 224.4k 22 409.5M 0 0 22 94.06M 0 172.6k 40:28 09:17 31:11 237.4k 23 409.5M 0 0 23 94.37M 0 172.9k 40:25 09:18 31:07 239.0k 23 409.5M 0 0 23 94.68M 0 173.1k 40:22 09:20 31:02 245.2k 23 409.5M 0 0 23 94.93M 0 173.2k 40:20 09:21 30:59 254.3k 23 409.5M 0 0 23 95.25M 0 173.4k 40:17 09:22 30:55 266.2k 23 409.5M 0 0 23 95.43M 0 173.4k 40:18 09:23 30:55 247.5k 23 409.5M 0 0 23 95.62M 0 173.3k 40:19 09:24 30:55 214.5k 23 409.5M 0 0 23 95.75M 0 173.2k 40:21 09:26 30:55 183.0k 23 409.5M 0 0 23 95.87M 0 172.9k 40:24 09:27 30:57 147.6k 23 409.5M 0 0 23 96.00M 0 172.8k 40:25 09:28 30:57 122.2k 23 409.5M 0 0 23 96.18M 0 172.8k 40:26 09:29 30:57 122.4k 23 409.5M 0 0 23 96.37M 0 172.8k 40:26 09:30 30:56 125.6k 23 409.5M 0 0 23 96.62M 0 172.9k 40:25 09:32 30:53 143.9k 23 409.5M 0 0 23 96.93M 0 173.0k 40:22 09:33 30:49 184.5k 23 409.5M 0 0 23 97.18M 0 173.1k 40:21 09:34 30:47 200.3k 23 409.5M 0 0 23 97.37M 0 173.1k 40:21 09:35 30:46 201.3k 23 409.5M 0 0 23 97.56M 0 173.1k 40:21 09:36 30:45 206.3k 23 409.5M 0 0 23 97.75M 0 173.1k 40:22 09:38 30:44 192.7k 23 409.5M 0 0 23 97.93M 0 173.1k 40:22 09:39 30:43 177.7k 23 409.5M 0 0 23 98.18M 0 173.2k 40:20 09:40 30:40 180.4k 24 409.5M 0 0 24 98.43M 0 173.3k 40:19 09:41 30:38 188.9k 24 409.5M 0 0 24 98.75M 0 173.5k 40:16 09:42 30:34 207.1k 24 409.5M 0 0 24 99.12M 0 173.8k 40:12 09:43 30:29 246.9k 24 409.5M 0 0 24 99.37M 0 173.9k 40:11 09:45 30:26 251.7k 24 409.5M 0 0 24 99.56M 0 173.8k 40:11 09:46 30:25 236.2k 24 409.5M 0 0 24 99.68M 0 173.6k 40:14 09:47 30:27 206.7k 24 409.5M 0 0 24 99.81M 0 173.5k 40:17 09:49 30:28 171.8k 24 409.5M 0 0 24 100.0M 0 173.4k 40:18 09:50 30:28 137.0k 24 409.5M 0 0 24 100.1M 0 173.3k 40:19 09:51 30:28 120.4k 24 409.5M 0 0 24 100.3M 0 173.3k 40:19 09:52 30:27 121.1k 24 409.5M 0 0 24 100.5M 0 173.3k 40:18 09:53 30:25 146.0k 24 409.5M 0 0 24 100.8M 0 173.5k 40:17 09:54 30:23 174.0k 24 409.5M 0 0 24 101.0M 0 173.4k 40:17 09:56 30:21 176.4k 24 409.5M 0 0 24 101.1M 0 173.4k 40:17 09:57 30:20 184.7k 24 409.5M 0 0 24 101.4M 0 173.5k 40:16 09:58 30:18 192.6k 24 409.5M 0 0 24 101.6M 0 173.6k 40:15 09:59 30:16 195.8k 24 409.5M 0 0 24 101.9M 0 173.7k 40:14 10:00 30:14 195.2k 24 409.5M 0 0 24 102.1M 0 173.7k 40:14 10:01 30:13 201.6k 24 409.5M 0 0 24 102.3M 0 173.7k 40:13 10:03 30:10 207.5k 25 409.5M 0 0 25 102.6M 0 173.9k 40:11 10:04 30:07 215.7k 25 409.5M 0 0 25 102.9M 0 174.0k 40:09 10:05 30:04 222.7k 25 409.5M 0 0 25 103.1M 0 174.2k 40:07 10:06 30:01 225.3k 25 409.5M 0 0 25 103.4M 0 174.2k 40:06 10:07 29:59 233.5k 25 409.5M 0 0 25 103.6M 0 174.3k 40:05 10:09 29:56 228.6k 25 409.5M 0 0 25 103.8M 0 174.2k 40:07 10:10 29:57 205.3k 25 409.5M 0 0 25 104.0M 0 174.2k 40:06 10:11 29:55 190.3k 25 409.5M 0 0 25 104.3M 0 174.2k 40:06 10:12 29:54 179.7k 25 409.5M 0 0 25 104.5M 0 174.2k 40:07 10:14 29:53 168.5k 25 409.5M 0 0 25 104.6M 0 174.2k 40:07 10:15 29:52 163.0k 25 409.5M 0 0 25 104.8M 0 174.2k 40:07 10:16 29:51 173.9k 25 409.5M 0 0 25 105.1M 0 174.4k 40:04 10:17 29:47 210.4k 25 409.5M 0 0 25 105.1M 0 174.4k 40:04 10:17 29:47 174.4k 25 409.5M 0 0 25 105.5M 0 174.7k 40:00 10:18 29:42 338.6k 25 409.5M 0 0 25 105.8M 0 174.7k 39:59 10:19 29:40 261.4k 25 409.5M 0 0 25 105.9M 0 174.6k 40:01 10:21 29:40 214.9k 25 409.5M 0 0 25 106.1M 0 174.5k 40:02 10:22 29:40 187.9k 25 409.5M 0 0 25 106.3M 0 174.4k 40:03 10:23 29:40 179.6k 26 409.5M 0 0 26 106.5M 0 174.4k 40:04 10:25 29:39 146.2k 26 409.5M 0 0 26 106.6M 0 174.3k 40:04 10:26 29:38 138.6k 26 409.5M 0 0 26 106.8M 0 174.2k 40:06 10:27 29:39 141.8k 26 409.5M 0 0 26 107.0M 0 174.1k 40:07 10:29 29:38 140.2k 26 409.5M 0 0 26 107.1M 0 173.9k 40:10 10:30 29:40 126.0k 26 409.5M 0 0 26 107.2M 0 173.8k 40:12 10:31 29:41 119.7k 26 409.5M 0 0 26 107.3M 0 173.7k 40:13 10:32 29:41 111.9k 26 409.5M 0 0 26 107.6M 0 173.8k 40:12 10:33 29:39 125.8k 26 409.5M 0 0 26 107.8M 0 173.8k 40:12 10:35 29:37 142.1k 26 409.5M 0 0 26 108.1M 0 173.9k 40:11 10:36 29:35 169.4k 26 409.5M 0 0 26 108.3M 0 173.9k 40:11 10:38 29:33 181.0k 26 409.5M 0 0 26 108.5M 0 173.8k 40:11 10:39 29:32 183.1k 26 409.5M 0 0 26 108.7M 0 173.8k 40:12 10:40 29:32 176.9k 26 409.5M 0 0 26 108.9M 0 173.8k 40:12 10:41 29:31 170.5k 26 409.5M 0 0 26 109.1M 0 173.7k 40:13 10:42 29:31 160.3k 26 409.5M 0 0 26 109.2M 0 173.6k 40:15 10:44 29:31 144.0k 26 409.5M 0 0 26 109.3M 0 173.5k 40:16 10:45 29:31 139.2k 26 409.5M 0 0 26 109.5M 0 173.4k 40:17 10:46 29:31 129.2k 26 409.5M 0 0 26 109.6M 0 173.3k 40:19 10:47 29:32 118.8k 26 409.5M 0 0 26 109.8M 0 173.2k 40:20 10:48 29:32 119.2k 26 409.5M 0 0 26 110.0M 0 173.2k 40:20 10:50 29:30 127.9k 26 409.5M 0 0 26 110.1M 0 173.1k 40:22 10:51 29:31 127.7k 26 409.5M 0 0 26 110.3M 0 173.1k 40:22 10:52 29:30 136.0k 26 409.5M 0 0 26 110.5M 0 173.0k 40:22 10:53 29:29 148.2k 27 409.5M 0 0 27 110.6M 0 173.0k 40:22 10:54 29:28 151.7k 27 409.5M 0 0 27 110.8M 0 173.1k 40:22 10:55 29:27 158.6k 27 409.5M 0 0 27 111.0M 0 172.9k 40:24 10:57 29:27 158.1k 27 409.5M 0 0 27 111.1M 0 172.8k 40:25 10:58 29:27 147.9k 27 409.5M 0 0 27 111.3M 0 172.7k 40:27 10:59 29:28 136.2k 27 409.5M 0 0 27 111.4M 0 172.6k 40:29 11:00 29:29 124.0k 27 409.5M 0 0 27 111.5M 0 172.5k 40:30 11:02 29:28 114.7k 27 409.5M 0 0 27 111.7M 0 172.5k 40:30 11:03 29:27 124.8k 27 409.5M 0 0 27 112.0M 0 172.6k 40:29 11:04 29:25 144.2k 27 409.5M 0 0 27 112.2M 0 172.7k 40:28 11:05 29:23 166.9k 27 409.5M 0 0 27 112.4M 0 172.7k 40:28 11:06 29:22 181.0k 27 409.5M 0 0 27 112.6M 0 172.7k 40:28 11:07 29:21 190.6k 27 409.5M 0 0 27 112.8M 0 172.7k 40:27 11:08 29:19 191.5k 27 409.5M 0 0 27 113.0M 0 172.6k 40:28 11:10 29:18 179.4k 27 409.5M 0 0 27 113.1M 0 172.6k 40:28 11:11 29:17 167.4k 27 409.5M 0 0 27 113.3M 0 172.6k 40:29 11:12 29:17 165.7k 27 409.5M 0 0 27 113.5M 0 172.6k 40:29 11:13 29:16 162.8k 27 409.5M 0 0 27 113.8M 0 172.7k 40:27 11:14 29:13 172.5k 27 409.5M 0 0 27 114.0M 0 172.8k 40:26 11:15 29:11 190.3k 27 409.5M 0 0 27 114.2M 0 172.8k 40:26 11:16 29:10 192.5k 27 409.5M 0 0 27 114.4M 0 172.8k 40:26 11:17 29:09 197.5k 28 409.5M 0 0 28 114.6M 0 172.9k 40:24 11:18 29:06 215.8k 28 409.5M 0 0 28 114.9M 0 173.0k 40:23 11:20 29:03 206.1k 28 409.5M 0 0 28 115.1M 0 172.9k 40:25 11:21 29:04 183.5k 28 409.5M 0 0 28 115.3M 0 172.8k 40:25 11:23 29:02 177.1k 28 409.5M 0 0 28 115.4M 0 172.7k 40:27 11:24 29:03 161.2k 28 409.5M 0 0 28 115.5M 0 172.6k 40:28 11:25 29:03 139.4k 28 409.5M 0 0 28 115.6M 0 172.5k 40:30 11:26 29:04 121.8k 28 409.5M 0 0 28 115.8M 0 172.4k 40:32 11:27 29:05 116.2k 28 409.5M 0 0 28 116.0M 0 172.3k 40:33 11:29 29:04 113.6k 28 409.5M 0 0 28 116.1M 0 172.2k 40:34 11:30 29:04 121.6k 28 409.5M 0 0 28 116.4M 0 172.3k 40:32 11:31 29:01 143.1k 28 409.5M 0 0 28 116.7M 0 172.5k 40:30 11:32 28:58 173.8k 28 409.5M 0 0 28 117.0M 0 172.7k 40:27 11:33 28:54 207.5k 28 409.5M 0 0 28 117.2M 0 172.6k 40:28 11:35 28:53 214.7k 28 409.5M 0 0 28 117.4M 0 172.6k 40:29 11:36 28:53 213.9k 28 409.5M 0 0 28 117.6M 0 172.6k 40:28 11:37 28:51 204.2k 28 409.5M 0 0 28 117.8M 0 172.7k 40:27 11:38 28:49 192.2k 28 409.5M 0 0 28 118.1M 0 172.7k 40:27 11:40 28:47 177.2k 28 409.5M 0 0 28 118.3M 0 172.8k 40:26 11:41 28:45 190.7k 28 409.5M 0 0 28 118.5M 0 172.8k 40:25 11:42 28:43 202.6k 28 409.5M 0 0 28 118.7M 0 172.8k 40:25 11:43 28:42 197.2k 29 409.5M 0 0 29 118.9M 0 172.8k 40:26 11:44 28:42 186.1k 29 409.5M 0 0 29 119.1M 0 172.8k 40:26 11:45 28:41 175.7k 29 409.5M 0 0 29 119.3M 0 172.7k 40:27 11:47 28:40 159.0k 29 409.5M 0 0 29 119.5M 0 172.7k 40:27 11:48 28:39 157.7k 29 409.5M 0 0 29 119.6M 0 172.6k 40:28 11:49 28:39 150.4k 29 409.5M 0 0 29 119.8M 0 172.5k 40:29 11:51 28:38 146.0k 29 409.5M 0 0 29 120.0M 0 172.6k 40:29 11:52 28:37 151.2k 29 409.5M 0 0 29 120.2M 0 172.5k 40:29 11:53 28:36 155.8k 29 409.5M 0 0 29 120.3M 0 172.4k 40:31 11:54 28:37 141.1k 29 409.5M 0 0 29 120.5M 0 172.3k 40:32 11:56 28:36 140.8k 29 409.5M 0 0 29 120.7M 0 172.3k 40:33 11:57 28:36 143.3k 29 409.5M 0 0 29 120.9M 0 172.2k 40:34 11:58 28:36 136.5k 29 409.5M 0 0 29 121.0M 0 172.0k 40:37 12:00 28:37 118.9k 29 409.5M 0 0 29 121.1M 0 171.8k 40:39 12:01 28:38 115.6k 29 409.5M 0 0 29 121.3M 0 171.7k 40:41 12:03 28:38 110.6k 29 409.5M 0 0 29 121.4M 0 171.7k 40:42 12:04 28:38 105.7k 29 409.5M 0 0 29 121.6M 0 171.6k 40:43 12:05 28:38 104.7k 29 409.5M 0 0 29 121.7M 0 171.5k 40:44 12:06 28:38 114.3k 29 409.5M 0 0 29 121.9M 0 171.5k 40:44 12:07 28:37 130.0k 29 409.5M 0 0 29 122.0M 0 171.4k 40:45 12:08 28:37 134.5k 29 409.5M 0 0 29 122.2M 0 171.4k 40:46 12:10 28:36 136.3k 29 409.5M 0 0 29 122.5M 0 171.4k 40:45 12:11 28:34 151.6k 29 409.5M 0 0 29 122.7M 0 171.5k 40:44 12:12 28:32 172.3k 30 409.5M 0 0 30 123.0M 0 171.5k 40:44 12:14 28:30 174.8k 30 409.5M 0 0 30 123.1M 0 171.5k 40:44 12:15 28:29 176.4k 30 409.5M 0 0 30 123.4M 0 171.6k 40:43 12:16 28:27 192.2k 30 409.5M 0 0 30 123.6M 0 171.6k 40:43 12:17 28:26 190.2k 30 409.5M 0 0 30 123.8M 0 171.6k 40:43 12:18 28:25 178.9k 30 409.5M 0 0 30 124.1M 0 171.7k 40:41 12:20 28:21 189.8k 30 409.5M 0 0 30 124.3M 0 171.7k 40:41 12:21 28:20 196.1k 30 409.5M 0 0 30 124.5M 0 171.6k 40:42 12:22 28:20 179.5k 30 409.5M 0 0 30 124.6M 0 171.6k 40:43 12:23 28:20 167.4k 30 409.5M 0 0 30 124.8M 0 171.4k 40:45 12:25 28:20 152.4k 30 409.5M 0 0 30 124.9M 0 171.3k 40:47 12:26 28:21 129.5k 30 409.5M 0 0 30 125.1M 0 171.3k 40:46 12:27 28:19 127.8k 30 409.5M 0 0 30 125.3M 0 171.4k 40:46 12:28 28:18 143.4k 30 409.5M 0 0 30 125.5M 0 171.4k 40:46 12:30 28:16 147.2k 30 409.5M 0 0 30 125.7M 0 171.4k 40:46 12:31 28:15 161.3k 30 409.5M 0 0 30 125.9M 0 171.3k 40:46 12:32 28:14 173.7k 30 409.5M 0 0 30 126.1M 0 171.4k 40:45 12:33 28:12 178.6k 30 409.5M 0 0 30 126.4M 0 171.5k 40:45 12:34 28:11 182.3k 30 409.5M 0 0 30 126.6M 0 171.5k 40:44 12:36 28:08 187.0k 30 409.5M 0 0 30 126.8M 0 171.5k 40:44 12:37 28:07 187.8k 31 409.5M 0 0 31 127.1M 0 171.6k 40:43 12:38 28:05 197.2k 31 409.5M 0 0 31 127.3M 0 171.6k 40:43 12:39 28:04 192.8k 31 409.5M 0 0 31 127.5M 0 171.7k 40:42 12:40 28:02 195.8k 31 409.5M 0 0 31 127.8M 0 171.7k 40:41 12:41 28:00 201.3k 31 409.5M 0 0 31 128.0M 0 171.8k 40:40 12:43 27:57 212.1k 31 409.5M 0 0 31 128.3M 0 171.9k 40:39 12:44 27:55 213.9k 31 409.5M 0 0 31 128.5M 0 172.0k 40:37 12:45 27:52 225.3k 31 409.5M 0 0 31 128.8M 0 172.0k 40:37 12:46 27:51 220.4k 31 409.5M 0 0 31 129.0M 0 172.1k 40:36 12:47 27:49 216.2k 31 409.5M 0 0 31 129.2M 0 172.1k 40:36 12:48 27:48 211.2k 31 409.5M 0 0 31 129.4M 0 172.1k 40:36 12:50 27:46 196.5k 31 409.5M 0 0 31 129.6M 0 172.1k 40:36 12:51 27:45 184.4k 31 409.5M 0 0 31 129.8M 0 172.2k 40:35 12:52 27:43 189.1k 31 409.5M 0 0 31 130.1M 0 172.2k 40:34 12:53 27:41 191.2k 31 409.5M 0 0 31 130.3M 0 172.3k 40:33 12:54 27:39 193.7k 31 409.5M 0 0 31 130.5M 0 172.2k 40:34 12:56 27:38 191.7k 31 409.5M 0 0 31 130.7M 0 172.2k 40:34 12:57 27:37 186.7k 31 409.5M 0 0 31 130.9M 0 172.1k 40:35 12:58 27:37 168.3k 32 409.5M 0 0 32 131.1M 0 172.1k 40:36 13:00 27:36 156.1k 32 409.5M 0 0 32 131.3M 0 172.1k 40:36 13:01 27:35 151.5k 32 409.5M 0 0 32 131.5M 0 172.1k 40:36 13:02 27:34 157.8k 32 409.5M 0 0 32 131.7M 0 172.1k 40:35 13:03 27:32 166.9k 32 409.5M 0 0 32 132.0M 0 172.2k 40:34 13:04 27:30 185.7k 32 409.5M 0 0 32 132.3M 0 172.4k 40:31 13:05 27:26 217.2k 32 409.5M 0 0 32 132.5M 0 172.5k 40:30 13:06 27:24 229.3k 32 409.5M 0 0 32 132.8M 0 172.6k 40:29 13:07 27:22 240.2k 32 409.5M 0 0 32 133.0M 0 172.5k 40:29 13:09 27:20 229.4k 32 409.5M 0 0 32 133.1M 0 172.5k 40:30 13:10 27:20 213.0k 32 409.5M 0 0 32 133.3M 0 172.5k 40:30 13:11 27:19 183.3k 32 409.5M 0 0 32 133.5M 0 172.5k 40:30 13:12 27:18 170.0k 32 409.5M 0 0 32 133.7M 0 172.4k 40:31 13:14 27:17 154.6k 32 409.5M 0 0 32 133.9M 0 172.5k 40:31 13:15 27:16 160.9k 32 409.5M 0 0 32 134.1M 0 172.5k 40:29 13:16 27:13 174.7k 32 409.5M 0 0 32 134.4M 0 172.6k 40:28 13:17 27:11 191.0k 32 409.5M 0 0 32 134.6M 0 172.7k 40:27 13:18 27:09 205.7k 32 409.5M 0 0 32 134.9M 0 172.8k 40:26 13:19 27:07 224.3k 33 409.5M 0 0 33 135.1M 0 172.9k 40:25 13:20 27:05 235.0k 33 409.5M 0 0 33 135.3M 0 172.9k 40:24 13:21 27:03 224.6k 33 409.5M 0 0 33 135.5M 0 172.8k 40:25 13:22 27:03 205.3k 33 409.5M 0 0 33 135.6M 0 172.8k 40:26 13:24 27:02 180.2k 33 409.5M 0 0 33 135.8M 0 172.7k 40:27 13:25 27:02 161.8k 33 409.5M 0 0 33 136.0M 0 172.6k 40:28 13:26 27:02 137.0k 33 409.5M 0 0 33 136.1M 0 172.6k 40:29 13:27 27:02 130.9k 33 409.5M 0 0 33 136.3M 0 172.5k 40:30 13:29 27:01 126.1k 33 409.5M 0 0 33 136.5M 0 172.4k 40:32 13:30 27:02 125.5k 33 409.5M 0 0 33 136.6M 0 172.3k 40:33 13:31 27:02 117.4k 33 409.5M 0 0 33 136.7M 0 172.2k 40:35 13:33 27:02 117.4k 33 409.5M 0 0 33 136.8M 0 172.1k 40:36 13:34 27:02 109.5k 33 409.5M 0 0 33 137.0M 0 171.9k 40:38 13:35 27:03 103.1k 33 409.5M 0 0 33 137.1M 0 171.7k 40:41 13:37 27:04 95812 33 409.5M 0 0 33 137.1M 0 171.6k 40:43 13:38 27:05 89679 33 409.5M 0 0 33 137.3M 0 171.5k 40:44 13:39 27:05 91162 33 409.5M 0 0 33 137.4M 0 171.4k 40:46 13:40 27:06 89720 33 409.5M 0 0 33 137.6M 0 171.3k 40:47 13:42 27:05 98.05k 33 409.5M 0 0 33 137.8M 0 171.3k 40:47 13:43 27:04 118.2k 33 409.5M 0 0 33 138.0M 0 171.3k 40:47 13:44 27:03 130.3k 33 409.5M 0 0 33 138.1M 0 171.1k 40:49 13:46 27:03 126.0k 33 409.5M 0 0 33 138.1M 0 171.0k 40:51 13:47 27:04 123.2k 33 409.5M 0 0 33 138.3M 0 170.8k 40:54 13:48 27:06 107.9k 33 409.5M 0 0 33 138.4M 0 170.7k 40:56 13:50 27:06 96277 33 409.5M 0 0 33 138.6M 0 170.7k 40:56 13:51 27:05 98446 33 409.5M 0 0 33 138.8M 0 170.7k 40:56 13:52 27:04 108.2k 33 409.5M 0 0 33 139.0M 0 170.6k 40:56 13:53 27:03 124.4k 33 409.5M 0 0 33 139.1M 0 170.6k 40:57 13:55 27:02 143.2k 34 409.5M 0 0 34 139.3M 0 170.5k 40:58 13:56 27:02 149.7k 34 409.5M 0 0 34 139.4M 0 170.5k 40:59 13:57 27:02 144.3k 34 409.5M 0 0 34 139.5M 0 170.3k 41:01 13:58 27:03 125.5k 34 409.5M 0 0 34 139.7M 0 170.3k 41:01 14:00 27:01 123.1k 34 409.5M 0 0 34 139.8M 0 170.2k 41:02 14:01 27:01 117.0k 34 409.5M 0 0 34 140.0M 0 170.2k 41:03 14:02 27:01 125.3k 34 409.5M 0 0 34 140.2M 0 170.2k 41:02 14:03 26:59 136.8k 34 409.5M 0 0 34 140.4M 0 170.2k 41:02 14:04 26:58 155.7k 34 409.5M 0 0 34 140.6M 0 170.3k 41:02 14:05 26:57 167.0k 34 409.5M 0 0 34 140.8M 0 170.2k 41:02 14:07 26:55 170.0k 34 409.5M 0 0 34 141.0M 0 170.2k 41:02 14:08 26:54 172.5k 34 409.5M 0 0 34 141.2M 0 170.2k 41:02 14:09 26:53 170.3k 34 409.5M 0 0 34 141.4M 0 170.2k 41:02 14:10 26:52 171.5k 34 409.5M 0 0 34 141.6M 0 170.3k 41:02 14:11 26:51 168.3k 34 409.5M 0 0 34 141.8M 0 170.3k 41:01 14:12 26:49 181.5k 34 409.5M 0 0 34 142.0M 0 170.3k 41:01 14:13 26:48 184.3k 34 409.5M 0 0 34 142.3M 0 170.4k 41:00 14:15 26:45 190.0k 34 409.5M 0 0 34 142.5M 0 170.4k 41:00 14:16 26:44 196.9k 34 409.5M 0 0 34 142.7M 0 170.4k 40:59 14:17 26:42 197.2k 34 409.5M 0 0 34 143.0M 0 170.5k 40:59 14:18 26:41 197.7k 34 409.5M 0 0 34 143.3M 0 170.6k 40:56 14:19 26:37 216.8k 35 409.5M 0 0 35 143.6M 0 170.9k 40:53 14:20 26:33 241.8k 35 409.5M 0 0 35 143.9M 0 170.9k 40:53 14:22 26:31 241.3k 35 409.5M 0 0 35 144.0M 0 170.8k 40:54 14:23 26:31 227.3k 35 409.5M 0 0 35 144.2M 0 170.8k 40:55 14:24 26:31 210.1k 35 409.5M 0 0 35 144.3M 0 170.7k 40:55 14:25 26:30 179.3k 35 409.5M 0 0 35 144.5M 0 170.7k 40:56 14:27 26:29 145.0k 35 409.5M 0 0 35 144.8M 0 170.7k 40:55 14:28 26:27 146.9k 35 409.5M 0 0 35 145.0M 0 170.8k 40:54 14:29 26:25 168.6k 35 409.5M 0 0 35 145.2M 0 170.8k 40:54 14:30 26:24 173.4k 35 409.5M 0 0 35 145.4M 0 170.8k 40:54 14:31 26:23 185.1k 35 409.5M 0 0 35 145.6M 0 170.9k 40:53 14:32 26:21 203.2k 35 409.5M 0 0 35 146.0M 0 171.0k 40:51 14:33 26:18 219.2k 35 409.5M 0 0 35 146.3M 0 171.3k 40:48 14:34 26:14 239.4k 35 409.5M 0 0 35 146.7M 0 171.4k 40:45 14:36 26:09 273.9k 35 409.5M 0 0 35 146.9M 0 171.4k 40:45 14:37 26:08 270.8k 35 409.5M 0 0 35 147.1M 0 171.5k 40:45 14:38 26:07 255.3k 35 409.5M 0 0 35 147.3M 0 171.5k 40:45 14:39 26:06 231.8k 36 409.5M 0 0 36 147.5M 0 171.5k 40:44 14:40 26:04 204.7k 36 409.5M 0 0 36 147.8M 0 171.5k 40:44 14:42 26:02 184.3k 36 409.5M 0 0 36 148.0M 0 171.6k 40:43 14:43 26:00 192.0k 36 409.5M 0 0 36 148.3M 0 171.6k 40:42 14:44 25:58 199.3k 36 409.5M 0 0 36 148.5M 0 171.7k 40:41 14:45 25:56 215.2k 36 409.5M 0 0 36 148.7M 0 171.7k 40:41 14:46 25:55 202.1k 36 409.5M 0 0 36 149.0M 0 171.7k 40:41 14:48 25:53 203.7k 36 409.5M 0 0 36 149.3M 0 171.9k 40:38 14:49 25:49 221.3k 36 409.5M 0 0 36 149.6M 0 172.0k 40:36 14:50 25:46 233.0k 36 409.5M 0 0 36 149.9M 0 172.2k 40:35 14:51 25:44 235.4k 36 409.5M 0 0 36 150.1M 0 172.2k 40:34 14:52 25:42 253.0k 36 409.5M 0 0 36 150.4M 0 172.3k 40:33 14:53 25:40 257.4k 36 409.5M 0 0 36 150.6M 0 172.3k 40:32 14:55 25:37 235.5k 36 409.5M 0 0 36 150.8M 0 172.3k 40:33 14:56 25:37 209.7k 36 409.5M 0 0 36 151.0M 0 172.3k 40:33 14:57 25:36 185.9k 36 409.5M 0 0 36 151.1M 0 172.3k 40:33 14:58 25:35 179.4k 36 409.5M 0 0 36 151.4M 0 172.3k 40:32 14:59 25:33 178.9k 37 409.5M 0 0 37 151.6M 0 172.4k 40:32 15:00 25:32 178.9k 37 409.5M 0 0 37 151.8M 0 172.4k 40:31 15:01 25:30 189.1k 37 409.5M 0 0 37 152.1M 0 172.4k 40:31 15:03 25:28 198.2k 37 409.5M 0 0 37 152.3M 0 172.4k 40:31 15:04 25:27 194.2k 37 409.5M 0 0 37 152.5M 0 172.5k 40:30 15:05 25:25 191.9k 37 409.5M 0 0 37 152.8M 0 172.6k 40:28 15:06 25:22 211.4k 37 409.5M 0 0 37 153.1M 0 172.7k 40:28 15:07 25:21 212.7k 37 409.5M 0 0 37 153.3M 0 172.6k 40:28 15:09 25:19 204.5k 37 409.5M 0 0 37 153.5M 0 172.7k 40:27 15:10 25:17 221.2k 37 409.5M 0 0 37 153.8M 0 172.9k 40:25 15:11 25:14 235.6k 37 409.5M 0 0 37 154.1M 0 172.9k 40:24 15:12 25:12 222.0k 37 409.5M 0 0 37 154.3M 0 173.0k 40:23 15:13 25:10 227.4k 37 409.5M 0 0 37 154.6M 0 173.1k 40:22 15:14 25:08 243.6k 37 409.5M 0 0 37 154.8M 0 173.1k 40:22 15:15 25:07 232.5k 37 409.5M 0 0 37 155.0M 0 173.0k 40:23 15:17 25:06 195.9k 37 409.5M 0 0 37 155.1M 0 173.0k 40:23 15:18 25:05 181.1k 37 409.5M 0 0 37 155.4M 0 173.0k 40:22 15:19 25:03 180.3k 37 409.5M 0 0 37 155.6M 0 173.0k 40:22 15:20 25:02 169.5k 38 409.5M 0 0 38 155.8M 0 173.1k 40:22 15:21 25:01 175.4k 38 409.5M 0 0 38 156.1M 0 173.2k 40:20 15:23 24:57 205.1k 38 409.5M 0 0 38 156.4M 0 173.2k 40:20 15:24 24:56 210.4k 38 409.5M 0 0 38 156.6M 0 173.3k 40:19 15:25 24:54 230.2k 38 409.5M 0 0 38 156.6M 0 173.3k 40:19 15:25 24:54 173.3k 38 409.5M 0 0 38 156.9M 0 173.3k 40:18 15:26 24:52 197.2k 38 409.5M 0 0 38 157.1M 0 173.4k 40:18 15:28 24:50 196.8k 38 409.5M 0 0 38 157.3M 0 173.4k 40:17 15:29 24:48 193.8k 38 409.5M 0 0 38 157.5M 0 173.3k 40:19 15:30 24:49 168.8k 38 409.5M 0 0 38 157.6M 0 173.2k 40:21 15:32 24:49 151.0k 38 409.5M 0 0 38 157.8M 0 173.1k 40:21 15:33 24:48 140.7k 38 409.5M 0 0 38 158.0M 0 173.0k 40:22 15:34 24:48 126.3k 38 409.5M 0 0 38 158.1M 0 173.0k 40:22 15:35 24:47 124.3k 38 409.5M 0 0 38 158.3M 0 173.0k 40:23 15:37 24:46 134.0k 38 409.5M 0 0 38 158.5M 0 173.0k 40:23 15:38 24:45 143.5k 38 409.5M 0 0 38 158.6M 0 172.9k 40:25 15:39 24:46 132.1k 38 409.5M 0 0 38 158.8M 0 172.8k 40:25 15:40 24:45 138.4k 38 409.5M 0 0 38 159.0M 0 172.8k 40:26 15:41 24:45 136.7k 38 409.5M 0 0 38 159.1M 0 172.7k 40:27 15:43 24:44 127.2k 38 409.5M 0 0 38 159.3M 0 172.6k 40:28 15:44 24:44 126.1k 38 409.5M 0 0 38 159.4M 0 172.6k 40:29 15:45 24:44 129.5k 38 409.5M 0 0 38 159.6M 0 172.5k 40:30 15:47 24:43 125.2k 39 409.5M 0 0 39 159.7M 0 172.4k 40:31 15:48 24:43 117.6k 39 409.5M 0 0 39 159.9M 0 172.4k 40:31 15:49 24:42 126.4k 39 409.5M 0 0 39 160.1M 0 172.4k 40:32 15:50 24:42 132.3k 39 409.5M 0 0 39 160.3M 0 172.4k 40:31 15:52 24:39 150.3k 39 409.5M 0 0 39 160.6M 0 172.5k 40:30 15:53 24:37 167.7k 39 409.5M 0 0 39 160.8M 0 172.5k 40:30 15:54 24:36 180.0k 39 409.5M 0 0 39 161.0M 0 172.5k 40:29 15:55 24:34 192.4k 39 409.5M 0 0 39 161.2M 0 172.5k 40:29 15:56 24:33 200.8k 39 409.5M 0 0 39 161.4M 0 172.5k 40:30 15:57 24:33 190.5k 39 409.5M 0 0 39 161.6M 0 172.5k 40:30 15:59 24:31 177.5k 39 409.5M 0 0 39 161.7M 0 172.4k 40:31 16:00 24:31 161.2k 39 409.5M 0 0 39 161.8M 0 172.4k 40:32 16:01 24:31 142.5k 39 409.5M 0 0 39 162.0M 0 172.3k 40:32 16:02 24:30 137.9k 39 409.5M 0 0 39 162.2M 0 172.3k 40:32 16:03 24:29 143.7k 39 409.5M 0 0 39 162.4M 0 172.3k 40:32 16:04 24:28 146.5k 39 409.5M 0 0 39 162.6M 0 172.3k 40:33 16:06 24:27 156.1k 39 409.5M 0 0 39 162.8M 0 172.3k 40:33 16:07 24:26 163.6k 39 409.5M 0 0 39 163.0M 0 172.3k 40:32 16:08 24:24 175.7k 39 409.5M 0 0 39 163.3M 0 172.4k 40:31 16:09 24:22 182.0k 39 409.5M 0 0 39 163.5M 0 172.5k 40:30 16:10 24:20 194.4k 39 409.5M 0 0 39 163.8M 0 172.6k 40:29 16:11 24:18 214.1k 40 409.5M 0 0 40 164.1M 0 172.7k 40:27 16:13 24:14 235.5k 40 409.5M 0 0 40 164.3M 0 172.6k 40:28 16:14 24:14 220.5k 40 409.5M 0 0 40 164.5M 0 172.6k 40:28 16:15 24:13 208.1k 40 409.5M 0 0 40 164.6M 0 172.6k 40:29 16:16 24:13 187.6k 40 409.5M 0 0 40 164.7M 0 172.4k 40:31 16:18 24:13 153.8k 40 409.5M 0 0 40 164.8M 0 172.4k 40:32 16:19 24:13 126.3k 40 409.5M 0 0 40 165.0M 0 172.4k 40:32 16:20 24:12 127.6k 40 409.5M 0 0 40 165.2M 0 172.4k 40:32 16:21 24:11 130.1k 40 409.5M 0 0 40 165.4M 0 172.4k 40:32 16:22 24:10 141.7k 40 409.5M 0 0 40 165.6M 0 172.4k 40:32 16:23 24:09 161.2k 40 409.5M 0 0 40 165.8M 0 172.4k 40:31 16:24 24:07 175.5k 40 409.5M 0 0 40 166.0M 0 172.4k 40:31 16:25 24:06 184.3k 40 409.5M 0 0 40 166.3M 0 172.5k 40:30 16:27 24:03 189.4k 40 409.5M 0 0 40 166.5M 0 172.5k 40:30 16:28 24:02 191.5k 40 409.5M 0 0 40 166.7M 0 172.5k 40:31 16:29 24:02 185.3k 40 409.5M 0 0 40 167.0M 0 172.5k 40:30 16:31 23:59 189.0k 40 409.5M 0 0 40 167.3M 0 172.6k 40:28 16:32 23:56 204.4k 40 409.5M 0 0 40 167.6M 0 172.7k 40:27 16:33 23:54 215.1k 40 409.5M 0 0 40 167.8M 0 172.8k 40:26 16:34 23:52 219.3k 41 409.5M 0 0 41 168.1M 0 172.8k 40:25 16:35 23:50 239.4k 41 409.5M 0 0 41 168.3M 0 172.8k 40:25 16:37 23:48 225.5k 41 409.5M 0 0 41 168.5M 0 172.8k 40:25 16:38 23:47 207.7k 41 409.5M 0 0 41 168.8M 0 173.0k 40:23 16:39 23:44 210.3k 41 409.5M 0 0 41 169.1M 0 173.0k 40:22 16:40 23:42 216.4k 41 409.5M 0 0 41 169.3M 0 173.1k 40:21 16:41 23:40 215.6k 41 409.5M 0 0 41 169.5M 0 173.0k 40:22 16:43 23:39 208.7k 41 409.5M 0 0 41 169.7M 0 173.1k 40:22 16:44 23:38 208.6k 41 409.5M 0 0 41 169.9M 0 173.1k 40:22 16:45 23:37 189.2k 41 409.5M 0 0 41 170.1M 0 173.0k 40:22 16:46 23:36 171.4k 41 409.5M 0 0 41 170.3M 0 173.0k 40:23 16:47 23:36 160.1k 41 409.5M 0 0 41 170.5M 0 173.0k 40:23 16:48 23:35 169.7k 41 409.5M 0 0 41 170.7M 0 173.1k 40:21 16:49 23:32 183.8k 41 409.5M 0 0 41 171.0M 0 173.2k 40:20 16:50 23:30 203.7k 41 409.5M 0 0 41 171.2M 0 173.2k 40:20 16:52 23:28 197.7k 41 409.5M 0 0 41 171.3M 0 173.1k 40:21 16:53 23:28 188.9k 41 409.5M 0 0 41 171.5M 0 173.1k 40:21 16:54 23:27 189.2k 41 409.5M 0 0 41 171.7M 0 173.1k 40:21 16:55 23:26 174.5k 41 409.5M 0 0 41 171.9M 0 173.1k 40:21 16:56 23:25 154.0k 42 409.5M 0 0 42 172.1M 0 173.1k 40:22 16:58 23:24 157.1k 42 409.5M 0 0 42 172.3M 0 173.1k 40:22 16:59 23:23 170.4k 42 409.5M 0 0 42 172.5M 0 173.1k 40:21 17:00 23:21 177.9k 42 409.5M 0 0 42 172.8M 0 173.3k 40:19 17:01 23:18 199.4k 42 409.5M 0 0 42 173.1M 0 173.3k 40:18 17:02 23:16 210.9k 42 409.5M 0 0 42 173.3M 0 173.3k 40:18 17:03 23:15 218.0k 42 409.5M 0 0 42 173.5M 0 173.3k 40:19 17:05 23:14 205.4k 42 409.5M 0 0 42 173.7M 0 173.2k 40:19 17:06 23:13 188.7k 42 409.5M 0 0 42 173.9M 0 173.2k 40:20 17:07 23:13 167.9k 42 409.5M 0 0 42 174.1M 0 173.2k 40:20 17:09 23:11 157.7k 42 409.5M 0 0 42 174.3M 0 173.2k 40:20 17:10 23:10 150.3k 42 409.5M 0 0 42 174.5M 0 173.1k 40:22 17:12 23:10 141.2k 42 409.5M 0 0 42 174.6M 0 173.0k 40:24 17:13 23:11 129.9k 42 409.5M 0 0 42 174.8M 0 173.0k 40:23 17:14 23:09 131.4k 42 409.5M 0 0 42 175.0M 0 172.9k 40:24 17:15 23:09 128.4k 42 409.5M 0 0 42 175.1M 0 172.9k 40:24 17:17 23:07 127.8k 42 409.5M 0 0 42 175.3M 0 172.9k 40:25 17:18 23:07 139.4k 42 409.5M 0 0 42 175.5M 0 172.8k 40:25 17:19 23:06 152.0k 42 409.5M 0 0 42 175.7M 0 172.8k 40:25 17:21 23:04 151.8k 42 409.5M 0 0 42 176.0M 0 172.9k 40:25 17:22 23:03 164.1k 43 409.5M 0 0 43 176.2M 0 173.0k 40:24 17:23 23:01 183.4k 43 409.5M 0 0 43 176.5M 0 173.0k 40:23 17:24 22:59 195.4k 43 409.5M 0 0 43 176.6M 0 173.0k 40:23 17:25 22:58 199.2k 43 409.5M 0 0 43 176.8M 0 173.0k 40:23 17:26 22:57 198.3k 43 409.5M 0 0 43 177.1M 0 173.0k 40:23 17:28 22:55 194.8k 43 409.5M 0 0 43 177.3M 0 173.0k 40:23 17:29 22:54 183.5k 43 409.5M 0 0 43 177.5M 0 173.0k 40:23 17:30 22:53 173.8k 43 409.5M 0 0 43 177.8M 0 173.1k 40:22 17:31 22:51 192.1k 43 409.5M 0 0 43 178.1M 0 173.2k 40:21 17:33 22:48 205.2k 43 409.5M 0 0 43 178.3M 0 173.2k 40:21 17:34 22:47 202.1k 43 409.5M 0 0 43 178.5M 0 173.2k 40:20 17:35 22:45 209.3k 43 409.5M 0 0 43 178.8M 0 173.3k 40:19 17:36 22:43 217.6k 43 409.5M 0 0 43 179.0M 0 173.3k 40:18 17:37 22:41 216.3k 43 409.5M 0 0 43 179.3M 0 173.4k 40:18 17:38 22:40 210.9k 43 409.5M 0 0 43 179.5M 0 173.4k 40:18 17:40 22:38 211.8k 43 409.5M 0 0 43 179.6M 0 173.3k 40:18 17:41 22:37 194.3k 43 409.5M 0 0 43 179.8M 0 173.3k 40:19 17:42 22:37 172.7k 43 409.5M 0 0 43 180.0M 0 173.2k 40:20 17:44 22:36 155.6k 44 409.5M 0 0 44 180.2M 0 173.2k 40:20 17:45 22:35 142.8k 44 409.5M 0 0 44 180.3M 0 173.1k 40:21 17:46 22:35 129.6k 44 409.5M 0 0 44 180.5M 0 173.1k 40:21 17:47 22:34 140.4k 44 409.5M 0 0 44 180.8M 0 173.2k 40:20 17:48 22:32 163.6k 44 409.5M 0 0 44 181.0M 0 173.3k 40:19 17:49 22:30 184.3k 44 409.5M 0 0 44 181.2M 0 173.3k 40:19 17:50 22:29 191.0k 44 409.5M 0 0 44 181.4M 0 173.2k 40:20 17:52 22:28 192.8k 44 409.5M 0 0 44 181.6M 0 173.3k 40:19 17:53 22:26 196.1k 44 409.5M 0 0 44 181.8M 0 173.2k 40:20 17:54 22:26 176.5k 44 409.5M 0 0 44 182.0M 0 173.2k 40:20 17:55 22:25 165.4k 44 409.5M 0 0 44 182.3M 0 173.3k 40:19 17:57 22:22 173.1k 44 409.5M 0 0 44 182.4M 0 173.2k 40:20 17:58 22:22 166.5k 44 409.5M 0 0 44 182.6M 0 173.2k 40:20 17:59 22:21 159.5k 44 409.5M 0 0 44 182.8M 0 173.2k 40:21 18:00 22:21 163.1k 44 409.5M 0 0 44 183.0M 0 173.2k 40:20 18:01 22:19 169.5k 44 409.5M 0 0 44 183.3M 0 173.2k 40:20 18:03 22:17 167.7k 44 409.5M 0 0 44 183.5M 0 173.2k 40:20 18:04 22:16 177.8k 44 409.5M 0 0 44 183.6M 0 173.2k 40:21 18:05 22:16 170.6k 44 409.5M 0 0 44 183.8M 0 173.1k 40:21 18:07 22:14 167.9k 44 409.5M 0 0 44 184.0M 0 173.1k 40:21 18:08 22:13 163.1k 45 409.5M 0 0 45 184.3M 0 173.2k 40:20 18:09 22:11 171.0k 45 409.5M 0 0 45 184.5M 0 173.2k 40:20 18:10 22:10 168.0k 45 409.5M 0 0 45 184.6M 0 173.2k 40:21 18:11 22:10 172.2k 45 409.5M 0 0 45 184.8M 0 173.2k 40:20 18:12 22:08 180.9k 45 409.5M 0 0 45 185.0M 0 173.1k 40:21 18:14 22:07 173.5k 45 409.5M 0 0 45 185.2M 0 173.2k 40:21 18:15 22:06 160.9k 45 409.5M 0 0 45 185.4M 0 173.1k 40:21 18:16 22:05 166.9k 45 409.5M 0 0 45 185.6M 0 173.1k 40:21 18:17 22:04 164.9k 45 409.5M 0 0 45 185.8M 0 173.1k 40:22 18:18 22:04 159.7k 45 409.5M 0 0 45 186.0M 0 173.1k 40:22 18:20 22:02 157.0k 45 409.5M 0 0 45 186.1M 0 173.1k 40:22 18:21 22:01 157.1k 45 409.5M 0 0 45 186.3M 0 173.1k 40:22 18:22 22:00 157.9k 45 409.5M 0 0 45 186.5M 0 173.0k 40:23 18:23 22:00 154.0k 45 409.5M 0 0 45 186.7M 0 173.0k 40:23 18:25 21:58 154.6k 45 409.5M 0 0 45 187.0M 0 173.1k 40:22 18:26 21:56 174.9k 45 409.5M 0 0 45 187.3M 0 173.2k 40:20 18:27 21:53 197.8k 45 409.5M 0 0 45 187.5M 0 173.2k 40:20 18:28 21:52 199.4k 45 409.5M 0 0 45 187.6M 0 173.2k 40:21 18:29 21:52 202.2k 45 409.5M 0 0 45 187.8M 0 173.1k 40:21 18:31 21:50 194.0k 45 409.5M 0 0 45 188.0M 0 173.0k 40:22 18:32 21:50 168.8k 45 409.5M 0 0 45 188.1M 0 172.9k 40:24 18:34 21:50 129.8k 45 409.5M 0 0 45 188.3M 0 172.9k 40:25 18:35 21:50 118.7k 46 409.5M 0 0 46 188.4M 0 172.8k 40:26 18:36 21:50 113.9k 46 409.5M 0 0 46 188.6M 0 172.8k 40:25 18:37 21:48 122.1k 46 409.5M 0 0 46 188.7M 0 172.7k 40:27 18:38 21:49 117.0k 46 409.5M 0 0 46 188.8M 0 172.7k 40:27 18:39 21:48 124.4k 46 409.5M 0 0 46 189.0M 0 172.6k 40:29 18:41 21:48 122.1k 46 409.5M 0 0 46 189.1M 0 172.5k 40:30 18:42 21:48 116.8k 46 409.5M 0 0 46 189.3M 0 172.5k 40:30 18:43 21:47 115.1k 46 409.5M 0 0 46 189.6M 0 172.5k 40:30 18:45 21:45 133.1k 46 409.5M 0 0 46 189.8M 0 172.5k 40:30 18:46 21:44 141.9k 46 409.5M 0 0 46 190.0M 0 172.4k 40:31 18:47 21:44 149.3k 46 409.5M 0 0 46 190.2M 0 172.5k 40:30 18:49 21:41 171.9k 46 409.5M 0 0 46 190.5M 0 172.5k 40:30 18:50 21:40 179.5k 46 409.5M 0 0 46 190.6M 0 172.5k 40:29 18:51 21:38 177.5k 46 409.5M 0 0 46 190.8M 0 172.5k 40:30 18:52 21:38 170.4k 46 409.5M 0 0 46 190.9M 0 172.4k 40:31 18:53 21:38 169.8k 46 409.5M 0 0 46 191.0M 0 172.4k 40:32 18:54 21:38 153.1k 46 409.5M 0 0 46 191.2M 0 172.4k 40:32 18:55 21:37 139.3k 46 409.5M 0 0 46 191.4M 0 172.3k 40:32 18:57 21:35 134.2k 46 409.5M 0 0 46 191.6M 0 172.3k 40:32 18:58 21:34 142.5k 46 409.5M 0 0 46 191.8M 0 172.4k 40:32 18:59 21:33 160.3k 46 409.5M 0 0 46 192.0M 0 172.4k 40:32 19:00 21:32 169.5k 46 409.5M 0 0 46 192.2M 0 172.4k 40:32 19:01 21:31 173.8k 46 409.5M 0 0 46 192.3M 0 172.3k 40:33 19:02 21:31 167.3k 47 409.5M 0 0 47 192.5M 0 172.3k 40:33 19:03 21:30 158.7k 47 409.5M 0 0 47 192.6M 0 172.2k 40:34 19:05 21:29 139.1k 47 409.5M 0 0 47 192.7M 0 172.2k 40:35 19:06 21:29 127.7k 47 409.5M 0 0 47 192.9M 0 172.1k 40:35 19:07 21:28 121.7k 47 409.5M 0 0 47 193.1M 0 172.1k 40:36 19:08 21:28 126.1k 47 409.5M 0 0 47 193.3M 0 172.0k 40:36 19:10 21:26 131.9k 47 409.5M 0 0 47 193.5M 0 172.0k 40:36 19:11 21:25 143.1k 47 409.5M 0 0 47 193.6M 0 172.0k 40:37 19:12 21:25 150.5k 47 409.5M 0 0 47 193.8M 0 172.0k 40:37 19:13 21:24 155.2k 47 409.5M 0 0 47 194.0M 0 172.0k 40:37 19:14 21:23 165.0k 47 409.5M 0 0 47 194.2M 0 172.0k 40:37 19:15 21:22 168.7k 47 409.5M 0 0 47 194.4M 0 172.0k 40:37 19:17 21:20 162.1k 47 409.5M 0 0 47 194.5M 0 171.9k 40:38 19:18 21:20 147.4k 47 409.5M 0 0 47 194.6M 0 171.8k 40:39 19:19 21:20 135.5k 47 409.5M 0 0 47 194.8M 0 171.8k 40:40 19:21 21:19 122.4k 47 409.5M 0 0 47 194.9M 0 171.7k 40:41 19:22 21:19 110.8k 47 409.5M 0 0 47 195.0M 0 171.6k 40:42 19:23 21:19 101.9k 47 409.5M 0 0 47 195.2M 0 171.6k 40:43 19:24 21:19 114.0k 47 409.5M 0 0 47 195.5M 0 171.6k 40:42 19:26 21:16 136.1k 47 409.5M 0 0 47 195.8M 0 171.7k 40:41 19:27 21:14 165.2k 47 409.5M 0 0 47 196.0M 0 171.8k 40:40 19:28 21:12 190.0k 47 409.5M 0 0 47 196.3M 0 171.8k 40:39 19:29 21:10 215.5k 47 409.5M 0 0 47 196.5M 0 171.9k 40:39 19:30 21:09 224.4k 48 409.5M 0 0 48 196.7M 0 171.9k 40:39 19:31 21:08 218.3k 48 409.5M 0 0 48 196.9M 0 171.8k 40:40 19:33 21:07 186.3k 48 409.5M 0 0 48 197.1M 0 171.8k 40:40 19:34 21:06 172.0k 48 409.5M 0 0 48 197.3M 0 171.8k 40:40 19:35 21:05 158.7k 48 409.5M 0 0 48 197.5M 0 171.8k 40:40 19:37 21:03 164.7k 48 409.5M 0 0 48 197.7M 0 171.8k 40:39 19:38 21:01 163.9k 48 409.5M 0 0 48 198.0M 0 171.9k 40:39 19:39 21:00 182.1k 48 409.5M 0 0 48 198.1M 0 171.9k 40:39 19:40 20:59 189.6k 48 409.5M 0 0 48 198.3M 0 171.8k 40:40 19:41 20:59 173.1k 48 409.5M 0 0 48 198.4M 0 171.6k 40:42 19:43 20:59 140.2k 48 409.5M 0 0 48 198.5M 0 171.6k 40:43 19:44 20:59 127.9k 48 409.5M 0 0 48 198.6M 0 171.5k 40:43 19:45 20:58 112.4k 48 409.5M 0 0 48 198.8M 0 171.5k 40:44 19:47 20:57 103.6k 48 409.5M 0 0 48 199.0M 0 171.4k 40:45 19:48 20:57 108.5k 48 409.5M 0 0 48 199.1M 0 171.4k 40:46 19:49 20:57 120.4k 48 409.5M 0 0 48 199.3M 0 171.3k 40:46 19:50 20:56 125.5k 48 409.5M 0 0 48 199.5M 0 171.3k 40:46 19:51 20:55 133.3k 48 409.5M 0 0 48 199.7M 0 171.4k 40:46 19:53 20:53 146.3k 48 409.5M 0 0 48 199.9M 0 171.3k 40:47 19:54 20:53 150.3k 48 409.5M 0 0 48 200.1M 0 171.3k 40:47 19:55 20:52 158.3k 48 409.5M 0 0 48 200.3M 0 171.3k 40:47 19:56 20:51 164.3k 48 409.5M 0 0 48 200.4M 0 171.3k 40:47 19:58 20:49 155.3k 48 409.5M 0 0 48 200.5M 0 171.2k 40:49 19:59 20:50 134.1k 49 409.5M 0 0 49 200.6M 0 171.1k 40:50 20:00 20:50 129.6k 49 409.5M 0 0 49 200.8M 0 171.1k 40:50 20:01 20:49 130.0k 49 409.5M 0 0 49 201.1M 0 171.2k 40:49 20:02 20:47 139.7k 49 409.5M 0 0 49 201.4M 0 171.3k 40:47 20:04 20:43 172.0k 49 409.5M 0 0 49 201.6M 0 171.3k 40:47 20:05 20:42 197.2k 49 409.5M 0 0 49 201.8M 0 171.2k 40:48 20:06 20:42 198.8k 49 409.5M 0 0 49 202.0M 0 171.2k 40:48 20:07 20:41 195.1k 49 409.5M 0 0 49 202.2M 0 171.3k 40:47 20:08 20:39 198.2k 49 409.5M 0 0 49 202.4M 0 171.3k 40:47 20:09 20:38 177.3k 49 409.5M 0 0 49 202.6M 0 171.3k 40:47 20:11 20:36 175.4k 49 409.5M 0 0 49 202.8M 0 171.3k 40:48 20:12 20:36 173.1k 49 409.5M 0 0 49 203.0M 0 171.3k 40:48 20:13 20:35 175.2k 49 409.5M 0 0 49 203.2M 0 171.3k 40:47 20:14 20:33 171.1k 49 409.5M 0 0 49 203.5M 0 171.3k 40:46 20:15 20:31 178.7k 49 409.5M 0 0 49 203.7M 0 171.4k 40:46 20:16 20:30 191.0k 49 409.5M 0 0 49 204.0M 0 171.5k 40:44 20:18 20:26 219.9k 49 409.5M 0 0 49 204.2M 0 171.5k 40:44 20:19 20:25 223.1k 49 409.5M 0 0 49 204.5M 0 171.6k 40:43 20:20 20:23 229.8k 49 409.5M 0 0 49 204.6M 0 171.6k 40:43 20:21 20:22 224.6k 50 409.5M 0 0 50 204.8M 0 171.5k 40:44 20:22 20:22 201.3k 50 409.5M 0 0 50 205.0M 0 171.5k 40:44 20:23 20:21 176.5k 50 409.5M 0 0 50 205.2M 0 171.5k 40:44 20:25 20:19 176.7k 50 409.5M 0 0 50 205.4M 0 171.5k 40:44 20:26 20:18 165.6k 50 409.5M 0 0 50 205.6M 0 171.5k 40:44 20:27 20:17 156.5k 50 409.5M 0 0 50 205.8M 0 171.5k 40:44 20:28 20:16 162.2k 50 409.5M 0 0 50 206.0M 0 171.5k 40:44 20:29 20:15 166.7k 50 409.5M 0 0 50 206.1M 0 171.4k 40:45 20:31 20:14 152.7k 50 409.5M 0 0 50 206.3M 0 171.4k 40:46 20:32 20:14 141.4k 50 409.5M 0 0 50 206.5M 0 171.3k 40:46 20:33 20:13 140.9k 50 409.5M 0 0 50 206.7M 0 171.4k 40:46 20:35 20:11 153.2k 50 409.5M 0 0 50 206.7M 0 171.4k 40:46 20:35 20:11 171.4k 50 409.5M 0 0 50 207.0M 0 171.5k 40:44 20:36 20:08 305.6k 50 409.5M 0 0 50 207.4M 0 171.7k 40:42 20:37 20:05 339.6k 50 409.5M 0 0 50 207.8M 0 171.8k 40:40 20:38 20:02 347.7k 50 409.5M 0 0 50 208.0M 0 171.8k 40:39 20:39 20:00 299.7k 50 409.5M 0 0 50 208.2M 0 171.8k 40:39 20:40 19:59 274.0k 50 409.5M 0 0 50 208.5M 0 171.9k 40:39 20:41 19:58 253.0k 50 409.5M 0 0 50 208.6M 0 171.9k 40:39 20:42 19:57 219.8k 51 409.5M 0 0 51 208.8M 0 171.9k 40:39 20:43 19:56 187.1k 51 409.5M 0 0 51 209.0M 0 171.9k 40:39 20:45 19:54 178.3k 51 409.5M 0 0 51 209.2M 0 171.9k 40:39 20:46 19:53 177.6k 51 409.5M 0 0 51 209.4M 0 171.9k 40:39 20:47 19:52 169.8k 51 409.5M 0 0 51 209.6M 0 171.8k 40:39 20:48 19:51 162.0k 51 409.5M 0 0 51 209.8M 0 171.9k 40:39 20:50 19:49 166.7k 51 409.5M 0 0 51 210.0M 0 171.8k 40:39 20:51 19:48 166.0k 51 409.5M 0 0 51 210.2M 0 171.8k 40:39 20:52 19:47 168.6k 51 409.5M 0 0 51 210.5M 0 171.9k 40:39 20:53 19:46 176.9k 51 409.5M 0 0 51 210.6M 0 171.9k 40:38 20:54 19:44 185.3k 51 409.5M 0 0 51 210.8M 0 171.9k 40:38 20:55 19:43 179.9k 51 409.5M 0 0 51 211.1M 0 171.9k 40:38 20:57 19:41 191.4k 51 409.5M 0 0 51 211.3M 0 171.9k 40:39 20:58 19:41 177.9k 51 409.5M 0 0 51 211.5M 0 171.9k 40:39 20:59 19:40 168.6k 51 409.5M 0 0 51 211.6M 0 171.8k 40:40 21:00 19:40 153.7k 51 409.5M 0 0 51 211.8M 0 171.8k 40:40 21:02 19:38 150.3k 51 409.5M 0 0 51 212.0M 0 171.8k 40:39 21:03 19:36 154.9k 51 409.5M 0 0 51 212.2M 0 171.8k 40:39 21:04 19:35 164.2k 51 409.5M 0 0 51 212.4M 0 171.8k 40:39 21:05 19:34 165.1k 51 409.5M 0 0 51 212.6M 0 171.9k 40:39 21:06 19:33 189.0k 51 409.5M 0 0 51 212.9M 0 171.9k 40:38 21:07 19:31 206.1k 52 409.5M 0 0 52 213.1M 0 171.9k 40:38 21:08 19:30 193.0k 52 409.5M 0 0 52 213.3M 0 171.9k 40:38 21:10 19:28 194.0k 52 409.5M 0 0 52 213.5M 0 172.0k 40:37 21:11 19:26 206.4k 52 409.5M 0 0 52 213.8M 0 172.1k 40:36 21:12 19:24 212.6k 52 409.5M 0 0 52 214.1M 0 172.1k 40:35 21:13 19:22 212.6k 52 409.5M 0 0 52 214.3M 0 172.2k 40:34 21:14 19:20 228.0k 52 409.5M 0 0 52 214.5M 0 172.2k 40:34 21:15 19:19 225.9k 52 409.5M 0 0 52 214.8M 0 172.2k 40:34 21:16 19:18 226.5k 52 409.5M 0 0 52 215.0M 0 172.3k 40:33 21:17 19:16 222.6k 52 409.5M 0 0 52 215.3M 0 172.3k 40:33 21:19 19:14 210.2k 52 409.5M 0 0 52 215.4M 0 172.2k 40:34 21:20 19:14 173.9k 52 409.5M 0 0 52 215.6M 0 172.1k 40:35 21:22 19:13 166.6k 52 409.5M 0 0 52 215.7M 0 172.1k 40:36 21:23 19:13 146.6k 52 409.5M 0 0 52 215.9M 0 172.1k 40:35 21:24 19:11 137.7k 52 409.5M 0 0 52 216.1M 0 172.1k 40:35 21:25 19:10 141.8k 52 409.5M 0 0 52 216.4M 0 172.2k 40:34 21:26 19:08 175.0k 52 409.5M 0 0 52 216.6M 0 172.3k 40:33 21:27 19:06 199.0k 52 409.5M 0 0 52 216.8M 0 172.2k 40:34 21:29 19:05 199.1k 52 409.5M 0 0 52 217.0M 0 172.1k 40:35 21:30 19:05 175.9k 53 409.5M 0 0 53 217.1M 0 172.1k 40:36 21:31 19:05 160.5k 53 409.5M 0 0 53 217.3M 0 172.1k 40:36 21:32 19:04 145.0k 53 409.5M 0 0 53 217.4M 0 172.0k 40:37 21:33 19:04 122.8k 53 409.5M 0 0 53 217.5M 0 171.9k 40:38 21:35 19:03 115.1k 53 409.5M 0 0 53 217.7M 0 171.9k 40:38 21:36 19:02 125.4k 53 409.5M 0 0 53 217.9M 0 171.9k 40:38 21:37 19:01 134.8k 53 409.5M 0 0 53 218.1M 0 172.0k 40:38 21:38 19:00 148.0k 53 409.5M 0 0 53 218.4M 0 172.0k 40:37 21:39 18:58 171.2k 53 409.5M 0 0 53 218.6M 0 172.0k 40:37 21:41 18:56 178.5k 53 409.5M 0 0 53 218.8M 0 171.9k 40:38 21:42 18:56 181.3k 53 409.5M 0 0 53 219.0M 0 172.0k 40:37 21:43 18:54 185.5k 53 409.5M 0 0 53 219.3M 0 172.1k 40:36 21:44 18:52 199.9k 53 409.5M 0 0 53 219.6M 0 172.2k 40:34 21:46 18:48 204.7k 53 409.5M 0 0 53 219.8M 0 172.2k 40:35 21:47 18:48 213.0k 53 409.5M 0 0 53 220.0M 0 172.2k 40:35 21:48 18:47 218.5k 53 409.5M 0 0 53 220.2M 0 172.1k 40:35 21:49 18:46 206.8k 53 409.5M 0 0 53 220.4M 0 172.1k 40:36 21:51 18:45 172.5k 53 409.5M 0 0 53 220.6M 0 172.1k 40:36 21:52 18:44 155.0k 53 409.5M 0 0 53 220.8M 0 172.1k 40:35 21:53 18:42 165.4k 54 409.5M 0 0 54 221.1M 0 172.2k 40:34 21:54 18:40 183.4k 54 409.5M 0 0 54 221.3M 0 172.2k 40:34 21:55 18:39 190.6k 54 409.5M 0 0 54 221.5M 0 172.2k 40:34 21:57 18:37 194.4k 54 409.5M 0 0 54 221.6M 0 172.1k 40:35 21:58 18:37 179.3k 54 409.5M 0 0 54 221.8M 0 172.1k 40:35 21:59 18:36 168.8k 54 409.5M 0 0 54 222.1M 0 172.2k 40:35 22:00 18:35 163.8k 54 409.5M 0 0 54 222.3M 0 172.2k 40:35 22:01 18:34 162.2k 54 409.5M 0 0 54 222.5M 0 172.2k 40:35 22:03 18:32 162.9k 54 409.5M 0 0 54 222.7M 0 172.2k 40:34 22:04 18:30 185.1k 54 409.5M 0 0 54 223.0M 0 172.2k 40:34 22:05 18:29 200.6k 54 409.5M 0 0 54 223.3M 0 172.3k 40:32 22:06 18:26 208.5k 54 409.5M 0 0 54 223.5M 0 172.3k 40:32 22:07 18:25 210.5k 54 409.5M 0 0 54 223.6M 0 172.3k 40:33 22:08 18:25 209.6k 54 409.5M 0 0 54 223.8M 0 172.3k 40:33 22:10 18:23 191.5k 54 409.5M 0 0 54 223.9M 0 172.2k 40:34 22:11 18:23 159.7k 54 409.5M 0 0 54 224.0M 0 172.1k 40:35 22:12 18:23 130.0k 54 409.5M 0 0 54 224.2M 0 172.1k 40:35 22:13 18:22 122.9k 54 409.5M 0 0 54 224.4M 0 172.1k 40:36 22:15 18:21 122.1k 54 409.5M 0 0 54 224.6M 0 172.1k 40:35 22:16 18:19 140.1k 54 409.5M 0 0 54 225.0M 0 172.2k 40:34 22:17 18:17 174.5k 55 409.5M 0 0 55 225.3M 0 172.3k 40:33 22:18 18:15 200.5k 55 409.5M 0 0 55 225.5M 0 172.3k 40:32 22:20 18:12 217.3k 55 409.5M 0 0 55 225.7M 0 172.3k 40:32 22:21 18:11 230.1k 55 409.5M 0 0 55 226.0M 0 172.4k 40:32 22:22 18:10 236.2k 55 409.5M 0 0 55 226.3M 0 172.5k 40:30 22:23 18:07 244.8k 55 409.5M 0 0 55 226.5M 0 172.5k 40:30 22:24 18:06 226.7k 55 409.5M 0 0 55 226.8M 0 172.5k 40:29 22:25 18:04 226.8k 55 409.5M 0 0 55 227.0M 0 172.6k 40:29 22:26 18:03 235.6k 55 409.5M 0 0 55 227.3M 0 172.7k 40:27 22:27 18:00 246.1k 55 409.5M 0 0 55 227.6M 0 172.8k 40:26 22:28 17:58 235.1k 55 409.5M 0 0 55 227.8M 0 172.8k 40:26 22:29 17:57 237.6k 55 409.5M 0 0 55 228.0M 0 172.8k 40:26 22:31 17:55 235.4k 55 409.5M 0 0 55 228.3M 0 172.8k 40:25 22:32 17:53 234.3k 55 409.5M 0 0 55 228.5M 0 172.9k 40:24 22:33 17:51 222.3k 55 409.5M 0 0 55 228.7M 0 172.9k 40:24 22:34 17:50 205.2k 55 409.5M 0 0 55 228.8M 0 172.9k 40:25 22:35 17:50 195.5k 55 409.5M 0 0 55 229.0M 0 172.9k 40:25 22:36 17:49 186.4k 55 409.5M 0 0 55 229.3M 0 172.9k 40:24 22:37 17:47 185.0k 56 409.5M 0 0 56 229.5M 0 172.9k 40:24 22:38 17:46 172.4k 56 409.5M 0 0 56 229.7M 0 172.9k 40:24 22:40 17:44 183.0k 56 409.5M 0 0 56 230.0M 0 173.0k 40:23 22:41 17:42 196.0k 56 409.5M 0 0 56 230.1M 0 173.0k 40:23 22:42 17:41 199.1k 56 409.5M 0 0 56 230.3M 0 173.0k 40:23 22:43 17:40 188.8k 56 409.5M 0 0 56 230.5M 0 173.0k 40:24 22:44 17:40 185.7k 56 409.5M 0 0 56 230.8M 0 173.0k 40:23 22:45 17:38 189.0k 56 409.5M 0 0 56 231.0M 0 173.1k 40:22 22:46 17:36 199.0k 56 409.5M 0 0 56 231.4M 0 173.2k 40:20 22:48 17:32 224.9k 56 409.5M 0 0 56 231.8M 0 173.3k 40:18 22:49 17:29 256.7k 56 409.5M 0 0 56 232.1M 0 173.4k 40:17 22:50 17:27 285.8k 56 409.5M 0 0 56 232.3M 0 173.4k 40:17 22:51 17:26 267.9k 56 409.5M 0 0 56 232.5M 0 173.4k 40:17 22:52 17:25 253.6k 56 409.5M 0 0 56 232.6M 0 173.4k 40:17 22:53 17:24 225.3k 56 409.5M 0 0 56 232.9M 0 173.4k 40:17 22:55 17:22 195.7k 56 409.5M 0 0 56 233.1M 0 173.4k 40:18 22:56 17:22 163.9k 56 409.5M 0 0 56 233.3M 0 173.4k 40:18 22:57 17:21 165.2k 57 409.5M 0 0 57 233.5M 0 173.4k 40:18 22:58 17:20 165.2k 57 409.5M 0 0 57 233.7M 0 173.4k 40:17 22:59 17:18 178.0k 57 409.5M 0 0 57 233.9M 0 173.4k 40:17 23:01 17:16 172.5k 57 409.5M 0 0 57 234.1M 0 173.4k 40:18 23:02 17:16 176.8k 57 409.5M 0 0 57 234.3M 0 173.4k 40:18 23:03 17:15 177.2k 57 409.5M 0 0 57 234.5M 0 173.4k 40:17 23:04 17:13 184.0k 57 409.5M 0 0 57 234.7M 0 173.4k 40:17 23:05 17:12 170.3k 57 409.5M 0 0 57 235.0M 0 173.4k 40:17 23:07 17:10 178.7k 57 409.5M 0 0 57 235.1M 0 173.4k 40:17 23:08 17:09 184.7k 57 409.5M 0 0 57 235.4M 0 173.5k 40:17 23:09 17:08 191.2k 57 409.5M 0 0 57 235.6M 0 173.5k 40:16 23:10 17:06 197.6k 57 409.5M 0 0 57 236.0M 0 173.6k 40:15 23:11 17:04 217.0k 57 409.5M 0 0 57 236.2M 0 173.6k 40:14 23:12 17:02 219.5k 57 409.5M 0 0 57 236.4M 0 173.6k 40:14 23:14 17:00 217.3k 57 409.5M 0 0 57 236.6M 0 173.7k 40:14 23:15 16:59 227.0k 57 409.5M 0 0 57 236.8M 0 173.7k 40:13 23:16 16:57 213.0k 57 409.5M 0 0 57 237.1M 0 173.7k 40:13 23:17 16:56 207.4k 57 409.5M 0 0 57 237.3M 0 173.7k 40:13 23:18 16:55 199.1k 57 409.5M 0 0 57 237.5M 0 173.7k 40:13 23:19 16:54 196.2k 58 409.5M 0 0 58 237.7M 0 173.7k 40:13 23:20 16:53 189.1k 58 409.5M 0 0 58 238.0M 0 173.8k 40:11 23:21 16:50 212.7k 58 409.5M 0 0 58 238.3M 0 173.9k 40:10 23:23 16:47 215.5k 58 409.5M 0 0 58 238.5M 0 173.9k 40:10 23:24 16:46 216.8k 58 409.5M 0 0 58 238.8M 0 173.9k 40:10 23:25 16:45 229.1k 58 409.5M 0 0 58 239.0M 0 174.0k 40:09 23:26 16:43 228.4k 58 409.5M 0 0 58 239.2M 0 174.0k 40:09 23:27 16:42 204.8k 58 409.5M 0 0 58 239.4M 0 174.0k 40:09 23:28 16:41 192.7k 58 409.5M 0 0 58 239.5M 0 173.9k 40:10 23:30 16:40 172.9k 58 409.5M 0 0 58 239.7M 0 173.9k 40:11 23:31 16:40 154.8k 58 409.5M 0 0 58 239.9M 0 173.8k 40:11 23:33 16:38 142.2k 58 409.5M 0 0 58 240.1M 0 173.9k 40:11 23:34 16:37 150.4k 58 409.5M 0 0 58 240.4M 0 173.9k 40:10 23:35 16:35 160.1k 58 409.5M 0 0 58 240.6M 0 173.9k 40:10 23:36 16:34 172.2k 58 409.5M 0 0 58 240.8M 0 173.9k 40:11 23:37 16:34 174.8k 58 409.5M 0 0 58 241.0M 0 173.8k 40:11 23:39 16:32 177.2k 58 409.5M 0 0 58 241.2M 0 173.9k 40:11 23:40 16:31 176.8k 58 409.5M 0 0 58 241.5M 0 173.9k 40:10 23:41 16:29 182.1k 59 409.5M 0 0 59 241.8M 0 174.0k 40:09 23:42 16:27 201.6k 59 409.5M 0 0 59 242.0M 0 174.0k 40:09 23:44 16:25 206.8k 59 409.5M 0 0 59 242.3M 0 174.0k 40:09 23:45 16:24 217.4k 59 409.5M 0 0 59 242.5M 0 174.0k 40:08 23:46 16:22 211.6k 59 409.5M 0 0 59 242.7M 0 174.0k 40:08 23:47 16:21 196.4k 59 409.5M 0 0 59 242.9M 0 174.1k 40:08 23:48 16:20 183.4k 59 409.5M 0 0 59 243.1M 0 174.1k 40:08 23:50 16:18 190.9k 59 409.5M 0 0 59 243.3M 0 174.0k 40:09 23:51 16:18 171.8k 59 409.5M 0 0 59 243.5M 0 174.0k 40:09 23:52 16:17 159.4k 59 409.5M 0 0 59 243.6M 0 173.9k 40:10 23:53 16:17 149.0k 59 409.5M 0 0 59 243.7M 0 173.9k 40:10 23:54 16:16 138.7k 59 409.5M 0 0 59 243.8M 0 173.9k 40:11 23:55 16:16 122.9k 59 409.5M 0 0 59 244.0M 0 173.9k 40:11 23:57 16:14 132.7k 59 409.5M 0 0 59 244.3M 0 173.9k 40:11 23:58 16:13 143.2k 59 409.5M 0 0 59 244.4M 0 173.8k 40:12 23:59 16:13 139.3k 59 409.5M 0 0 59 244.6M 0 173.7k 40:13 24:01 16:12 137.5k 59 409.5M 0 0 59 244.8M 0 173.7k 40:13 24:02 16:11 143.5k 59 409.5M 0 0 59 245.0M 0 173.8k 40:12 24:03 16:09 154.6k 59 409.5M 0 0 59 245.2M 0 173.8k 40:12 24:04 16:08 153.7k 59 409.5M 0 0 59 245.4M 0 173.7k 40:13 24:06 16:07 153.7k 59 409.5M 0 0 59 245.5M 0 173.7k 40:14 24:07 16:07 154.3k 60 409.5M 0 0 60 245.7M 0 173.6k 40:14 24:08 16:06 153.6k 60 409.5M 0 0 60 245.9M 0 173.6k 40:14 24:10 16:04 142.4k 60 409.5M 0 0 60 246.1M 0 173.6k 40:14 24:11 16:03 146.6k 60 409.5M 0 0 60 246.3M 0 173.6k 40:14 24:12 16:02 155.8k 60 409.5M 0 0 60 246.6M 0 173.7k 40:14 24:13 16:01 176.3k 60 409.5M 0 0 60 246.8M 0 173.7k 40:13 24:14 15:59 193.7k 60 409.5M 0 0 60 247.1M 0 173.8k 40:12 24:15 15:57 205.0k 60 409.5M 0 0 60 247.3M 0 173.8k 40:12 24:17 15:55 213.8k 60 409.5M 0 0 60 247.5M 0 173.8k 40:12 24:18 15:54 219.7k 60 409.5M 0 0 60 247.8M 0 173.8k 40:11 24:19 15:52 211.8k 60 409.5M 0 0 60 248.0M 0 173.8k 40:12 24:20 15:52 195.1k 60 409.5M 0 0 60 248.2M 0 173.8k 40:11 24:21 15:50 192.0k 60 409.5M 0 0 60 248.4M 0 173.8k 40:11 24:22 15:49 183.7k 60 409.5M 0 0 60 248.6M 0 173.8k 40:11 24:24 15:47 182.2k 60 409.5M 0 0 60 248.8M 0 173.8k 40:11 24:25 15:46 179.1k 60 409.5M 0 0 60 249.0M 0 173.9k 40:11 24:26 15:45 191.2k 60 409.5M 0 0 60 249.3M 0 173.9k 40:10 24:27 15:43 195.9k 60 409.5M 0 0 60 249.5M 0 174.0k 40:09 24:28 15:41 206.7k 60 409.5M 0 0 60 249.8M 0 174.0k 40:09 24:29 15:40 211.7k 61 409.5M 0 0 61 250.0M 0 174.0k 40:09 24:31 15:38 208.0k 61 409.5M 0 0 61 250.1M 0 174.0k 40:09 24:32 15:37 199.7k 61 409.5M 0 0 61 250.3M 0 174.0k 40:09 24:33 15:36 189.8k 61 409.5M 0 0 61 250.6M 0 174.0k 40:09 24:34 15:35 181.2k 61 409.5M 0 0 61 250.8M 0 174.0k 40:09 24:35 15:34 182.0k 61 409.5M 0 0 61 251.1M 0 174.0k 40:08 24:37 15:31 188.7k 61 409.5M 0 0 61 251.3M 0 174.1k 40:08 24:38 15:30 192.9k 61 409.5M 0 0 61 251.5M 0 174.1k 40:08 24:39 15:29 193.7k 61 409.5M 0 0 61 251.7M 0 174.0k 40:08 24:40 15:28 184.3k 61 409.5M 0 0 61 251.9M 0 174.0k 40:08 24:41 15:27 181.7k 61 409.5M 0 0 61 252.1M 0 174.1k 40:08 24:42 15:26 186.3k 61 409.5M 0 0 61 252.5M 0 174.2k 40:07 24:44 15:23 198.1k 61 409.5M 0 0 61 252.7M 0 174.2k 40:06 24:45 15:21 207.1k 61 409.5M 0 0 61 252.9M 0 174.2k 40:06 24:46 15:20 213.5k 61 409.5M 0 0 61 253.1M 0 174.2k 40:06 24:47 15:19 207.6k 61 409.5M 0 0 61 253.3M 0 174.2k 40:07 24:49 15:18 191.2k 61 409.5M 0 0 61 253.5M 0 174.1k 40:07 24:50 15:17 171.7k 61 409.5M 0 0 61 253.7M 0 174.2k 40:07 24:51 15:16 170.3k 62 409.5M 0 0 62 254.0M 0 174.2k 40:06 24:52 15:14 178.2k 62 409.5M 0 0 62 254.2M 0 174.2k 40:06 24:53 15:13 186.8k 62 409.5M 0 0 62 254.5M 0 174.3k 40:05 24:54 15:11 207.3k 62 409.5M 0 0 62 254.7M 0 174.3k 40:05 24:56 15:09 218.1k 62 409.5M 0 0 62 254.9M 0 174.3k 40:05 24:57 15:08 213.5k 62 409.5M 0 0 62 255.1M 0 174.3k 40:05 24:58 15:07 195.5k 62 409.5M 0 0 62 255.3M 0 174.3k 40:05 24:59 15:06 183.5k 62 409.5M 0 0 62 255.5M 0 174.3k 40:05 25:00 15:05 170.6k 62 409.5M 0 0 62 255.6M 0 174.3k 40:06 25:02 15:04 158.3k 62 409.5M 0 0 62 255.8M 0 174.2k 40:06 25:03 15:03 153.8k 62 409.5M 0 0 62 256.0M 0 174.2k 40:06 25:04 15:02 151.6k 62 409.5M 0 0 62 256.1M 0 174.2k 40:07 25:05 15:02 149.8k 62 409.5M 0 0 62 256.4M 0 174.2k 40:06 25:06 15:00 161.2k 62 409.5M 0 0 62 256.7M 0 174.3k 40:05 25:07 14:58 186.0k 62 409.5M 0 0 62 256.9M 0 174.3k 40:05 25:08 14:57 193.3k 62 409.5M 0 0 62 257.1M 0 174.3k 40:05 25:10 14:55 196.9k 62 409.5M 0 0 62 257.2M 0 174.2k 40:06 25:11 14:55 193.6k 62 409.5M 0 0 62 257.4M 0 174.2k 40:06 25:12 14:54 173.7k 62 409.5M 0 0 62 257.6M 0 174.2k 40:06 25:14 14:52 145.7k 62 409.5M 0 0 62 257.8M 0 174.2k 40:07 25:15 14:52 141.7k 62 409.5M 0 0 62 258.0M 0 174.1k 40:07 25:16 14:51 140.9k 63 409.5M 0 0 63 258.1M 0 174.1k 40:07 25:17 14:50 147.2k 63 409.5M 0 0 63 258.3M 0 174.1k 40:07 25:19 14:48 150.5k 63 409.5M 0 0 63 258.6M 0 174.2k 40:07 25:20 14:47 166.9k 63 409.5M 0 0 63 258.9M 0 174.2k 40:06 25:21 14:45 192.2k 63 409.5M 0 0 63 259.2M 0 174.3k 40:05 25:22 14:43 219.7k 63 409.5M 0 0 63 259.5M 0 174.4k 40:04 25:23 14:41 232.5k 63 409.5M 0 0 63 259.7M 0 174.4k 40:04 25:24 14:40 247.2k 63 409.5M 0 0 63 259.9M 0 174.4k 40:04 25:25 14:39 237.4k 63 409.5M 0 0 63 260.1M 0 174.3k 40:04 25:27 14:37 199.8k 63 409.5M 0 0 63 260.2M 0 174.3k 40:05 25:28 14:37 172.3k 63 409.5M 0 0 63 260.3M 0 174.3k 40:05 25:29 14:36 156.0k 63 409.5M 0 0 63 260.5M 0 174.2k 40:06 25:30 14:36 135.0k 63 409.5M 0 0 63 260.6M 0 174.2k 40:06 25:31 14:35 126.3k 63 409.5M 0 0 63 260.7M 0 174.2k 40:07 25:32 14:35 121.5k 63 409.5M 0 0 63 260.8M 0 174.1k 40:07 25:33 14:34 121.1k 63 409.5M 0 0 63 261.0M 0 174.1k 40:08 25:34 14:34 120.6k 63 409.5M 0 0 63 261.1M 0 174.1k 40:08 25:35 14:33 127.7k 63 409.5M 0 0 63 261.4M 0 174.1k 40:07 25:37 14:30 170.3k 63 409.5M 0 0 63 261.4M 0 174.1k 40:07 25:37 14:30 174.1k 63 409.5M 0 0 63 261.6M 0 174.2k 40:07 25:38 14:29 248.7k 63 409.5M 0 0 63 261.9M 0 174.2k 40:06 25:39 14:27 236.2k 64 409.5M 0 0 64 262.1M 0 174.2k 40:06 25:40 14:26 232.0k 64 409.5M 0 0 64 262.3M 0 174.3k 40:05 25:41 14:24 221.7k 64 409.5M 0 0 64 262.6M 0 174.3k 40:05 25:42 14:23 222.7k 64 409.5M 0 0 64 262.8M 0 174.3k 40:05 25:43 14:22 210.9k 64 409.5M 0 0 64 263.1M 0 174.4k 40:04 25:44 14:20 215.3k 64 409.5M 0 0 64 263.3M 0 174.4k 40:03 25:45 14:18 218.5k 64 409.5M 0 0 64 263.6M 0 174.5k 40:03 25:46 14:17 229.5k 64 409.5M 0 0 64 263.8M 0 174.5k 40:02 25:48 14:14 232.0k 64 409.5M 0 0 64 264.0M 0 174.5k 40:02 25:49 14:13 228.3k 64 409.5M 0 0 64 264.3M 0 174.5k 40:02 25:50 14:12 220.1k 64 409.5M 0 0 64 264.5M 0 174.6k 40:01 25:51 14:10 217.9k 64 409.5M 0 0 64 264.7M 0 174.6k 40:01 25:52 14:09 207.7k 64 409.5M 0 0 64 264.9M 0 174.6k 40:01 25:53 14:08 193.5k 64 409.5M 0 0 64 265.1M 0 174.6k 40:01 25:54 14:07 193.1k 64 409.5M 0 0 64 265.3M 0 174.6k 40:01 25:56 14:05 188.3k 64 409.5M 0 0 64 265.5M 0 174.5k 40:02 25:57 14:05 163.9k 64 409.5M 0 0 64 265.7M 0 174.5k 40:02 25:58 14:04 159.5k 64 409.5M 0 0 64 266.0M 0 174.5k 40:01 26:00 14:01 169.5k 65 409.5M 0 0 65 266.2M 0 174.6k 40:01 26:01 14:00 179.6k 65 409.5M 0 0 65 266.4M 0 174.6k 40:01 26:02 13:59 177.3k 65 409.5M 0 0 65 266.6M 0 174.6k 40:01 26:03 13:58 191.1k 65 409.5M 0 0 65 266.8M 0 174.6k 40:01 26:04 13:57 198.4k 65 409.5M 0 0 65 267.0M 0 174.6k 40:01 26:06 13:55 177.6k 65 409.5M 0 0 65 267.2M 0 174.5k 40:02 26:07 13:55 163.4k 65 409.5M 0 0 65 267.3M 0 174.5k 40:02 26:08 13:54 152.4k 65 409.5M 0 0 65 267.5M 0 174.5k 40:03 26:10 13:53 144.7k 65 409.5M 0 0 65 267.6M 0 174.4k 40:04 26:11 13:53 126.0k 65 409.5M 0 0 65 267.8M 0 174.3k 40:04 26:12 13:52 121.0k 65 409.5M 0 0 65 267.9M 0 174.3k 40:05 26:14 13:51 107.5k 65 409.5M 0 0 65 268.1M 0 174.2k 40:06 26:15 13:51 116.0k 65 409.5M 0 0 65 268.3M 0 174.3k 40:05 26:16 13:49 129.7k 65 409.5M 0 0 65 268.6M 0 174.3k 40:05 26:17 13:48 147.4k 65 409.5M 0 0 65 268.8M 0 174.3k 40:04 26:18 13:46 169.7k 65 409.5M 0 0 65 269.1M 0 174.4k 40:03 26:19 13:44 216.2k 65 409.5M 0 0 65 269.5M 0 174.5k 40:02 26:21 13:41 234.8k 65 409.5M 0 0 65 269.6M 0 174.4k 40:03 26:22 13:41 215.7k 65 409.5M 0 0 65 269.8M 0 174.4k 40:04 26:23 13:41 201.3k 65 409.5M 0 0 65 269.9M 0 174.3k 40:04 26:24 13:40 180.5k 65 409.5M 0 0 65 270.1M 0 174.3k 40:05 26:26 13:39 151.0k 66 409.5M 0 0 66 270.3M 0 174.3k 40:04 26:27 13:37 135.5k 66 409.5M 0 0 66 270.4M 0 174.3k 40:05 26:28 13:37 130.6k 66 409.5M 0 0 66 270.5M 0 174.2k 40:06 26:29 13:37 133.5k 66 409.5M 0 0 66 270.7M 0 174.2k 40:06 26:30 13:36 141.2k 66 409.5M 0 0 66 270.9M 0 174.2k 40:06 26:32 13:34 141.4k 66 409.5M 0 0 66 271.1M 0 174.2k 40:06 26:33 13:33 141.6k 66 409.5M 0 0 66 271.3M 0 174.2k 40:06 26:34 13:32 163.9k 66 409.5M 0 0 66 271.5M 0 174.2k 40:06 26:35 13:31 161.8k 66 409.5M 0 0 66 271.6M 0 174.2k 40:07 26:37 13:30 156.2k 66 409.5M 0 0 66 271.8M 0 174.1k 40:07 26:38 13:29 149.5k 66 409.5M 0 0 66 272.0M 0 174.1k 40:07 26:39 13:28 147.4k 66 409.5M 0 0 66 272.1M 0 174.1k 40:08 26:40 13:28 131.7k 66 409.5M 0 0 66 272.3M 0 174.0k 40:09 26:41 13:28 129.0k 66 409.5M 0 0 66 272.5M 0 174.0k 40:09 26:43 13:26 134.8k 66 409.5M 0 0 66 272.7M 0 174.0k 40:08 26:44 13:24 155.0k 66 409.5M 0 0 66 273.0M 0 174.1k 40:07 26:45 13:22 174.1k 66 409.5M 0 0 66 273.3M 0 174.1k 40:07 26:46 13:21 190.5k 66 409.5M 0 0 66 273.5M 0 174.2k 40:07 26:47 13:20 214.3k 66 409.5M 0 0 66 273.8M 0 174.2k 40:06 26:49 13:17 227.0k 66 409.5M 0 0 66 274.0M 0 174.2k 40:06 26:50 13:16 220.1k 66 409.5M 0 0 66 274.1M 0 174.2k 40:06 26:51 13:15 194.4k 66 409.5M 0 0 66 274.3M 0 174.2k 40:07 26:52 13:15 180.7k 67 409.5M 0 0 67 274.5M 0 174.1k 40:07 26:54 13:13 161.8k 67 409.5M 0 0 67 274.6M 0 174.1k 40:08 26:55 13:13 144.3k 67 409.5M 0 0 67 274.9M 0 174.1k 40:08 26:56 13:12 149.2k 67 409.5M 0 0 67 275.1M 0 174.1k 40:08 26:57 13:11 151.7k 67 409.5M 0 0 67 275.3M 0 174.1k 40:08 26:59 13:09 152.7k 67 409.5M 0 0 67 275.4M 0 174.0k 40:09 27:00 13:09 145.0k 67 409.5M 0 0 67 275.5M 0 174.0k 40:09 27:01 13:08 143.1k 67 409.5M 0 0 67 275.7M 0 174.0k 40:09 27:02 13:07 138.3k 67 409.5M 0 0 67 276.0M 0 174.0k 40:09 27:03 13:06 147.2k 67 409.5M 0 0 67 276.3M 0 174.1k 40:08 27:05 13:03 170.9k 67 409.5M 0 0 67 276.5M 0 174.0k 40:09 27:06 13:03 181.5k 67 409.5M 0 0 67 276.6M 0 174.0k 40:09 27:07 13:02 188.0k 67 409.5M 0 0 67 276.8M 0 174.0k 40:09 27:08 13:01 179.5k 67 409.5M 0 0 67 276.9M 0 173.9k 40:10 27:10 13:00 148.2k 67 409.5M 0 0 67 277.0M 0 173.9k 40:11 27:11 13:00 121.3k 67 409.5M 0 0 67 277.2M 0 173.8k 40:12 27:12 13:00 119.7k 67 409.5M 0 0 67 277.4M 0 173.8k 40:12 27:14 12:58 118.1k 67 409.5M 0 0 67 277.6M 0 173.8k 40:12 27:15 12:57 120.8k 67 409.5M 0 0 67 277.7M 0 173.7k 40:13 27:16 12:57 131.1k 67 409.5M 0 0 67 277.8M 0 173.7k 40:13 27:17 12:56 129.4k 67 409.5M 0 0 67 278.0M 0 173.6k 40:14 27:19 12:55 129.6k 67 409.5M 0 0 67 278.2M 0 173.6k 40:14 27:20 12:54 128.1k 67 409.5M 0 0 67 278.3M 0 173.6k 40:15 27:21 12:54 120.3k 68 409.5M 0 0 68 278.5M 0 173.5k 40:16 27:23 12:53 115.6k 68 409.5M 0 0 68 278.6M 0 173.5k 40:16 27:24 12:52 122.0k 68 409.5M 0 0 68 278.9M 0 173.5k 40:16 27:25 12:51 138.6k 68 409.5M 0 0 68 279.1M 0 173.5k 40:15 27:26 12:49 154.5k 68 409.5M 0 0 68 279.3M 0 173.5k 40:16 27:28 12:48 161.6k 68 409.5M 0 0 68 279.6M 0 173.5k 40:15 27:29 12:46 185.4k 68 409.5M 0 0 68 279.8M 0 173.5k 40:15 27:30 12:45 193.2k 68 409.5M 0 0 68 280.0M 0 173.5k 40:16 27:32 12:44 175.6k 68 409.5M 0 0 68 280.3M 0 173.6k 40:15 27:33 12:42 175.8k 68 409.5M 0 0 68 280.5M 0 173.6k 40:15 27:34 12:41 194.4k 68 409.5M 0 0 68 280.8M 0 173.6k 40:14 27:35 12:39 196.8k 68 409.5M 0 0 68 281.0M 0 173.6k 40:14 27:37 12:37 195.9k 68 409.5M 0 0 68 281.2M 0 173.6k 40:15 27:38 12:37 195.4k 68 409.5M 0 0 68 281.3M 0 173.5k 40:15 27:39 12:36 172.7k 68 409.5M 0 0 68 281.5M 0 173.5k 40:16 27:41 12:35 147.3k 68 409.5M 0 0 68 281.6M 0 173.5k 40:16 27:42 12:34 136.1k 68 409.5M 0 0 68 281.8M 0 173.5k 40:16 27:43 12:33 133.4k 68 409.5M 0 0 68 282.0M 0 173.5k 40:17 27:44 12:33 135.6k 68 409.5M 0 0 68 282.2M 0 173.5k 40:16 27:45 12:31 150.5k 68 409.5M 0 0 68 282.5M 0 173.5k 40:16 27:47 12:29 171.6k 69 409.5M 0 0 69 282.7M 0 173.5k 40:16 27:48 12:28 180.1k 69 409.5M 0 0 69 282.9M 0 173.5k 40:16 27:49 12:27 173.5k 69 409.5M 0 0 69 283.1M 0 173.5k 40:17 27:50 12:27 173.2k 69 409.5M 0 0 69 283.3M 0 173.4k 40:17 27:52 12:25 168.0k 69 409.5M 0 0 69 283.5M 0 173.4k 40:17 27:53 12:24 160.6k 69 409.5M 0 0 69 283.6M 0 173.4k 40:17 27:54 12:23 153.7k 69 409.5M 0 0 69 283.8M 0 173.4k 40:17 27:55 12:22 153.3k 69 409.5M 0 0 69 284.0M 0 173.4k 40:18 27:57 12:21 152.8k 69 409.5M 0 0 69 284.2M 0 173.4k 40:18 27:58 12:20 153.6k 69 409.5M 0 0 69 284.4M 0 173.4k 40:18 27:59 12:19 154.0k 69 409.5M 0 0 69 284.6M 0 173.4k 40:17 28:00 12:17 167.4k 69 409.5M 0 0 69 285.0M 0 173.5k 40:16 28:01 12:15 195.6k 69 409.5M 0 0 69 285.2M 0 173.5k 40:16 28:03 12:13 209.5k 69 409.5M 0 0 69 285.4M 0 173.5k 40:16 28:04 12:12 212.9k 69 409.5M 0 0 69 285.6M 0 173.5k 40:16 28:05 12:11 210.8k 69 409.5M 0 0 69 285.8M 0 173.5k 40:16 28:06 12:10 202.9k 69 409.5M 0 0 69 286.0M 0 173.5k 40:16 28:07 12:09 180.2k 69 409.5M 0 0 69 286.3M 0 173.5k 40:15 28:09 12:06 182.0k 69 409.5M 0 0 69 286.5M 0 173.5k 40:15 28:10 12:05 183.8k 70 409.5M 0 0 70 286.8M 0 173.6k 40:15 28:11 12:04 191.4k 70 409.5M 0 0 70 287.0M 0 173.5k 40:15 28:12 12:03 184.1k 70 409.5M 0 0 70 287.2M 0 173.6k 40:15 28:14 12:01 191.6k 70 409.5M 0 0 70 287.4M 0 173.6k 40:15 28:15 12:00 180.1k 70 409.5M 0 0 70 287.6M 0 173.6k 40:15 28:16 11:59 178.5k 70 409.5M 0 0 70 287.8M 0 173.6k 40:14 28:17 11:57 189.1k 70 409.5M 0 0 70 288.1M 0 173.6k 40:14 28:18 11:56 199.2k 70 409.5M 0 0 70 288.3M 0 173.6k 40:14 28:19 11:55 192.8k 70 409.5M 0 0 70 288.5M 0 173.7k 40:14 28:21 11:53 203.3k 70 409.5M 0 0 70 288.8M 0 173.7k 40:13 28:22 11:51 217.1k 70 409.5M 0 0 70 289.0M 0 173.7k 40:13 28:23 11:50 209.7k 70 409.5M 0 0 70 289.3M 0 173.8k 40:12 28:24 11:48 209.7k 70 409.5M 0 0 70 289.5M 0 173.8k 40:12 28:25 11:47 215.6k 70 409.5M 0 0 70 289.8M 0 173.8k 40:11 28:26 11:45 222.4k 70 409.5M 0 0 70 290.0M 0 173.8k 40:11 28:27 11:44 208.7k 70 409.5M 0 0 70 290.2M 0 173.9k 40:11 28:29 11:42 212.2k 70 409.5M 0 0 70 290.5M 0 173.9k 40:10 28:30 11:40 221.0k 70 409.5M 0 0 70 290.7M 0 173.9k 40:10 28:31 11:39 228.0k 71 409.5M 0 0 71 290.9M 0 173.9k 40:10 28:32 11:38 213.2k 71 409.5M 0 0 71 291.1M 0 173.9k 40:10 28:33 11:37 207.6k 71 409.5M 0 0 71 291.3M 0 174.0k 40:10 28:34 11:36 204.3k 71 409.5M 0 0 71 291.6M 0 174.0k 40:09 28:35 11:34 204.1k 71 409.5M 0 0 71 291.8M 0 174.0k 40:08 28:36 11:32 203.1k 71 409.5M 0 0 71 292.0M 0 174.0k 40:09 28:38 11:31 198.3k 71 409.5M 0 0 71 292.2M 0 174.0k 40:09 28:39 11:30 199.0k 71 409.5M 0 0 71 292.4M 0 174.0k 40:09 28:40 11:29 180.9k 71 409.5M 0 0 71 292.6M 0 174.0k 40:10 28:42 11:28 159.3k 71 409.5M 0 0 71 292.8M 0 174.0k 40:10 28:43 11:27 149.7k 71 409.5M 0 0 71 293.0M 0 174.0k 40:09 28:44 11:25 158.9k 71 409.5M 0 0 71 293.1M 0 173.9k 40:10 28:45 11:25 153.0k 71 409.5M 0 0 71 293.3M 0 173.9k 40:10 28:46 11:24 158.5k 71 409.5M 0 0 71 293.5M 0 173.9k 40:10 28:47 11:23 165.3k 71 409.5M 0 0 71 293.7M 0 173.9k 40:10 28:49 11:21 161.2k 71 409.5M 0 0 71 293.9M 0 173.9k 40:11 28:50 11:21 150.0k 71 409.5M 0 0 71 294.1M 0 173.9k 40:10 28:51 11:19 166.7k 71 409.5M 0 0 71 294.4M 0 174.0k 40:10 28:52 11:18 182.5k 71 409.5M 0 0 71 294.7M 0 174.0k 40:09 28:53 11:16 199.6k 72 409.5M 0 0 72 295.0M 0 174.1k 40:08 28:55 11:13 218.5k 72 409.5M 0 0 72 295.2M 0 174.1k 40:08 28:56 11:12 230.3k 72 409.5M 0 0 72 295.4M 0 174.1k 40:08 28:57 11:11 213.7k 72 409.5M 0 0 72 295.6M 0 174.1k 40:08 28:58 11:10 205.9k 72 409.5M 0 0 72 295.8M 0 174.1k 40:08 28:59 11:09 192.0k 72 409.5M 0 0 72 296.0M 0 174.1k 40:08 29:01 11:07 181.3k 72 409.5M 0 0 72 296.3M 0 174.1k 40:07 29:02 11:05 188.9k 72 409.5M 0 0 72 296.5M 0 174.2k 40:07 29:03 11:04 211.5k 72 409.5M 0 0 72 296.8M 0 174.2k 40:06 29:04 11:02 220.3k 72 409.5M 0 0 72 297.0M 0 174.2k 40:06 29:05 11:01 228.2k 72 409.5M 0 0 72 297.3M 0 174.3k 40:05 29:06 10:59 236.9k 72 409.5M 0 0 72 297.5M 0 174.3k 40:05 29:07 10:58 228.6k 72 409.5M 0 0 72 297.8M 0 174.3k 40:04 29:08 10:56 221.4k 72 409.5M 0 0 72 298.0M 0 174.3k 40:05 29:10 10:55 199.6k 72 409.5M 0 0 72 298.1M 0 174.3k 40:05 29:11 10:54 192.7k 72 409.5M 0 0 72 298.4M 0 174.3k 40:04 29:12 10:52 188.1k 72 409.5M 0 0 72 298.6M 0 174.3k 40:04 29:13 10:51 183.2k 72 409.5M 0 0 72 298.8M 0 174.3k 40:04 29:14 10:50 174.0k 73 409.5M 0 0 73 299.0M 0 174.3k 40:05 29:15 10:50 180.8k 73 409.5M 0 0 73 299.1M 0 174.3k 40:04 29:16 10:48 181.8k 73 409.5M 0 0 73 299.4M 0 174.4k 40:04 29:18 10:46 183.8k 73 409.5M 0 0 73 299.6M 0 174.3k 40:04 29:19 10:45 177.1k 73 409.5M 0 0 73 299.8M 0 174.4k 40:04 29:20 10:44 183.0k 73 409.5M 0 0 73 300.0M 0 174.4k 40:04 29:21 10:43 184.5k 73 409.5M 0 0 73 300.3M 0 174.4k 40:04 29:22 10:42 190.9k 73 409.5M 0 0 73 300.5M 0 174.4k 40:03 29:24 10:39 188.2k 73 409.5M 0 0 73 300.7M 0 174.4k 40:04 29:25 10:39 189.7k 73 409.5M 0 0 73 300.9M 0 174.4k 40:04 29:26 10:38 187.4k 73 409.5M 0 0 73 301.1M 0 174.4k 40:03 29:27 10:36 194.2k 73 409.5M 0 0 73 301.3M 0 174.4k 40:03 29:28 10:35 186.7k 73 409.5M 0 0 73 301.5M 0 174.4k 40:03 29:30 10:33 172.6k 73 409.5M 0 0 73 301.7M 0 174.4k 40:04 29:31 10:33 166.3k 73 409.5M 0 0 73 302.0M 0 174.4k 40:04 29:32 10:32 173.0k 73 409.5M 0 0 73 302.1M 0 174.4k 40:04 29:33 10:31 157.6k 73 409.5M 0 0 73 302.2M 0 174.3k 40:05 29:35 10:30 140.3k 73 409.5M 0 0 73 302.4M 0 174.3k 40:05 29:36 10:29 143.8k 73 409.5M 0 0 73 302.6M 0 174.3k 40:04 29:37 10:27 164.2k 73 409.5M 0 0 73 303.0M 0 174.4k 40:03 29:38 10:25 177.8k 74 409.5M 0 0 74 303.3M 0 174.5k 40:03 29:39 10:24 205.6k 74 409.5M 0 0 74 303.6M 0 174.5k 40:01 29:40 10:21 250.4k 74 409.5M 0 0 74 303.8M 0 174.6k 40:01 29:42 10:19 261.7k 74 409.5M 0 0 74 304.0M 0 174.5k 40:02 29:43 10:19 235.8k 74 409.5M 0 0 74 304.1M 0 174.5k 40:02 29:44 10:18 196.1k 74 409.5M 0 0 74 304.3M 0 174.4k 40:03 29:45 10:18 165.2k 74 409.5M 0 0 74 304.5M 0 174.4k 40:03 29:47 10:16 140.4k 74 409.5M 0 0 74 304.6M 0 174.4k 40:03 29:48 10:15 131.5k 74 409.5M 0 0 74 304.9M 0 174.4k 40:03 29:49 10:14 143.5k 74 409.5M 0 0 74 305.1M 0 174.4k 40:03 29:50 10:13 156.7k 74 409.5M 0 0 74 305.3M 0 174.4k 40:03 29:51 10:12 169.2k 74 409.5M 0 0 74 305.5M 0 174.4k 40:03 29:53 10:10 178.7k 74 409.5M 0 0 74 305.7M 0 174.4k 40:03 29:54 10:09 180.0k 74 409.5M 0 0 74 305.9M 0 174.4k 40:03 29:55 10:08 171.4k 74 409.5M 0 0 74 306.1M 0 174.4k 40:04 29:56 10:08 167.0k 74 409.5M 0 0 74 306.2M 0 174.3k 40:04 29:58 10:06 150.0k 74 409.5M 0 0 74 306.3M 0 174.3k 40:05 29:59 10:06 134.9k 74 409.5M 0 0 74 306.5M 0 174.3k 40:05 30:00 10:05 134.6k 74 409.5M 0 0 74 306.7M 0 174.3k 40:05 30:01 10:04 139.4k 74 409.5M 0 0 74 307.0M 0 174.3k 40:04 30:02 10:02 157.5k 75 409.5M 0 0 75 307.2M 0 174.4k 40:04 30:03 10:01 181.8k 75 409.5M 0 0 75 307.3M 0 174.3k 40:04 30:04 10:00 183.8k 75 409.5M 0 0 75 307.5M 0 174.3k 40:05 30:06 09:59 181.2k 75 409.5M 0 0 75 307.7M 0 174.3k 40:05 30:07 09:58 177.6k 75 409.5M 0 0 75 307.9M 0 174.3k 40:04 30:08 09:56 170.0k 75 409.5M 0 0 75 308.1M 0 174.3k 40:05 30:09 09:56 159.2k 75 409.5M 0 0 75 308.2M 0 174.2k 40:06 30:11 09:55 139.9k 75 409.5M 0 0 75 308.3M 0 174.1k 40:07 30:12 09:55 126.1k 75 409.5M 0 0 75 308.5M 0 174.1k 40:07 30:14 09:53 122.7k 75 409.5M 0 0 75 308.7M 0 174.1k 40:07 30:15 09:52 121.3k 75 409.5M 0 0 75 309.0M 0 174.1k 40:07 30:16 09:51 132.1k 75 409.5M 0 0 75 309.1M 0 174.1k 40:07 30:17 09:50 148.5k 75 409.5M 0 0 75 309.3M 0 174.1k 40:07 30:19 09:48 164.4k 75 409.5M 0 0 75 309.5M 0 174.1k 40:07 30:20 09:47 170.6k 75 409.5M 0 0 75 309.8M 0 174.1k 40:07 30:21 09:46 179.9k 75 409.5M 0 0 75 310.0M 0 174.2k 40:07 30:22 09:45 182.3k 75 409.5M 0 0 75 310.3M 0 174.2k 40:06 30:23 09:43 205.0k 75 409.5M 0 0 75 310.6M 0 174.3k 40:05 30:24 09:41 225.0k 75 409.5M 0 0 75 310.8M 0 174.3k 40:05 30:25 09:40 220.5k 75 409.5M 0 0 75 311.0M 0 174.3k 40:05 30:27 09:38 208.6k 75 409.5M 0 0 75 311.2M 0 174.3k 40:05 30:28 09:37 209.1k 76 409.5M 0 0 76 311.5M 0 174.3k 40:04 30:29 09:35 215.7k 76 409.5M 0 0 76 311.8M 0 174.4k 40:03 30:30 09:33 221.3k 76 409.5M 0 0 76 312.1M 0 174.4k 40:03 30:31 09:32 230.8k 76 409.5M 0 0 76 312.3M 0 174.4k 40:03 30:32 09:31 231.8k 76 409.5M 0 0 76 312.5M 0 174.4k 40:03 30:34 09:29 216.2k 76 409.5M 0 0 76 312.6M 0 174.4k 40:04 30:35 09:29 189.7k 76 409.5M 0 0 76 312.8M 0 174.4k 40:04 30:36 09:28 161.2k 76 409.5M 0 0 76 313.0M 0 174.4k 40:04 30:38 09:26 150.0k 76 409.5M 0 0 76 313.2M 0 174.4k 40:04 30:39 09:25 150.8k 76 409.5M 0 0 76 313.5M 0 174.4k 40:04 30:40 09:24 161.6k 76 409.5M 0 0 76 313.6M 0 174.4k 40:04 30:41 09:23 169.6k 76 409.5M 0 0 76 314.0M 0 174.4k 40:03 30:42 09:21 191.2k 76 409.5M 0 0 76 314.1M 0 174.4k 40:03 30:43 09:20 188.7k 76 409.5M 0 0 76 314.3M 0 174.4k 40:04 30:45 09:19 168.0k 76 409.5M 0 0 76 314.3M 0 174.4k 40:04 30:45 09:19 174.4k 76 409.5M 0 0 76 314.5M 0 174.4k 40:04 30:46 09:18 189.1k 76 409.5M 0 0 76 314.8M 0 174.4k 40:03 30:47 09:16 225.4k 76 409.5M 0 0 76 315.1M 0 174.5k 40:02 30:48 09:14 235.0k 77 409.5M 0 0 77 315.3M 0 174.5k 40:02 30:49 09:13 232.8k 77 409.5M 0 0 77 315.5M 0 174.5k 40:02 30:51 09:11 223.7k 77 409.5M 0 0 77 315.7M 0 174.5k 40:02 30:52 09:10 222.3k 77 409.5M 0 0 77 316.0M 0 174.5k 40:02 30:53 09:09 208.4k 77 409.5M 0 0 77 316.1M 0 174.5k 40:02 30:54 09:08 193.0k 77 409.5M 0 0 77 316.3M 0 174.5k 40:02 30:55 09:07 176.4k 77 409.5M 0 0 77 316.5M 0 174.5k 40:02 30:57 09:05 166.7k 77 409.5M 0 0 77 316.6M 0 174.4k 40:03 30:58 09:05 149.6k 77 409.5M 0 0 77 316.8M 0 174.4k 40:03 30:59 09:04 138.2k 77 409.5M 0 0 77 317.0M 0 174.4k 40:03 31:00 09:03 138.9k 77 409.5M 0 0 77 317.3M 0 174.4k 40:03 31:02 09:01 150.1k 77 409.5M 0 0 77 317.5M 0 174.5k 40:02 31:03 08:59 169.9k 77 409.5M 0 0 77 317.6M 0 174.5k 40:03 31:04 08:59 178.5k 77 409.5M 0 0 77 317.8M 0 174.5k 40:03 31:05 08:58 190.7k 77 409.5M 0 0 77 318.0M 0 174.4k 40:03 31:06 08:57 183.0k 77 409.5M 0 0 77 318.1M 0 174.4k 40:03 31:07 08:56 165.2k 77 409.5M 0 0 77 318.3M 0 174.4k 40:04 31:09 08:55 140.5k 77 409.5M 0 0 77 318.5M 0 174.3k 40:04 31:10 08:54 143.1k 77 409.5M 0 0 77 318.8M 0 174.4k 40:04 31:11 08:53 146.2k 77 409.5M 0 0 77 319.1M 0 174.4k 40:03 31:13 08:50 168.0k 77 409.5M 0 0 77 319.3M 0 174.5k 40:03 31:14 08:49 186.9k 78 409.5M 0 0 78 319.6M 0 174.5k 40:02 31:15 08:47 206.6k 78 409.5M 0 0 78 319.8M 0 174.5k 40:02 31:16 08:46 218.0k 78 409.5M 0 0 78 320.0M 0 174.5k 40:02 31:17 08:45 216.8k 78 409.5M 0 0 78 320.1M 0 174.5k 40:03 31:18 08:45 187.0k 78 409.5M 0 0 78 320.3M 0 174.5k 40:03 31:20 08:43 173.8k 78 409.5M 0 0 78 320.6M 0 174.5k 40:02 31:21 08:41 184.7k 78 409.5M 0 0 78 321.0M 0 174.6k 40:01 31:22 08:39 201.0k 78 409.5M 0 0 78 321.1M 0 174.6k 40:01 31:23 08:38 199.9k 78 409.5M 0 0 78 321.4M 0 174.6k 40:01 31:24 08:37 223.6k 78 409.5M 0 0 78 321.6M 0 174.6k 40:00 31:25 08:35 241.2k 78 409.5M 0 0 78 321.9M 0 174.7k 40:00 31:26 08:34 227.8k 78 409.5M 0 0 78 322.1M 0 174.7k 40:00 31:27 08:33 208.3k 78 409.5M 0 0 78 322.2M 0 174.6k 40:00 31:28 08:32 199.6k 78 409.5M 0 0 78 322.4M 0 174.6k 40:00 31:30 08:30 179.6k 78 409.5M 0 0 78 322.5M 0 174.6k 40:01 31:31 08:30 150.8k 78 409.5M 0 0 78 322.6M 0 174.5k 40:01 31:32 08:29 133.2k 78 409.5M 0 0 78 322.8M 0 174.5k 40:02 31:33 08:29 128.9k 78 409.5M 0 0 78 323.0M 0 174.5k 40:02 31:35 08:27 137.4k 78 409.5M 0 0 78 323.2M 0 174.5k 40:02 31:36 08:26 141.5k 78 409.5M 0 0 78 323.4M 0 174.5k 40:02 31:37 08:25 158.1k 79 409.5M 0 0 79 323.6M 0 174.6k 40:01 31:38 08:23 180.8k 79 409.5M 0 0 79 324.0M 0 174.7k 40:00 31:39 08:21 221.4k 79 409.5M 0 0 79 324.5M 0 174.8k 39:58 31:40 08:18 265.7k 79 409.5M 0 0 79 324.8M 0 174.8k 39:57 31:41 08:16 283.2k 79 409.5M 0 0 79 325.0M 0 174.8k 39:58 31:42 08:16 275.7k 79 409.5M 0 0 79 325.1M 0 174.8k 39:58 31:44 08:14 255.3k 79 409.5M 0 0 79 325.3M 0 174.8k 39:58 31:45 08:13 212.7k 79 409.5M 0 0 79 325.5M 0 174.7k 39:59 31:46 08:13 161.3k 79 409.5M 0 0 79 325.6M 0 174.7k 39:59 31:48 08:11 131.8k 79 409.5M 0 0 79 325.8M 0 174.7k 39:59 31:49 08:10 131.9k 79 409.5M 0 0 79 326.0M 0 174.7k 39:59 31:50 08:09 144.8k 79 409.5M 0 0 79 326.3M 0 174.7k 39:59 31:51 08:08 159.9k 79 409.5M 0 0 79 326.5M 0 174.7k 39:59 31:52 08:07 174.6k 79 409.5M 0 0 79 326.7M 0 174.8k 39:58 31:53 08:05 198.5k 79 409.5M 0 0 79 327.0M 0 174.8k 39:58 31:55 08:03 207.6k 79 409.5M 0 0 79 327.2M 0 174.8k 39:58 31:56 08:02 202.6k 79 409.5M 0 0 79 327.3M 0 174.8k 39:58 31:57 08:01 183.5k 79 409.5M 0 0 79 327.5M 0 174.8k 39:58 31:58 08:00 181.5k 80 409.5M 0 0 80 327.8M 0 174.8k 39:58 31:59 07:59 178.5k 80 409.5M 0 0 80 328.0M 0 174.8k 39:58 32:01 07:57 175.4k 80 409.5M 0 0 80 328.2M 0 174.8k 39:58 32:02 07:56 161.5k 80 409.5M 0 0 80 328.3M 0 174.7k 39:59 32:03 07:56 165.6k 80 409.5M 0 0 80 328.5M 0 174.7k 39:59 32:05 07:54 153.6k 80 409.5M 0 0 80 328.7M 0 174.7k 40:00 32:06 07:54 141.7k 80 409.5M 0 0 80 328.9M 0 174.7k 40:00 32:07 07:53 135.7k 80 409.5M 0 0 80 329.1M 0 174.7k 40:00 32:09 07:51 143.1k 80 409.5M 0 0 80 329.3M 0 174.6k 40:00 32:10 07:50 147.0k 80 409.5M 0 0 80 329.5M 0 174.6k 40:00 32:11 07:49 157.6k 80 409.5M 0 0 80 329.7M 0 174.7k 40:00 32:12 07:48 174.8k 80 409.5M 0 0 80 330.0M 0 174.7k 39:59 32:13 07:46 185.7k 80 409.5M 0 0 80 330.2M 0 174.7k 39:59 32:14 07:45 198.7k 80 409.5M 0 0 80 330.5M 0 174.8k 39:58 32:16 07:42 224.9k 80 409.5M 0 0 80 330.8M 0 174.8k 39:58 32:17 07:41 237.7k 80 409.5M 0 0 80 331.0M 0 174.9k 39:57 32:18 07:39 242.3k 80 409.5M 0 0 80 331.2M 0 174.9k 39:57 32:19 07:38 235.8k 80 409.5M 0 0 80 331.3M 0 174.8k 39:57 32:20 07:37 213.8k 80 409.5M 0 0 80 331.5M 0 174.8k 39:58 32:21 07:37 176.7k 81 409.5M 0 0 81 331.7M 0 174.8k 39:58 32:23 07:35 161.6k 81 409.5M 0 0 81 331.9M 0 174.8k 39:58 32:24 07:34 149.2k 81 409.5M 0 0 81 332.1M 0 174.8k 39:58 32:25 07:33 146.4k 81 409.5M 0 0 81 332.2M 0 174.7k 39:59 32:26 07:33 136.2k 81 409.5M 0 0 81 332.3M 0 174.7k 40:00 32:28 07:32 133.9k 81 409.5M 0 0 81 332.5M 0 174.7k 40:00 32:29 07:31 137.7k 81 409.5M 0 0 81 332.7M 0 174.7k 40:00 32:30 07:30 135.7k 81 409.5M 0 0 81 333.0M 0 174.7k 40:00 32:31 07:29 145.4k 81 409.5M 0 0 81 333.2M 0 174.7k 39:59 32:32 07:27 179.7k 81 409.5M 0 0 81 333.5M 0 174.8k 39:58 32:33 07:25 217.7k 81 409.5M 0 0 81 333.7M 0 174.8k 39:58 32:34 07:24 217.6k 81 409.5M 0 0 81 333.8M 0 174.7k 39:59 32:35 07:24 202.7k 81 409.5M 0 0 81 334.0M 0 174.7k 39:59 32:37 07:22 193.7k 81 409.5M 0 0 81 334.3M 0 174.7k 39:59 32:38 07:21 180.1k 81 409.5M 0 0 81 334.5M 0 174.8k 39:59 32:39 07:20 164.3k 81 409.5M 0 0 81 334.8M 0 174.8k 39:58 32:41 07:17 172.3k 81 409.5M 0 0 81 334.9M 0 174.8k 39:59 32:42 07:17 179.5k 81 409.5M 0 0 81 335.0M 0 174.7k 39:59 32:43 07:16 163.2k 81 409.5M 0 0 81 335.2M 0 174.7k 39:59 32:44 07:15 163.9k 81 409.5M 0 0 81 335.5M 0 174.8k 39:59 32:45 07:14 176.3k 81 409.5M 0 0 81 335.8M 0 174.8k 39:58 32:46 07:12 173.6k 82 409.5M 0 0 82 336.0M 0 174.8k 39:58 32:48 07:10 176.3k 82 409.5M 0 0 82 336.1M 0 174.7k 39:59 32:49 07:10 176.5k 82 409.5M 0 0 82 336.3M 0 174.7k 40:00 32:51 07:09 160.9k 82 409.5M 0 0 82 336.4M 0 174.6k 40:00 32:52 07:08 135.7k 82 409.5M 0 0 82 336.6M 0 174.6k 40:00 32:53 07:07 130.2k 82 409.5M 0 0 82 336.8M 0 174.6k 40:00 32:54 07:06 137.1k 82 409.5M 0 0 82 337.0M 0 174.6k 40:00 32:55 07:05 154.2k 82 409.5M 0 0 82 337.3M 0 174.6k 40:00 32:57 07:03 169.9k 82 409.5M 0 0 82 337.5M 0 174.6k 40:00 32:58 07:02 175.3k 82 409.5M 0 0 82 337.6M 0 174.6k 40:01 32:59 07:02 164.4k 82 409.5M 0 0 82 337.7M 0 174.6k 40:01 33:00 07:01 147.4k 82 409.5M 0 0 82 337.9M 0 174.6k 40:01 33:01 07:00 144.6k 82 409.5M 0 0 82 338.1M 0 174.5k 40:02 33:03 06:59 137.8k 82 409.5M 0 0 82 338.2M 0 174.5k 40:02 33:04 06:58 123.7k 82 409.5M 0 0 82 338.3M 0 174.4k 40:03 33:05 06:58 122.0k 82 409.5M 0 0 82 338.5M 0 174.4k 40:03 33:07 06:56 129.9k 82 409.5M 0 0 82 338.7M 0 174.4k 40:04 33:08 06:56 127.0k 82 409.5M 0 0 82 338.9M 0 174.4k 40:04 33:09 06:55 125.8k 82 409.5M 0 0 82 339.1M 0 174.3k 40:04 33:11 06:53 135.4k 82 409.5M 0 0 82 339.3M 0 174.3k 40:04 33:12 06:52 144.5k 82 409.5M 0 0 82 339.5M 0 174.3k 40:04 33:13 06:51 147.1k 82 409.5M 0 0 82 339.6M 0 174.3k 40:05 33:14 06:51 144.3k 82 409.5M 0 0 82 339.8M 0 174.3k 40:05 33:16 06:49 145.0k 83 409.5M 0 0 83 340.0M 0 174.3k 40:05 33:17 06:48 150.6k 83 409.5M 0 0 83 340.2M 0 174.3k 40:05 33:18 06:47 159.7k 83 409.5M 0 0 83 340.5M 0 174.3k 40:04 33:19 06:45 173.6k 83 409.5M 0 0 83 340.7M 0 174.4k 40:04 33:20 06:44 194.7k 83 409.5M 0 0 83 341.0M 0 174.4k 40:04 33:21 06:43 213.5k 83 409.5M 0 0 83 341.2M 0 174.4k 40:03 33:22 06:41 227.9k 83 409.5M 0 0 83 341.5M 0 174.4k 40:03 33:24 06:39 228.5k 83 409.5M 0 0 83 341.6M 0 174.4k 40:03 33:25 06:38 204.4k 83 409.5M 0 0 83 341.7M 0 174.4k 40:04 33:26 06:38 178.0k 83 409.5M 0 0 83 341.9M 0 174.4k 40:04 33:27 06:37 165.1k 83 409.5M 0 0 83 342.0M 0 174.3k 40:04 33:28 06:36 145.2k 83 409.5M 0 0 83 342.2M 0 174.3k 40:05 33:29 06:36 132.4k 83 409.5M 0 0 83 342.4M 0 174.3k 40:04 33:30 06:34 145.7k 83 409.5M 0 0 83 342.6M 0 174.4k 40:04 33:32 06:32 168.0k 83 409.5M 0 0 83 342.8M 0 174.4k 40:04 33:33 06:31 173.3k 83 409.5M 0 0 83 343.0M 0 174.4k 40:04 33:34 06:30 183.0k 83 409.5M 0 0 83 343.2M 0 174.4k 40:04 33:35 06:29 187.7k 83 409.5M 0 0 83 343.5M 0 174.4k 40:04 33:36 06:28 194.1k 83 409.5M 0 0 83 343.7M 0 174.4k 40:04 33:37 06:27 189.1k 83 409.5M 0 0 83 344.0M 0 174.4k 40:03 33:38 06:25 196.1k 84 409.5M 0 0 84 344.1M 0 174.4k 40:04 33:40 06:24 180.8k 84 409.5M 0 0 84 344.3M 0 174.4k 40:04 33:41 06:23 173.0k 84 409.5M 0 0 84 344.4M 0 174.3k 40:04 33:42 06:22 155.3k 84 409.5M 0 0 84 344.6M 0 174.3k 40:04 33:43 06:21 151.7k 84 409.5M 0 0 84 344.8M 0 174.3k 40:05 33:44 06:21 139.1k 84 409.5M 0 0 84 344.9M 0 174.3k 40:05 33:46 06:19 137.8k 84 409.5M 0 0 84 345.0M 0 174.2k 40:06 33:47 06:19 127.9k 84 409.5M 0 0 84 345.1M 0 174.2k 40:06 33:48 06:18 122.8k 84 409.5M 0 0 84 345.2M 0 174.1k 40:07 33:49 06:18 110.9k 84 409.5M 0 0 84 345.3M 0 174.1k 40:07 33:50 06:17 101.1k 84 409.5M 0 0 84 345.5M 0 174.1k 40:08 33:51 06:17 103.8k 84 409.5M 0 0 84 345.6M 0 174.0k 40:08 33:52 06:16 109.9k 84 409.5M 0 0 84 345.7M 0 174.0k 40:09 33:53 06:16 115.0k 84 409.5M 0 0 84 345.9M 0 174.0k 40:09 33:55 06:14 122.4k 84 409.5M 0 0 84 346.1M 0 174.0k 40:09 33:56 06:13 132.2k 84 409.5M 0 0 84 346.3M 0 174.0k 40:09 33:57 06:12 139.0k 84 409.5M 0 0 84 346.5M 0 174.0k 40:10 33:59 06:11 146.6k 84 409.5M 0 0 84 346.6M 0 174.0k 40:10 34:00 06:10 155.0k 84 409.5M 0 0 84 346.8M 0 174.0k 40:09 34:01 06:08 160.3k 84 409.5M 0 0 84 347.1M 0 174.0k 40:09 34:02 06:07 170.1k 84 409.5M 0 0 84 347.3M 0 174.0k 40:09 34:03 06:06 187.5k 84 409.5M 0 0 84 347.5M 0 174.0k 40:09 34:04 06:05 192.8k 84 409.5M 0 0 84 347.7M 0 174.0k 40:09 34:05 06:04 191.4k 84 409.5M 0 0 84 348.0M 0 174.0k 40:09 34:07 06:02 195.8k 85 409.5M 0 0 85 348.2M 0 174.0k 40:08 34:08 06:00 195.0k 85 409.5M 0 0 85 348.4M 0 174.0k 40:09 34:09 06:00 174.2k 85 409.5M 0 0 85 348.6M 0 174.0k 40:09 34:10 05:59 173.2k 85 409.5M 0 0 85 348.8M 0 174.0k 40:09 34:12 05:57 179.6k 85 409.5M 0 0 85 349.1M 0 174.1k 40:08 34:13 05:55 187.1k 85 409.5M 0 0 85 349.4M 0 174.1k 40:07 34:14 05:53 196.0k 85 409.5M 0 0 85 349.6M 0 174.1k 40:07 34:15 05:52 206.9k 85 409.5M 0 0 85 349.9M 0 174.2k 40:07 34:16 05:51 230.3k 85 409.5M 0 0 85 350.1M 0 174.2k 40:07 34:17 05:50 226.8k 85 409.5M 0 0 85 350.3M 0 174.1k 40:07 34:19 05:48 198.6k 85 409.5M 0 0 85 350.5M 0 174.1k 40:07 34:20 05:47 182.3k 85 409.5M 0 0 85 350.6M 0 174.1k 40:08 34:21 05:47 168.5k 85 409.5M 0 0 85 350.7M 0 174.1k 40:08 34:22 05:46 140.4k 85 409.5M 0 0 85 350.9M 0 174.0k 40:08 34:24 05:44 131.5k 85 409.5M 0 0 85 351.0M 0 174.0k 40:09 34:25 05:44 124.0k 85 409.5M 0 0 85 351.1M 0 174.0k 40:10 34:26 05:44 114.5k 85 409.5M 0 0 85 351.3M 0 173.9k 40:10 34:27 05:43 122.2k 85 409.5M 0 0 85 351.6M 0 174.0k 40:10 34:29 05:41 137.9k 85 409.5M 0 0 85 351.7M 0 173.9k 40:10 34:30 05:40 137.7k 85 409.5M 0 0 85 351.9M 0 173.9k 40:10 34:31 05:39 142.9k 85 409.5M 0 0 85 352.0M 0 173.9k 40:11 34:32 05:39 144.1k 85 409.5M 0 0 85 352.1M 0 173.8k 40:11 34:34 05:37 134.1k 86 409.5M 0 0 86 352.3M 0 173.8k 40:12 34:35 05:37 117.7k 86 409.5M 0 0 86 352.4M 0 173.8k 40:12 34:36 05:36 116.1k 86 409.5M 0 0 86 352.6M 0 173.7k 40:12 34:37 05:35 121.1k 86 409.5M 0 0 86 352.7M 0 173.7k 40:13 34:38 05:35 120.7k 86 409.5M 0 0 86 352.8M 0 173.7k 40:14 34:40 05:34 119.3k 86 409.5M 0 0 86 353.0M 0 173.7k 40:14 34:41 05:33 125.5k 86 409.5M 0 0 86 353.1M 0 173.6k 40:14 34:42 05:32 126.2k 86 409.5M 0 0 86 353.3M 0 173.6k 40:14 34:43 05:31 128.5k 86 409.5M 0 0 86 353.6M 0 173.6k 40:14 34:44 05:30 143.6k 86 409.5M 0 0 86 353.8M 0 173.6k 40:14 34:46 05:28 160.1k 86 409.5M 0 0 86 354.0M 0 173.6k 40:14 34:47 05:27 163.0k 86 409.5M 0 0 86 354.1M 0 173.6k 40:14 34:48 05:26 171.9k 86 409.5M 0 0 86 354.3M 0 173.6k 40:15 34:49 05:26 165.8k 86 409.5M 0 0 86 354.5M 0 173.6k 40:15 34:50 05:25 156.8k 86 409.5M 0 0 86 354.6M 0 173.6k 40:15 34:51 05:24 159.0k 86 409.5M 0 0 86 354.8M 0 173.6k 40:15 34:52 05:23 162.6k 86 409.5M 0 0 86 355.0M 0 173.6k 40:15 34:53 05:22 164.1k 86 409.5M 0 0 86 355.2M 0 173.6k 40:15 34:55 05:20 166.5k 86 409.5M 0 0 86 355.4M 0 173.6k 40:15 34:56 05:19 165.0k 86 409.5M 0 0 86 355.6M 0 173.6k 40:15 34:57 05:18 162.9k 86 409.5M 0 0 86 355.8M 0 173.6k 40:15 34:58 05:17 168.5k 86 409.5M 0 0 86 356.0M 0 173.6k 40:15 34:59 05:16 168.6k 87 409.5M 0 0 87 356.3M 0 173.6k 40:15 35:01 05:14 181.8k 87 409.5M 0 0 87 356.5M 0 173.6k 40:14 35:02 05:12 196.1k 87 409.5M 0 0 87 356.8M 0 173.6k 40:14 35:03 05:11 204.7k 87 409.5M 0 0 87 357.0M 0 173.7k 40:13 35:04 05:09 208.1k 87 409.5M 0 0 87 357.3M 0 173.7k 40:13 35:05 05:08 212.8k 87 409.5M 0 0 87 357.5M 0 173.7k 40:13 35:06 05:07 208.6k 87 409.5M 0 0 87 357.6M 0 173.7k 40:13 35:08 05:05 197.0k 87 409.5M 0 0 87 357.8M 0 173.7k 40:14 35:09 05:05 181.7k 87 409.5M 0 0 87 358.0M 0 173.7k 40:14 35:10 05:04 165.4k 87 409.5M 0 0 87 358.2M 0 173.6k 40:14 35:12 05:02 154.4k 87 409.5M 0 0 87 358.3M 0 173.6k 40:15 35:13 05:02 142.1k 87 409.5M 0 0 87 358.5M 0 173.6k 40:15 35:14 05:01 134.5k 87 409.5M 0 0 87 358.6M 0 173.6k 40:15 35:15 05:00 137.5k 87 409.5M 0 0 87 358.8M 0 173.5k 40:15 35:16 04:59 133.7k 87 409.5M 0 0 87 359.0M 0 173.5k 40:16 35:18 04:58 124.4k 87 409.5M 0 0 87 359.1M 0 173.5k 40:17 35:19 04:58 127.0k 87 409.5M 0 0 87 359.3M 0 173.4k 40:17 35:20 04:57 127.5k 87 409.5M 0 0 87 359.4M 0 173.4k 40:17 35:22 04:55 118.2k 87 409.5M 0 0 87 359.5M 0 173.4k 40:18 35:23 04:55 118.5k 87 409.5M 0 0 87 359.7M 0 173.3k 40:18 35:24 04:54 123.7k 87 409.5M 0 0 87 359.9M 0 173.4k 40:18 35:25 04:53 133.7k 87 409.5M 0 0 87 360.1M 0 173.3k 40:18 35:26 04:52 140.3k 87 409.5M 0 0 87 360.3M 0 173.3k 40:18 35:27 04:51 152.8k 88 409.5M 0 0 88 360.5M 0 173.3k 40:18 35:28 04:50 163.8k 88 409.5M 0 0 88 360.6M 0 173.3k 40:18 35:30 04:48 164.1k 88 409.5M 0 0 88 360.8M 0 173.3k 40:19 35:31 04:48 151.8k 88 409.5M 0 0 88 360.9M 0 173.3k 40:19 35:32 04:47 145.0k 88 409.5M 0 0 88 361.0M 0 173.2k 40:20 35:33 04:47 135.3k 88 409.5M 0 0 88 361.2M 0 173.2k 40:19 35:34 04:45 133.9k 88 409.5M 0 0 88 361.4M 0 173.2k 40:20 35:35 04:45 139.1k 88 409.5M 0 0 88 361.5M 0 173.2k 40:20 35:36 04:44 140.2k 88 409.5M 0 0 88 361.7M 0 173.2k 40:20 35:38 04:42 148.7k 88 409.5M 0 0 88 361.9M 0 173.2k 40:20 35:39 04:41 157.7k 88 409.5M 0 0 88 362.1M 0 173.2k 40:20 35:40 04:40 148.6k 88 409.5M 0 0 88 362.2M 0 173.1k 40:21 35:41 04:40 137.2k 88 409.5M 0 0 88 362.4M 0 173.1k 40:21 35:43 04:38 144.7k 88 409.5M 0 0 88 362.6M 0 173.1k 40:21 35:44 04:37 150.3k 88 409.5M 0 0 88 362.9M 0 173.1k 40:21 35:45 04:36 155.1k 88 409.5M 0 0 88 363.1M 0 173.2k 40:21 35:47 04:34 170.7k 88 409.5M 0 0 88 363.3M 0 173.2k 40:21 35:48 04:33 184.1k 88 409.5M 0 0 88 363.5M 0 173.2k 40:21 35:49 04:32 188.0k 88 409.5M 0 0 88 363.7M 0 173.1k 40:21 35:50 04:31 157.5k 88 409.5M 0 0 88 363.7M 0 173.1k 40:21 35:50 04:31 173.1k 88 409.5M 0 0 88 364.0M 0 173.2k 40:21 35:51 04:30 197.8k 88 409.5M 0 0 88 364.1M 0 173.1k 40:21 35:53 04:28 172.3k 88 409.5M 0 0 88 364.3M 0 173.1k 40:21 35:54 04:27 153.1k 89 409.5M 0 0 89 364.5M 0 173.1k 40:21 35:55 04:26 157.6k 89 409.5M 0 0 89 364.6M 0 173.1k 40:22 35:56 04:26 157.1k 89 409.5M 0 0 89 364.8M 0 173.1k 40:21 35:57 04:24 154.0k 89 409.5M 0 0 89 365.0M 0 173.1k 40:22 35:58 04:24 157.3k 89 409.5M 0 0 89 365.3M 0 173.1k 40:21 36:00 04:21 182.6k 89 409.5M 0 0 89 365.6M 0 173.2k 40:20 36:01 04:19 203.2k 89 409.5M 0 0 89 365.8M 0 173.2k 40:20 36:02 04:18 213.2k 89 409.5M 0 0 89 366.0M 0 173.2k 40:20 36:03 04:17 200.7k 89 409.5M 0 0 89 366.1M 0 173.2k 40:21 36:04 04:17 199.2k 89 409.5M 0 0 89 366.3M 0 173.2k 40:21 36:06 04:15 181.9k 89 409.5M 0 0 89 366.5M 0 173.2k 40:21 36:07 04:14 164.1k 89 409.5M 0 0 89 366.8M 0 173.2k 40:20 36:08 04:12 170.3k 89 409.5M 0 0 89 367.0M 0 173.2k 40:20 36:09 04:11 181.3k 89 409.5M 0 0 89 367.2M 0 173.2k 40:20 36:10 04:10 182.6k 89 409.5M 0 0 89 367.5M 0 173.2k 40:20 36:11 04:09 198.7k 89 409.5M 0 0 89 367.7M 0 173.3k 40:19 36:12 04:07 207.2k 89 409.5M 0 0 89 367.9M 0 173.2k 40:20 36:14 04:06 185.2k 89 409.5M 0 0 89 368.0M 0 173.2k 40:20 36:15 04:05 172.7k 89 409.5M 0 0 89 368.2M 0 173.2k 40:20 36:16 04:04 166.9k 89 409.5M 0 0 89 368.4M 0 173.1k 40:21 36:18 04:03 147.3k 90 409.5M 0 0 90 368.6M 0 173.1k 40:21 36:19 04:02 137.7k 90 409.5M 0 0 90 368.8M 0 173.1k 40:21 36:20 04:01 140.6k 90 409.5M 0 0 90 368.9M 0 173.1k 40:21 36:21 04:00 142.9k 90 409.5M 0 0 90 369.1M 0 173.1k 40:21 36:22 03:59 148.1k 90 409.5M 0 0 90 369.3M 0 173.1k 40:21 36:24 03:57 158.4k 90 409.5M 0 0 90 369.4M 0 173.1k 40:22 36:25 03:57 147.5k 90 409.5M 0 0 90 369.6M 0 173.1k 40:22 36:26 03:56 148.3k 90 409.5M 0 0 90 369.8M 0 173.0k 40:22 36:27 03:55 144.5k 90 409.5M 0 0 90 370.0M 0 173.0k 40:23 36:29 03:54 144.0k 90 409.5M 0 0 90 370.2M 0 173.1k 40:22 36:30 03:52 154.3k 90 409.5M 0 0 90 370.4M 0 173.1k 40:22 36:31 03:51 165.5k 90 409.5M 0 0 90 370.6M 0 173.1k 40:22 36:32 03:50 181.6k 90 409.5M 0 0 90 370.9M 0 173.1k 40:21 36:33 03:48 203.8k 90 409.5M 0 0 90 371.1M 0 173.1k 40:21 36:34 03:47 220.4k 90 409.5M 0 0 90 371.3M 0 173.1k 40:21 36:35 03:46 200.1k 90 409.5M 0 0 90 371.5M 0 173.1k 40:22 36:37 03:45 184.5k 90 409.5M 0 0 90 371.6M 0 173.0k 40:23 36:38 03:45 150.1k 90 409.5M 0 0 90 371.7M 0 173.0k 40:23 36:39 03:44 134.3k 90 409.5M 0 0 90 371.8M 0 173.0k 40:23 36:40 03:43 114.7k 90 409.5M 0 0 90 372.0M 0 172.9k 40:24 36:42 03:42 107.5k 90 409.5M 0 0 90 372.1M 0 172.9k 40:24 36:43 03:41 110.6k 90 409.5M 0 0 90 372.3M 0 172.9k 40:24 36:44 03:40 125.5k 90 409.5M 0 0 90 372.5M 0 172.9k 40:25 36:45 03:40 124.8k 90 409.5M 0 0 90 372.6M 0 172.8k 40:25 36:46 03:39 124.1k 91 409.5M 0 0 91 372.7M 0 172.8k 40:25 36:48 03:37 128.5k 91 409.5M 0 0 91 372.9M 0 172.8k 40:26 36:49 03:37 133.1k 91 409.5M 0 0 91 373.0M 0 172.8k 40:26 36:50 03:36 128.6k 91 409.5M 0 0 91 373.1M 0 172.8k 40:26 36:51 03:35 131.0k 91 409.5M 0 0 91 373.3M 0 172.7k 40:27 36:52 03:35 129.5k 91 409.5M 0 0 91 373.5M 0 172.8k 40:26 36:53 03:33 147.2k 91 409.5M 0 0 91 373.8M 0 172.8k 40:26 36:54 03:32 162.6k 91 409.5M 0 0 91 374.0M 0 172.8k 40:26 36:56 03:30 176.3k 91 409.5M 0 0 91 374.1M 0 172.7k 40:27 36:57 03:30 158.1k 91 409.5M 0 0 91 374.3M 0 172.7k 40:28 36:59 03:29 150.7k 91 409.5M 0 0 91 374.5M 0 172.7k 40:28 37:00 03:28 140.1k 91 409.5M 0 0 91 374.6M 0 172.7k 40:28 37:01 03:27 130.8k 91 409.5M 0 0 91 374.9M 0 172.7k 40:28 37:02 03:26 131.9k 91 409.5M 0 0 91 375.1M 0 172.7k 40:28 37:03 03:25 155.3k 91 409.5M 0 0 91 375.3M 0 172.7k 40:28 37:05 03:23 173.8k 91 409.5M 0 0 91 375.5M 0 172.7k 40:27 37:06 03:21 191.3k 91 409.5M 0 0 91 375.8M 0 172.7k 40:26 37:07 03:19 210.4k 91 409.5M 0 0 91 376.1M 0 172.8k 40:26 37:08 03:18 204.5k 91 409.5M 0 0 91 376.3M 0 172.8k 40:26 37:09 03:17 206.0k 91 409.5M 0 0 91 376.5M 0 172.7k 40:26 37:11 03:15 199.7k 91 409.5M 0 0 91 376.6M 0 172.8k 40:26 37:12 03:14 192.4k 92 409.5M 0 0 92 376.8M 0 172.8k 40:26 37:13 03:13 174.2k 92 409.5M 0 0 92 377.0M 0 172.7k 40:27 37:14 03:13 157.2k 92 409.5M 0 0 92 377.1M 0 172.7k 40:27 37:15 03:12 143.7k 92 409.5M 0 0 92 377.3M 0 172.7k 40:27 37:16 03:11 150.1k 92 409.5M 0 0 92 377.5M 0 172.7k 40:27 37:17 03:10 147.9k 92 409.5M 0 0 92 377.6M 0 172.7k 40:28 37:18 03:10 139.7k 92 409.5M 0 0 92 377.8M 0 172.7k 40:28 37:20 03:08 149.0k 92 409.5M 0 0 92 378.0M 0 172.6k 40:28 37:21 03:07 154.0k 92 409.5M 0 0 92 378.1M 0 172.6k 40:28 37:22 03:06 153.2k 92 409.5M 0 0 92 378.3M 0 172.6k 40:28 37:24 03:04 143.0k 92 409.5M 0 0 92 378.5M 0 172.6k 40:29 37:25 03:04 142.6k 92 409.5M 0 0 92 378.6M 0 172.6k 40:29 37:26 03:03 142.3k 92 409.5M 0 0 92 378.9M 0 172.6k 40:29 37:27 03:02 154.4k 92 409.5M 0 0 92 379.1M 0 172.6k 40:29 37:28 03:01 150.9k 92 409.5M 0 0 92 379.3M 0 172.6k 40:29 37:30 02:59 153.0k 92 409.5M 0 0 92 379.5M 0 172.6k 40:29 37:31 02:58 166.6k 92 409.5M 0 0 92 379.8M 0 172.6k 40:29 37:32 02:57 176.6k 92 409.5M 0 0 92 380.0M 0 172.6k 40:29 37:34 02:55 170.6k 92 409.5M 0 0 92 380.2M 0 172.6k 40:29 37:35 02:54 179.5k 92 409.5M 0 0 92 380.4M 0 172.6k 40:29 37:36 02:53 188.4k 92 409.5M 0 0 92 380.6M 0 172.6k 40:28 37:37 02:51 187.3k 93 409.5M 0 0 93 380.8M 0 172.6k 40:28 37:38 02:50 185.0k 93 409.5M 0 0 93 381.0M 0 172.6k 40:29 37:40 02:49 179.5k 93 409.5M 0 0 93 381.3M 0 172.6k 40:28 37:41 02:47 178.8k 93 409.5M 0 0 93 381.5M 0 172.6k 40:28 37:42 02:46 180.0k 93 409.5M 0 0 93 381.6M 0 172.6k 40:28 37:43 02:45 169.8k 93 409.5M 0 0 93 381.8M 0 172.6k 40:29 37:45 02:44 151.2k 93 409.5M 0 0 93 382.0M 0 172.5k 40:29 37:46 02:43 152.9k 93 409.5M 0 0 93 382.2M 0 172.6k 40:29 37:47 02:42 155.3k 93 409.5M 0 0 93 382.4M 0 172.6k 40:29 37:48 02:41 152.5k 93 409.5M 0 0 93 382.6M 0 172.5k 40:29 37:50 02:39 151.1k 93 409.5M 0 0 93 382.7M 0 172.5k 40:30 37:51 02:39 153.6k 93 409.5M 0 0 93 382.9M 0 172.5k 40:30 37:52 02:38 157.4k 93 409.5M 0 0 93 383.1M 0 172.5k 40:30 37:53 02:37 151.6k 93 409.5M 0 0 93 383.3M 0 172.5k 40:30 37:55 02:35 138.9k 93 409.5M 0 0 93 383.4M 0 172.4k 40:31 37:56 02:35 130.5k 93 409.5M 0 0 93 383.6M 0 172.4k 40:31 37:57 02:34 138.7k 93 409.5M 0 0 93 383.8M 0 172.4k 40:32 37:59 02:33 132.1k 93 409.5M 0 0 93 384.0M 0 172.4k 40:32 38:00 02:32 127.7k 93 409.5M 0 0 93 384.1M 0 172.4k 40:32 38:01 02:31 136.3k 93 409.5M 0 0 93 384.3M 0 172.3k 40:32 38:02 02:30 142.5k 93 409.5M 0 0 93 384.4M 0 172.3k 40:32 38:03 02:29 138.8k 93 409.5M 0 0 93 384.6M 0 172.3k 40:32 38:04 02:28 145.8k 93 409.5M 0 0 93 384.9M 0 172.4k 40:32 38:06 02:26 169.6k 94 409.5M 0 0 94 385.2M 0 172.4k 40:31 38:07 02:24 205.0k 94 409.5M 0 0 94 385.5M 0 172.5k 40:30 38:08 02:22 223.4k 94 409.5M 0 0 94 385.6M 0 172.5k 40:30 38:09 02:21 232.1k 94 409.5M 0 0 94 385.8M 0 172.5k 40:31 38:10 02:21 229.2k 94 409.5M 0 0 94 386.0M 0 172.4k 40:31 38:11 02:20 199.7k 94 409.5M 0 0 94 386.2M 0 172.4k 40:31 38:12 02:19 175.1k 94 409.5M 0 0 94 386.4M 0 172.4k 40:31 38:14 02:17 154.7k 94 409.5M 0 0 94 386.6M 0 172.4k 40:31 38:15 02:16 150.4k 94 409.5M 0 0 94 386.8M 0 172.4k 40:31 38:16 02:15 163.9k 94 409.5M 0 0 94 387.1M 0 172.5k 40:30 38:18 02:12 186.6k 94 409.5M 0 0 94 387.3M 0 172.5k 40:30 38:19 02:11 185.5k 94 409.5M 0 0 94 387.6M 0 172.5k 40:30 38:20 02:10 207.5k 94 409.5M 0 0 94 387.8M 0 172.5k 40:29 38:21 02:08 228.2k 94 409.5M 0 0 94 388.1M 0 172.6k 40:29 38:22 02:07 223.8k 94 409.5M 0 0 94 388.3M 0 172.6k 40:29 38:23 02:06 204.9k 94 409.5M 0 0 94 388.5M 0 172.6k 40:29 38:24 02:05 204.2k 94 409.5M 0 0 94 388.7M 0 172.6k 40:29 38:26 02:03 202.1k 94 409.5M 0 0 94 388.9M 0 172.6k 40:29 38:27 02:02 184.1k 95 409.5M 0 0 95 389.1M 0 172.6k 40:29 38:28 02:01 171.6k 95 409.5M 0 0 95 389.3M 0 172.6k 40:29 38:29 02:00 181.3k 95 409.5M 0 0 95 389.5M 0 172.6k 40:29 38:30 01:59 179.5k 95 409.5M 0 0 95 389.6M 0 172.5k 40:29 38:32 01:57 155.5k 95 409.5M 0 0 95 389.8M 0 172.5k 40:29 38:33 01:56 160.8k 95 409.5M 0 0 95 390.1M 0 172.6k 40:29 38:34 01:55 171.6k 95 409.5M 0 0 95 390.4M 0 172.6k 40:29 38:35 01:54 178.8k 95 409.5M 0 0 95 390.6M 0 172.6k 40:29 38:37 01:52 175.4k 95 409.5M 0 0 95 390.8M 0 172.6k 40:29 38:38 01:51 195.6k 95 409.5M 0 0 95 391.0M 0 172.6k 40:29 38:39 01:50 186.4k 95 409.5M 0 0 95 391.1M 0 172.5k 40:29 38:40 01:49 167.5k 95 409.5M 0 0 95 391.3M 0 172.5k 40:29 38:41 01:48 152.3k 95 409.5M 0 0 95 391.5M 0 172.6k 40:29 38:42 01:47 159.4k 95 409.5M 0 0 95 391.6M 0 172.5k 40:29 38:43 01:46 152.9k 95 409.5M 0 0 95 391.8M 0 172.5k 40:30 38:45 01:45 148.5k 95 409.5M 0 0 95 391.9M 0 172.5k 40:30 38:46 01:44 140.5k 95 409.5M 0 0 95 392.1M 0 172.4k 40:31 38:47 01:44 134.3k 95 409.5M 0 0 95 392.3M 0 172.4k 40:31 38:49 01:42 130.4k 95 409.5M 0 0 95 392.5M 0 172.4k 40:31 38:50 01:41 128.0k 95 409.5M 0 0 95 392.7M 0 172.4k 40:31 38:51 01:40 146.2k 95 409.5M 0 0 95 393.0M 0 172.4k 40:31 38:52 01:39 168.4k 95 409.5M 0 0 95 393.1M 0 172.4k 40:31 38:54 01:37 158.3k 96 409.5M 0 0 96 393.2M 0 172.4k 40:32 38:55 01:37 147.5k 96 409.5M 0 0 96 393.4M 0 172.4k 40:32 38:56 01:36 148.1k 96 409.5M 0 0 96 393.6M 0 172.4k 40:32 38:57 01:35 140.5k 96 409.5M 0 0 96 393.8M 0 172.3k 40:32 38:59 01:33 132.5k 96 409.5M 0 0 96 394.0M 0 172.4k 40:32 39:00 01:32 153.0k 96 409.5M 0 0 96 394.2M 0 172.4k 40:32 39:01 01:31 167.7k 96 409.5M 0 0 96 394.4M 0 172.3k 40:32 39:03 01:29 160.1k 96 409.5M 0 0 96 394.5M 0 172.3k 40:33 39:04 01:29 153.8k 96 409.5M 0 0 96 394.6M 0 172.3k 40:33 39:05 01:28 141.0k 96 409.5M 0 0 96 394.8M 0 172.2k 40:34 39:06 01:28 127.5k 96 409.5M 0 0 96 394.9M 0 172.2k 40:34 39:07 01:27 115.3k 96 409.5M 0 0 96 395.0M 0 172.2k 40:34 39:08 01:26 113.0k 96 409.5M 0 0 96 395.1M 0 172.2k 40:35 39:09 01:26 110.9k 96 409.5M 0 0 96 395.3M 0 172.2k 40:35 39:11 01:24 127.9k 96 409.5M 0 0 96 395.5M 0 172.2k 40:35 39:12 01:23 138.8k 96 409.5M 0 0 96 395.7M 0 172.1k 40:35 39:13 01:22 142.9k 96 409.5M 0 0 96 395.9M 0 172.1k 40:35 39:14 01:21 147.6k 96 409.5M 0 0 96 396.1M 0 172.1k 40:36 39:16 01:20 153.2k 96 409.5M 0 0 96 396.3M 0 172.1k 40:36 39:17 01:19 147.4k 96 409.5M 0 0 96 396.5M 0 172.1k 40:36 39:18 01:18 141.3k 96 409.5M 0 0 96 396.6M 0 172.1k 40:36 39:20 01:16 144.2k 96 409.5M 0 0 96 396.8M 0 172.0k 40:37 39:21 01:16 141.1k 96 409.5M 0 0 96 397.0M 0 172.0k 40:36 39:22 01:14 147.6k 96 409.5M 0 0 96 397.2M 0 172.1k 40:36 39:23 01:13 165.5k 97 409.5M 0 0 97 397.4M 0 172.1k 40:36 39:24 01:12 173.9k 97 409.5M 0 0 97 397.6M 0 172.1k 40:36 39:25 01:11 186.2k 97 409.5M 0 0 97 397.9M 0 172.1k 40:35 39:26 01:09 206.1k 97 409.5M 0 0 97 398.1M 0 172.1k 40:35 39:28 01:07 213.2k 97 409.5M 0 0 97 398.3M 0 172.1k 40:35 39:29 01:06 204.4k 97 409.5M 0 0 97 398.5M 0 172.1k 40:35 39:30 01:05 196.4k 97 409.5M 0 0 97 398.8M 0 172.2k 40:35 39:31 01:04 203.3k 97 409.5M 0 0 97 399.0M 0 172.2k 40:34 39:32 01:02 206.2k 97 409.5M 0 0 97 399.3M 0 172.2k 40:34 39:33 01:01 208.0k 97 409.5M 0 0 97 399.5M 0 172.3k 40:33 39:34 00:59 218.8k 97 409.5M 0 0 97 399.7M 0 172.2k 40:34 39:36 00:58 199.7k 97 409.5M 0 0 97 399.8M 0 172.2k 40:35 39:37 00:58 174.5k 97 409.5M 0 0 97 400.0M 0 172.1k 40:35 39:39 00:56 146.0k 97 409.5M 0 0 97 400.1M 0 172.1k 40:35 39:40 00:55 134.4k 97 409.5M 0 0 97 400.4M 0 172.1k 40:35 39:41 00:54 128.6k 97 409.5M 0 0 97 400.6M 0 172.1k 40:36 39:43 00:53 133.2k 97 409.5M 0 0 97 400.8M 0 172.1k 40:36 39:44 00:52 141.6k 97 409.5M 0 0 97 401.0M 0 172.1k 40:36 39:45 00:51 154.7k 97 409.5M 0 0 97 401.1M 0 172.1k 40:36 39:47 00:49 149.2k 98 409.5M 0 0 98 401.3M 0 172.0k 40:37 39:48 00:49 135.5k 98 409.5M 0 0 98 401.5M 0 172.0k 40:37 39:49 00:48 134.0k 98 409.5M 0 0 98 401.6M 0 171.9k 40:38 39:51 00:47 120.1k 98 409.5M 0 0 98 401.7M 0 171.9k 40:39 39:52 00:47 105.4k 98 409.5M 0 0 98 401.9M 0 171.9k 40:39 39:54 00:45 109.6k 98 409.5M 0 0 98 402.0M 0 171.8k 40:39 39:55 00:44 109.1k 98 409.5M 0 0 98 402.2M 0 171.8k 40:39 39:56 00:43 118.3k 98 409.5M 0 0 98 402.4M 0 171.8k 40:39 39:57 00:42 135.8k 98 409.5M 0 0 98 402.6M 0 171.8k 40:39 39:58 00:41 159.0k 98 409.5M 0 0 98 402.7M 0 171.8k 40:40 39:59 00:41 140.4k 98 409.5M 0 0 98 402.8M 0 171.8k 40:40 40:01 00:39 138.5k 98 409.5M 0 0 98 403.0M 0 171.8k 40:40 40:02 00:38 139.5k 98 409.5M 0 0 98 403.2M 0 171.8k 40:40 40:03 00:37 142.1k 98 409.5M 0 0 98 403.4M 0 171.8k 40:40 40:04 00:36 141.3k 98 409.5M 0 0 98 403.6M 0 171.8k 40:40 40:05 00:35 162.6k 98 409.5M 0 0 98 403.8M 0 171.8k 40:40 40:06 00:34 167.9k 98 409.5M 0 0 98 404.0M 0 171.8k 40:40 40:07 00:33 171.1k 98 409.5M 0 0 98 404.1M 0 171.8k 40:40 40:09 00:31 168.5k 98 409.5M 0 0 98 404.4M 0 171.8k 40:40 40:10 00:30 174.4k 98 409.5M 0 0 98 404.6M 0 171.8k 40:40 40:11 00:29 174.5k 98 409.5M 0 0 98 404.8M 0 171.8k 40:40 40:12 00:28 179.3k 98 409.5M 0 0 98 404.9M 0 171.7k 40:41 40:13 00:28 161.8k 98 409.5M 0 0 98 405.1M 0 171.7k 40:41 40:14 00:27 162.6k 98 409.5M 0 0 98 405.3M 0 171.7k 40:41 40:16 00:25 162.4k 99 409.5M 0 0 99 405.6M 0 171.8k 40:40 40:17 00:23 167.7k 99 409.5M 0 0 99 405.8M 0 171.8k 40:40 40:18 00:22 163.8k 99 409.5M 0 0 99 406.0M 0 171.7k 40:41 40:20 00:21 169.0k 99 409.5M 0 0 99 406.1M 0 171.7k 40:41 40:21 00:20 163.0k 99 409.5M 0 0 99 406.3M 0 171.7k 40:41 40:22 00:19 159.7k 99 409.5M 0 0 99 406.5M 0 171.7k 40:41 40:23 00:18 153.2k 99 409.5M 0 0 99 406.7M 0 171.7k 40:41 40:25 00:16 152.2k 99 409.5M 0 0 99 406.9M 0 171.7k 40:41 40:26 00:15 155.1k 99 409.5M 0 0 99 407.0M 0 171.7k 40:42 40:27 00:15 152.9k 99 409.5M 0 0 99 407.1M 0 171.6k 40:42 40:28 00:14 141.5k 99 409.5M 0 0 99 407.3M 0 171.6k 40:43 40:29 00:14 123.9k 99 409.5M 0 0 99 407.5M 0 171.6k 40:43 40:31 00:12 124.8k 99 409.5M 0 0 99 407.6M 0 171.6k 40:43 40:32 00:11 130.2k 99 409.5M 0 0 99 407.8M 0 171.6k 40:43 40:33 00:10 132.3k 99 409.5M 0 0 99 408.0M 0 171.5k 40:44 40:35 00:09 127.0k 99 409.5M 0 0 99 408.1M 0 171.5k 40:44 40:36 00:08 142.1k 99 409.5M 0 0 99 408.3M 0 171.5k 40:44 40:37 00:07 144.8k 99 409.5M 0 0 99 408.5M 0 171.5k 40:44 40:38 00:06 145.6k 99 409.5M 0 0 99 408.8M 0 171.5k 40:44 40:39 00:05 158.6k 99 409.5M 0 0 99 409.0M 0 171.6k 40:43 40:40 00:03 186.5k 99 409.5M 0 0 99 409.3M 0 171.6k 40:43 40:41 00:02 201.7k 99 409.5M 0 0 99 409.5M 0 171.6k 40:43 40:43 203.7k* upload completely sent off: 429433767 bytes 100 409.5M 0 0 100 409.5M 0 171.5k 40:44 40:44 160.6k 100 409.5M 0 0 100 409.5M 0 171.4k 40:45 40:45 126.4k 100 409.5M 0 0 100 409.5M 0 171.4k 40:46 40:46 86497 100 409.5M 0 0 100 409.5M 0 171.3k 40:47 40:47 41659 100 409.5M 0 0 100 409.5M 0 171.2k 40:48 40:48 7438{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 8Ns0oGXFmdzMeUt7relDBknBKdDF/NPOukqUAHWHRQxFRjOA5dMJTyIxBmEjJn48cotKlth/XWM= < x-amz-request-id: RNXHZCPBDT9D19BE < Date: Thu, 28 May 2026 04:40:16 GMT < x-amz-server-side-encryption: AES256 < ETag: "93cb55546896fc9292ddb04c98891ce4" < x-amz-checksum-crc64nvme: 29Ae1BpAh8o= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 409.5M 0 0 100 409.5M 0 171.2k 40:49 40:49 7438 100 409.5M 0 0 100 409.5M 0 171.2k 40:49 40:49 7438 100 409.5M 0 0 100 409.5M 0 171.2k 40:49 40:49 7438 * shutting down connection #0 took: 2480.69 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.74.29, 3.5.74.13, 3.5.66.40, 3.5.67.225, 3.5.72.87, 3.5.73.44, 3.5.65.124 * Trying 3.5.74.29: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.29 port 443) from 10.17.4.7 port 57104 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/924a1bb6-d28e-4930-9140-72512fd18794.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjENr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCICa%2B6H9ID3q4LkrqxrJvBozbc4Qmke68QHSFIXz1dFLzAiByYBP8Ga%2BThiKNm2Jpyzl4a%2FLFHHZAKwDLUy89WJ6ntirDBQij%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMR3Bp%2FNth74mLpLBIKpcFbq0zR8VdbmFbm5wDIlRExzBoePfh%2BeRNovrfpde9AAM0PwM7o1FxbhhRzkNFHEwoNDFALlbycB5oHtxHnzYqkXzankPnpzavc5aQ4ENtnl2RWRYqUhgwni5KPBoXuqpyMR3FXEk9akWjwa0KXtQ5qoBGh3%2FSshPwmAZA0zzPfJ9MzFKnMXUUkbpMMvhshvLcbfSCyhuzQTpaJUWXWXG0WkpJwwynNOWai7DhVPYEf49G2WWKaAgk%2FRGkkOwDrCgHkglbEN8q6%2Fo1UayZq4Xpmno0RbWFQknATI60x%2BEJhyz7Zq2kESoUSpQG3fmTMUtlMK3%2BjRMajZ1kDLtlSxStBhZDxagItD570Db1g62tbhnL1Hs%2FhJ0FOjdqm13OsRyYLqSomsSuYm9fRJQy%2BKGBmfDtFgos0LdNlqxX9BJU0UzgEIa50yvDzuaA3Qf6XEskgpdDLBlI0EqBHcom5ojJTOtgUujhcpHyLCnHz7nk%2BWE75Kr9VGe7H7Zg%2BKtFpn4WqEpinwSzvGu4z3ZtocKyrTHw8x%2FFttxLx%2B%2FPB%2FwF5T6150EgNCXsM4W%2B8D9Q4apAOH2wP%2FGGE50p4b58%2FxTxJHabThQSed7gfUHIVrW2yK0qdNdCyAof%2F0u1jWGeQT75v%2FhMC7kHQa%2B1qhW%2FXNPohC3tfVUGzC19yyo3LDM8JOKsiqJMsOfhgX95NOjnlWXBpAIyvgbvee%2F0GLqZo%2Fjvy222YmzHqvhSfDzgjKIn2bfOQbB9FX5BnsgB1tGlLZVoBKjW8LNDr6DFtNP2xd%2F0zFDjg%2FkxnkF0CH7R43wRbfnk68g%2FIYK8smjnXYz9SQXyGA%2FYDsI24aPPTsQLQ8fS1a%2BKZI7%2FJIrFLJaUVL%2BQYvAMHg6WVrM3MIC53tAGOrIB8KpFE0OxqPuhHIlnBFWeSm%2Bx5%2F84L6bQyrVxyre2Rbp68oj6RVDXmzhuzQ9WkKzqlZLCV2v4Z58pNdkKMiUmSBe3xiudrAIPCtVegCnmb7wRBsfv1WAqiDCgiO%2BBJYu%2Bjp7urC1%2BIev6rgjW186keEO9uFQAai4JDCrYJlJB14yC2qGf1U1GgvsubIeNDKSSB7tR%2Fo0ARYxETH4QCm%2F%2FB%2BdaQntCJ2hqHxIJ2ya2kGFuBw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260528T052105Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPKIX3PGB%2F20260528%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=606d200ab5163ed90c09320b3040c8d50be11325ec9ca2333916f6ba74ee5fbf HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 79726479 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 76.03M 0 0 0 768.0k 0 713.0k 01:49 00:01 01:48 713.7k 1 76.03M 0 0 1 1.50M 0 738.2k 01:45 00:02 01:43 738.4k 3 76.03M 0 0 3 2.68M 0 873.7k 01:29 00:03 01:26 873.9k 5 76.03M 0 0 5 3.87M 0 947.3k 01:22 00:04 01:18 947.4k 6 76.03M 0 0 6 4.93M 0 964.3k 01:20 00:05 01:15 964.5k 7 76.03M 0 0 7 6.00M 0 975.3k 01:19 00:06 01:13 1.00M 8 76.03M 0 0 8 6.75M 0 937.1k 01:23 00:07 01:16 0.99M 9 76.03M 0 0 9 7.43M 0 908.7k 01:25 00:08 01:17 929.8k 10 76.03M 0 0 10 8.18M 0 891.6k 01:27 00:09 01:18 847.1k 11 76.03M 0 0 11 9.06M 0 887.6k 01:27 00:10 01:17 810.5k 13 76.03M 0 0 13 10.00M 0 891.8k 01:27 00:11 01:16 790.4k 14 76.03M 0 0 14 11.06M 0 903.4k 01:26 00:12 01:14 855.4k 15 76.03M 0 0 15 12.00M 0 905.1k 01:26 00:13 01:13 899.3k 17 76.03M 0 0 17 13.00M 0 910.5k 01:25 00:14 01:11 944.7k 18 76.03M 0 0 18 14.12M 0 923.1k 01:24 00:15 01:09 994.4k 20 76.03M 0 0 20 15.25M 0 934.0k 01:23 00:16 01:07 1.00M 21 76.03M 0 0 21 16.37M 0 944.7k 01:22 00:17 01:05 1.01M 23 76.03M 0 0 23 17.56M 0 958.1k 01:21 00:18 01:03 1.07M 24 76.03M 0 0 24 18.87M 0 975.9k 01:19 00:19 01:00 1.13M 26 76.03M 0 0 26 20.31M 0 998.1k 01:18 00:20 00:58 1.19M 29 76.03M 0 0 29 22.06M 0 1.00M 01:15 00:21 00:54 1.32M 31 76.03M 0 0 31 24.25M 0 1.05M 01:11 00:22 00:49 1.53M 35 76.03M 0 0 35 27.12M 0 1.13M 01:06 00:23 00:43 1.86M 40 76.03M 0 0 40 31.00M 0 1.24M 01:01 00:24 00:37 2.38M 47 76.03M 0 0 47 36.00M 0 1.38M 00:54 00:25 00:29 3.10M 55 76.03M 0 0 55 42.00M 0 1.55M 00:48 00:26 00:22 3.92M 60 76.03M 0 0 60 45.81M 0 1.63M 00:46 00:27 00:19 4.23M 65 76.03M 0 0 65 49.50M 0 1.70M 00:44 00:28 00:16 4.40M 70 76.03M 0 0 70 53.37M 0 1.77M 00:42 00:29 00:13 4.38M 75 76.03M 0 0 75 57.31M 0 1.84M 00:41 00:31 00:10 4.16M 80 76.03M 0 0 80 61.18M 0 1.91M 00:39 00:32 00:07 3.78M 85 76.03M 0 0 85 65.06M 0 1.96M 00:38 00:33 00:05 3.80M 90 76.03M 0 0 90 69.00M 0 2.02M 00:37 00:34 00:03 3.86M 95 76.03M 0 0 95 72.68M 0 2.07M 00:36 00:35 00:01 3.82M* upload completely sent off: 79726479 bytes 100 76.03M 0 0 100 76.03M 0 2.10M 00:36 00:36 3.71M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: eZRTFUeN8sD5d/kolsdsQXObLHv7bP2k6aSNr1rCL/VZmFRpm/VY5mkNhrz4LaRFE1+1ZzkCfVWnBi03LGWIzOg7FOyPNr3Z < x-amz-request-id: W0SHQ0Z012CQ15W7 < Date: Thu, 28 May 2026 05:21:12 GMT < x-amz-server-side-encryption: AES256 < ETag: "c52deea3c037a3190de39a8b3ea60f56" < x-amz-checksum-crc64nvme: GEOM9jLr4o4= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 76.03M 0 0 100 76.03M 0 2.06M 00:36 00:36 3.71M 100 76.03M 0 0 100 76.03M 0 2.06M 00:36 00:36 3.71M 100 76.03M 0 0 100 76.03M 0 2.06M 00:36 00:36 3.71M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 43.31 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.74.49, 52.92.1.240, 3.5.72.125, 3.5.64.226, 3.5.75.35, 52.92.0.192, 3.5.64.203, 52.92.20.64 * Trying 3.5.74.49: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.49 port 443) from 10.17.4.7 port 40350 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/de0ab2d2-5eae-4e47-bae5-13eb1a8f3884.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjENr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCICa%2B6H9ID3q4LkrqxrJvBozbc4Qmke68QHSFIXz1dFLzAiByYBP8Ga%2BThiKNm2Jpyzl4a%2FLFHHZAKwDLUy89WJ6ntirDBQij%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMR3Bp%2FNth74mLpLBIKpcFbq0zR8VdbmFbm5wDIlRExzBoePfh%2BeRNovrfpde9AAM0PwM7o1FxbhhRzkNFHEwoNDFALlbycB5oHtxHnzYqkXzankPnpzavc5aQ4ENtnl2RWRYqUhgwni5KPBoXuqpyMR3FXEk9akWjwa0KXtQ5qoBGh3%2FSshPwmAZA0zzPfJ9MzFKnMXUUkbpMMvhshvLcbfSCyhuzQTpaJUWXWXG0WkpJwwynNOWai7DhVPYEf49G2WWKaAgk%2FRGkkOwDrCgHkglbEN8q6%2Fo1UayZq4Xpmno0RbWFQknATI60x%2BEJhyz7Zq2kESoUSpQG3fmTMUtlMK3%2BjRMajZ1kDLtlSxStBhZDxagItD570Db1g62tbhnL1Hs%2FhJ0FOjdqm13OsRyYLqSomsSuYm9fRJQy%2BKGBmfDtFgos0LdNlqxX9BJU0UzgEIa50yvDzuaA3Qf6XEskgpdDLBlI0EqBHcom5ojJTOtgUujhcpHyLCnHz7nk%2BWE75Kr9VGe7H7Zg%2BKtFpn4WqEpinwSzvGu4z3ZtocKyrTHw8x%2FFttxLx%2B%2FPB%2FwF5T6150EgNCXsM4W%2B8D9Q4apAOH2wP%2FGGE50p4b58%2FxTxJHabThQSed7gfUHIVrW2yK0qdNdCyAof%2F0u1jWGeQT75v%2FhMC7kHQa%2B1qhW%2FXNPohC3tfVUGzC19yyo3LDM8JOKsiqJMsOfhgX95NOjnlWXBpAIyvgbvee%2F0GLqZo%2Fjvy222YmzHqvhSfDzgjKIn2bfOQbB9FX5BnsgB1tGlLZVoBKjW8LNDr6DFtNP2xd%2F0zFDjg%2FkxnkF0CH7R43wRbfnk68g%2FIYK8smjnXYz9SQXyGA%2FYDsI24aPPTsQLQ8fS1a%2BKZI7%2FJIrFLJaUVL%2BQYvAMHg6WVrM3MIC53tAGOrIB8KpFE0OxqPuhHIlnBFWeSm%2Bx5%2F84L6bQyrVxyre2Rbp68oj6RVDXmzhuzQ9WkKzqlZLCV2v4Z58pNdkKMiUmSBe3xiudrAIPCtVegCnmb7wRBsfv1WAqiDCgiO%2BBJYu%2Bjp7urC1%2BIev6rgjW186keEO9uFQAai4JDCrYJlJB14yC2qGf1U1GgvsubIeNDKSSB7tR%2Fo0ARYxETH4QCm%2F%2FB%2BdaQntCJ2hqHxIJ2ya2kGFuBw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260528T052148Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPKIX3PGB%2F20260528%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=56862f4df386d8ea1f2673a950095eed8f9127056534c99876a414883f66d220 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 650183096 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 620.0M 0 0 0 1.00M 0 995.8k 10:37 00:01 10:36 996.1k 0 620.0M 0 0 0 4.56M 0 2.25M 04:35 00:02 04:33 2.25M 1 620.0M 0 0 1 8.06M 0 2.65M 03:53 00:03 03:50 2.65M 1 620.0M 0 0 1 11.81M 0 2.92M 03:32 00:04 03:28 2.92M 2 620.0M 0 0 2 15.81M 0 3.13M 03:17 00:05 03:12 3.13M 3 620.0M 0 0 3 19.81M 0 3.27M 03:09 00:06 03:03 3.74M 3 620.0M 0 0 3 23.87M 0 3.37M 03:03 00:07 02:56 3.83M 4 620.0M 0 0 4 27.50M 0 3.40M 03:02 00:08 02:54 3.85M 4 620.0M 0 0 4 30.87M 0 3.39M 03:02 00:09 02:53 3.77M 5 620.0M 0 0 5 34.00M 0 3.36M 03:04 00:10 02:54 3.60M 5 620.0M 0 0 5 36.81M 0 3.31M 03:07 00:11 02:56 3.36M 6 620.0M 0 0 6 39.00M 0 3.21M 03:12 00:12 03:00 2.99M 6 620.0M 0 0 6 40.56M 0 3.07M 03:21 00:13 03:08 2.55M 6 620.0M 0 0 6 41.87M 0 2.94M 03:30 00:14 03:16 2.14M 6 620.0M 0 0 6 43.06M 0 2.82M 03:39 00:15 03:24 1.75M 7 620.0M 0 0 7 43.93M 0 2.69M 03:49 00:16 03:33 1.37M 7 620.0M 0 0 7 44.93M 0 2.58M 03:59 00:17 03:42 1.13M 7 620.0M 0 0 7 45.93M 0 2.50M 04:07 00:18 03:49 1.03M 7 620.0M 0 0 7 46.93M 0 2.41M 04:16 00:19 03:57 994.0k 7 620.0M 0 0 7 47.68M 0 2.32M 04:26 00:20 04:06 905.3k 7 620.0M 0 0 7 48.43M 0 2.25M 04:35 00:21 04:14 884.1k 7 620.0M 0 0 7 49.31M 0 2.18M 04:44 00:22 04:22 854.4k 8 620.0M 0 0 8 50.25M 0 2.12M 04:51 00:23 04:28 844.1k 8 620.0M 0 0 8 51.25M 0 2.08M 04:57 00:24 04:33 850.3k 8 620.0M 0 0 8 52.37M 0 2.04M 05:03 00:25 04:38 931.6k 8 620.0M 0 0 8 53.56M 0 2.00M 05:08 00:26 04:42 0.99M 8 620.0M 0 0 8 54.93M 0 1.98M 05:12 00:27 04:45 1.10M 9 620.0M 0 0 9 56.75M 0 1.97M 05:13 00:28 04:45 1.27M 9 620.0M 0 0 9 58.43M 0 1.96M 05:15 00:29 04:46 1.40M 9 620.0M 0 0 9 60.25M 0 1.95M 05:16 00:30 04:46 1.53M 9 620.0M 0 0 9 61.75M 0 1.94M 05:19 00:31 04:48 1.58M 10 620.0M 0 0 10 63.06M 0 1.91M 05:22 00:32 04:50 1.57M 10 620.0M 0 0 10 64.31M 0 1.89M 05:26 00:33 04:53 1.45M 10 620.0M 0 0 10 65.12M 0 1.86M 05:32 00:34 04:58 1.29M 10 620.0M 0 0 10 65.93M 0 1.83M 05:37 00:35 05:02 1.10M 10 620.0M 0 0 10 66.81M 0 1.80M 05:42 00:36 05:06 0.98M 10 620.0M 0 0 10 67.75M 0 1.78M 05:47 00:37 05:10 937.5k 11 620.0M 0 0 11 68.81M 0 1.76M 05:51 00:39 05:12 904.4k 11 620.0M 0 0 11 70.00M 0 1.74M 05:54 00:40 05:14 971.2k 11 620.0M 0 0 11 71.18M 0 1.73M 05:57 00:41 05:16 1.01M 11 620.0M 0 0 11 72.31M 0 1.71M 06:01 00:42 05:19 1.05M 11 620.0M 0 0 11 73.50M 0 1.70M 06:03 00:43 05:20 1.10M 12 620.0M 0 0 12 74.62M 0 1.68M 06:07 00:44 05:23 1.11M 12 620.0M 0 0 12 75.62M 0 1.67M 06:10 00:45 05:25 1.09M 12 620.0M 0 0 12 76.68M 0 1.65M 06:13 00:46 05:27 1.07M 12 620.0M 0 0 12 77.56M 0 1.64M 06:17 00:47 05:30 1.02M 12 620.0M 0 0 12 78.56M 0 1.62M 06:20 00:48 05:32 0.98M 12 620.0M 0 0 12 79.68M 0 1.61M 06:23 00:49 05:34 0.98M 13 620.0M 0 0 13 80.62M 0 1.59M 06:27 00:50 05:37 991.4k 13 620.0M 0 0 13 81.62M 0 1.58M 06:30 00:51 05:39 975.4k 13 620.0M 0 0 13 82.50M 0 1.57M 06:34 00:52 05:42 969.3k 13 620.0M 0 0 13 83.37M 0 1.55M 06:37 00:53 05:44 946.2k 13 620.0M 0 0 13 84.31M 0 1.54M 06:40 00:54 05:46 913.4k 13 620.0M 0 0 13 85.37M 0 1.53M 06:43 00:55 05:48 937.7k 13 620.0M 0 0 13 86.43M 0 1.52M 06:46 00:56 05:50 947.5k 14 620.0M 0 0 14 87.43M 0 1.51M 06:48 00:57 05:51 974.5k 14 620.0M 0 0 14 88.56M 0 1.50M 06:50 00:58 05:52 0.99M 14 620.0M 0 0 14 89.68M 0 1.50M 06:52 00:59 05:53 1.03M 14 620.0M 0 0 14 90.81M 0 1.49M 06:54 01:00 05:54 1.05M 14 620.0M 0 0 14 91.81M 0 1.48M 06:56 01:01 05:55 1.05M 14 620.0M 0 0 14 92.87M 0 1.47M 06:58 01:02 05:56 1.07M 15 620.0M 0 0 15 94.06M 0 1.47M 07:00 01:03 05:57 1.08M 15 620.0M 0 0 15 95.06M 0 1.46M 07:03 01:04 05:59 1.04M 15 620.0M 0 0 15 95.81M 0 1.45M 07:06 01:05 06:01 988.6k 15 620.0M 0 0 15 96.62M 0 1.44M 07:09 01:06 06:03 950.4k 15 620.0M 0 0 15 97.50M 0 1.43M 07:12 01:07 06:05 904.3k 15 620.0M 0 0 15 98.25M 0 1.42M 07:15 01:09 06:06 817.5k 15 620.0M 0 0 15 99.18M 0 1.41M 07:18 01:10 06:08 807.1k 16 620.0M 0 0 16 100.1M 0 1.40M 07:20 01:11 06:09 844.5k 16 620.0M 0 0 16 101.0M 0 1.40M 07:22 01:12 06:10 871.3k 16 620.0M 0 0 16 102.0M 0 1.39M 07:25 01:13 06:12 878.8k 16 620.0M 0 0 16 102.6M 0 1.38M 07:28 01:14 06:14 861.2k 16 620.0M 0 0 16 103.3M 0 1.37M 07:31 01:15 06:16 819.7k 16 620.0M 0 0 16 103.9M 0 1.36M 07:35 01:16 06:19 752.5k 16 620.0M 0 0 16 104.6M 0 1.35M 07:38 01:17 06:21 706.9k 17 620.0M 0 0 17 105.4M 0 1.34M 07:41 01:18 06:23 680.0k 17 620.0M 0 0 17 106.2M 0 1.33M 07:43 01:19 06:24 711.7k 17 620.0M 0 0 17 107.1M 0 1.33M 07:45 01:20 06:25 758.9k 17 620.0M 0 0 17 108.1M 0 1.32M 07:47 01:21 06:26 835.3k 17 620.0M 0 0 17 109.2M 0 1.32M 07:48 01:22 06:26 907.7k 17 620.0M 0 0 17 110.5M 0 1.32M 07:48 01:23 06:25 0.97M 18 620.0M 0 0 18 112.1M 0 1.32M 07:47 01:24 06:23 1.14M 18 620.0M 0 0 18 114.3M 0 1.33M 07:44 01:25 06:19 1.39M 18 620.0M 0 0 18 117.3M 0 1.35M 07:37 01:26 06:11 1.80M 19 620.0M 0 0 19 121.8M 0 1.38M 07:25 01:27 05:58 2.47M 20 620.0M 0 0 20 127.9M 0 1.44M 07:09 01:28 05:41 3.46M 21 620.0M 0 0 21 134.7M 0 1.50M 06:52 01:29 05:23 4.50M 22 620.0M 0 0 22 140.4M 0 1.54M 06:40 01:30 05:10 5.20M 23 620.0M 0 0 23 144.0M 0 1.57M 06:34 01:31 05:03 5.31M 23 620.0M 0 0 23 146.8M 0 1.58M 06:31 01:32 04:59 4.96M 24 620.0M 0 0 24 149.5M 0 1.59M 06:28 01:33 04:55 4.25M 24 620.0M 0 0 24 151.6M 0 1.60M 06:27 01:34 04:53 3.32M 24 620.0M 0 0 24 154.0M 0 1.60M 06:25 01:35 04:50 2.66M 25 620.0M 0 0 25 156.4M 0 1.61M 06:23 01:36 04:47 2.42M 25 620.0M 0 0 25 158.8M 0 1.62M 06:21 01:37 04:44 2.35M 26 620.0M 0 0 26 161.2M 0 1.63M 06:19 01:38 04:41 2.32M 26 620.0M 0 0 26 163.3M 0 1.63M 06:18 01:39 04:39 2.30M 26 620.0M 0 0 26 165.4M 0 1.63M 06:18 01:40 04:38 2.21M 26 620.0M 0 0 26 167.3M 0 1.64M 06:17 01:41 04:36 2.09M 27 620.0M 0 0 27 169.1M 0 1.64M 06:17 01:42 04:35 1.99M 27 620.0M 0 0 27 170.5M 0 1.64M 06:17 01:43 04:34 1.79M 27 620.0M 0 0 27 171.6M 0 1.63M 06:19 01:44 04:35 1.59M 27 620.0M 0 0 27 172.8M 0 1.62M 06:20 01:46 04:34 1.43M 28 620.0M 0 0 28 174.0M 0 1.62M 06:21 01:47 04:34 1.30M 28 620.0M 0 0 28 175.0M 0 1.61M 06:22 01:48 04:34 1.13M 28 620.0M 0 0 28 176.2M 0 1.61M 06:23 01:49 04:34 1.08M 28 620.0M 0 0 28 177.4M 0 1.61M 06:24 01:50 04:34 1.11M 28 620.0M 0 0 28 178.6M 0 1.60M 06:25 01:51 04:34 1.12M 29 620.0M 0 0 29 179.9M 0 1.60M 06:26 01:52 04:34 1.15M 29 620.0M 0 0 29 181.2M 0 1.60M 06:27 01:53 04:34 1.22M 29 620.0M 0 0 29 182.6M 0 1.59M 06:27 01:54 04:33 1.26M 29 620.0M 0 0 29 184.2M 0 1.59M 06:27 01:55 04:32 1.33M 30 620.0M 0 0 30 186.1M 0 1.60M 06:27 01:56 04:31 1.45M 30 620.0M 0 0 30 188.5M 0 1.60M 06:25 01:57 04:28 1.67M 30 620.0M 0 0 30 191.6M 0 1.61M 06:22 01:58 04:24 2.03M 31 620.0M 0 0 31 194.6M 0 1.63M 06:19 01:59 04:20 2.36M 31 620.0M 0 0 31 196.9M 0 1.63M 06:18 02:00 04:18 2.51M 32 620.0M 0 0 32 199.3M 0 1.64M 06:17 02:01 04:16 2.61M 32 620.0M 0 0 32 201.8M 0 1.64M 06:15 02:02 04:13 2.64M 32 620.0M 0 0 32 204.3M 0 1.65M 06:14 02:03 04:11 2.51M 33 620.0M 0 0 33 206.3M 0 1.65M 06:13 02:04 04:09 2.31M 33 620.0M 0 0 33 208.6M 0 1.66M 06:12 02:05 04:07 2.30M 34 620.0M 0 0 34 211.0M 0 1.66M 06:11 02:06 04:05 2.30M 34 620.0M 0 0 34 213.5M 0 1.67M 06:09 02:07 04:02 2.31M 34 620.0M 0 0 34 215.8M 0 1.68M 06:08 02:08 04:00 2.25M 35 620.0M 0 0 35 217.9M 0 1.68M 06:08 02:09 03:59 2.26M 35 620.0M 0 0 35 220.3M 0 1.68M 06:07 02:10 03:57 2.29M 35 620.0M 0 0 35 221.9M 0 1.68M 06:07 02:11 03:56 2.13M 36 620.0M 0 0 36 223.3M 0 1.68M 06:07 02:12 03:55 1.91M 36 620.0M 0 0 36 224.8M 0 1.68M 06:08 02:13 03:55 1.75M 36 620.0M 0 0 36 226.3M 0 1.68M 06:08 02:14 03:54 1.64M 36 620.0M 0 0 36 227.8M 0 1.68M 06:08 02:15 03:53 1.49M 37 620.0M 0 0 37 229.5M 0 1.68M 06:08 02:16 03:52 1.49M 37 620.0M 0 0 37 231.3M 0 1.68M 06:08 02:17 03:51 1.57M 37 620.0M 0 0 37 233.1M 0 1.68M 06:08 02:18 03:50 1.64M 37 620.0M 0 0 37 235.2M 0 1.68M 06:07 02:19 03:48 1.75M 38 620.0M 0 0 38 237.7M 0 1.69M 06:06 02:20 03:46 1.94M 38 620.0M 0 0 38 241.0M 0 1.70M 06:04 02:21 03:43 2.25M 39 620.0M 0 0 39 245.1M 0 1.71M 06:00 02:22 03:38 2.73M 40 620.0M 0 0 40 250.5M 0 1.74M 05:55 02:23 03:32 3.43M 41 620.0M 0 0 41 254.5M 0 1.75M 05:52 02:24 03:28 3.81M 41 620.0M 0 0 41 257.0M 0 1.76M 05:51 02:25 03:26 3.80M 41 620.0M 0 0 41 259.6M 0 1.76M 05:50 02:26 03:24 3.69M 42 620.0M 0 0 42 262.3M 0 1.77M 05:49 02:27 03:22 3.37M 42 620.0M 0 0 42 264.3M 0 1.77M 05:48 02:28 03:20 2.71M 42 620.0M 0 0 42 266.1M 0 1.77M 05:48 02:29 03:19 2.30M 43 620.0M 0 0 43 267.5M 0 1.77M 05:49 02:30 03:19 2.08M 43 620.0M 0 0 43 269.0M 0 1.77M 05:49 02:31 03:18 1.85M 43 620.0M 0 0 43 270.6M 0 1.77M 05:50 02:32 03:18 1.63M 43 620.0M 0 0 43 272.1M 0 1.76M 05:50 02:33 03:17 1.55M 44 620.0M 0 0 44 273.8M 0 1.76M 05:50 02:34 03:16 1.51M 44 620.0M 0 0 44 275.4M 0 1.76M 05:50 02:35 03:15 1.54M 44 620.0M 0 0 44 276.9M 0 1.76M 05:51 02:36 03:15 1.53M 44 620.0M 0 0 44 278.6M 0 1.76M 05:51 02:37 03:14 1.56M 45 620.0M 0 0 45 280.3M 0 1.76M 05:51 02:38 03:13 1.60M 45 620.0M 0 0 45 282.1M 0 1.76M 05:51 02:39 03:12 1.62M 45 620.0M 0 0 45 283.8M 0 1.76M 05:51 02:40 03:11 1.66M 46 620.0M 0 0 46 285.5M 0 1.76M 05:51 02:41 03:10 1.69M 46 620.0M 0 0 46 287.0M 0 1.76M 05:52 02:42 03:10 1.65M 46 620.0M 0 0 46 288.6M 0 1.75M 05:52 02:44 03:08 1.61M 46 620.0M 0 0 46 289.9M 0 1.75M 05:52 02:45 03:07 1.52M 46 620.0M 0 0 46 291.1M 0 1.75M 05:53 02:46 03:07 1.42M 47 620.0M 0 0 47 292.2M 0 1.74M 05:54 02:47 03:07 1.32M 47 620.0M 0 0 47 293.4M 0 1.74M 05:55 02:48 03:07 1.25M 47 620.0M 0 0 47 294.6M 0 1.74M 05:55 02:49 03:06 1.20M 47 620.0M 0 0 47 295.7M 0 1.73M 05:56 02:50 03:06 1.15M 47 620.0M 0 0 47 296.9M 0 1.73M 05:57 02:51 03:06 1.14M 48 620.0M 0 0 48 298.2M 0 1.73M 05:57 02:52 03:05 1.18M 48 620.0M 0 0 48 299.5M 0 1.73M 05:58 02:53 03:05 1.21M 48 620.0M 0 0 48 300.9M 0 1.72M 05:58 02:54 03:04 1.22M 48 620.0M 0 0 48 302.1M 0 1.72M 05:59 02:55 03:04 1.24M 48 620.0M 0 0 48 303.1M 0 1.71M 06:00 02:56 03:04 1.20M 49 620.0M 0 0 49 304.1M 0 1.71M 06:01 02:57 03:04 1.14M 49 620.0M 0 0 49 305.1M 0 1.71M 06:02 02:58 03:04 1.08M 49 620.0M 0 0 49 306.3M 0 1.70M 06:02 02:59 03:03 1.04M 49 620.0M 0 0 49 307.5M 0 1.70M 06:03 03:00 03:03 1.04M 49 620.0M 0 0 49 308.8M 0 1.70M 06:04 03:01 03:03 1.11M 50 620.0M 0 0 50 310.2M 0 1.70M 06:04 03:02 03:02 1.18M 50 620.0M 0 0 50 311.8M 0 1.70M 06:04 03:03 03:01 1.29M 50 620.0M 0 0 50 313.3M 0 1.69M 06:04 03:04 03:00 1.37M 50 620.0M 0 0 50 314.9M 0 1.69M 06:05 03:05 03:00 1.45M 51 620.0M 0 0 51 316.2M 0 1.69M 06:05 03:06 02:59 1.45M 51 620.0M 0 0 51 317.5M 0 1.69M 06:06 03:07 02:59 1.42M 51 620.0M 0 0 51 318.5M 0 1.68M 06:06 03:08 02:58 1.31M 51 620.0M 0 0 51 319.4M 0 1.68M 06:07 03:09 02:58 1.18M 51 620.0M 0 0 51 320.3M 0 1.68M 06:08 03:10 02:58 1.06M 51 620.0M 0 0 51 321.4M 0 1.67M 06:09 03:11 02:58 1.00M 52 620.0M 0 0 52 322.5M 0 1.67M 06:10 03:12 02:58 0.97M 52 620.0M 0 0 52 323.8M 0 1.67M 06:10 03:13 02:57 1.01M 52 620.0M 0 0 52 324.8M 0 1.66M 06:11 03:14 02:57 1.05M 52 620.0M 0 0 52 326.0M 0 1.66M 06:12 03:15 02:57 1.08M 52 620.0M 0 0 52 327.3M 0 1.66M 06:12 03:16 02:56 1.12M 52 620.0M 0 0 52 328.6M 0 1.66M 06:13 03:17 02:56 1.17M 53 620.0M 0 0 53 329.9M 0 1.65M 06:13 03:18 02:55 1.19M 53 620.0M 0 0 53 331.2M 0 1.65M 06:14 03:19 02:55 1.23M 53 620.0M 0 0 53 332.3M 0 1.65M 06:14 03:20 02:54 1.24M 53 620.0M 0 0 53 333.6M 0 1.65M 06:15 03:21 02:54 1.25M 54 620.0M 0 0 54 334.8M 0 1.65M 06:15 03:22 02:53 1.21M 54 620.0M 0 0 54 336.0M 0 1.64M 06:16 03:23 02:53 1.18M 54 620.0M 0 0 54 337.1M 0 1.64M 06:16 03:24 02:52 1.16M 54 620.0M 0 0 54 338.4M 0 1.64M 06:17 03:25 02:52 1.18M 54 620.0M 0 0 54 339.8M 0 1.64M 06:17 03:27 02:50 1.18M 55 620.0M 0 0 55 341.2M 0 1.63M 06:18 03:28 02:50 1.23M 55 620.0M 0 0 55 342.8M 0 1.63M 06:18 03:29 02:49 1.31M 55 620.0M 0 0 55 344.3M 0 1.63M 06:18 03:30 02:48 1.37M 55 620.0M 0 0 55 345.6M 0 1.63M 06:18 03:31 02:47 1.39M 56 620.0M 0 0 56 347.2M 0 1.63M 06:18 03:32 02:46 1.43M 56 620.0M 0 0 56 348.8M 0 1.63M 06:18 03:33 02:45 1.47M 56 620.0M 0 0 56 350.5M 0 1.63M 06:18 03:34 02:44 1.50M 56 620.0M 0 0 56 351.7M 0 1.63M 06:19 03:35 02:44 1.45M 56 620.0M 0 0 56 353.0M 0 1.63M 06:19 03:36 02:43 1.43M 57 620.0M 0 0 57 353.8M 0 1.62M 06:20 03:37 02:43 1.29M 57 620.0M 0 0 57 354.7M 0 1.62M 06:21 03:38 02:43 1.14M 57 620.0M 0 0 57 355.7M 0 1.62M 06:22 03:39 02:43 1.01M 57 620.0M 0 0 57 356.8M 0 1.61M 06:23 03:40 02:43 995.5k 57 620.0M 0 0 57 358.0M 0 1.61M 06:23 03:41 02:42 978.8k 57 620.0M 0 0 57 359.2M 0 1.61M 06:24 03:42 02:42 1.03M 58 620.0M 0 0 58 360.5M 0 1.61M 06:24 03:43 02:41 1.13M 58 620.0M 0 0 58 362.1M 0 1.61M 06:24 03:44 02:40 1.26M 58 620.0M 0 0 58 364.1M 0 1.61M 06:24 03:45 02:39 1.43M 59 620.0M 0 0 59 366.0M 0 1.61M 06:23 03:46 02:37 1.57M 59 620.0M 0 0 59 368.1M 0 1.61M 06:23 03:47 02:36 1.74M 59 620.0M 0 0 59 370.3M 0 1.61M 06:22 03:48 02:34 1.92M 60 620.0M 0 0 60 372.5M 0 1.62M 06:22 03:49 02:33 2.05M 60 620.0M 0 0 60 374.8M 0 1.62M 06:21 03:50 02:31 2.10M 60 620.0M 0 0 60 376.8M 0 1.62M 06:21 03:51 02:30 2.13M 61 620.0M 0 0 61 378.7M 0 1.62M 06:20 03:52 02:28 2.10M 61 620.0M 0 0 61 380.8M 0 1.62M 06:20 03:53 02:27 2.08M 61 620.0M 0 0 61 383.1M 0 1.63M 06:19 03:54 02:25 2.08M 62 620.0M 0 0 62 385.3M 0 1.63M 06:19 03:55 02:24 2.08M 62 620.0M 0 0 62 387.6M 0 1.63M 06:18 03:56 02:22 2.14M 62 620.0M 0 0 62 389.8M 0 1.63M 06:18 03:57 02:21 2.17M 63 620.0M 0 0 63 391.6M 0 1.64M 06:17 03:58 02:19 2.12M 63 620.0M 0 0 63 393.8M 0 1.64M 06:17 03:59 02:18 2.10M 63 620.0M 0 0 63 396.0M 0 1.64M 06:16 04:00 02:16 2.09M 64 620.0M 0 0 64 397.9M 0 1.64M 06:16 04:01 02:15 2.02M 64 620.0M 0 0 64 399.8M 0 1.64M 06:16 04:02 02:14 1.99M 64 620.0M 0 0 64 402.0M 0 1.64M 06:16 04:03 02:13 2.03M 65 620.0M 0 0 65 403.7M 0 1.64M 06:16 04:04 02:12 1.94M 65 620.0M 0 0 65 405.5M 0 1.64M 06:15 04:05 02:10 1.85M 65 620.0M 0 0 65 406.8M 0 1.64M 06:16 04:06 02:10 1.72M 65 620.0M 0 0 65 408.1M 0 1.64M 06:16 04:07 02:09 1.57M 66 620.0M 0 0 66 409.4M 0 1.64M 06:17 04:09 02:08 1.41M 66 620.0M 0 0 66 410.7M 0 1.64M 06:17 04:10 02:07 1.33M 66 620.0M 0 0 66 412.1M 0 1.64M 06:17 04:11 02:06 1.26M 66 620.0M 0 0 66 413.5M 0 1.63M 06:18 04:12 02:06 1.27M 66 620.0M 0 0 66 414.8M 0 1.63M 06:18 04:13 02:05 1.28M 67 620.0M 0 0 67 416.3M 0 1.63M 06:18 04:14 02:04 1.31M 67 620.0M 0 0 67 417.5M 0 1.63M 06:19 04:15 02:04 1.30M 67 620.0M 0 0 67 418.5M 0 1.63M 06:19 04:16 02:03 1.20M 67 620.0M 0 0 67 419.4M 0 1.62M 06:20 04:17 02:03 1.12M 67 620.0M 0 0 67 420.4M 0 1.62M 06:21 04:18 02:03 1.07M 67 620.0M 0 0 67 421.5M 0 1.62M 06:21 04:19 02:02 1.00M 68 620.0M 0 0 68 422.6M 0 1.62M 06:22 04:20 02:02 0.99M 68 620.0M 0 0 68 424.0M 0 1.62M 06:22 04:21 02:01 1.14M 68 620.0M 0 0 68 424.0M 0 1.62M 06:22 04:21 02:01 1.62M 68 620.0M 0 0 68 425.3M 0 1.62M 06:22 04:22 02:00 1.36M 68 620.0M 0 0 68 426.9M 0 1.61M 06:22 04:23 01:59 1.43M 69 620.0M 0 0 69 429.0M 0 1.62M 06:22 04:24 01:58 1.63M 69 620.0M 0 0 69 431.7M 0 1.62M 06:21 04:25 01:56 1.90M 70 620.0M 0 0 70 434.1M 0 1.62M 06:20 04:26 01:54 1.99M 70 620.0M 0 0 70 436.9M 0 1.63M 06:19 04:27 01:52 2.26M 70 620.0M 0 0 70 439.8M 0 1.63M 06:18 04:28 01:50 2.55M 71 620.0M 0 0 71 442.4M 0 1.64M 06:17 04:29 01:48 2.63M 71 620.0M 0 0 71 444.8M 0 1.64M 06:17 04:30 01:47 2.56M 72 620.0M 0 0 72 446.7M 0 1.64M 06:17 04:31 01:46 2.47M 72 620.0M 0 0 72 448.8M 0 1.64M 06:16 04:32 01:44 2.32M 72 620.0M 0 0 72 450.9M 0 1.64M 06:16 04:33 01:43 2.15M 73 620.0M 0 0 73 453.0M 0 1.64M 06:16 04:34 01:42 2.08M 73 620.0M 0 0 73 455.1M 0 1.65M 06:15 04:35 01:40 2.03M 73 620.0M 0 0 73 457.3M 0 1.65M 06:15 04:36 01:39 2.07M 74 620.0M 0 0 74 459.2M 0 1.65M 06:15 04:37 01:38 2.06M 74 620.0M 0 0 74 461.3M 0 1.65M 06:14 04:38 01:36 2.05M 74 620.0M 0 0 74 463.5M 0 1.65M 06:14 04:39 01:35 2.07M 75 620.0M 0 0 75 465.8M 0 1.65M 06:13 04:40 01:33 2.10M 75 620.0M 0 0 75 468.1M 0 1.66M 06:13 04:41 01:32 2.14M 75 620.0M 0 0 75 470.5M 0 1.66M 06:12 04:42 01:30 2.21M 76 620.0M 0 0 76 472.1M 0 1.66M 06:12 04:43 01:29 2.13M 76 620.0M 0 0 76 473.6M 0 1.66M 06:13 04:44 01:29 1.95M 76 620.0M 0 0 76 475.0M 0 1.66M 06:13 04:45 01:28 1.79M 76 620.0M 0 0 76 476.5M 0 1.66M 06:13 04:47 01:26 1.63M 77 620.0M 0 0 77 478.1M 0 1.65M 06:13 04:48 01:25 1.48M 77 620.0M 0 0 77 479.8M 0 1.65M 06:13 04:49 01:24 1.47M 77 620.0M 0 0 77 481.4M 0 1.65M 06:13 04:50 01:23 1.52M 77 620.0M 0 0 77 482.9M 0 1.65M 06:13 04:51 01:22 1.53M 78 620.0M 0 0 78 484.5M 0 1.65M 06:13 04:52 01:21 1.56M 78 620.0M 0 0 78 486.3M 0 1.65M 06:13 04:53 01:20 1.60M 78 620.0M 0 0 78 488.1M 0 1.65M 06:13 04:54 01:19 1.63M 79 620.0M 0 0 79 489.9M 0 1.65M 06:13 04:55 01:18 1.67M 79 620.0M 0 0 79 491.7M 0 1.66M 06:13 04:56 01:17 1.72M 79 620.0M 0 0 79 493.6M 0 1.66M 06:13 04:57 01:16 1.77M 79 620.0M 0 0 79 495.6M 0 1.66M 06:13 04:58 01:15 1.81M 80 620.0M 0 0 80 497.8M 0 1.66M 06:12 04:59 01:13 1.90M 80 620.0M 0 0 80 500.0M 0 1.66M 06:12 05:00 01:12 1.98M 80 620.0M 0 0 80 502.2M 0 1.66M 06:11 05:01 01:10 2.06M 81 620.0M 0 0 81 504.6M 0 1.66M 06:11 05:02 01:09 2.18M 81 620.0M 0 0 81 507.0M 0 1.67M 06:10 05:03 01:07 2.26M 82 620.0M 0 0 82 509.0M 0 1.67M 06:10 05:04 01:06 2.21M 82 620.0M 0 0 82 511.2M 0 1.67M 06:10 05:05 01:05 2.20M 82 620.0M 0 0 82 513.4M 0 1.67M 06:09 05:06 01:03 2.21M 83 620.0M 0 0 83 515.6M 0 1.67M 06:09 05:07 01:02 2.15M 83 620.0M 0 0 83 517.4M 0 1.67M 06:09 05:08 01:01 2.04M 83 620.0M 0 0 83 519.5M 0 1.67M 06:09 05:09 01:00 2.04M 84 620.0M 0 0 84 521.6M 0 1.67M 06:08 05:10 00:58 2.04M 84 620.0M 0 0 84 523.9M 0 1.68M 06:08 05:11 00:57 2.05M 84 620.0M 0 0 84 526.1M 0 1.68M 06:08 05:12 00:56 2.05M 85 620.0M 0 0 85 528.3M 0 1.68M 06:07 05:13 00:54 2.15M 85 620.0M 0 0 85 530.5M 0 1.68M 06:07 05:14 00:53 2.16M 85 620.0M 0 0 85 532.5M 0 1.68M 06:07 05:15 00:52 2.12M 86 620.0M 0 0 86 534.6M 0 1.68M 06:07 05:16 00:51 2.09M 86 620.0M 0 0 86 536.8M 0 1.69M 06:06 05:17 00:49 2.09M 86 620.0M 0 0 86 539.1M 0 1.69M 06:06 05:18 00:48 2.10M 87 620.0M 0 0 87 541.5M 0 1.69M 06:05 05:19 00:46 2.15M 87 620.0M 0 0 87 543.8M 0 1.69M 06:05 05:20 00:45 2.21M 88 620.0M 0 0 88 546.1M 0 1.69M 06:05 05:21 00:44 2.25M 88 620.0M 0 0 88 548.5M 0 1.70M 06:04 05:22 00:42 2.30M 88 620.0M 0 0 88 551.1M 0 1.70M 06:04 05:23 00:41 2.37M 89 620.0M 0 0 89 554.1M 0 1.70M 06:03 05:24 00:39 2.49M 89 620.0M 0 0 89 557.3M 0 1.71M 06:02 05:25 00:37 2.66M 90 620.0M 0 0 90 560.1M 0 1.71M 06:01 05:26 00:35 2.77M 90 620.0M 0 0 90 563.4M 0 1.71M 06:00 05:27 00:33 2.93M 91 620.0M 0 0 91 566.2M 0 1.72M 05:59 05:28 00:31 2.97M 91 620.0M 0 0 91 569.0M 0 1.72M 05:59 05:29 00:30 2.92M 92 620.0M 0 0 92 571.1M 0 1.72M 05:59 05:30 00:29 2.73M 92 620.0M 0 0 92 573.0M 0 1.72M 05:59 05:31 00:28 2.52M 92 620.0M 0 0 92 574.4M 0 1.72M 05:59 05:32 00:27 2.16M 92 620.0M 0 0 92 575.8M 0 1.72M 05:59 05:33 00:26 1.89M 93 620.0M 0 0 93 577.3M 0 1.72M 05:59 05:34 00:25 1.63M 93 620.0M 0 0 93 578.8M 0 1.72M 05:59 05:35 00:24 1.50M 93 620.0M 0 0 93 580.4M 0 1.72M 05:59 05:36 00:23 1.47M 93 620.0M 0 0 93 582.1M 0 1.72M 05:59 05:37 00:22 1.52M 94 620.0M 0 0 94 583.9M 0 1.72M 05:59 05:38 00:21 1.59M 94 620.0M 0 0 94 585.8M 0 1.72M 05:59 05:39 00:20 1.67M 94 620.0M 0 0 94 588.0M 0 1.72M 05:59 05:40 00:19 1.80M 95 620.0M 0 0 95 590.6M 0 1.72M 05:58 05:41 00:17 2.00M 95 620.0M 0 0 95 594.0M 0 1.73M 05:57 05:42 00:15 2.33M 96 620.0M 0 0 96 597.0M 0 1.73M 05:57 05:43 00:14 2.59M 96 620.0M 0 0 96 599.6M 0 1.73M 05:56 05:44 00:12 2.73M 97 620.0M 0 0 97 602.1M 0 1.74M 05:56 05:45 00:11 2.81M 97 620.0M 0 0 97 604.9M 0 1.74M 05:55 05:46 00:09 2.83M 98 620.0M 0 0 98 607.6M 0 1.74M 05:55 05:47 00:08 2.70M 98 620.0M 0 0 98 610.4M 0 1.74M 05:54 05:48 00:06 2.63M 98 620.0M 0 0 98 613.1M 0 1.75M 05:53 05:49 00:04 2.67M 99 620.0M 0 0 99 616.0M 0 1.75M 05:53 05:50 00:03 2.73M 99 620.0M 0 0 99 618.8M 0 1.75M 05:52 05:52 2.74M* upload completely sent off: 650183096 bytes 100 620.0M 0 0 100 620.0M 0 1.75M 05:53 05:53 2.20M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 4pfpu9aYAM7Ozeh2kKeVfnI6Op/yforhpz2r0zKK62X4gyL6K5wdA06Jqj8wPpeRSLin2RQFukuZgJWmI6WQ2o5WUec3KHHT < x-amz-request-id: QG1PCSWKW9HSQEDD < Date: Thu, 28 May 2026 05:22:45 GMT < x-amz-server-side-encryption: AES256 < ETag: "685ac64a176bbb6e9fa84afa3340e058" < x-amz-checksum-crc64nvme: BUxefeLv2+k= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 620.0M 0 0 100 620.0M 0 1.75M 05:53 05:53 2.20M 100 620.0M 0 0 100 620.0M 0 1.75M 05:53 05:53 2.20M 100 620.0M 0 0 100 620.0M 0 1.75M 05:53 05:53 2.20M * shutting down connection #0 took: 409.44 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.71.67, 3.5.73.39, 3.5.75.121, 3.5.71.101, 3.5.72.111, 3.5.75.35, 3.5.72.121, 3.5.67.204 * Trying 3.5.71.67: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.67 port 443) from 10.17.4.7 port 52232 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/a679ee02-c0f3-4bf0-af97-aa09b5ff198e.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjENr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCICa%2B6H9ID3q4LkrqxrJvBozbc4Qmke68QHSFIXz1dFLzAiByYBP8Ga%2BThiKNm2Jpyzl4a%2FLFHHZAKwDLUy89WJ6ntirDBQij%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMR3Bp%2FNth74mLpLBIKpcFbq0zR8VdbmFbm5wDIlRExzBoePfh%2BeRNovrfpde9AAM0PwM7o1FxbhhRzkNFHEwoNDFALlbycB5oHtxHnzYqkXzankPnpzavc5aQ4ENtnl2RWRYqUhgwni5KPBoXuqpyMR3FXEk9akWjwa0KXtQ5qoBGh3%2FSshPwmAZA0zzPfJ9MzFKnMXUUkbpMMvhshvLcbfSCyhuzQTpaJUWXWXG0WkpJwwynNOWai7DhVPYEf49G2WWKaAgk%2FRGkkOwDrCgHkglbEN8q6%2Fo1UayZq4Xpmno0RbWFQknATI60x%2BEJhyz7Zq2kESoUSpQG3fmTMUtlMK3%2BjRMajZ1kDLtlSxStBhZDxagItD570Db1g62tbhnL1Hs%2FhJ0FOjdqm13OsRyYLqSomsSuYm9fRJQy%2BKGBmfDtFgos0LdNlqxX9BJU0UzgEIa50yvDzuaA3Qf6XEskgpdDLBlI0EqBHcom5ojJTOtgUujhcpHyLCnHz7nk%2BWE75Kr9VGe7H7Zg%2BKtFpn4WqEpinwSzvGu4z3ZtocKyrTHw8x%2FFttxLx%2B%2FPB%2FwF5T6150EgNCXsM4W%2B8D9Q4apAOH2wP%2FGGE50p4b58%2FxTxJHabThQSed7gfUHIVrW2yK0qdNdCyAof%2F0u1jWGeQT75v%2FhMC7kHQa%2B1qhW%2FXNPohC3tfVUGzC19yyo3LDM8JOKsiqJMsOfhgX95NOjnlWXBpAIyvgbvee%2F0GLqZo%2Fjvy222YmzHqvhSfDzgjKIn2bfOQbB9FX5BnsgB1tGlLZVoBKjW8LNDr6DFtNP2xd%2F0zFDjg%2FkxnkF0CH7R43wRbfnk68g%2FIYK8smjnXYz9SQXyGA%2FYDsI24aPPTsQLQ8fS1a%2BKZI7%2FJIrFLJaUVL%2BQYvAMHg6WVrM3MIC53tAGOrIB8KpFE0OxqPuhHIlnBFWeSm%2Bx5%2F84L6bQyrVxyre2Rbp68oj6RVDXmzhuzQ9WkKzqlZLCV2v4Z58pNdkKMiUmSBe3xiudrAIPCtVegCnmb7wRBsfv1WAqiDCgiO%2BBJYu%2Bjp7urC1%2BIev6rgjW186keEO9uFQAai4JDCrYJlJB14yC2qGf1U1GgvsubIeNDKSSB7tR%2Fo0ARYxETH4QCm%2F%2FB%2BdaQntCJ2hqHxIJ2ya2kGFuBw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260528T052839Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPKIX3PGB%2F20260528%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=cc966bdac361f4f97c191d001242b299313b5dca2c0a210560f8b3fc65cb5c26 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 70904788 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 67.61M 0 0 1 960.0k 0 957.8k 01:12 00:01 01:11 958.0k 10 67.61M 0 0 10 7.31M 0 3.63M 00:18 00:02 00:16 3.63M 17 67.61M 0 0 17 12.06M 0 3.99M 00:16 00:03 00:13 3.99M 22 67.61M 0 0 22 15.43M 0 3.84M 00:17 00:04 00:13 3.84M 27 67.61M 0 0 27 18.31M 0 3.64M 00:18 00:05 00:13 3.64M 31 67.61M 0 0 31 21.43M 0 3.54M 00:19 00:06 00:13 4.06M 36 67.61M 0 0 36 24.68M 0 3.50M 00:19 00:07 00:12 3.44M 41 67.61M 0 0 41 28.00M 0 3.46M 00:19 00:08 00:11 3.14M 45 67.61M 0 0 45 30.62M 0 3.37M 00:20 00:09 00:11 3.00M 49 67.61M 0 0 49 33.43M 0 3.31M 00:20 00:10 00:10 2.98M 54 67.61M 0 0 54 36.56M 0 3.29M 00:20 00:11 00:09 2.98M 58 67.61M 0 0 58 39.75M 0 3.28M 00:20 00:12 00:08 2.97M 63 67.61M 0 0 63 42.81M 0 3.26M 00:20 00:13 00:07 2.93M 67 67.61M 0 0 67 45.43M 0 3.21M 00:21 00:14 00:07 2.93M 71 67.61M 0 0 71 48.37M 0 3.19M 00:21 00:15 00:06 2.96M 75 67.61M 0 0 75 51.00M 0 3.14M 00:21 00:16 00:05 2.83M 78 67.61M 0 0 78 52.93M 0 3.07M 00:22 00:17 00:05 2.57M 81 67.61M 0 0 81 54.87M 0 3.00M 00:22 00:18 00:04 2.35M 84 67.61M 0 0 84 56.87M 0 2.95M 00:22 00:19 00:03 2.22M 87 67.61M 0 0 87 58.87M 0 2.90M 00:23 00:20 00:03 2.04M 90 67.61M 0 0 90 60.93M 0 2.86M 00:23 00:21 00:02 1.94M 93 67.61M 0 0 93 63.12M 0 2.82M 00:23 00:22 00:01 1.99M 96 67.61M 0 0 96 65.37M 0 2.79M 00:24 00:23 00:01 2.05M* upload completely sent off: 70904788 bytes 100 67.61M 0 0 100 67.61M 0 2.66M 00:25 00:25 1.77M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: HMHlAyCeGvAnvlT4+AsbzVgFFheYSSF1GTQXsUZcZYkbizVQmXqCjjwXrD05GQ5YSeZpBBBZNsqA7psIeUH8hjgzvO7FjguK < x-amz-request-id: XG8943SNMNDBKCCH < Date: Thu, 28 May 2026 05:28:46 GMT < x-amz-server-side-encryption: AES256 < ETag: "23c6470684d3516103ab449ff32bb92d" < x-amz-checksum-crc64nvme: RdOkcokHj8s= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 67.61M 0 0 100 67.61M 0 2.66M 00:25 00:25 1.77M 100 67.61M 0 0 100 67.61M 0 2.66M 00:25 00:25 1.77M 100 67.61M 0 0 100 67.61M 0 2.66M 00:25 00:25 1.77M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 31.09 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.72.82, 52.92.17.144, 3.5.72.111, 3.5.75.27, 52.92.36.168, 3.5.73.116, 3.5.74.57, 3.5.71.89 * Trying 3.5.72.82:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.72.82 port 443) from 10.17.4.7 port 34856 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/cfda0613-35ef-4006-9482-5260be191204.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjENr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCICa%2B6H9ID3q4LkrqxrJvBozbc4Qmke68QHSFIXz1dFLzAiByYBP8Ga%2BThiKNm2Jpyzl4a%2FLFHHZAKwDLUy89WJ6ntirDBQij%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMR3Bp%2FNth74mLpLBIKpcFbq0zR8VdbmFbm5wDIlRExzBoePfh%2BeRNovrfpde9AAM0PwM7o1FxbhhRzkNFHEwoNDFALlbycB5oHtxHnzYqkXzankPnpzavc5aQ4ENtnl2RWRYqUhgwni5KPBoXuqpyMR3FXEk9akWjwa0KXtQ5qoBGh3%2FSshPwmAZA0zzPfJ9MzFKnMXUUkbpMMvhshvLcbfSCyhuzQTpaJUWXWXG0WkpJwwynNOWai7DhVPYEf49G2WWKaAgk%2FRGkkOwDrCgHkglbEN8q6%2Fo1UayZq4Xpmno0RbWFQknATI60x%2BEJhyz7Zq2kESoUSpQG3fmTMUtlMK3%2BjRMajZ1kDLtlSxStBhZDxagItD570Db1g62tbhnL1Hs%2FhJ0FOjdqm13OsRyYLqSomsSuYm9fRJQy%2BKGBmfDtFgos0LdNlqxX9BJU0UzgEIa50yvDzuaA3Qf6XEskgpdDLBlI0EqBHcom5ojJTOtgUujhcpHyLCnHz7nk%2BWE75Kr9VGe7H7Zg%2BKtFpn4WqEpinwSzvGu4z3ZtocKyrTHw8x%2FFttxLx%2B%2FPB%2FwF5T6150EgNCXsM4W%2B8D9Q4apAOH2wP%2FGGE50p4b58%2FxTxJHabThQSed7gfUHIVrW2yK0qdNdCyAof%2F0u1jWGeQT75v%2FhMC7kHQa%2B1qhW%2FXNPohC3tfVUGzC19yyo3LDM8JOKsiqJMsOfhgX95NOjnlWXBpAIyvgbvee%2F0GLqZo%2Fjvy222YmzHqvhSfDzgjKIn2bfOQbB9FX5BnsgB1tGlLZVoBKjW8LNDr6DFtNP2xd%2F0zFDjg%2FkxnkF0CH7R43wRbfnk68g%2FIYK8smjnXYz9SQXyGA%2FYDsI24aPPTsQLQ8fS1a%2BKZI7%2FJIrFLJaUVL%2BQYvAMHg6WVrM3MIC53tAGOrIB8KpFE0OxqPuhHIlnBFWeSm%2Bx5%2F84L6bQyrVxyre2Rbp68oj6RVDXmzhuzQ9WkKzqlZLCV2v4Z58pNdkKMiUmSBe3xiudrAIPCtVegCnmb7wRBsfv1WAqiDCgiO%2BBJYu%2Bjp7urC1%2BIev6rgjW186keEO9uFQAai4JDCrYJlJB14yC2qGf1U1GgvsubIeNDKSSB7tR%2Fo0ARYxETH4QCm%2F%2FB%2BdaQntCJ2hqHxIJ2ya2kGFuBw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260528T052910Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPKIX3PGB%2F20260528%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=89f521883eb2285f68f9394deda3592c9b9c4db0e3691bb71f42787e67c90428 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 587225874 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 560.0M 0 0 0 3.43M 0 3.28M 02:50 00:01 02:49 3.28M 1 560.0M 0 0 1 8.93M 0 4.35M 02:08 00:02 02:06 4.35M 2 560.0M 0 0 2 14.12M 0 4.61M 02:01 00:03 01:58 4.61M 3 560.0M 0 0 3 19.50M 0 4.79M 01:56 00:04 01:52 4.79M 4 560.0M 0 0 4 24.00M 0 4.72M 01:58 00:05 01:53 4.72M 5 560.0M 0 0 5 28.31M 0 4.65M 02:00 00:06 01:54 4.93M 5 560.0M 0 0 5 32.81M 0 4.62M 02:01 00:07 01:54 4.73M 6 560.0M 0 0 6 37.00M 0 4.57M 02:02 00:08 01:54 4.54M 7 560.0M 0 0 7 40.50M 0 4.44M 02:05 00:09 01:56 4.16M 7 560.0M 0 0 7 43.25M 0 4.27M 02:10 00:10 02:00 3.82M 8 560.0M 0 0 8 45.31M 0 4.07M 02:17 00:11 02:06 3.38M 8 560.0M 0 0 8 47.50M 0 3.91M 02:22 00:12 02:10 2.91M 8 560.0M 0 0 8 49.68M 0 3.77M 02:28 00:13 02:15 2.50M 9 560.0M 0 0 9 51.62M 0 3.63M 02:33 00:14 02:19 2.18M 9 560.0M 0 0 9 53.68M 0 3.52M 02:38 00:15 02:23 2.04M 9 560.0M 0 0 9 55.87M 0 3.44M 02:42 00:16 02:26 2.06M 10 560.0M 0 0 10 58.12M 0 3.37M 02:45 00:17 02:28 2.08M 10 560.0M 0 0 10 60.37M 0 3.30M 02:49 00:18 02:31 2.10M 11 560.0M 0 0 11 62.68M 0 3.25M 02:52 00:19 02:33 2.17M 11 560.0M 0 0 11 65.00M 0 3.20M 02:54 00:20 02:34 2.23M 12 560.0M 0 0 12 67.37M 0 3.16M 02:56 00:21 02:35 2.26M 12 560.0M 0 0 12 70.00M 0 3.13M 02:58 00:22 02:36 2.33M 13 560.0M 0 0 13 72.93M 0 3.12M 02:59 00:23 02:36 2.46M 13 560.0M 0 0 13 76.37M 0 3.13M 02:58 00:24 02:34 2.70M 14 560.0M 0 0 14 80.31M 0 3.16M 02:56 00:25 02:31 3.02M 14 560.0M 0 0 14 83.75M 0 3.17M 02:56 00:26 02:30 3.23M 15 560.0M 0 0 15 87.62M 0 3.20M 02:54 00:27 02:27 3.50M 16 560.0M 0 0 16 91.43M 0 3.22M 02:53 00:28 02:25 3.67M 16 560.0M 0 0 16 94.62M 0 3.22M 02:53 00:29 02:24 3.61M 17 560.0M 0 0 17 97.12M 0 3.19M 02:55 00:30 02:25 3.33M 17 560.0M 0 0 17 99.81M 0 3.17M 02:56 00:31 02:25 3.17M 18 560.0M 0 0 18 102.6M 0 3.16M 02:56 00:32 02:24 2.96M 18 560.0M 0 0 18 105.4M 0 3.15M 02:57 00:33 02:24 2.77M 19 560.0M 0 0 19 108.3M 0 3.14M 02:58 00:34 02:24 2.70M 19 560.0M 0 0 19 111.1M 0 3.13M 02:58 00:35 02:23 2.77M 20 560.0M 0 0 20 114.0M 0 3.12M 02:58 00:36 02:22 2.83M 20 560.0M 0 0 20 117.1M 0 3.12M 02:59 00:37 02:22 2.87M 21 560.0M 0 0 21 120.4M 0 3.13M 02:58 00:38 02:20 2.97M 22 560.0M 0 0 22 124.1M 0 3.14M 02:57 00:39 02:18 3.15M 22 560.0M 0 0 22 128.5M 0 3.17M 02:56 00:40 02:16 3.45M 23 560.0M 0 0 23 133.6M 0 3.22M 02:53 00:41 02:12 3.89M 24 560.0M 0 0 24 139.9M 0 3.29M 02:49 00:42 02:07 4.54M 26 560.0M 0 0 26 147.6M 0 3.39M 02:44 00:43 02:01 5.44M 28 560.0M 0 0 28 157.1M 0 3.53M 02:38 00:44 01:54 6.58M 29 560.0M 0 0 29 166.9M 0 3.66M 02:32 00:45 01:47 7.62M 30 560.0M 0 0 30 173.5M 0 3.72M 02:30 00:46 01:44 7.89M 31 560.0M 0 0 31 178.3M 0 3.75M 02:29 00:47 01:42 7.59M 32 560.0M 0 0 32 183.5M 0 3.78M 02:28 00:48 01:40 7.09M 33 560.0M 0 0 33 188.9M 0 3.80M 02:26 00:49 01:37 6.19M 34 560.0M 0 0 34 193.3M 0 3.82M 02:26 00:50 01:36 5.17M 35 560.0M 0 0 35 197.6M 0 3.82M 02:26 00:51 01:35 4.73M 36 560.0M 0 0 36 202.1M 0 3.84M 02:25 00:52 01:33 4.67M 36 560.0M 0 0 36 206.6M 0 3.85M 02:25 00:53 01:32 4.54M 37 560.0M 0 0 37 210.9M 0 3.86M 02:25 00:54 01:31 4.37M 38 560.0M 0 0 38 213.8M 0 3.84M 02:25 00:55 01:30 4.07M 38 560.0M 0 0 38 216.5M 0 3.82M 02:26 00:56 01:30 3.76M 39 560.0M 0 0 39 219.5M 0 3.80M 02:27 00:57 01:30 3.45M 39 560.0M 0 0 39 222.4M 0 3.79M 02:27 00:58 01:29 3.13M 40 560.0M 0 0 40 225.3M 0 3.77M 02:28 00:59 01:29 2.86M 40 560.0M 0 0 40 227.6M 0 3.75M 02:29 01:00 01:29 2.75M 41 560.0M 0 0 41 230.3M 0 3.73M 02:29 01:01 01:28 2.73M 41 560.0M 0 0 41 233.1M 0 3.72M 02:30 01:02 01:28 2.72M 42 560.0M 0 0 42 236.1M 0 3.70M 02:30 01:03 01:27 2.73M 42 560.0M 0 0 42 239.1M 0 3.69M 02:31 01:04 01:27 2.75M 43 560.0M 0 0 43 242.1M 0 3.68M 02:31 01:05 01:26 2.88M 43 560.0M 0 0 43 245.1M 0 3.67M 02:32 01:06 01:26 2.95M 44 560.0M 0 0 44 248.3M 0 3.66M 02:32 01:07 01:25 2.99M 44 560.0M 0 0 44 251.5M 0 3.66M 02:32 01:08 01:24 3.04M 45 560.0M 0 0 45 253.9M 0 3.64M 02:33 01:09 01:24 2.92M 45 560.0M 0 0 45 255.6M 0 3.61M 02:34 01:10 01:24 2.66M 45 560.0M 0 0 45 257.3M 0 3.58M 02:36 01:11 01:25 2.39M 46 560.0M 0 0 46 259.0M 0 3.55M 02:37 01:12 01:25 2.10M 46 560.0M 0 0 46 260.7M 0 3.53M 02:38 01:13 01:25 1.81M 46 560.0M 0 0 46 262.1M 0 3.50M 02:39 01:14 01:25 1.61M 47 560.0M 0 0 47 263.8M 0 3.47M 02:41 01:15 01:26 1.58M 47 560.0M 0 0 47 265.5M 0 3.44M 02:42 01:16 01:26 1.57M 47 560.0M 0 0 47 266.9M 0 3.42M 02:43 01:17 01:26 1.52M 47 560.0M 0 0 47 268.3M 0 3.39M 02:44 01:19 01:25 1.46M 48 560.0M 0 0 48 269.8M 0 3.37M 02:46 01:20 01:26 1.47M 48 560.0M 0 0 48 271.4M 0 3.34M 02:47 01:21 01:26 1.46M 48 560.0M 0 0 48 273.0M 0 3.32M 02:48 01:22 01:26 1.47M 49 560.0M 0 0 49 274.5M 0 3.30M 02:49 01:23 01:26 1.48M 49 560.0M 0 0 49 276.0M 0 3.28M 02:50 01:24 01:26 1.49M 49 560.0M 0 0 49 277.6M 0 3.26M 02:51 01:25 01:26 1.52M 49 560.0M 0 0 49 278.9M 0 3.23M 02:52 01:26 01:26 1.47M 50 560.0M 0 0 50 280.3M 0 3.21M 02:54 01:27 01:27 1.43M 50 560.0M 0 0 50 281.7M 0 3.19M 02:55 01:28 01:27 1.41M 50 560.0M 0 0 50 283.2M 0 3.17M 02:56 01:29 01:27 1.41M 50 560.0M 0 0 50 284.8M 0 3.15M 02:57 01:30 01:27 1.41M 51 560.0M 0 0 51 286.5M 0 3.13M 02:58 01:31 01:27 1.48M 51 560.0M 0 0 51 288.3M 0 3.12M 02:59 01:32 01:27 1.56M 51 560.0M 0 0 51 290.1M 0 3.11M 03:00 01:33 01:27 1.65M 52 560.0M 0 0 52 291.8M 0 3.09M 03:00 01:34 01:26 1.68M 52 560.0M 0 0 52 293.6M 0 3.08M 03:01 01:35 01:26 1.72M 52 560.0M 0 0 52 295.6M 0 3.06M 03:02 01:36 01:26 1.79M 53 560.0M 0 0 53 297.6M 0 3.05M 03:03 01:37 01:26 1.84M 53 560.0M 0 0 53 299.7M 0 3.04M 03:03 01:38 01:25 1.87M 53 560.0M 0 0 53 301.8M 0 3.03M 03:04 01:39 01:25 1.95M 54 560.0M 0 0 54 303.9M 0 3.02M 03:05 01:40 01:25 2.01M 54 560.0M 0 0 54 306.1M 0 3.01M 03:05 01:41 01:24 2.05M 55 560.0M 0 0 55 308.5M 0 3.01M 03:06 01:42 01:24 2.12M 55 560.0M 0 0 55 311.1M 0 3.00M 03:06 01:43 01:23 2.25M 56 560.0M 0 0 56 314.5M 0 3.00M 03:06 01:44 01:22 2.50M 56 560.0M 0 0 56 318.5M 0 3.01M 03:05 01:45 01:20 2.88M 57 560.0M 0 0 57 323.5M 0 3.03M 03:04 01:46 01:18 3.46M 58 560.0M 0 0 58 329.8M 0 3.06M 03:02 01:47 01:15 4.25M 60 560.0M 0 0 60 337.8M 0 3.11M 02:59 01:48 01:11 5.29M 62 560.0M 0 0 62 347.6M 0 3.17M 02:56 01:49 01:07 6.61M 63 560.0M 0 0 63 358.1M 0 3.24M 02:52 01:50 01:02 7.90M 65 560.0M 0 0 65 367.9M 0 3.29M 02:49 01:51 00:58 8.85M 67 560.0M 0 0 67 378.6M 0 3.36M 02:46 01:52 00:54 9.72M 69 560.0M 0 0 69 389.0M 0 3.42M 02:43 01:53 00:50 10.22M 70 560.0M 0 0 70 395.6M 0 3.45M 02:42 01:54 00:48 9.57M 71 560.0M 0 0 71 402.1M 0 3.48M 02:40 01:55 00:45 8.78M 73 560.0M 0 0 73 408.9M 0 3.50M 02:39 01:56 00:43 8.17M 74 560.0M 0 0 74 415.9M 0 3.53M 02:38 01:57 00:41 7.43M 75 560.0M 0 0 75 423.0M 0 3.56M 02:36 01:58 00:38 6.75M 76 560.0M 0 0 76 430.1M 0 3.59M 02:35 01:59 00:36 6.85M 78 560.0M 0 0 78 437.2M 0 3.62M 02:34 02:00 00:34 6.98M 79 560.0M 0 0 79 443.6M 0 3.64M 02:33 02:01 00:32 6.89M 80 560.0M 0 0 80 449.2M 0 3.66M 02:32 02:02 00:30 6.62M 81 560.0M 0 0 81 455.4M 0 3.68M 02:31 02:03 00:28 6.45M 82 560.0M 0 0 82 461.4M 0 3.70M 02:31 02:04 00:27 6.22M 83 560.0M 0 0 83 466.5M 0 3.71M 02:30 02:05 00:25 5.81M 84 560.0M 0 0 84 471.8M 0 3.72M 02:30 02:06 00:24 5.61M 85 560.0M 0 0 85 476.9M 0 3.73M 02:29 02:07 00:22 5.50M 85 560.0M 0 0 85 480.0M 0 3.73M 02:30 02:08 00:22 4.88M 86 560.0M 0 0 86 482.8M 0 3.72M 02:30 02:09 00:21 4.25M 86 560.0M 0 0 86 485.3M 0 3.71M 02:30 02:10 00:20 3.74M 87 560.0M 0 0 87 488.0M 0 3.70M 02:31 02:11 00:20 3.20M 87 560.0M 0 0 87 490.5M 0 3.69M 02:31 02:12 00:19 2.70M 87 560.0M 0 0 87 492.8M 0 3.68M 02:31 02:13 00:18 2.52M 88 560.0M 0 0 88 495.3M 0 3.67M 02:32 02:14 00:18 2.47M 88 560.0M 0 0 88 498.0M 0 3.66M 02:32 02:15 00:17 2.49M 89 560.0M 0 0 89 500.7M 0 3.66M 02:32 02:16 00:16 2.51M 89 560.0M 0 0 89 503.5M 0 3.65M 02:33 02:17 00:16 2.55M 90 560.0M 0 0 90 506.2M 0 3.64M 02:33 02:18 00:15 2.66M 90 560.0M 0 0 90 509.0M 0 3.64M 02:33 02:19 00:14 2.69M 91 560.0M 0 0 91 511.8M 0 3.63M 02:33 02:20 00:13 2.74M 91 560.0M 0 0 91 514.9M 0 3.63M 02:34 02:21 00:13 2.80M 92 560.0M 0 0 92 518.3M 0 3.63M 02:34 02:22 00:12 2.92M 93 560.0M 0 0 93 522.1M 0 3.63M 02:34 02:23 00:11 3.15M 93 560.0M 0 0 93 525.3M 0 3.62M 02:34 02:24 00:10 3.24M 94 560.0M 0 0 94 527.8M 0 3.62M 02:34 02:25 00:09 3.15M 94 560.0M 0 0 94 530.5M 0 3.61M 02:34 02:26 00:08 3.08M 95 560.0M 0 0 95 533.2M 0 3.60M 02:35 02:27 00:08 2.95M 95 560.0M 0 0 95 536.0M 0 3.60M 02:35 02:28 00:07 2.72M 96 560.0M 0 0 96 538.8M 0 3.59M 02:35 02:29 00:06 2.64M 96 560.0M 0 0 96 541.3M 0 3.58M 02:36 02:30 00:06 2.66M 97 560.0M 0 0 97 543.6M 0 3.57M 02:36 02:31 00:05 2.57M 97 560.0M 0 0 97 546.1M 0 3.57M 02:36 02:32 00:04 2.55M 98 560.0M 0 0 98 549.0M 0 3.56M 02:36 02:33 00:03 2.55M 98 560.0M 0 0 98 551.8M 0 3.56M 02:37 02:34 00:03 2.56M 99 560.0M 0 0 99 554.6M 0 3.55M 02:37 02:35 00:02 2.62M 99 560.0M 0 0 99 557.4M 0 3.55M 02:37 02:36 00:01 2.72M* upload completely sent off: 587225874 bytes 100 560.0M 0 0 100 560.0M 0 3.52M 02:38 02:38 2.30M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: Cm7yMsRtZOe14rDPf5/2SLd4O2Hr7wkkVASgEAxV7Fo+B91NIR/6A0nTeVfv/7l/Tj4IRbimOrHGNmVwwWtnqruaJRnaIyKl < x-amz-request-id: 5T6Q3T5NFNMRRKYE < Date: Thu, 28 May 2026 05:29:59 GMT < x-amz-server-side-encryption: AES256 < ETag: "91d6b6419373de13f68c6762e539004f" < x-amz-checksum-crc64nvme: cAYzoejBA4I= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 560.0M 0 0 100 560.0M 0 3.52M 02:38 02:38 2.30M 100 560.0M 0 0 100 560.0M 0 3.52M 02:38 02:38 2.30M 100 560.0M 0 0 100 560.0M 0 3.52M 02:38 02:38 2.30M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 206.25 seconds no out.png (QPSChart)! heaps: (154143096, 165529240, 157705400.4, 2321639.9426727924) [2026-05-28 01:32:41.784991] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-28 01:33:48.516517] took 66.7 sec /l/logs.nightly/2026.05.26.16.53.11/logs.tar.bz2: fixed index size 125222.11 MB /l/logs.nightly/2026.05.26.16.53.11/logs.tar.bz2: fixed index time 40528.7s, bytes 25526799676 (from log) [2026-05-28 01:34:30.196573] done: total time 1 day, 8:41:18.202196 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 + 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-28 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 366dc3c0396..2fc795f6587 main -> origin/main Updating 366dc3c0396..2fc795f6587 Fast-forward gradle/libs.versions.toml | 2 +- lucene/CHANGES.txt | 15 ++ .../jmh/NumericDocValuesBulkDecodeBenchmark.java | 159 ++++++++++++++ .../codecs/lucene90/Lucene90DocValuesProducer.java | 175 ++++++++++++++++ .../org/apache/lucene/index/NumericDocValues.java | 25 ++- .../DefaultDocValuesBulkDecodeSupport.java | 120 +++++++++++ .../DefaultVectorizationProvider.java | 5 + .../vectorization/DocValuesBulkDecodeSupport.java | 45 ++++ .../vectorization/VectorizationProvider.java | 7 + .../lucene/search/BayesianScoreEstimator.java | 232 +++++++++++++++++++++ .../apache/lucene/search/BayesianScoreQuery.java | 84 ++++++-- .../apache/lucene/search/LogOddsFusionQuery.java | 211 ++++++++++++++++--- .../apache/lucene/search/LogOddsFusionScorer.java | 90 ++++++-- .../java/org/apache/lucene/util/FixedBitSet.java | 22 ++ .../vectorization/NativeVectorizationProvider.java | 5 + .../PanamaDocValuesBulkDecodeSupport.java | 56 +++++ .../vectorization/PanamaDocValuesRangeSupport.java | 7 +- .../vectorization/PanamaVectorizationProvider.java | 5 + .../lucene90/TestLucene90DocValuesFormat.java | 103 +++++++++ .../column/TestColumnBatchDictionaryColumn.java} | 30 ++- .../lucene/index/TestColumnBatchIndexing.java | 98 ++++++--- .../lucene/search/TestBayesianScoreQuery.java | 203 ++++++++++++++++++ .../lucene/search/TestLogOddsFusionQuery.java | 205 ++++++++++++++++++ .../TestSkipBlockRangeIteratorIntoBitSet.java | 59 ++++++ .../org/apache/lucene/util/TestFixedBitSet.java | 64 ++++++ 25 files changed, 1926 insertions(+), 101 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/NumericDocValuesBulkDecodeBenchmark.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultDocValuesBulkDecodeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DocValuesBulkDecodeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/BayesianScoreEstimator.java create mode 100644 lucene/core/src/java25/org/apache/lucene/internal/vectorization/PanamaDocValuesBulkDecodeSupport.java rename lucene/core/src/test/org/apache/lucene/{index/TestDictionaryColumn.java => document/column/TestColumnBatchDictionaryColumn.java} (96%) 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-28.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-28.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 366dc3c0396bba2ba634670c1592926c75bcf8ae NOTE: logging all output to /l/logs.nightly/geo/2026.05.28.01.42.11.log.txt; saving results to /l/logs.nightly/geo/2026.05.28.01.42.11.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.6s: points, polyRussia: 1000000... 3.4s: points, polyRussia: 2000000... 4.8s: points, polyRussia: 3000000... 6.1s: points, polyRussia: 4000000... 7.5s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.5s: points, polyRussia: 8000000... 12.9s: points, polyRussia: 9000000... 14.3s: points, polyRussia: 10000000... 21.8s: points, polyRussia: 11000000... 22.7s: points, polyRussia: 12000000... 24.0s: points, polyRussia: 13000000... 25.4s: points, polyRussia: 14000000... 26.8s: points, polyRussia: 15000000... 28.1s: points, polyRussia: 16000000... 29.5s: points, polyRussia: 17000000... 30.9s: points, polyRussia: 18000000... 32.2s: points, polyRussia: 19000000... 33.6s: points, polyRussia: 20000000... 34.9s: points, polyRussia: 21000000... 42.3s: points, polyRussia: 22000000... 43.2s: points, polyRussia: 23000000... 44.6s: points, polyRussia: 24000000... 46.0s: points, polyRussia: 25000000... 47.3s: points, polyRussia: 26000000... 48.7s: points, polyRussia: 27000000... 50.0s: points, polyRussia: 28000000... 51.4s: points, polyRussia: 29000000... 52.7s: points, polyRussia: 30000000... 54.1s: points, polyRussia: 31000000... 55.4s: points, polyRussia: 32000000... 62.8s: points, polyRussia: 33000000... 64.1s: points, polyRussia: 34000000... 65.0s: points, polyRussia: 35000000... 66.3s: points, polyRussia: 36000000... 67.7s: points, polyRussia: 37000000... 69.0s: points, polyRussia: 38000000... 70.3s: points, polyRussia: 39000000... 71.7s: points, polyRussia: 40000000... 73.0s: points, polyRussia: 41000000... 74.3s: points, polyRussia: 42000000... 75.7s: points, polyRussia: 43000000... 83.1s: points, polyRussia: 44000000... 84.4s: points, polyRussia: 45000000... 85.3s: points, polyRussia: 46000000... 86.7s: points, polyRussia: 47000000... 88.0s: points, polyRussia: 48000000... 89.4s: points, polyRussia: 49000000... 90.7s: points, polyRussia: 50000000... 92.1s: points, polyRussia: 51000000... 93.4s: points, polyRussia: 52000000... 94.7s: points, polyRussia: 53000000... 96.1s: points, polyRussia: 54000000... 103.4s: points, polyRussia: 55000000... 104.7s: points, polyRussia: 56000000... 105.6s: points, polyRussia: 57000000... 107.0s: points, polyRussia: 58000000... 108.3s: points, polyRussia: 59000000... 109.7s: points, polyRussia: 60000000... 112.2s: points, polyRussia: 112.144835163 sec to index part 0 112.2s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 112.2s: points, polyRussia: READER MB: 0.0 112.2s: points, polyRussia: maxDoc=60844404 112.5s: points, polyRussia: ITER 0: 18.19 M hits/sec, 5.18 QPS (0.19 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.6s: points, polyRussia: ITER 1: 44.51 M hits/sec, 12.69 QPS (0.08 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: *** 112.6s: points, polyRussia: ITER 2: 61.52 M hits/sec, 17.53 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 3: 62.44 M hits/sec, 17.79 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 4: 62.87 M hits/sec, 17.92 QPS (0.06 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 5: 62.76 M hits/sec, 17.89 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 6: 61.92 M hits/sec, 17.65 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 7: 63.12 M hits/sec, 17.99 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: *** 113.0s: points, polyRussia: ITER 8: 62.19 M hits/sec, 17.72 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 9: 63.74 M hits/sec, 18.17 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 10: 65.55 M hits/sec, 18.68 QPS (0.05 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 11: 63.87 M hits/sec, 18.20 QPS (0.05 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: ITER 12: 64.58 M hits/sec, 18.41 QPS (0.05 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: ITER 13: 65.48 M hits/sec, 18.66 QPS (0.05 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 14: 65.05 M hits/sec, 18.54 QPS (0.05 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 15: 64.11 M hits/sec, 18.27 QPS (0.05 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 16: 64.26 M hits/sec, 18.31 QPS (0.05 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 17: 57.06 M hits/sec, 16.26 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 18: 65.68 M hits/sec, 18.72 QPS (0.05 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: *** 113.6s: points, polyRussia: ITER 19: 66.75 M hits/sec, 19.02 QPS (0.05 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: *** 113.6s: points, polyRussia: BEST M hits/sec: 66.7473795652936 113.6s: points, polyRussia: BEST QPS: 19.02260160898871 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|112.1s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|66.75|19.02|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.3s: geo3d, polyRussia: 1000000... 117.4s: geo3d, polyRussia: 2000000... 119.1s: geo3d, polyRussia: 3000000... 120.8s: geo3d, polyRussia: 4000000... 122.4s: geo3d, polyRussia: 5000000... 124.1s: geo3d, polyRussia: 6000000... 125.7s: geo3d, polyRussia: 7000000... 127.4s: geo3d, polyRussia: 8000000... 129.0s: geo3d, polyRussia: 9000000... 130.7s: geo3d, polyRussia: 10000000... 139.7s: geo3d, polyRussia: 11000000... 140.7s: geo3d, polyRussia: 12000000... 142.4s: geo3d, polyRussia: 13000000... 144.1s: geo3d, polyRussia: 14000000... 145.7s: geo3d, polyRussia: 15000000... 147.4s: geo3d, polyRussia: 16000000... 149.1s: geo3d, polyRussia: 17000000... 150.7s: geo3d, polyRussia: 18000000... 152.4s: geo3d, polyRussia: 19000000... 154.0s: geo3d, polyRussia: 20000000... 155.7s: geo3d, polyRussia: 21000000... 164.7s: geo3d, polyRussia: 22000000... 165.8s: geo3d, polyRussia: 23000000... 167.4s: geo3d, polyRussia: 24000000... 169.1s: geo3d, polyRussia: 25000000... 170.8s: geo3d, polyRussia: 26000000... 172.4s: geo3d, polyRussia: 27000000... 174.1s: geo3d, polyRussia: 28000000... 175.7s: geo3d, polyRussia: 29000000... 177.3s: geo3d, polyRussia: 30000000... 179.0s: geo3d, polyRussia: 31000000... 180.6s: geo3d, polyRussia: 32000000... 189.7s: geo3d, polyRussia: 33000000... 191.3s: geo3d, polyRussia: 34000000... 192.4s: geo3d, polyRussia: 35000000... 194.0s: geo3d, polyRussia: 36000000... 195.7s: geo3d, polyRussia: 37000000... 197.3s: geo3d, polyRussia: 38000000... 198.9s: geo3d, polyRussia: 39000000... 200.6s: geo3d, polyRussia: 40000000... 202.2s: geo3d, polyRussia: 41000000... 203.9s: geo3d, polyRussia: 42000000... 205.5s: geo3d, polyRussia: 43000000... 214.5s: geo3d, polyRussia: 44000000... 216.2s: geo3d, polyRussia: 45000000... 217.2s: geo3d, polyRussia: 46000000... 218.9s: geo3d, polyRussia: 47000000... 220.5s: geo3d, polyRussia: 48000000... 222.1s: geo3d, polyRussia: 49000000... 223.8s: geo3d, polyRussia: 50000000... 225.5s: geo3d, polyRussia: 51000000... 227.1s: geo3d, polyRussia: 52000000... 228.7s: geo3d, polyRussia: 53000000... 230.3s: geo3d, polyRussia: 54000000... 239.3s: geo3d, polyRussia: 55000000... 241.0s: geo3d, polyRussia: 56000000... 242.0s: geo3d, polyRussia: 57000000... 243.7s: geo3d, polyRussia: 58000000... 245.3s: geo3d, polyRussia: 59000000... 247.0s: geo3d, polyRussia: 60000000... 250.5s: geo3d, polyRussia: 136.844464932 sec to index part 0 250.5s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 250.5s: geo3d, polyRussia: READER MB: 0.0 250.5s: geo3d, polyRussia: maxDoc=60844404 252.1s: geo3d, polyRussia: ITER 0: 2.23 M hits/sec, 0.64 QPS (1.57 sec for 1 queries), totHits=3508671 252.1s: geo3d, polyRussia: *** 253.2s: geo3d, polyRussia: ITER 1: 3.16 M hits/sec, 0.90 QPS (1.11 sec for 1 queries), totHits=3508671 253.2s: geo3d, polyRussia: *** 254.2s: geo3d, polyRussia: ITER 2: 3.45 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 254.2s: geo3d, polyRussia: *** 255.2s: geo3d, polyRussia: ITER 3: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 255.2s: geo3d, polyRussia: *** 256.2s: geo3d, polyRussia: ITER 4: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 257.2s: geo3d, polyRussia: ITER 5: 3.56 M hits/sec, 1.02 QPS (0.99 sec for 1 queries), totHits=3508671 257.2s: geo3d, polyRussia: *** 258.2s: geo3d, polyRussia: ITER 6: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 258.2s: geo3d, polyRussia: *** 259.2s: geo3d, polyRussia: ITER 7: 3.64 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 259.2s: geo3d, polyRussia: *** 260.1s: geo3d, polyRussia: ITER 8: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.1s: geo3d, polyRussia: ITER 9: 3.49 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 262.1s: geo3d, polyRussia: ITER 10: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 262.1s: geo3d, polyRussia: *** 263.1s: geo3d, polyRussia: ITER 11: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 264.0s: geo3d, polyRussia: ITER 12: 3.65 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 265.0s: geo3d, polyRussia: ITER 13: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 266.0s: geo3d, polyRussia: ITER 14: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 266.9s: geo3d, polyRussia: ITER 15: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 267.9s: geo3d, polyRussia: ITER 16: 3.64 M hits/sec, 1.04 QPS (0.97 sec for 1 queries), totHits=3508671 268.9s: geo3d, polyRussia: ITER 17: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 269.8s: geo3d, polyRussia: ITER 18: 3.65 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 270.8s: geo3d, polyRussia: ITER 19: 3.69 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 270.8s: geo3d, polyRussia: *** 270.8s: geo3d, polyRussia: BEST M hits/sec: 3.6872854098043018 270.8s: geo3d, polyRussia: BEST QPS: 1.0509065711217442 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|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.6s: shapes, polyRussia: 1000000... 275.0s: shapes, polyRussia: 2000000... 277.0s: shapes, polyRussia: 3000000... 279.0s: shapes, polyRussia: 4000000... 281.1s: shapes, polyRussia: 5000000... 283.0s: shapes, polyRussia: 6000000... 285.0s: shapes, polyRussia: 7000000... 287.0s: shapes, polyRussia: 8000000... 289.0s: shapes, polyRussia: 9000000... 291.0s: shapes, polyRussia: 10000000... 302.7s: shapes, polyRussia: 11000000... 303.9s: shapes, polyRussia: 12000000... 305.9s: shapes, polyRussia: 13000000... 307.9s: shapes, polyRussia: 14000000... 309.9s: shapes, polyRussia: 15000000... 311.9s: shapes, polyRussia: 16000000... 314.0s: shapes, polyRussia: 17000000... 315.9s: shapes, polyRussia: 18000000... 317.9s: shapes, polyRussia: 19000000... 319.9s: shapes, polyRussia: 20000000... 321.9s: shapes, polyRussia: 21000000... 333.8s: shapes, polyRussia: 22000000... 335.0s: shapes, polyRussia: 23000000... 337.0s: shapes, polyRussia: 24000000... 339.0s: shapes, polyRussia: 25000000... 341.0s: shapes, polyRussia: 26000000... 343.0s: shapes, polyRussia: 27000000... 344.9s: shapes, polyRussia: 28000000... 346.9s: shapes, polyRussia: 29000000... 348.9s: shapes, polyRussia: 30000000... 350.9s: shapes, polyRussia: 31000000... 352.8s: shapes, polyRussia: 32000000... 364.7s: shapes, polyRussia: 33000000... 366.7s: shapes, polyRussia: 34000000... 367.9s: shapes, polyRussia: 35000000... 369.8s: shapes, polyRussia: 36000000... 371.8s: shapes, polyRussia: 37000000... 373.7s: shapes, polyRussia: 38000000... 375.7s: shapes, polyRussia: 39000000... 377.7s: shapes, polyRussia: 40000000... 379.6s: shapes, polyRussia: 41000000... 381.6s: shapes, polyRussia: 42000000... 383.6s: shapes, polyRussia: 43000000... 395.3s: shapes, polyRussia: 44000000... 397.3s: shapes, polyRussia: 45000000... 398.5s: shapes, polyRussia: 46000000... 400.5s: shapes, polyRussia: 47000000... 402.4s: shapes, polyRussia: 48000000... 404.4s: shapes, polyRussia: 49000000... 406.4s: shapes, polyRussia: 50000000... 408.4s: shapes, polyRussia: 51000000... 410.3s: shapes, polyRussia: 52000000... 412.3s: shapes, polyRussia: 53000000... 414.3s: shapes, polyRussia: 54000000... 426.0s: shapes, polyRussia: 55000000... 427.9s: shapes, polyRussia: 56000000... 429.1s: shapes, polyRussia: 57000000... 431.2s: shapes, polyRussia: 58000000... 433.1s: shapes, polyRussia: 59000000... 435.1s: shapes, polyRussia: 60000000... 440.3s: shapes, polyRussia: 169.390961251 sec to index part 0 440.3s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 440.3s: shapes, polyRussia: READER MB: 0.0 440.3s: shapes, polyRussia: maxDoc=60844404 440.5s: shapes, polyRussia: ITER 0: 19.39 M hits/sec, 5.52 QPS (0.18 sec for 1 queries), totHits=3508846 440.5s: shapes, polyRussia: *** 440.6s: shapes, polyRussia: ITER 1: 40.41 M hits/sec, 11.52 QPS (0.09 sec for 1 queries), totHits=3508846 440.6s: shapes, polyRussia: *** 440.7s: shapes, polyRussia: ITER 2: 32.64 M hits/sec, 9.30 QPS (0.11 sec for 1 queries), totHits=3508846 440.8s: shapes, polyRussia: ITER 3: 44.97 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 440.8s: shapes, polyRussia: *** 440.9s: shapes, polyRussia: ITER 4: 43.97 M hits/sec, 12.53 QPS (0.08 sec for 1 queries), totHits=3508846 440.9s: shapes, polyRussia: ITER 5: 44.97 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 440.9s: shapes, polyRussia: *** 441.0s: shapes, polyRussia: ITER 6: 43.61 M hits/sec, 12.43 QPS (0.08 sec for 1 queries), totHits=3508846 441.1s: shapes, polyRussia: ITER 7: 43.57 M hits/sec, 12.42 QPS (0.08 sec for 1 queries), totHits=3508846 441.2s: shapes, polyRussia: ITER 8: 43.64 M hits/sec, 12.44 QPS (0.08 sec for 1 queries), totHits=3508846 441.3s: shapes, polyRussia: ITER 9: 44.15 M hits/sec, 12.58 QPS (0.08 sec for 1 queries), totHits=3508846 441.3s: shapes, polyRussia: ITER 10: 44.76 M hits/sec, 12.76 QPS (0.08 sec for 1 queries), totHits=3508846 441.4s: shapes, polyRussia: ITER 11: 45.26 M hits/sec, 12.90 QPS (0.08 sec for 1 queries), totHits=3508846 441.4s: shapes, polyRussia: *** 441.5s: shapes, polyRussia: ITER 12: 44.86 M hits/sec, 12.79 QPS (0.08 sec for 1 queries), totHits=3508846 441.6s: shapes, polyRussia: ITER 13: 44.98 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 441.6s: shapes, polyRussia: ITER 14: 44.35 M hits/sec, 12.64 QPS (0.08 sec for 1 queries), totHits=3508846 441.7s: shapes, polyRussia: ITER 15: 44.29 M hits/sec, 12.62 QPS (0.08 sec for 1 queries), totHits=3508846 441.8s: shapes, polyRussia: ITER 16: 44.74 M hits/sec, 12.75 QPS (0.08 sec for 1 queries), totHits=3508846 441.9s: shapes, polyRussia: ITER 17: 41.43 M hits/sec, 11.81 QPS (0.08 sec for 1 queries), totHits=3508846 442.0s: shapes, polyRussia: ITER 18: 44.47 M hits/sec, 12.67 QPS (0.08 sec for 1 queries), totHits=3508846 442.0s: shapes, polyRussia: ITER 19: 45.47 M hits/sec, 12.96 QPS (0.08 sec for 1 queries), totHits=3508846 442.0s: shapes, polyRussia: *** 442.0s: shapes, polyRussia: BEST M hits/sec: 45.472879019247046 442.0s: shapes, polyRussia: BEST QPS: 12.959496945504887 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|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.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|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 442.3s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 442.3s: points, polyMedium: READER MB: 0.0 442.3s: points, polyMedium: maxDoc=60844404 443.0s: points, polyMedium: ITER 0: 6.75 M hits/sec, 82.71 QPS (0.40 sec for 33 queries), totHits=2693559 443.0s: points, polyMedium: *** 443.1s: points, polyMedium: ITER 1: 15.70 M hits/sec, 192.40 QPS (0.17 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: *** 443.3s: points, polyMedium: ITER 2: 16.00 M hits/sec, 196.05 QPS (0.17 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: *** 443.5s: points, polyMedium: ITER 3: 16.36 M hits/sec, 200.49 QPS (0.16 sec for 33 queries), totHits=2693559 443.5s: points, polyMedium: *** 443.6s: points, polyMedium: ITER 4: 15.75 M hits/sec, 192.91 QPS (0.17 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: ITER 5: 16.42 M hits/sec, 201.17 QPS (0.16 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: *** 444.0s: points, polyMedium: ITER 6: 16.54 M hits/sec, 202.69 QPS (0.16 sec for 33 queries), totHits=2693559 444.0s: points, polyMedium: *** 444.1s: points, polyMedium: ITER 7: 16.53 M hits/sec, 202.46 QPS (0.16 sec for 33 queries), totHits=2693559 444.3s: points, polyMedium: ITER 8: 16.38 M hits/sec, 200.64 QPS (0.16 sec for 33 queries), totHits=2693559 444.5s: points, polyMedium: ITER 9: 16.39 M hits/sec, 200.76 QPS (0.16 sec for 33 queries), totHits=2693559 444.6s: points, polyMedium: ITER 10: 16.08 M hits/sec, 197.06 QPS (0.17 sec for 33 queries), totHits=2693559 444.8s: points, polyMedium: ITER 11: 16.51 M hits/sec, 202.32 QPS (0.16 sec for 33 queries), totHits=2693559 444.9s: points, polyMedium: ITER 12: 16.46 M hits/sec, 201.68 QPS (0.16 sec for 33 queries), totHits=2693559 445.1s: points, polyMedium: ITER 13: 16.46 M hits/sec, 201.67 QPS (0.16 sec for 33 queries), totHits=2693559 445.3s: points, polyMedium: ITER 14: 16.46 M hits/sec, 201.69 QPS (0.16 sec for 33 queries), totHits=2693559 445.4s: points, polyMedium: ITER 15: 15.80 M hits/sec, 193.62 QPS (0.17 sec for 33 queries), totHits=2693559 445.6s: points, polyMedium: ITER 16: 15.06 M hits/sec, 184.54 QPS (0.18 sec for 33 queries), totHits=2693559 445.8s: points, polyMedium: ITER 17: 16.43 M hits/sec, 201.29 QPS (0.16 sec for 33 queries), totHits=2693559 446.0s: points, polyMedium: ITER 18: 16.40 M hits/sec, 200.94 QPS (0.16 sec for 33 queries), totHits=2693559 446.1s: points, polyMedium: ITER 19: 16.10 M hits/sec, 197.22 QPS (0.17 sec for 33 queries), totHits=2693559 446.1s: points, polyMedium: BEST M hits/sec: 16.543834990938926 446.1s: points, polyMedium: BEST QPS: 202.68594625214615 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|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.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|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 446.4s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 446.4s: geo3d, polyMedium: READER MB: 0.0 446.4s: geo3d, polyMedium: maxDoc=60844404 448.0s: geo3d, polyMedium: ITER 0: 1.73 M hits/sec, 21.19 QPS (1.56 sec for 33 queries), totHits=2693541 448.0s: geo3d, polyMedium: *** 449.1s: geo3d, polyMedium: ITER 1: 2.59 M hits/sec, 31.77 QPS (1.04 sec for 33 queries), totHits=2693541 449.1s: geo3d, polyMedium: *** 450.1s: geo3d, polyMedium: ITER 2: 2.60 M hits/sec, 31.85 QPS (1.04 sec for 33 queries), totHits=2693541 450.1s: geo3d, polyMedium: *** 451.2s: geo3d, polyMedium: ITER 3: 2.58 M hits/sec, 31.55 QPS (1.05 sec for 33 queries), totHits=2693541 452.2s: geo3d, polyMedium: ITER 4: 2.54 M hits/sec, 31.08 QPS (1.06 sec for 33 queries), totHits=2693541 453.3s: geo3d, polyMedium: ITER 5: 2.53 M hits/sec, 31.05 QPS (1.06 sec for 33 queries), totHits=2693541 454.4s: geo3d, polyMedium: ITER 6: 2.46 M hits/sec, 30.16 QPS (1.09 sec for 33 queries), totHits=2693541 455.5s: geo3d, polyMedium: ITER 7: 2.48 M hits/sec, 30.34 QPS (1.09 sec for 33 queries), totHits=2693541 456.5s: geo3d, polyMedium: ITER 8: 2.49 M hits/sec, 30.46 QPS (1.08 sec for 33 queries), totHits=2693541 457.6s: geo3d, polyMedium: ITER 9: 2.47 M hits/sec, 30.27 QPS (1.09 sec for 33 queries), totHits=2693541 458.7s: geo3d, polyMedium: ITER 10: 2.45 M hits/sec, 30.08 QPS (1.10 sec for 33 queries), totHits=2693541 459.8s: geo3d, polyMedium: ITER 11: 2.51 M hits/sec, 30.77 QPS (1.07 sec for 33 queries), totHits=2693541 460.9s: geo3d, polyMedium: ITER 12: 2.52 M hits/sec, 30.93 QPS (1.07 sec for 33 queries), totHits=2693541 462.0s: geo3d, polyMedium: ITER 13: 2.48 M hits/sec, 30.35 QPS (1.09 sec for 33 queries), totHits=2693541 463.0s: geo3d, polyMedium: ITER 14: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 464.1s: geo3d, polyMedium: ITER 15: 2.45 M hits/sec, 30.06 QPS (1.10 sec for 33 queries), totHits=2693541 465.2s: geo3d, polyMedium: ITER 16: 2.51 M hits/sec, 30.79 QPS (1.07 sec for 33 queries), totHits=2693541 466.3s: geo3d, polyMedium: ITER 17: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 467.4s: geo3d, polyMedium: ITER 18: 2.48 M hits/sec, 30.38 QPS (1.09 sec for 33 queries), totHits=2693541 468.5s: geo3d, polyMedium: ITER 19: 2.48 M hits/sec, 30.38 QPS (1.09 sec for 33 queries), totHits=2693541 468.5s: geo3d, polyMedium: BEST M hits/sec: 2.5996912866536777 468.5s: geo3d, polyMedium: BEST QPS: 31.850197364573756 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|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.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|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 468.7s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 468.7s: shapes, polyMedium: READER MB: 0.0 468.7s: shapes, polyMedium: maxDoc=60844404 469.4s: shapes, polyMedium: ITER 0: 5.03 M hits/sec, 61.66 QPS (0.54 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: *** 469.6s: shapes, polyMedium: ITER 1: 13.02 M hits/sec, 159.51 QPS (0.21 sec for 33 queries), totHits=2693559 469.6s: shapes, polyMedium: *** 469.8s: shapes, polyMedium: ITER 2: 13.05 M hits/sec, 159.83 QPS (0.21 sec for 33 queries), totHits=2693559 469.8s: shapes, polyMedium: *** 470.0s: shapes, polyMedium: ITER 3: 13.15 M hits/sec, 161.16 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: *** 470.2s: shapes, polyMedium: ITER 4: 12.74 M hits/sec, 156.04 QPS (0.21 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 5: 13.32 M hits/sec, 163.23 QPS (0.20 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: *** 470.6s: shapes, polyMedium: ITER 6: 13.38 M hits/sec, 163.88 QPS (0.20 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: *** 470.8s: shapes, polyMedium: ITER 7: 13.34 M hits/sec, 163.44 QPS (0.20 sec for 33 queries), totHits=2693559 471.0s: shapes, polyMedium: ITER 8: 13.25 M hits/sec, 162.35 QPS (0.20 sec for 33 queries), totHits=2693559 471.2s: shapes, polyMedium: ITER 9: 13.25 M hits/sec, 162.39 QPS (0.20 sec for 33 queries), totHits=2693559 471.4s: shapes, polyMedium: ITER 10: 13.05 M hits/sec, 159.92 QPS (0.21 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: ITER 11: 13.09 M hits/sec, 160.39 QPS (0.21 sec for 33 queries), totHits=2693559 471.8s: shapes, polyMedium: ITER 12: 13.27 M hits/sec, 162.53 QPS (0.20 sec for 33 queries), totHits=2693559 472.0s: shapes, polyMedium: ITER 13: 13.32 M hits/sec, 163.13 QPS (0.20 sec for 33 queries), totHits=2693559 472.2s: shapes, polyMedium: ITER 14: 13.09 M hits/sec, 160.32 QPS (0.21 sec for 33 queries), totHits=2693559 472.4s: shapes, polyMedium: ITER 15: 13.10 M hits/sec, 160.52 QPS (0.21 sec for 33 queries), totHits=2693559 472.6s: shapes, polyMedium: ITER 16: 13.27 M hits/sec, 162.53 QPS (0.20 sec for 33 queries), totHits=2693559 472.9s: shapes, polyMedium: ITER 17: 12.37 M hits/sec, 151.56 QPS (0.22 sec for 33 queries), totHits=2693559 473.1s: shapes, polyMedium: ITER 18: 13.06 M hits/sec, 160.06 QPS (0.21 sec for 33 queries), totHits=2693559 473.3s: shapes, polyMedium: ITER 19: 13.08 M hits/sec, 160.19 QPS (0.21 sec for 33 queries), totHits=2693559 473.3s: shapes, polyMedium: BEST M hits/sec: 13.376328933503949 473.3s: shapes, polyMedium: BEST QPS: 163.87940817544012 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|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.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|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 473.5s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 473.5s: points, poly 10: READER MB: 0.0 473.5s: points, poly 10: maxDoc=60844404 475.6s: points, poly 10: ITER 0: 174.46 M hits/sec, 110.32 QPS (2.04 sec for 225 queries), totHits=355809475 475.6s: points, poly 10: *** 477.2s: points, poly 10: ITER 1: 222.98 M hits/sec, 141.00 QPS (1.60 sec for 225 queries), totHits=355809475 477.2s: points, poly 10: *** 478.5s: points, poly 10: ITER 2: 275.94 M hits/sec, 174.49 QPS (1.29 sec for 225 queries), totHits=355809475 478.5s: points, poly 10: *** 479.8s: points, poly 10: ITER 3: 276.30 M hits/sec, 174.72 QPS (1.29 sec for 225 queries), totHits=355809475 479.8s: points, poly 10: *** 481.0s: points, poly 10: ITER 4: 280.55 M hits/sec, 177.41 QPS (1.27 sec for 225 queries), totHits=355809475 481.0s: points, poly 10: *** 482.3s: points, poly 10: ITER 5: 284.97 M hits/sec, 180.20 QPS (1.25 sec for 225 queries), totHits=355809475 482.3s: points, poly 10: *** 483.5s: points, poly 10: ITER 6: 283.26 M hits/sec, 179.12 QPS (1.26 sec for 225 queries), totHits=355809475 484.8s: points, poly 10: ITER 7: 286.14 M hits/sec, 180.94 QPS (1.24 sec for 225 queries), totHits=355809475 484.8s: points, poly 10: *** 486.0s: points, poly 10: ITER 8: 291.19 M hits/sec, 184.14 QPS (1.22 sec for 225 queries), totHits=355809475 486.0s: points, poly 10: *** 487.2s: points, poly 10: ITER 9: 288.77 M hits/sec, 182.60 QPS (1.23 sec for 225 queries), totHits=355809475 488.5s: points, poly 10: ITER 10: 285.39 M hits/sec, 180.47 QPS (1.25 sec for 225 queries), totHits=355809475 489.7s: points, poly 10: ITER 11: 292.12 M hits/sec, 184.72 QPS (1.22 sec for 225 queries), totHits=355809475 489.7s: points, poly 10: *** 490.9s: points, poly 10: ITER 12: 290.12 M hits/sec, 183.46 QPS (1.23 sec for 225 queries), totHits=355809475 492.2s: points, poly 10: ITER 13: 277.69 M hits/sec, 175.60 QPS (1.28 sec for 225 queries), totHits=355809475 493.5s: points, poly 10: ITER 14: 286.17 M hits/sec, 180.96 QPS (1.24 sec for 225 queries), totHits=355809475 494.7s: points, poly 10: ITER 15: 282.35 M hits/sec, 178.55 QPS (1.26 sec for 225 queries), totHits=355809475 496.0s: points, poly 10: ITER 16: 284.93 M hits/sec, 180.18 QPS (1.25 sec for 225 queries), totHits=355809475 497.2s: points, poly 10: ITER 17: 285.16 M hits/sec, 180.32 QPS (1.25 sec for 225 queries), totHits=355809475 498.5s: points, poly 10: ITER 18: 283.26 M hits/sec, 179.12 QPS (1.26 sec for 225 queries), totHits=355809475 499.7s: points, poly 10: ITER 19: 283.85 M hits/sec, 179.49 QPS (1.25 sec for 225 queries), totHits=355809475 499.7s: points, poly 10: BEST M hits/sec: 292.11902702836744 499.7s: points, poly 10: BEST QPS: 184.72465097053043 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|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|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|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 500.0s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 500.0s: geo3d, poly 10: READER MB: 0.0 500.0s: geo3d, poly 10: maxDoc=60844404 501.8s: geo3d, poly 10: ITER 0: 196.50 M hits/sec, 124.24 QPS (1.81 sec for 225 queries), totHits=355855227 501.8s: geo3d, poly 10: *** 503.3s: geo3d, poly 10: ITER 1: 232.58 M hits/sec, 147.06 QPS (1.53 sec for 225 queries), totHits=355855227 503.3s: geo3d, poly 10: *** 504.8s: geo3d, poly 10: ITER 2: 236.48 M hits/sec, 149.52 QPS (1.50 sec for 225 queries), totHits=355855227 504.8s: geo3d, poly 10: *** 506.4s: geo3d, poly 10: ITER 3: 227.38 M hits/sec, 143.77 QPS (1.57 sec for 225 queries), totHits=355855227 507.9s: geo3d, poly 10: ITER 4: 247.12 M hits/sec, 156.25 QPS (1.44 sec for 225 queries), totHits=355855227 507.9s: geo3d, poly 10: *** 509.3s: geo3d, poly 10: ITER 5: 247.77 M hits/sec, 156.66 QPS (1.44 sec for 225 queries), totHits=355855227 509.3s: geo3d, poly 10: *** 510.7s: geo3d, poly 10: ITER 6: 249.72 M hits/sec, 157.89 QPS (1.43 sec for 225 queries), totHits=355855227 510.7s: geo3d, poly 10: *** 512.1s: geo3d, poly 10: ITER 7: 249.93 M hits/sec, 158.02 QPS (1.42 sec for 225 queries), totHits=355855227 512.1s: geo3d, poly 10: *** 513.6s: geo3d, poly 10: ITER 8: 248.76 M hits/sec, 157.29 QPS (1.43 sec for 225 queries), totHits=355855227 515.0s: geo3d, poly 10: ITER 9: 249.49 M hits/sec, 157.75 QPS (1.43 sec for 225 queries), totHits=355855227 516.4s: geo3d, poly 10: ITER 10: 245.39 M hits/sec, 155.15 QPS (1.45 sec for 225 queries), totHits=355855227 517.9s: geo3d, poly 10: ITER 11: 248.54 M hits/sec, 157.15 QPS (1.43 sec for 225 queries), totHits=355855227 519.3s: geo3d, poly 10: ITER 12: 245.62 M hits/sec, 155.30 QPS (1.45 sec for 225 queries), totHits=355855227 520.8s: geo3d, poly 10: ITER 13: 242.55 M hits/sec, 153.36 QPS (1.47 sec for 225 queries), totHits=355855227 522.2s: geo3d, poly 10: ITER 14: 245.25 M hits/sec, 155.07 QPS (1.45 sec for 225 queries), totHits=355855227 523.7s: geo3d, poly 10: ITER 15: 241.17 M hits/sec, 152.49 QPS (1.48 sec for 225 queries), totHits=355855227 525.2s: geo3d, poly 10: ITER 16: 242.42 M hits/sec, 153.28 QPS (1.47 sec for 225 queries), totHits=355855227 526.7s: geo3d, poly 10: ITER 17: 244.04 M hits/sec, 154.30 QPS (1.46 sec for 225 queries), totHits=355855227 528.1s: geo3d, poly 10: ITER 18: 246.21 M hits/sec, 155.67 QPS (1.45 sec for 225 queries), totHits=355855227 529.5s: geo3d, poly 10: ITER 19: 245.26 M hits/sec, 155.07 QPS (1.45 sec for 225 queries), totHits=355855227 529.5s: geo3d, poly 10: BEST M hits/sec: 249.92801146570983 529.5s: geo3d, poly 10: BEST QPS: 158.02438270714148 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -poly 10 529.8s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 529.8s: shapes, poly 10: READER MB: 0.0 529.8s: shapes, poly 10: maxDoc=60844404 532.4s: shapes, poly 10: ITER 0: 138.64 M hits/sec, 87.67 QPS (2.57 sec for 225 queries), totHits=355809475 532.4s: shapes, poly 10: *** 534.6s: shapes, poly 10: ITER 1: 162.65 M hits/sec, 102.86 QPS (2.19 sec for 225 queries), totHits=355809475 534.6s: shapes, poly 10: *** 536.6s: shapes, poly 10: ITER 2: 176.73 M hits/sec, 111.76 QPS (2.01 sec for 225 queries), totHits=355809475 536.6s: shapes, poly 10: *** 538.6s: shapes, poly 10: ITER 3: 178.87 M hits/sec, 113.11 QPS (1.99 sec for 225 queries), totHits=355809475 538.6s: shapes, poly 10: *** 540.6s: shapes, poly 10: ITER 4: 182.60 M hits/sec, 115.47 QPS (1.95 sec for 225 queries), totHits=355809475 540.6s: shapes, poly 10: *** 542.5s: shapes, poly 10: ITER 5: 185.35 M hits/sec, 117.21 QPS (1.92 sec for 225 queries), totHits=355809475 542.5s: shapes, poly 10: *** 544.4s: shapes, poly 10: ITER 6: 185.63 M hits/sec, 117.39 QPS (1.92 sec for 225 queries), totHits=355809475 544.4s: shapes, poly 10: *** 546.3s: shapes, poly 10: ITER 7: 185.96 M hits/sec, 117.59 QPS (1.91 sec for 225 queries), totHits=355809475 546.3s: shapes, poly 10: *** 548.2s: shapes, poly 10: ITER 8: 184.83 M hits/sec, 116.88 QPS (1.93 sec for 225 queries), totHits=355809475 550.2s: shapes, poly 10: ITER 9: 184.35 M hits/sec, 116.57 QPS (1.93 sec for 225 queries), totHits=355809475 552.1s: shapes, poly 10: ITER 10: 185.95 M hits/sec, 117.59 QPS (1.91 sec for 225 queries), totHits=355809475 554.0s: shapes, poly 10: ITER 11: 185.13 M hits/sec, 117.07 QPS (1.92 sec for 225 queries), totHits=355809475 555.9s: shapes, poly 10: ITER 12: 184.43 M hits/sec, 116.63 QPS (1.93 sec for 225 queries), totHits=355809475 557.8s: shapes, poly 10: ITER 13: 185.74 M hits/sec, 117.46 QPS (1.92 sec for 225 queries), totHits=355809475 559.8s: shapes, poly 10: ITER 14: 183.68 M hits/sec, 116.15 QPS (1.94 sec for 225 queries), totHits=355809475 561.7s: shapes, poly 10: ITER 15: 184.51 M hits/sec, 116.68 QPS (1.93 sec for 225 queries), totHits=355809475 563.6s: shapes, poly 10: ITER 16: 186.27 M hits/sec, 117.79 QPS (1.91 sec for 225 queries), totHits=355809475 563.6s: shapes, poly 10: *** 565.5s: shapes, poly 10: ITER 17: 186.39 M hits/sec, 117.87 QPS (1.91 sec for 225 queries), totHits=355809475 565.5s: shapes, poly 10: *** 567.5s: shapes, poly 10: ITER 18: 183.62 M hits/sec, 116.11 QPS (1.94 sec for 225 queries), totHits=355809475 569.4s: shapes, poly 10: ITER 19: 184.30 M hits/sec, 116.54 QPS (1.93 sec for 225 queries), totHits=355809475 569.4s: shapes, poly 10: BEST M hits/sec: 186.3942606542455 569.4s: shapes, poly 10: BEST QPS: 117.86844250621834 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 569.7s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 569.7s: points, nearest 10: READER MB: 0.0 569.7s: points, nearest 10: maxDoc=60844404 569.8s: points, nearest 10: ITER 0: 1459.11 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 569.8s: points, nearest 10: *** 569.9s: points, nearest 10: ITER 1: 2856.72 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 569.9s: points, nearest 10: *** 570.0s: points, nearest 10: ITER 2: 2994.67 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.0s: points, nearest 10: *** 570.0s: points, nearest 10: ITER 3: 3018.43 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.0s: points, nearest 10: *** 570.1s: points, nearest 10: ITER 4: 3003.70 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.2s: points, nearest 10: ITER 5: 3093.68 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.2s: points, nearest 10: *** 570.3s: points, nearest 10: ITER 6: 3118.74 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.3s: points, nearest 10: *** 570.3s: points, nearest 10: ITER 7: 2815.28 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.4s: points, nearest 10: ITER 8: 3231.79 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.4s: points, nearest 10: *** 570.5s: points, nearest 10: ITER 9: 3228.08 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: ITER 10: 3263.97 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: *** 570.6s: points, nearest 10: ITER 11: 3284.94 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: *** 570.7s: points, nearest 10: ITER 12: 3283.56 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.8s: points, nearest 10: ITER 13: 3263.79 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.8s: points, nearest 10: ITER 14: 3281.81 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.9s: points, nearest 10: ITER 15: 3113.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: ITER 16: 3287.69 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: *** 571.0s: points, nearest 10: ITER 17: 3289.25 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: *** 571.1s: points, nearest 10: ITER 18: 3283.94 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.2s: points, nearest 10: ITER 19: 3283.94 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.2s: points, nearest 10: BEST M hits/sec: 0.03289254689095699 571.2s: points, nearest 10: BEST QPS: 3289.254689095699 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 572.9s: points, sort: 1000000... 574.8s: points, sort: 2000000... 576.3s: points, sort: 3000000... 577.7s: points, sort: 4000000... 579.2s: points, sort: 5000000... 580.6s: points, sort: 6000000... 582.0s: points, sort: 7000000... 583.4s: points, sort: 8000000... 584.9s: points, sort: 9000000... 586.3s: points, sort: 10000000... 594.1s: points, sort: 11000000... 595.0s: points, sort: 12000000... 596.5s: points, sort: 13000000... 597.9s: points, sort: 14000000... 599.3s: points, sort: 15000000... 600.8s: points, sort: 16000000... 602.2s: points, sort: 17000000... 603.7s: points, sort: 18000000... 605.1s: points, sort: 19000000... 606.5s: points, sort: 20000000... 608.0s: points, sort: 21000000... 615.5s: points, sort: 22000000... 616.5s: points, sort: 23000000... 617.9s: points, sort: 24000000... 619.4s: points, sort: 25000000... 620.8s: points, sort: 26000000... 622.2s: points, sort: 27000000... 623.7s: points, sort: 28000000... 625.1s: points, sort: 29000000... 626.5s: points, sort: 30000000... 627.9s: points, sort: 31000000... 629.3s: points, sort: 32000000... 636.9s: points, sort: 33000000... 638.3s: points, sort: 34000000... 639.3s: points, sort: 35000000... 640.7s: points, sort: 36000000... 642.1s: points, sort: 37000000... 643.5s: points, sort: 38000000... 644.9s: points, sort: 39000000... 646.3s: points, sort: 40000000... 647.7s: points, sort: 41000000... 649.1s: points, sort: 42000000... 650.5s: points, sort: 43000000... 658.1s: points, sort: 44000000... 659.5s: points, sort: 45000000... 660.4s: points, sort: 46000000... 661.8s: points, sort: 47000000... 663.2s: points, sort: 48000000... 664.7s: points, sort: 49000000... 666.1s: points, sort: 50000000... 667.5s: points, sort: 51000000... 668.9s: points, sort: 52000000... 670.4s: points, sort: 53000000... 671.8s: points, sort: 54000000... 679.3s: points, sort: 55000000... 680.7s: points, sort: 56000000... 681.6s: points, sort: 57000000... 683.1s: points, sort: 58000000... 684.5s: points, sort: 59000000... 685.9s: points, sort: 60000000... 689.6s: points, sort: 118.340670088 sec to index part 0 689.6s: points, sort: INDEX SIZE: 0.9472499107941985 GB 689.6s: points, sort: READER MB: 0.0 689.6s: points, sort: maxDoc=60844404 692.0s: points, sort: ITER 0: 127.08 M hits/sec, 129.31 QPS (1.74 sec for 225 queries), totHits=221118844 692.0s: points, sort: *** 694.2s: points, sort: ITER 1: 149.22 M hits/sec, 151.84 QPS (1.48 sec for 225 queries), totHits=221118844 694.2s: points, sort: *** 696.3s: points, sort: ITER 2: 148.98 M hits/sec, 151.59 QPS (1.48 sec for 225 queries), totHits=221118844 698.5s: points, sort: ITER 3: 150.55 M hits/sec, 153.19 QPS (1.47 sec for 225 queries), totHits=221118844 698.5s: points, sort: *** 700.6s: points, sort: ITER 4: 149.69 M hits/sec, 152.32 QPS (1.48 sec for 225 queries), totHits=221118844 702.8s: points, sort: ITER 5: 149.81 M hits/sec, 152.44 QPS (1.48 sec for 225 queries), totHits=221118844 704.9s: points, sort: ITER 6: 149.89 M hits/sec, 152.52 QPS (1.48 sec for 225 queries), totHits=221118844 707.1s: points, sort: ITER 7: 149.43 M hits/sec, 152.06 QPS (1.48 sec for 225 queries), totHits=221118844 709.2s: points, sort: ITER 8: 151.21 M hits/sec, 153.86 QPS (1.46 sec for 225 queries), totHits=221118844 709.2s: points, sort: *** 711.3s: points, sort: ITER 9: 149.57 M hits/sec, 152.19 QPS (1.48 sec for 225 queries), totHits=221118844 713.5s: points, sort: ITER 10: 149.14 M hits/sec, 151.75 QPS (1.48 sec for 225 queries), totHits=221118844 715.6s: points, sort: ITER 11: 150.70 M hits/sec, 153.35 QPS (1.47 sec for 225 queries), totHits=221118844 717.7s: points, sort: ITER 12: 149.55 M hits/sec, 152.17 QPS (1.48 sec for 225 queries), totHits=221118844 719.8s: points, sort: ITER 13: 150.49 M hits/sec, 153.14 QPS (1.47 sec for 225 queries), totHits=221118844 722.0s: points, sort: ITER 14: 148.47 M hits/sec, 151.08 QPS (1.49 sec for 225 queries), totHits=221118844 724.1s: points, sort: ITER 15: 148.94 M hits/sec, 151.55 QPS (1.48 sec for 225 queries), totHits=221118844 726.2s: points, sort: ITER 16: 151.81 M hits/sec, 154.47 QPS (1.46 sec for 225 queries), totHits=221118844 726.2s: points, sort: *** 728.4s: points, sort: ITER 17: 149.42 M hits/sec, 152.04 QPS (1.48 sec for 225 queries), totHits=221118844 730.6s: points, sort: ITER 18: 149.74 M hits/sec, 152.37 QPS (1.48 sec for 225 queries), totHits=221118844 732.8s: points, sort: ITER 19: 146.60 M hits/sec, 149.17 QPS (1.51 sec for 225 queries), totHits=221118844 732.8s: points, sort: BEST M hits/sec: 151.80570479594076 732.8s: points, sort: BEST QPS: 154.47025211061015 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -distance 733.0s: points, distance: INDEX SIZE: 0.4939169967547059 GB 733.0s: points, distance: READER MB: 0.0 733.0s: points, distance: maxDoc=60844404 734.5s: points, distance: ITER 0: 257.38 M hits/sec, 151.22 QPS (1.49 sec for 225 queries), totHits=382961957 734.5s: points, distance: *** 735.7s: points, distance: ITER 1: 317.34 M hits/sec, 186.45 QPS (1.21 sec for 225 queries), totHits=382961957 735.7s: points, distance: *** 736.9s: points, distance: ITER 2: 318.56 M hits/sec, 187.16 QPS (1.20 sec for 225 queries), totHits=382961957 736.9s: points, distance: *** 738.2s: points, distance: ITER 3: 306.25 M hits/sec, 179.93 QPS (1.25 sec for 225 queries), totHits=382961957 739.4s: points, distance: ITER 4: 308.38 M hits/sec, 181.18 QPS (1.24 sec for 225 queries), totHits=382961957 740.6s: points, distance: ITER 5: 326.91 M hits/sec, 192.07 QPS (1.17 sec for 225 queries), totHits=382961957 740.6s: points, distance: *** 741.8s: points, distance: ITER 6: 326.82 M hits/sec, 192.02 QPS (1.17 sec for 225 queries), totHits=382961957 742.9s: points, distance: ITER 7: 325.53 M hits/sec, 191.26 QPS (1.18 sec for 225 queries), totHits=382961957 744.1s: points, distance: ITER 8: 318.17 M hits/sec, 186.93 QPS (1.20 sec for 225 queries), totHits=382961957 745.3s: points, distance: ITER 9: 322.91 M hits/sec, 189.72 QPS (1.19 sec for 225 queries), totHits=382961957 746.5s: points, distance: ITER 10: 321.95 M hits/sec, 189.16 QPS (1.19 sec for 225 queries), totHits=382961957 747.7s: points, distance: ITER 11: 325.26 M hits/sec, 191.10 QPS (1.18 sec for 225 queries), totHits=382961957 748.9s: points, distance: ITER 12: 319.73 M hits/sec, 187.85 QPS (1.20 sec for 225 queries), totHits=382961957 750.1s: points, distance: ITER 13: 315.79 M hits/sec, 185.54 QPS (1.21 sec for 225 queries), totHits=382961957 751.3s: points, distance: ITER 14: 320.92 M hits/sec, 188.55 QPS (1.19 sec for 225 queries), totHits=382961957 752.5s: points, distance: ITER 15: 319.47 M hits/sec, 187.70 QPS (1.20 sec for 225 queries), totHits=382961957 753.7s: points, distance: ITER 16: 320.17 M hits/sec, 188.11 QPS (1.20 sec for 225 queries), totHits=382961957 754.9s: points, distance: ITER 17: 317.86 M hits/sec, 186.75 QPS (1.20 sec for 225 queries), totHits=382961957 756.1s: points, distance: ITER 18: 315.88 M hits/sec, 185.59 QPS (1.21 sec for 225 queries), totHits=382961957 757.3s: points, distance: ITER 19: 316.35 M hits/sec, 185.86 QPS (1.21 sec for 225 queries), totHits=382961957 757.3s: points, distance: BEST M hits/sec: 326.91265594922083 757.3s: points, distance: BEST QPS: 192.06959397425132 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|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 757.6s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 757.6s: geo3d, distance: READER MB: 0.0 757.6s: geo3d, distance: maxDoc=60844404 759.2s: geo3d, distance: ITER 0: 242.38 M hits/sec, 142.26 QPS (1.58 sec for 225 queries), totHits=383371904 759.2s: geo3d, distance: *** 760.4s: geo3d, distance: ITER 1: 303.97 M hits/sec, 178.40 QPS (1.26 sec for 225 queries), totHits=383371904 760.4s: geo3d, distance: *** 761.7s: geo3d, distance: ITER 2: 308.97 M hits/sec, 181.33 QPS (1.24 sec for 225 queries), totHits=383371904 761.7s: geo3d, distance: *** 763.0s: geo3d, distance: ITER 3: 285.29 M hits/sec, 167.43 QPS (1.34 sec for 225 queries), totHits=383371904 764.2s: geo3d, distance: ITER 4: 312.06 M hits/sec, 183.15 QPS (1.23 sec for 225 queries), totHits=383371904 764.2s: geo3d, distance: *** 765.4s: geo3d, distance: ITER 5: 321.63 M hits/sec, 188.76 QPS (1.19 sec for 225 queries), totHits=383371904 765.4s: geo3d, distance: *** 766.6s: geo3d, distance: ITER 6: 316.46 M hits/sec, 185.73 QPS (1.21 sec for 225 queries), totHits=383371904 767.8s: geo3d, distance: ITER 7: 316.84 M hits/sec, 185.95 QPS (1.21 sec for 225 queries), totHits=383371904 769.1s: geo3d, distance: ITER 8: 317.99 M hits/sec, 186.63 QPS (1.21 sec for 225 queries), totHits=383371904 770.3s: geo3d, distance: ITER 9: 317.53 M hits/sec, 186.36 QPS (1.21 sec for 225 queries), totHits=383371904 771.5s: geo3d, distance: ITER 10: 315.40 M hits/sec, 185.11 QPS (1.22 sec for 225 queries), totHits=383371904 772.7s: geo3d, distance: ITER 11: 314.09 M hits/sec, 184.34 QPS (1.22 sec for 225 queries), totHits=383371904 773.9s: geo3d, distance: ITER 12: 310.50 M hits/sec, 182.23 QPS (1.23 sec for 225 queries), totHits=383371904 775.2s: geo3d, distance: ITER 13: 312.08 M hits/sec, 183.16 QPS (1.23 sec for 225 queries), totHits=383371904 776.4s: geo3d, distance: ITER 14: 312.08 M hits/sec, 183.16 QPS (1.23 sec for 225 queries), totHits=383371904 777.6s: geo3d, distance: ITER 15: 311.54 M hits/sec, 182.84 QPS (1.23 sec for 225 queries), totHits=383371904 778.8s: geo3d, distance: ITER 16: 315.04 M hits/sec, 184.90 QPS (1.22 sec for 225 queries), totHits=383371904 780.1s: geo3d, distance: ITER 17: 311.97 M hits/sec, 183.09 QPS (1.23 sec for 225 queries), totHits=383371904 781.3s: geo3d, distance: ITER 18: 314.19 M hits/sec, 184.40 QPS (1.22 sec for 225 queries), totHits=383371904 782.5s: geo3d, distance: ITER 19: 314.36 M hits/sec, 184.50 QPS (1.22 sec for 225 queries), totHits=383371904 782.5s: geo3d, distance: BEST M hits/sec: 321.62798601571444 782.5s: geo3d, distance: BEST QPS: 188.76265083196017 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.63|188.76|383371904| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 782.8s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 782.8s: shapes, distance: READER MB: 0.0 782.8s: shapes, distance: maxDoc=60844404 785.2s: shapes, distance: ITER 0: 155.97 M hits/sec, 91.64 QPS (2.46 sec for 225 queries), totHits=382961957 785.2s: shapes, distance: *** 787.3s: shapes, distance: ITER 1: 179.98 M hits/sec, 105.75 QPS (2.13 sec for 225 queries), totHits=382961957 787.3s: shapes, distance: *** 789.1s: shapes, distance: ITER 2: 219.69 M hits/sec, 129.07 QPS (1.74 sec for 225 queries), totHits=382961957 789.1s: shapes, distance: *** 790.8s: shapes, distance: ITER 3: 222.69 M hits/sec, 130.84 QPS (1.72 sec for 225 queries), totHits=382961957 790.8s: shapes, distance: *** 792.5s: shapes, distance: ITER 4: 222.50 M hits/sec, 130.72 QPS (1.72 sec for 225 queries), totHits=382961957 794.2s: shapes, distance: ITER 5: 225.19 M hits/sec, 132.31 QPS (1.70 sec for 225 queries), totHits=382961957 794.2s: shapes, distance: *** 795.9s: shapes, distance: ITER 6: 226.80 M hits/sec, 133.25 QPS (1.69 sec for 225 queries), totHits=382961957 795.9s: shapes, distance: *** 797.6s: shapes, distance: ITER 7: 223.89 M hits/sec, 131.54 QPS (1.71 sec for 225 queries), totHits=382961957 799.3s: shapes, distance: ITER 8: 225.50 M hits/sec, 132.48 QPS (1.70 sec for 225 queries), totHits=382961957 801.0s: shapes, distance: ITER 9: 224.98 M hits/sec, 132.18 QPS (1.70 sec for 225 queries), totHits=382961957 802.7s: shapes, distance: ITER 10: 227.01 M hits/sec, 133.37 QPS (1.69 sec for 225 queries), totHits=382961957 802.7s: shapes, distance: *** 804.4s: shapes, distance: ITER 11: 224.69 M hits/sec, 132.01 QPS (1.70 sec for 225 queries), totHits=382961957 806.1s: shapes, distance: ITER 12: 223.77 M hits/sec, 131.47 QPS (1.71 sec for 225 queries), totHits=382961957 807.8s: shapes, distance: ITER 13: 224.91 M hits/sec, 132.14 QPS (1.70 sec for 225 queries), totHits=382961957 809.5s: shapes, distance: ITER 14: 224.54 M hits/sec, 131.93 QPS (1.71 sec for 225 queries), totHits=382961957 811.3s: shapes, distance: ITER 15: 223.91 M hits/sec, 131.55 QPS (1.71 sec for 225 queries), totHits=382961957 813.0s: shapes, distance: ITER 16: 223.71 M hits/sec, 131.43 QPS (1.71 sec for 225 queries), totHits=382961957 814.7s: shapes, distance: ITER 17: 223.14 M hits/sec, 131.10 QPS (1.72 sec for 225 queries), totHits=382961957 816.4s: shapes, distance: ITER 18: 224.52 M hits/sec, 131.91 QPS (1.71 sec for 225 queries), totHits=382961957 818.1s: shapes, distance: ITER 19: 221.83 M hits/sec, 130.33 QPS (1.73 sec for 225 queries), totHits=382961957 818.1s: shapes, distance: BEST M hits/sec: 227.0096959995416 818.1s: shapes, distance: BEST QPS: 133.37403537421568 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.63|188.76|383371904| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|227.01|133.37|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|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 818.4s: points, box: INDEX SIZE: 0.4939169967547059 GB 818.4s: points, box: READER MB: 0.0 818.4s: points, box: maxDoc=60844404 819.3s: points, box: ITER 0: 245.85 M hits/sec, 250.16 QPS (0.90 sec for 225 queries), totHits=221118844 819.3s: points, box: *** 819.8s: points, box: ITER 1: 387.71 M hits/sec, 394.52 QPS (0.57 sec for 225 queries), totHits=221118844 819.8s: points, box: *** 820.4s: points, box: ITER 2: 380.09 M hits/sec, 386.76 QPS (0.58 sec for 225 queries), totHits=221118844 821.0s: points, box: ITER 3: 389.11 M hits/sec, 395.94 QPS (0.57 sec for 225 queries), totHits=221118844 821.0s: points, box: *** 821.5s: points, box: ITER 4: 402.93 M hits/sec, 410.00 QPS (0.55 sec for 225 queries), totHits=221118844 821.5s: points, box: *** 822.1s: points, box: ITER 5: 362.38 M hits/sec, 368.75 QPS (0.61 sec for 225 queries), totHits=221118844 822.7s: points, box: ITER 6: 389.68 M hits/sec, 396.52 QPS (0.57 sec for 225 queries), totHits=221118844 823.3s: points, box: ITER 7: 387.24 M hits/sec, 394.04 QPS (0.57 sec for 225 queries), totHits=221118844 823.9s: points, box: ITER 8: 369.20 M hits/sec, 375.68 QPS (0.60 sec for 225 queries), totHits=221118844 824.4s: points, box: ITER 9: 392.77 M hits/sec, 399.66 QPS (0.56 sec for 225 queries), totHits=221118844 825.0s: points, box: ITER 10: 371.97 M hits/sec, 378.50 QPS (0.59 sec for 225 queries), totHits=221118844 825.6s: points, box: ITER 11: 383.27 M hits/sec, 389.99 QPS (0.58 sec for 225 queries), totHits=221118844 826.2s: points, box: ITER 12: 412.12 M hits/sec, 419.35 QPS (0.54 sec for 225 queries), totHits=221118844 826.2s: points, box: *** 826.7s: points, box: ITER 13: 412.25 M hits/sec, 419.49 QPS (0.54 sec for 225 queries), totHits=221118844 826.7s: points, box: *** 827.2s: points, box: ITER 14: 420.08 M hits/sec, 427.45 QPS (0.53 sec for 225 queries), totHits=221118844 827.2s: points, box: *** 827.7s: points, box: ITER 15: 423.73 M hits/sec, 431.16 QPS (0.52 sec for 225 queries), totHits=221118844 827.7s: points, box: *** 828.3s: points, box: ITER 16: 412.97 M hits/sec, 420.22 QPS (0.54 sec for 225 queries), totHits=221118844 828.8s: points, box: ITER 17: 408.24 M hits/sec, 415.40 QPS (0.54 sec for 225 queries), totHits=221118844 829.4s: points, box: ITER 18: 412.07 M hits/sec, 419.31 QPS (0.54 sec for 225 queries), totHits=221118844 829.9s: points, box: ITER 19: 409.58 M hits/sec, 416.77 QPS (0.54 sec for 225 queries), totHits=221118844 829.9s: points, box: BEST M hits/sec: 423.7257912272566 829.9s: points, box: BEST QPS: 431.16317588080705 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.63|188.76|383371904| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|227.01|133.37|382961957| |box|geo3d|||| |box|points|423.73|431.16|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|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 830.2s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 830.2s: geo3d, box: READER MB: 0.0 830.2s: geo3d, box: maxDoc=60844404 831.5s: geo3d, box: ITER 0: 170.24 M hits/sec, 173.23 QPS (1.30 sec for 225 queries), totHits=221118844 831.5s: geo3d, box: *** 832.4s: geo3d, box: ITER 1: 233.87 M hits/sec, 237.97 QPS (0.95 sec for 225 queries), totHits=221118844 832.4s: geo3d, box: *** 833.3s: geo3d, box: ITER 2: 238.87 M hits/sec, 243.06 QPS (0.93 sec for 225 queries), totHits=221118844 833.3s: geo3d, box: *** 834.3s: geo3d, box: ITER 3: 220.29 M hits/sec, 224.16 QPS (1.00 sec for 225 queries), totHits=221118844 835.4s: geo3d, box: ITER 4: 209.58 M hits/sec, 213.26 QPS (1.06 sec for 225 queries), totHits=221118844 836.3s: geo3d, box: ITER 5: 239.93 M hits/sec, 244.14 QPS (0.92 sec for 225 queries), totHits=221118844 836.3s: geo3d, box: *** 837.2s: geo3d, box: ITER 6: 246.67 M hits/sec, 251.00 QPS (0.90 sec for 225 queries), totHits=221118844 837.2s: geo3d, box: *** 838.1s: geo3d, box: ITER 7: 244.21 M hits/sec, 248.50 QPS (0.91 sec for 225 queries), totHits=221118844 839.0s: geo3d, box: ITER 8: 248.59 M hits/sec, 252.95 QPS (0.89 sec for 225 queries), totHits=221118844 839.0s: geo3d, box: *** 839.9s: geo3d, box: ITER 9: 251.70 M hits/sec, 256.12 QPS (0.88 sec for 225 queries), totHits=221118844 839.9s: geo3d, box: *** 840.8s: geo3d, box: ITER 10: 242.74 M hits/sec, 247.00 QPS (0.91 sec for 225 queries), totHits=221118844 841.7s: geo3d, box: ITER 11: 240.13 M hits/sec, 244.35 QPS (0.92 sec for 225 queries), totHits=221118844 842.6s: geo3d, box: ITER 12: 243.98 M hits/sec, 248.26 QPS (0.91 sec for 225 queries), totHits=221118844 843.6s: geo3d, box: ITER 13: 237.22 M hits/sec, 241.38 QPS (0.93 sec for 225 queries), totHits=221118844 844.5s: geo3d, box: ITER 14: 244.88 M hits/sec, 249.18 QPS (0.90 sec for 225 queries), totHits=221118844 845.4s: geo3d, box: ITER 15: 236.11 M hits/sec, 240.25 QPS (0.94 sec for 225 queries), totHits=221118844 846.3s: geo3d, box: ITER 16: 243.32 M hits/sec, 247.59 QPS (0.91 sec for 225 queries), totHits=221118844 847.2s: geo3d, box: ITER 17: 243.37 M hits/sec, 247.64 QPS (0.91 sec for 225 queries), totHits=221118844 848.1s: geo3d, box: ITER 18: 238.15 M hits/sec, 242.33 QPS (0.93 sec for 225 queries), totHits=221118844 849.1s: geo3d, box: ITER 19: 238.76 M hits/sec, 242.96 QPS (0.93 sec for 225 queries), totHits=221118844 849.1s: geo3d, box: BEST M hits/sec: 251.7022684266466 849.1s: geo3d, box: BEST QPS: 256.12023548746254 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.63|188.76|383371904| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|227.01|133.37|382961957| |box|geo3d|251.70|256.12|221118844| |box|points|423.73|431.16|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|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 849.3s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 849.3s: shapes, box: READER MB: 0.0 849.3s: shapes, box: maxDoc=60844404 850.7s: shapes, box: ITER 0: 159.66 M hits/sec, 162.46 QPS (1.38 sec for 225 queries), totHits=221118844 850.7s: shapes, box: *** 851.8s: shapes, box: ITER 1: 199.97 M hits/sec, 203.48 QPS (1.11 sec for 225 queries), totHits=221118844 851.8s: shapes, box: *** 852.9s: shapes, box: ITER 2: 199.20 M hits/sec, 202.70 QPS (1.11 sec for 225 queries), totHits=221118844 854.0s: shapes, box: ITER 3: 201.03 M hits/sec, 204.56 QPS (1.10 sec for 225 queries), totHits=221118844 854.0s: shapes, box: *** 855.1s: shapes, box: ITER 4: 202.08 M hits/sec, 205.63 QPS (1.09 sec for 225 queries), totHits=221118844 855.1s: shapes, box: *** 856.3s: shapes, box: ITER 5: 195.22 M hits/sec, 198.65 QPS (1.13 sec for 225 queries), totHits=221118844 857.4s: shapes, box: ITER 6: 196.70 M hits/sec, 200.16 QPS (1.12 sec for 225 queries), totHits=221118844 858.5s: shapes, box: ITER 7: 197.31 M hits/sec, 200.78 QPS (1.12 sec for 225 queries), totHits=221118844 859.6s: shapes, box: ITER 8: 208.44 M hits/sec, 212.10 QPS (1.06 sec for 225 queries), totHits=221118844 859.6s: shapes, box: *** 860.6s: shapes, box: ITER 9: 204.86 M hits/sec, 208.46 QPS (1.08 sec for 225 queries), totHits=221118844 861.7s: shapes, box: ITER 10: 208.09 M hits/sec, 211.74 QPS (1.06 sec for 225 queries), totHits=221118844 862.7s: shapes, box: ITER 11: 210.90 M hits/sec, 214.60 QPS (1.05 sec for 225 queries), totHits=221118844 862.7s: shapes, box: *** 863.8s: shapes, box: ITER 12: 208.01 M hits/sec, 211.66 QPS (1.06 sec for 225 queries), totHits=221118844 864.9s: shapes, box: ITER 13: 209.68 M hits/sec, 213.36 QPS (1.05 sec for 225 queries), totHits=221118844 865.9s: shapes, box: ITER 14: 207.67 M hits/sec, 211.32 QPS (1.06 sec for 225 queries), totHits=221118844 867.0s: shapes, box: ITER 15: 206.35 M hits/sec, 209.97 QPS (1.07 sec for 225 queries), totHits=221118844 868.1s: shapes, box: ITER 16: 209.20 M hits/sec, 212.88 QPS (1.06 sec for 225 queries), totHits=221118844 869.1s: shapes, box: ITER 17: 209.53 M hits/sec, 213.20 QPS (1.06 sec for 225 queries), totHits=221118844 870.2s: shapes, box: ITER 18: 208.87 M hits/sec, 212.53 QPS (1.06 sec for 225 queries), totHits=221118844 871.2s: shapes, box: ITER 19: 207.79 M hits/sec, 211.44 QPS (1.06 sec for 225 queries), totHits=221118844 871.2s: shapes, box: BEST M hits/sec: 210.89871685629387 871.2s: shapes, box: BEST QPS: 214.60048557718636 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|112.1s|0.0s|0.49|0.00| |shapes|169.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.63|188.76|383371904| |distance|points|326.91|192.07|382961957| |distance|geopoint|||| |distance|shapes|227.01|133.37|382961957| |box|geo3d|251.70|256.12|221118844| |box|points|423.73|431.16|221118844| |box|geopoint|||| |box|shapes|210.90|214.60|221118844| |poly 10|geo3d|249.93|158.02|355855227| |poly 10|points|292.12|184.72|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.39|117.87|355809475| |polyMedium|geo3d|2.60|31.85|2693541| |polyMedium|points|16.54|202.69|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.38|163.88|2693559| |polyRussia|geo3d|3.69|1.05|3508671| |polyRussia|points|66.75|19.02|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.47|12.96|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.25|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|151.81|154.47|221118844| |sort|geopoint|||| |sort|shapes|||| Took 872.5 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 366dc3c0396..2fc795f6587 main -> origin/main Updating 366dc3c0396..2fc795f6587 Fast-forward gradle/libs.versions.toml | 2 +- lucene/CHANGES.txt | 15 ++ .../jmh/NumericDocValuesBulkDecodeBenchmark.java | 159 ++++++++++++++ .../codecs/lucene90/Lucene90DocValuesProducer.java | 175 ++++++++++++++++ .../org/apache/lucene/index/NumericDocValues.java | 25 ++- .../DefaultDocValuesBulkDecodeSupport.java | 120 +++++++++++ .../DefaultVectorizationProvider.java | 5 + .../vectorization/DocValuesBulkDecodeSupport.java | 45 ++++ .../vectorization/VectorizationProvider.java | 7 + .../lucene/search/BayesianScoreEstimator.java | 232 +++++++++++++++++++++ .../apache/lucene/search/BayesianScoreQuery.java | 84 ++++++-- .../apache/lucene/search/LogOddsFusionQuery.java | 211 ++++++++++++++++--- .../apache/lucene/search/LogOddsFusionScorer.java | 90 ++++++-- .../java/org/apache/lucene/util/FixedBitSet.java | 22 ++ .../vectorization/NativeVectorizationProvider.java | 5 + .../PanamaDocValuesBulkDecodeSupport.java | 56 +++++ .../vectorization/PanamaDocValuesRangeSupport.java | 7 +- .../vectorization/PanamaVectorizationProvider.java | 5 + .../lucene90/TestLucene90DocValuesFormat.java | 103 +++++++++ .../column/TestColumnBatchDictionaryColumn.java} | 30 ++- .../lucene/index/TestColumnBatchIndexing.java | 98 ++++++--- .../lucene/search/TestBayesianScoreQuery.java | 203 ++++++++++++++++++ .../lucene/search/TestLogOddsFusionQuery.java | 205 ++++++++++++++++++ .../TestSkipBlockRangeIteratorIntoBitSet.java | 59 ++++++ .../org/apache/lucene/util/TestFixedBitSet.java | 64 ++++++ 25 files changed, 1926 insertions(+), 101 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/NumericDocValuesBulkDecodeBenchmark.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultDocValuesBulkDecodeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DocValuesBulkDecodeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/BayesianScoreEstimator.java create mode 100644 lucene/core/src/java25/org/apache/lucene/internal/vectorization/PanamaDocValuesBulkDecodeSupport.java rename lucene/core/src/test/org/apache/lucene/{index/TestDictionaryColumn.java => document/column/TestColumnBatchDictionaryColumn.java} (96%) creating directories /l/logs.nightly/taxis/2026.05.28.01.56.55... Lucene git hash: 2fc795f6587ab98958d8b86257829b452ef5faae Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.28.01.56.55/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.28.01.56.55/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 97.5 K docs/sec 6.7 sec: 0.6 M docs; 89.6 K docs/sec 10.0 sec: 0.9 M docs; 90.4 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.3 sec: 1.9 M docs; 93.8 K docs/sec 23.5 sec: 2.2 M docs; 93.6 K docs/sec 27.5 sec: 2.6 M docs; 94.6 K docs/sec 31.4 sec: 3.0 M docs; 95.4 K docs/sec 34.6 sec: 3.3 M docs; 95.4 K docs/sec 47.0 sec: 3.7 M docs; 78.7 K docs/sec 51.0 sec: 4.1 M docs; 80.4 K docs/sec 54.2 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.1 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.9 K docs/sec 95.8 sec: 7.7 M docs; 80.4 K docs/sec 99.8 sec: 8.1 M docs; 81.2 K docs/sec 103.7 sec: 8.5 M docs; 82.0 K docs/sec 106.9 sec: 8.8 M docs; 82.3 K docs/sec 110.8 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.5 sec: 11.0 M docs; 80.0 K docs/sec 141.4 sec: 11.4 M docs; 80.6 K docs/sec 145.4 sec: 11.8 M docs; 81.2 K docs/sec 148.5 sec: 12.1 M docs; 81.5 K docs/sec 152.5 sec: 12.5 M docs; 82.0 K docs/sec 156.4 sec: 12.9 M docs; 82.5 K docs/sec 159.6 sec: 13.2 M docs; 82.7 K docs/sec 163.5 sec: 13.6 M docs; 83.2 K docs/sec 167.5 sec: 14.0 M docs; 83.6 K docs/sec 170.6 sec: 14.3 M docs; 83.8 K docs/sec 183.0 sec: 14.7 M docs; 80.3 K docs/sec 187.0 sec: 15.1 M docs; 80.8 K docs/sec 190.1 sec: 15.4 M docs; 81.0 K docs/sec 194.0 sec: 15.8 M docs; 81.4 K docs/sec 198.0 sec: 16.2 M docs; 81.8 K docs/sec 201.1 sec: 16.5 M docs; 82.0 K docs/sec 205.1 sec: 16.9 M docs; 82.4 K docs/sec 209.0 sec: 17.3 M docs; 82.8 K docs/sec 212.2 sec: 17.6 M docs; 83.0 K docs/sec 216.1 sec: 18.0 M docs; 83.3 K docs/sec 228.4 sec: 18.4 M docs; 80.6 K docs/sec 231.6 sec: 18.7 M docs; 80.8 K docs/sec 235.5 sec: 19.1 M docs; 81.1 K docs/sec 238.7 sec: 19.4 M docs; 81.3 K docs/sec 242.6 sec: 19.8 M docs; 81.6 K docs/sec 244.2 sec: 20.0 M docs; 81.9 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.28.01.56.55/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.28.01.56.55/diskUsagesparse-sorted.log took 51.6 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.28.01.56.55/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.28.01.56.55/index.1threads.sparse.log 2.8 sec: 0.3 M docs; 105.5 K docs/sec 6.3 sec: 0.6 M docs; 95.4 K docs/sec 9.4 sec: 0.9 M docs; 96.0 K docs/sec 12.4 sec: 1.2 M docs; 96.9 K docs/sec 15.4 sec: 1.5 M docs; 97.4 K docs/sec 19.2 sec: 1.9 M docs; 99.2 K docs/sec 22.2 sec: 2.2 M docs; 99.0 K docs/sec 26.0 sec: 2.6 M docs; 100.0 K docs/sec 29.8 sec: 3.0 M docs; 100.8 K docs/sec 33.5 sec: 3.4 M docs; 101.6 K docs/sec 44.3 sec: 3.7 M docs; 83.5 K docs/sec 48.1 sec: 4.1 M docs; 85.3 K docs/sec 51.1 sec: 4.4 M docs; 86.1 K docs/sec 54.9 sec: 4.8 M docs; 87.5 K docs/sec 58.6 sec: 5.2 M docs; 88.7 K docs/sec 62.4 sec: 5.6 M docs; 89.7 K docs/sec 65.4 sec: 5.9 M docs; 90.2 K docs/sec 69.2 sec: 6.3 M docs; 91.0 K docs/sec 72.2 sec: 6.6 M docs; 91.4 K docs/sec 76.0 sec: 7.0 M docs; 92.1 K docs/sec 87.5 sec: 7.4 M docs; 84.5 K docs/sec 90.6 sec: 7.7 M docs; 85.0 K docs/sec 94.4 sec: 8.1 M docs; 85.8 K docs/sec 98.2 sec: 8.5 M docs; 86.6 K docs/sec 101.2 sec: 8.8 M docs; 87.0 K docs/sec 105.0 sec: 9.2 M docs; 87.6 K docs/sec 108.8 sec: 9.6 M docs; 88.3 K docs/sec 111.8 sec: 9.9 M docs; 88.6 K docs/sec 115.6 sec: 10.3 M docs; 89.1 K docs/sec 119.4 sec: 10.7 M docs; 89.6 K docs/sec 130.1 sec: 11.0 M docs; 84.6 K docs/sec 133.9 sec: 11.4 M docs; 85.2 K docs/sec 137.6 sec: 11.8 M docs; 85.7 K docs/sec 141.4 sec: 12.2 M docs; 86.3 K docs/sec 144.4 sec: 12.5 M docs; 86.6 K docs/sec 148.2 sec: 12.9 M docs; 87.0 K docs/sec 151.2 sec: 13.2 M docs; 87.3 K docs/sec 155.0 sec: 13.6 M docs; 87.7 K docs/sec 158.8 sec: 14.0 M docs; 88.2 K docs/sec 161.8 sec: 14.3 M docs; 88.4 K docs/sec 173.4 sec: 14.7 M docs; 84.8 K docs/sec 177.2 sec: 15.1 M docs; 85.2 K docs/sec 180.2 sec: 15.4 M docs; 85.5 K docs/sec 183.9 sec: 15.8 M docs; 85.9 K docs/sec 187.7 sec: 16.2 M docs; 86.3 K docs/sec 190.7 sec: 16.5 M docs; 86.5 K docs/sec 194.5 sec: 16.9 M docs; 86.9 K docs/sec 198.3 sec: 17.3 M docs; 87.2 K docs/sec 201.3 sec: 17.6 M docs; 87.4 K docs/sec 205.1 sec: 18.0 M docs; 87.8 K docs/sec 216.6 sec: 18.4 M docs; 84.9 K docs/sec 219.7 sec: 18.7 M docs; 85.1 K docs/sec 223.5 sec: 19.1 M docs; 85.5 K docs/sec 226.5 sec: 19.4 M docs; 85.6 K docs/sec 230.3 sec: 19.8 M docs; 86.0 K docs/sec 231.8 sec: 20.0 M docs; 86.3 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.28.01.56.55/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.28.01.56.55/diskUsagesparse.log took 53.0 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.28.01.56.55/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.28.01.56.55/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 102.6 K docs/sec 6.4 sec: 0.6 M docs; 94.2 K docs/sec 10.1 sec: 1.0 M docs; 99.1 K docs/sec 13.8 sec: 1.4 M docs; 101.2 K docs/sec 17.5 sec: 1.8 M docs; 102.6 K docs/sec 22.0 sec: 2.2 M docs; 99.9 K docs/sec 25.7 sec: 2.6 M docs; 101.1 K docs/sec 29.4 sec: 3.0 M docs; 102.0 K docs/sec 33.0 sec: 3.4 M docs; 102.9 K docs/sec 43.7 sec: 3.7 M docs; 84.8 K docs/sec 47.4 sec: 4.1 M docs; 86.6 K docs/sec 51.0 sec: 4.5 M docs; 88.3 K docs/sec 54.0 sec: 4.8 M docs; 88.8 K docs/sec 57.7 sec: 5.2 M docs; 90.1 K docs/sec 61.4 sec: 5.6 M docs; 91.2 K docs/sec 65.0 sec: 6.0 M docs; 92.2 K docs/sec 68.1 sec: 6.3 M docs; 92.5 K docs/sec 71.7 sec: 6.7 M docs; 93.4 K docs/sec 74.8 sec: 7.0 M docs; 93.6 K docs/sec 86.3 sec: 7.4 M docs; 85.7 K docs/sec 90.1 sec: 7.8 M docs; 86.6 K docs/sec 93.7 sec: 8.2 M docs; 87.5 K docs/sec 96.8 sec: 8.5 M docs; 87.9 K docs/sec 100.5 sec: 8.9 M docs; 88.6 K docs/sec 104.2 sec: 9.3 M docs; 89.3 K docs/sec 107.8 sec: 9.7 M docs; 90.0 K docs/sec 110.8 sec: 10.0 M docs; 90.3 K docs/sec 114.5 sec: 10.4 M docs; 90.8 K docs/sec 118.2 sec: 10.8 M docs; 91.4 K docs/sec 128.0 sec: 11.0 M docs; 85.9 K docs/sec 131.7 sec: 11.4 M docs; 86.6 K docs/sec 135.4 sec: 11.8 M docs; 87.1 K docs/sec 139.1 sec: 12.2 M docs; 87.7 K docs/sec 142.8 sec: 12.6 M docs; 88.3 K docs/sec 146.5 sec: 13.0 M docs; 88.8 K docs/sec 150.2 sec: 13.4 M docs; 89.2 K docs/sec 153.8 sec: 13.8 M docs; 89.7 K docs/sec 156.8 sec: 14.1 M docs; 89.9 K docs/sec 160.5 sec: 14.5 M docs; 90.3 K docs/sec 170.3 sec: 14.7 M docs; 86.3 K docs/sec 174.0 sec: 15.1 M docs; 86.8 K docs/sec 177.7 sec: 15.5 M docs; 87.2 K docs/sec 181.4 sec: 15.9 M docs; 87.7 K docs/sec 185.1 sec: 16.3 M docs; 88.1 K docs/sec 188.8 sec: 16.7 M docs; 88.5 K docs/sec 192.4 sec: 17.1 M docs; 88.9 K docs/sec 196.1 sec: 17.5 M docs; 89.2 K docs/sec 199.8 sec: 17.9 M docs; 89.6 K docs/sec 203.4 sec: 18.3 M docs; 90.0 K docs/sec 212.5 sec: 18.4 M docs; 86.6 K docs/sec 216.2 sec: 18.8 M docs; 87.0 K docs/sec 219.9 sec: 19.2 M docs; 87.3 K docs/sec 223.5 sec: 19.6 M docs; 87.7 K docs/sec 227.2 sec: 20.0 M docs; 88.0 K docs/sec 227.2 sec: 20.0 M docs; 88.0 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.28.01.56.55/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.28.01.56.55/diskUsagenonsparse.log took 44.2 sec Search nonsparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.28.01.56.55/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 Thu May 28 02:12:11 AM 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 Thu May 28 02:13:31 AM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 3666763 + wait 3666763 + 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.26.16.53.11 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.26.16.53.11