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\nThu May 28 02:13:50 AM EDT 2026: now start nightly benchmarks' Thu May 28 02:13:50 AM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 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%) + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes > Task :build-infra:jar 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:distribution:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:distribution.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:classification:clean > Task :lucene:core.tests:clean > Task :lucene:demo:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:grouping:clean > Task :lucene:benchmark:clean > Task :lucene:facet:clean > Task :lucene:join:clean > Task :lucene:codecs:clean > Task :lucene:misc:clean > Task :lucene:highlighter:clean > Task :lucene:replicator:clean > Task :lucene:monitor:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:backward-codecs:clean > Task :lucene:luke:clean > Task :lucene:spatial-extras:clean > Task :lucene:analysis:icu:clean > Task :lucene:suggest:clean > Task :lucene:spatial3d:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:sandbox:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queries:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 7s 46 actionable tasks: 39 executed, 7 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 9e3eeda..10d2b02 main -> origin/main Updating 9e3eeda..10d2b02 Fast-forward src/python/constants.py | 2 +- src/python/initial_setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) + 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.28.lucene-tests.txt took: 1.5 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.28.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: 312 open, 4001 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-28 02:18:00.403817] start [2026-05-28 02:18:00.403925] log dir /l/logs.nightly/2026.05.28.02.18.00 Java version (see also /l/logs.nightly/2026.05.28.02.18.00/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.28.02.18.00/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.28.02.18.00/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 = 905969664 {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.28.02.18.00/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.28.02.18.00/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 116: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 116 CPUs which need to have their frequency coordinated by software: 116 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.05.28.02.18.00/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.28.02.18.00/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.28.02.18.00/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.28.02.18.00/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.28.02.18.00/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.28.02.18.00/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.28.02.18.00/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 10d2b020d900aa3f6b381f223fc7cc455efe5425 LUCENE rev is 2fc795f6587ab98958d8b86257829b452ef5faae last successful Lucene rev 366dc3c0396bba2ba634670c1592926c75bcf8ae, luceneutil rev 9e3eeda2e82eb4f917e0e1c0b438cfb0d4173fb5 run ['git', 'log', '366dc3c0396bba2ba634670c1592926c75bcf8ae^..2fc795f6587ab98958d8b86257829b452ef5faae'] No commit message asking for regold of results files [2026-05-28 02:18:00.610755] 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-28 02:18:00.849436] 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-28 02:18:00.849592] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.28.02.18.00/clean-lucene.log 2>&1 [2026-05-28 02:18:04.771034] took 3.9 sec [2026-05-28 02:18:04.771070] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.28.02.18.00/jar-lucene.log 2>&1 [2026-05-28 02:18:19.145973] took 14.4 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-05-28 02:18:21.798931] 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: 147614.00 stored_field_size_mb: 624.38 retrieved_time_msec: 186.22 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: 350577.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1344.75 Done: took 1025.45 seconds, saved to /l/logs.nightly/2026.05.28.02.18.00/geonames-stored-fields-benchmark-results.pk [2026-05-28 02:35:27.721380] done run stored fields benchmark [2026-05-28 02:35:27.721401] 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 28, 2026 2:35:28 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1514.1343006 ms Total time creating SSDVFacetCounts: 3017.0495755333336 ms Total time taken to get all dims for taxonomy: 0.11042776666666668 ms Total time taken to get all dims for SSDV: 0.06869926666666669 ms Total time to get top dims for taxonomy: 0.03729823333333334 ms Total time to get top dims for SSDV: 0.03233936666666666 ms Total time to get top "address.taxonomy/TX" children: 0.11977733333333335 ms Total time to get top "address.sortedset/TX" children: 0.19418286666666668 ms Total time to get all "address.taxonomy/TX" children: 0.13966163333333334 ms Total time to get all "address.sortedset/TX" children: 0.5734340666666667 ms Done: took 3491.29 seconds, saved to /l/logs.nightly/2026.05.28.02.18.00/nad-facet-benchmark.pk [2026-05-28 03:33:39.010844] done run NAD facets benchmark [2026-05-28 03:33:39.541180] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 2fc795f6587ab98958d8b86257829b452ef5faae dirty?=False luceneutil HEAD git revision at /l/util.nightly: 10d2b020d900aa3f6b381f223fc7cc455efe5425 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:queries: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:core:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:classification: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:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar 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:core.tests:compileJava UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:expressions: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:spatial-extras:jar UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene: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:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene: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: 33.95 GB available RAM: 242.96 GB used RAM: 8.76 GB dirty RAM: 5.48 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.9s smell: 700/2000 ( 35%) 2.9s smell: 800/2000 ( 40%) 2.9s smell: 900/2000 ( 45%) 2.9s smell: 1000/2000 ( 50%) 2.9s smell: 1100/2000 ( 55%) 2.9s smell: 1200/2000 ( 60%) 2.9s smell: 1300/2000 ( 65%) 2.9s smell: 1400/2000 ( 70%) 2.9s smell: 1500/2000 ( 75%) 2.9s smell: 1600/2000 ( 80%) 2.9s smell: 1700/2000 ( 85%) 2.9s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 3.0s smell: 2000/2000 (100%) 3.0s smell: isotropy=0.177 full-cov, 0.789 diag-only (effective rank ~181.3/1024 full, ~807.8/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.177 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 14.5s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▃▆█▅▂ ] dim 0585 μ= -0.034 σ= 0.050 zeros= 0% [ ▁▂▃▄██████▇▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0499, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▃▆██▄▁ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▂▅▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0480, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▆█▂ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▁█▇▂ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▇▁ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄█████▅▁ ] [ ▅█▂ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▆█▃ ] dim 0004 μ= -0.016 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▅█▅▂ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▂ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▆█ ] dim 0008 μ= -0.017 σ= 0.018 zeros= 0% [ ▅██▇▁ ] [ ▆█▆ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▇▂ ] [ ▅██▃ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃█████▄▂ ] [ ▅█▄ ] dim 0011 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▄▇████▄▂ ] [ █▂ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂█▃ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▅█▅ ] dim 0014 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▁▅█████▄▁ ] [ ██ ] dim 0015 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▇███▁ ] [ ▂█▇▁ ] dim 0016 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▆▁ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▂▇████▅▂ ] [ ▃▇▇█▄ ] dim 0018 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▅█▄ ] dim 0019 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁█▇ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▃ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄██▂ ] dim 0022 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▂ ] [ ▃▅█▅▄▁ ] dim 0023 μ= -0.006 σ= 0.046 zeros= 0% [ ▂▄▇██████▅▂▁ ] [ ▅█▇▂ ] dim 0024 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▂█▇▁ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0026 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▇▁ ] dim 0027 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▆████▂▁ ] [ ▅█▄ ] dim 0028 μ= +0.026 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁▆█▁ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▃█▄ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▁ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▄█▆▂ ] dim 0032 μ= +0.030 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▄█▆ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▂██ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▃████▁ ] [ ▁▆█▆▁ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█ ] dim 0036 μ= +0.001 σ= 0.019 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.011 σ= 0.036 zeros= 0% [ ▂▄▇████▅▂▁ ] [ ▄█ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ █▇▂ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▃█▆ ] dim 0043 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█▆▁ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁██▁ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ █▃ ] dim 0046 μ= +0.012 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▆█▄ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▄████▇▂ ] [ ▂▅█▆▂ ] dim 0048 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▃▅█████▆▂▁ ] [ ▆█▄ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▃████▅▁▁ ] [ ▄██▁ ] dim 0050 μ= +0.013 σ= 0.030 zeros= 0% [ ▂▇████▃▁ ] [ ▁█▆▁ ] dim 0051 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0052 μ= +0.006 σ= 0.015 zeros= 0% [ ▂██▇▁ ] [ ▁█▇ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▁█▇ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▁██ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▁▆█▃ ] dim 0056 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▆▂ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▅▁ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▇█▆ ] dim 0059 μ= +0.009 σ= 0.027 zeros= 0% [ ▂▇███▇▃ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▇█▅ ] [ ▂▇█▃ ] dim 0061 μ= -0.017 σ= 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.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▅█▄ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃█▄ ] dim 0066 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▁▄█▇▃ ] dim 0067 μ= -0.004 σ= 0.038 zeros= 0% [ ▂▄█████▇▃▁▁ ] [ ▃█▄ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▄ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▂█▄ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▅█▄ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▃▇███▇▃▁ ] [ ▁█▅ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁█ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▁▇█▄ ] dim 0074 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▅ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ██ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁███▇▁ ] [ ▁▇█▇▄ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ ▂█▇ ] dim 0078 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▃███▇▁ ] [ ▃█▄ ] dim 0079 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▁█ ] dim 0080 μ= -0.012 σ= 0.015 zeros= 0% [ ▁███ ] [ ▂█▄ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▅▂ ] dim 0082 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ ▁█▆ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▄███▆▁ ] [ ▃█▆▁ ] dim 0084 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ ▁██ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▃██▃ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▄█▅ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▅ ] dim 0088 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ ▂▆█▅ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▅████▇▃▁ ] [ ▂▆█▄ ] dim 0090 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▄ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▃██▂ ] dim 0092 μ= +0.036 σ= 0.033 zeros= 0% [ ▁▂▇████▆▂ ] [ ▄█▇▁ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▂██▃ ] dim 0094 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ █ ] dim 0095 μ= -0.010 σ= 0.013 zeros= 0% [ ▇█▇ ] [ ▅█▄ ] dim 0096 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄▇███▇▃▁ ] [ ▂█▆ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▂ ] dim 0098 μ= +0.005 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▄ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▇█▁ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▁██ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▆ ] dim 0102 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▃ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▇ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▅█▄ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▅ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ █▇ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▄██▄ ] dim 0108 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▄█▃ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▃█▂ ] dim 0110 μ= +0.007 σ= 0.021 zeros= 0% [ ▅███▃ ] [ ▆█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▅█▄ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃█ ] dim 0113 μ= -0.014 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▅█▇▄ ] dim 0114 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▁▆█▅▁ ] dim 0115 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▅█████▄▁ ] [ ▂█▁ ] dim 0116 μ= +0.008 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0117 μ= -0.007 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁▇█▅ ] dim 0118 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▁▄█████▃▁ ] [ ▅█▄ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ ▄██▆▃ ] dim 0120 μ= -0.031 σ= 0.039 zeros= 0% [ ▁▂▇█████▆▂▁ ] [ ▂█▅ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▇█▂ ] dim 0123 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▆███▃▁ ] [ ▇█▂ ] dim 0124 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▄███▃ ] [ ▂▆██▅▁ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▂▄▇██████▅▃▁ ] [ ▄█ ] dim 0126 μ= +0.022 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ██▁ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃█▇▂ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▇▄ ] dim 0129 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▃█▄ ] dim 0130 μ= -0.027 σ= 0.022 zeros= 0% [ ▄███▅▁ ] [ ▂█▇ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▂ ] dim 0132 μ= +0.005 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▆█▂ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▇▂ ] dim 0135 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁▅▇█▃ ] dim 0136 μ= +0.011 σ= 0.040 zeros= 0% [ ▁▃▅█████▆▃ ] [ ▃█▆ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▇▂ ] dim 0138 μ= +0.036 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▅ ] dim 0139 μ= +0.008 σ= 0.028 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.006 σ= 0.035 zeros= 0% [ ▁▂▄█████▄▁ ] [ ▇█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▅██▇▁ ] [ ▃█▇▂ ] dim 0146 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▅█▆ ] dim 0147 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ █▆ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▆█▄ ] dim 0149 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▇▇▃ ] dim 0150 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▁▆█▇▂ ] dim 0151 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▄█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▅█▄ ] dim 0153 μ= -0.027 σ= 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.002 σ= 0.036 zeros= 0% [ ▁▁▃▇████▆▃▁ ] [ ▃█▇▂ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▆▁ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▃█████▅▂ ] [ ▂█▇ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▁▇█▁ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▅█▆▂ ] dim 0164 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▆█▅ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▂▇███▆▁ ] [ ▅█▆▂ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ █▂ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▄█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▂██▅▁ ] [ ▂██▂ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃▇█▄ ] dim 0170 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▅█▆ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▆ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ █▄ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▂ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁▇█▅ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄████▇▃ ] [ ▆█ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▄█▄ ] dim 0177 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▅█▂ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▃█▇▃ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ ▃█▃ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇▁ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ ▂▆█▆▄ ] dim 0183 μ= -0.004 σ= 0.044 zeros= 0% [ ▁▂▆██████▅▂▁ ] [ ▁██▆▁ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▅█████▄▁ ] [ ▂█▇▄ ] dim 0185 μ= -0.017 σ= 0.030 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.018 σ= 0.041 zeros= 0% [ ▁▂▅██████▄▂▁ ] [ ▆█▅▁ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▁▅█▆▃ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▄█████▅▃▁ ] [ ▄██▂ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▂██▄ ] dim 0193 μ= +0.002 σ= 0.033 zeros= 0% [ ▂▆████▇▃▁ ] [ ▆█▅ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▄ ] dim 0195 μ= +0.028 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▄█▃ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▇█▂ ] dim 0198 μ= +0.003 σ= 0.025 zeros= 0% [ ▁████▃▁ ] [ ▃██▄ ] dim 0199 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▂▇█▄ ] dim 0200 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ █▂ ] dim 0201 μ= -0.008 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▇█▁ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▄█▆ ] dim 0203 μ= +0.030 σ= 0.030 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.012 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▃ ] dim 0208 μ= -0.027 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0209 μ= +0.017 σ= 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.025 zeros= 0% [ ▁▄████▂▁ ] [ ▃██▃ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▆████▅▂▁ ] [ ▂█▇▂ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▆████▂ ] [ ▃▆█▄ ] dim 0217 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▂▅████▇▃ ] [ ██ ] dim 0218 μ= -0.000 σ= 0.015 zeros= 0% [ ▄██▅ ] [ ▅█▄ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃█████▃ ] [ ▁▆█▅ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▄████▅▂▁ ] [ ▃█▅ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▂██▂ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▅ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▇▄ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▄ ] dim 0225 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▇███▇▂▁ ] [ ▂▇█▃ ] dim 0226 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▇▅ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄████▆▃▁ ] [ ▅██▆ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▁▄██████▄▁ ] [ ▅█▃ ] dim 0229 μ= +0.004 σ= 0.024 zeros= 0% [ ▂▇███▄ ] [ ▄█▁ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█▁ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▃█▃ ] dim 0232 μ= +0.029 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▅ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▃█▇▅ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▇█▁ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▇ ] dim 0236 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▁▃██████▄▂▁ ] [ ▂█▄ ] dim 0237 μ= -0.008 σ= 0.022 zeros= 0% [ ▄███▅▁ ] [ ▅█▄ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▃▆███▇▃▁ ] [ ▂██▃ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁██ ] dim 0240 μ= +0.017 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃▅██▂ ] dim 0241 μ= +0.027 σ= 0.040 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ ▆█▂ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ █▄ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▁▇█▃ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▄████▇▂▁ ] [ ▆█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▃█▇▃ ] dim 0247 μ= -0.036 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁▁ ] [ ▆█▆▁ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▅█████▅▂ ] [ ▃▆█▃ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ██▂ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▂█▅ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▆█▂ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ██▃ ] dim 0254 μ= +0.024 σ= 0.027 zeros= 0% [ ▂████▆▁ ] [ ▁██▅▃ ] dim 0255 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▂▇█▆▃ ] dim 0256 μ= -0.012 σ= 0.046 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.002 σ= 0.034 zeros= 0% [ ▁▂▇████▆▂▁ ] [ █▆ ] dim 0261 μ= -0.021 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▂█▁ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █▁ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▆█▅ ] dim 0264 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▆ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▅█▁ ] dim 0266 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▁█▄ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄██▄▁ ] dim 0268 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▇█▃ ] dim 0269 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▃▇█▂ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▄█▅ ] dim 0271 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▂█▃ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▄█▅▂ ] dim 0273 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁▇█▅ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▂ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▄ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0277 μ= +0.006 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ ▃█▄ ] dim 0278 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅██▃ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▃▆████▇▃▁ ] [ ▃█▂ ] dim 0280 μ= +0.025 σ= 0.024 zeros= 0% [ ▂▅███▄▁ ] [ ▅█▃ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▃█ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▅█▇ ] dim 0283 μ= -0.008 σ= 0.030 zeros= 0% [ ▃▆████▃▁ ] [ ▁▇█▅ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁▅█▆ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▆██▂ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▅█▁ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▅███▃▁ ] [ ▅██▅▄ ] dim 0288 μ= -0.013 σ= 0.044 zeros= 0% [ ▂▅██████▇▃▂▁ ] [ ▄█▅ ] dim 0289 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▇▃ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂▆█▄ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁▁ ] [ ▆█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▆▁ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ██ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▆█▃ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ █▄ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▆██▄ ] [ ▄█▄ ] dim 0298 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▁██▃ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▁ ] dim 0300 μ= -0.023 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▃█▄ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂▆█▆ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▆█ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▃▇█▃ ] dim 0304 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▃▇█▄ ] dim 0305 μ= +0.022 σ= 0.034 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▁▆█▇▃ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▃█████▇▂▁ ] [ █▂ ] dim 0307 μ= +0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▆█▆▄ ] dim 0308 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▁▆█▃ ] dim 0309 μ= +0.001 σ= 0.031 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.004 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▁▆██▆▃ ] dim 0314 μ= +0.001 σ= 0.045 zeros= 0% [ ▁▁▂▅██████▅▃▁ ] [ █▇ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▇███▁ ] [ ▃█▅ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▇█▂ ] dim 0317 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ █ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▄█▅ ] dim 0319 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▂ ] dim 0320 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ █▁ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▆▂ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▄█▇▃ ] dim 0323 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃█████▆▂▁ ] [ █▆ ] dim 0324 μ= -0.022 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁▄█▆▂ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▂█▇ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0327 μ= -0.024 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▁█ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ██▂ ] [ ▁▇█▄ ] dim 0329 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▂▄▇█▄ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▁▄██▆▁ ] dim 0331 μ= -0.001 σ= 0.040 zeros= 0% [ ▂▅██████▄▂ ] [ ▄█ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▅███▂ ] [ ▃██ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ █▇ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▄█▁ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ▄██▅ ] dim 0336 μ= +0.000 σ= 0.034 zeros= 0% [ ▁▂▅████▇▃ ] [ ▆█▅ ] dim 0337 μ= -0.013 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▄█▆ ] dim 0338 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▁▇█▅ ] dim 0339 μ= +0.004 σ= 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.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▆ ] dim 0345 μ= +0.013 σ= 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.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▆▁ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ █▆ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▁▇██▄ ] [ ▁▇█▂ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃████▆▃▁ ] [ ▅█▂ ] dim 0353 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▂████▅▁ ] [ ▁▅██▃ ] dim 0354 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▄█▃ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▃███▄▁ ] [ ▅█▇▃ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▄▇████▅▂ ] [ ▃██▂ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ █▇ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▄█▅ ] dim 0359 μ= -0.012 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▅█▇ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▇███▇▃ ] [ ▃▇█▆ ] dim 0361 μ= -0.016 σ= 0.037 zeros= 0% [ ▁▃▇█████▅▁ ] [ █▃ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▁██▃ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▄█▄ ] dim 0364 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▇███▇▃ ] [ ▆█▇▂ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ █▇ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▃█ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▂██▆ ] [ ▂█▆ ] dim 0368 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▁█▆ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▃▆█▆▂ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▂▇█▃ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▃▇█▃ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ ▆█ ] dim 0374 μ= -0.019 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▄█▄ ] dim 0375 μ= +0.012 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▁ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄▇█▂ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▂▇█▂ ] dim 0378 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▂ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▃▇███▅▁ ] [ ▂█▇ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▇█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▆█▅▁ ] dim 0382 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂▆█▅ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▅█▅ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▁▇█▂ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▅█▅ ] [ ▃███▄ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▃▇█████▇▄▂▁ ] [ ▄█▄ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▂▆███▆▂ ] [ ▄█▃ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▂██▅ ] dim 0391 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▇█▂ ] dim 0392 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▂▇██▃ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ █▇ ] dim 0394 μ= +0.017 σ= 0.017 zeros= 0% [ ▁▆██▅ ] [ ▅█▆▃ ] dim 0395 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▇█▄ ] dim 0396 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▅█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▃▆█▄ ] dim 0398 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▁▂▆█████▄▂ ] [ ▂█ ] dim 0399 μ= -0.013 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▁▄█▇▄ ] dim 0400 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▁▆█▃ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▆█▂ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▃█▆ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ ▆█▁ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁█▆▁ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ █▇ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▇██▅▁ ] [ █▄ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▇█▂ ] dim 0408 μ= +0.001 σ= 0.025 zeros= 0% [ ▃▇███▃▁ ] [ ▄█▄ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▂██▂ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▃████▄▁ ] [ ▁▇█▃ ] dim 0411 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂▇█▅ ] dim 0412 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▄█▅ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▅ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▁█▄ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▇▂ ] dim 0416 μ= -0.004 σ= 0.038 zeros= 0% [ ▂▄▇████▇▄▁ ] [ ▆█▅ ] dim 0417 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▇███▆▂▁ ] [ ▅█ ] dim 0418 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ █▃ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▂▇█▅ ] dim 0420 μ= +0.003 σ= 0.034 zeros= 0% [ ▂▆████▇▃▁ ] [ ▆█▁ ] dim 0421 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▆ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ █▆ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄▇█▇▂ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ██ ] dim 0426 μ= +0.018 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▅▇█▅ ] dim 0427 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃▇█▄ ] dim 0428 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▂ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▄█▅ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0433 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁▆█▂ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▃███▁ ] [ ▄█▆▁ ] dim 0436 μ= -0.009 σ= 0.034 zeros= 0% [ ▂▃█████▄▁ ] [ ▅█▅ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▇ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▇▃ ] [ ▂▇█▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▃ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂██▄ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▂█▃ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▁█▁ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▂▅█▆▂ ] dim 0444 μ= +0.015 σ= 0.043 zeros= 0% [ ▁▂▅██████▄▂▁ ] [ ▃█▁ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█▇▃ ] dim 0446 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ██▂ ] dim 0447 μ= +0.021 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁▅█▆ ] dim 0448 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁█▅ ] dim 0449 μ= +0.014 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ▃█▂ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ █▄ ] dim 0453 μ= -0.007 σ= 0.018 zeros= 0% [ ▂███▃ ] [ █▇ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▃██▅ ] [ ▂▇▇█▃ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▁▃▇█████▇▃▁ ] [ ▁██▄ ] dim 0456 μ= -0.016 σ= 0.032 zeros= 0% [ ▂▅████▆▃ ] [ ▆█▇▁ ] dim 0457 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▃▇█▂ ] dim 0458 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▄█▄ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▅ ] dim 0460 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▇▁ ] [ █▂ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▅█▂ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄██▄ ] dim 0463 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▄▅█▅ ] dim 0464 μ= -0.018 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▃▁ ] [ ▄█▆ ] dim 0465 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ ▅██▄ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▅█▁ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂▇█▃ ] dim 0469 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▅████▅▁ ] [ ▇█ ] dim 0470 μ= -0.018 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▆█ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▂█▆▁ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▁█▆ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▃█▇▃ ] dim 0475 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▄█████▇▃▂ ] [ ▂█▃ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ █▅ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▁█▅ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▄ ] dim 0479 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▅▁ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ ▆█ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▄█▄ ] dim 0482 μ= +0.010 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ ▅█▆▁ ] dim 0483 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄▇████▃▁ ] [ ▂██▅ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▆████▇▄▁ ] [ █▆ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▇█▃ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▃████▆▂ ] [ ▁█▇ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▂▅█▅▂ ] dim 0488 μ= +0.025 σ= 0.045 zeros= 0% [ ▁▂▄██████▆▃▂ ] [ ▂█▅ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▅█▇ ] dim 0490 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▆█▄ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂▁ ] [ █▅ ] dim 0493 μ= +0.014 σ= 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.015 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▁▄██▅ ] dim 0498 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▂▅██████▃▂ ] [ ▆█▅ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▃▇█▆▁ ] dim 0500 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▁▃▇█████▅▂▁ ] [ █▂ ] dim 0501 μ= -0.006 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▆█▁ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▇█▄ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ █▅ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▁█▆ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▃███▇▃ ] [ ▄█▄ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▅███▅▂ ] [ ▄█▄ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▆▂ ] dim 0508 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▁▆█▂ ] dim 0509 μ= +0.001 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▅█▆ ] dim 0510 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▆████▂▁ ] [ ▃██▆▂ ] dim 0511 μ= +0.008 σ= 0.036 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▇█▃ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▁██▄ ] [ ▅█▅▁ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▅█▅ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ ▄█▁ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▄█▇▃ ] dim 0517 μ= -0.005 σ= 0.038 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▃█▂ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▂ ] dim 0519 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▆ ] dim 0520 μ= +0.012 σ= 0.030 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.017 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▆ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▇▁ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▁ ] dim 0529 μ= +0.013 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▂ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ ▅█▂ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃█▆▁ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▃▆████▅▁ ] [ █▇ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▇▄ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆████▆▂▁ ] [ ▆██▅▂ ] dim 0535 μ= -0.017 σ= 0.038 zeros= 0% [ ▁▃██████▅▂ ] [ █▅ ] dim 0536 μ= +0.016 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁▆█▄ ] dim 0537 μ= +0.004 σ= 0.033 zeros= 0% [ ▂▄████▆▃▁ ] [ ▅█▅ ] dim 0538 μ= +0.029 σ= 0.029 zeros= 0% [ ▂████▇▃▁ ] [ ▂▇█▅▁ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▁▂▆█████▄▁ ] [ ▆██▂ ] dim 0540 μ= -0.006 σ= 0.036 zeros= 0% [ ▂▃█████▆▃▁ ] [ ▁██▂ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ ▅██▂ ] dim 0542 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▆▄ ] dim 0543 μ= +0.018 σ= 0.039 zeros= 0% [ ▁▄██████▄▁ ] [ ▄█▂ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ██ ] dim 0545 μ= -0.020 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁▆█▆ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄█▃ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ██▂ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▆▁ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▁▅█▅▄ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▂█ ] dim 0551 μ= +0.007 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▃█▆ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▇ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▄████▃ ] [ ██ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▇▃ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂██▄ ] dim 0556 μ= -0.014 σ= 0.034 zeros= 0% [ ▂▆█████▄▁ ] [ █▇ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▅ ] dim 0558 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▂█▆▇▂ ] dim 0559 μ= -0.011 σ= 0.042 zeros= 0% [ ▁▄▇█████▆▃▁▁ ] [ ▃██▄ ] dim 0560 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▃█▇▃ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▇█ ] dim 0562 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▂ ] dim 0564 μ= +0.005 σ= 0.020 zeros= 0% [ ▁▄███▃ ] [ ██ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▄█▄ ] dim 0566 μ= +0.007 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▅█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▃██▆ ] [ ▂█▇ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▇█▃ ] dim 0569 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▃██ ] dim 0570 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ▃▇█▄ ] dim 0571 μ= +0.001 σ= 0.033 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.017 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▂██▂ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▅ ] dim 0578 μ= -0.013 σ= 0.034 zeros= 0% [ ▂▅█████▃▂ ] [ ▄█▄ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▁ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▇█▂ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂████▃▁ ] [ ▅█ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▂ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▂▇█▄ ] dim 0584 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▇▂▁ ] [ ▁▃▆█▅▂ ] dim 0585 μ= -0.034 σ= 0.050 zeros= 0% [ ▁▂▃▄██████▇▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0499, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▇█ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▂ ] dim 0587 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁▇█▅ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ █▇ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁▆█▅ ] dim 0590 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▄████▇▄▁ ] [ █▇ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▆██▆▁ ] [ ▁█▇ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▅█▇▃ ] dim 0593 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄▇█▃ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▃▇████▇▃▁ ] [ ▅█▇ ] dim 0595 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▁ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂█▆▂ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▄ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂█ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▃▇█▄ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▃▆████▇▄▂ ] [ █▇ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▄█▁ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂██▁ ] dim 0603 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▃ ] dim 0604 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▃ ] dim 0605 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▄ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▃▅█▃ ] dim 0607 μ= -0.000 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ ▄█▇▃ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▃█████▆▄▁ ] [ ▁▆█▅ ] dim 0609 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█ ] dim 0610 μ= +0.017 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▁▆█ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▄█▇▂ ] dim 0612 μ= +0.012 σ= 0.039 zeros= 0% [ ▁▂▆█████▇▃▁ ] [ ▇█ ] dim 0613 μ= +0.019 σ= 0.012 zeros= 0% [ ▂██▃ ] [ ▄█▅ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ █▂ ] dim 0615 μ= -0.008 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁█▇ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄████▂▁ ] [ ▂██▆ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▃ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ █▁ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▂▇█▁ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0621 μ= -0.040 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▆▁ ] dim 0622 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▄█████▆▂ ] [ ▃█▃ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █▇▁ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▂▇█▄▁ ] dim 0626 μ= -0.014 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ █▆ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▄██▅ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▆█▅ ] dim 0629 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█▇▁ ] dim 0630 μ= -0.020 σ= 0.026 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.009 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▃█▇▄ ] dim 0635 μ= -0.020 σ= 0.038 zeros= 0% [ ▁▄▇████▆▃▂ ] [ █▆ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▆ ] dim 0637 μ= -0.025 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ █▆ ] dim 0638 μ= -0.022 σ= 0.022 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.004 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▅ ] dim 0646 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃▆███▇▃▁ ] [ ▂█▇ ] dim 0647 μ= -0.004 σ= 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.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▇█▄ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃████▆▃▁ ] [ █▅ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█▂ ] dim 0655 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▂ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▅█▇▂ ] dim 0657 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂ ] [ ██ ] dim 0658 μ= -0.001 σ= 0.018 zeros= 0% [ ▁▆██▆▁ ] [ ▄██▄ ] dim 0659 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▁▅█▅▁ ] dim 0660 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁▁ ] [ ▁██ ] dim 0661 μ= -0.001 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▂▆█▆▁ ] dim 0663 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▃██▄ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▁▇█▇▁ ] dim 0665 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▅█████▅▁ ] [ ▅█▁ ] dim 0666 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▆███▃▁ ] [ ▂▇██▂ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▃▅█████▆▂▁ ] [ ▂█▁ ] dim 0668 μ= +0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁▆█▁ ] dim 0669 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▅ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▄ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▃ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▅███▅▁ ] [ ▃█▄ ] dim 0673 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁██▄ ] dim 0674 μ= +0.021 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▃██▃ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ▆█▂ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃▇█▂ ] dim 0677 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▂█▄ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▆ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▂ ] dim 0680 μ= +0.008 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ ▆█▁ ] dim 0681 μ= +0.039 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▁ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁▆█▄ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▆█ ] dim 0684 μ= +0.020 σ= 0.016 zeros= 0% [ ▄██▅▁ ] [ ▄█▆ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▇▃ ] dim 0686 μ= -0.022 σ= 0.041 zeros= 0% [ ▂▄██████▄▂▁ ] [ ▃█▇▁ ] dim 0687 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▁▆█▅ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▅█▂ ] dim 0689 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ █▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃▆█▃ ] dim 0691 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▁▅████▆▂▁ ] [ ▄██▂ ] dim 0692 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▁▇█▅ ] dim 0693 μ= -0.013 σ= 0.034 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.020 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂ ] [ █▇ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▁█▇ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▆ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▅ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂██▁ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▆█▂ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▂▇███▃▁ ] [ █▆ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▄█▆ ] dim 0705 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃ ] [ ▁█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▇█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▄██▆▁ ] [ ▆█▆ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▂████▃ ] [ ▄▇█▃ ] dim 0710 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▇█████▃▂ ] [ ▁▆█▆▁ ] dim 0711 μ= -0.009 σ= 0.037 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▅█▂ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▆ ] dim 0713 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▁▄█▇▃ ] dim 0714 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃█████▅▂ ] [ ▅█ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ █▅ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▄█▅ ] dim 0717 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ █▄ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂▆█▅ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▂ ] [ ▃█▇▃ ] dim 0720 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▇█▂ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▅ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂██▄ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▄█▅▁ ] dim 0724 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃▆████▄▂ ] [ ▄█▂ ] dim 0725 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▄█▇▃ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▄█████▆▃▁ ] [ ▃█▄ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ██ ] dim 0728 μ= -0.020 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▅█▅ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▂ ] dim 0730 μ= -0.016 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▅ ] dim 0731 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▅█▂ ] dim 0732 μ= +0.006 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▄█▃ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▂ ] dim 0734 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▂ ] dim 0735 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁█▅ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▄█▇▂ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▂▅▆█▅▂ ] dim 0738 μ= +0.022 σ= 0.044 zeros= 0% [ ▁▂▄██████▆▃▁ ] [ ▆█ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▆▄ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▄██████▃▁ ] [ ▄█▄ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▄███▅▂ ] [ ▅█▄ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▆█ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▁█▇▄ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁██ ] dim 0745 μ= +0.018 σ= 0.024 zeros= 0% [ ▃████▃ ] [ █▂ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂█▇ ] dim 0747 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▆▁ ] dim 0748 μ= -0.023 σ= 0.031 zeros= 0% [ ▂▆████▄▂ ] [ ▄█▄ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆█▇▄ ] dim 0750 μ= -0.004 σ= 0.038 zeros= 0% [ ▂▅█████▇▃▁ ] [ ▁▇█▄ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▅████▇▂▁ ] [ ▁▇█▄ ] dim 0752 μ= +0.002 σ= 0.028 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.015 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ █▇▂ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▇█▇▁ ] dim 0758 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ ▅▇█▅ ] dim 0759 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▄█▅ ] [ ▁▆██▄ ] dim 0761 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▃█▆ ] dim 0762 μ= -0.008 σ= 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.016 zeros= 0% [ ▁▆██▂ ] [ ▁▆█▅ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃██▂ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂█▂ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▃█▇ ] dim 0769 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄██▂ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▄█▂ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ █▃ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▅ ] dim 0773 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▇███▇▃ ] [ ▁██▆▂ ] dim 0774 μ= -0.010 σ= 0.037 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▁█▆ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▁▇█▅ ] dim 0776 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂██▄ ] dim 0777 μ= -0.016 σ= 0.030 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.011 σ= 0.020 zeros= 0% [ ▃███▃ ] [ █▁ ] dim 0782 μ= +0.028 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▇█▁ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▂█▆ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▇ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▆█▃ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▃████▆▂▁ ] [ ▇█ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▄█▄ ] dim 0788 μ= +0.027 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▂█▇▁ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆▂ ] dim 0790 μ= -0.027 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▁ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂█▅ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▂▆████▅▂▁ ] [ ▂█▆ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁██▁ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▇ ] dim 0795 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▅ ] dim 0796 μ= +0.013 σ= 0.024 zeros= 0% [ ▄███▆▂ ] [ ▅█▄ ] dim 0797 μ= -0.030 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▆█▂ ] dim 0798 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▂ ] [ ▂█▆ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁▄█▅▂ ] dim 0800 μ= +0.029 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▆██ ] [ ▃█▆ ] dim 0802 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄███▇▁ ] [ █▁ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▃█▆▃ ] dim 0804 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █▃ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁██ ] [ ▃█▆ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▅██▅ ] dim 0807 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▂▅█████▇▄▂▁ ] [ ▇█▅ ] dim 0808 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ █▄ ] dim 0809 μ= +0.012 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▆█▅ ] dim 0810 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▅▁ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▅█▄ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▁▄████▅▂▁ ] [ ▃█▄ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁██ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃████▃ ] [ ▇█▁ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▂▆███▂ ] [ █▆ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▁▆██▃ ] [ ▂▅█▅ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▇▂ ] [ ▅██▂ ] dim 0819 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▄███ ] dim 0820 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▆████▇▃▂ ] [ ▅█▁ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂█▅ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▅█▆ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ ▃█▆ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▇█▁ ] dim 0825 μ= +0.002 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▃█▇▁ ] dim 0826 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▂█ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂█▆ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▇▁ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▄██▆ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▄██████▄▁ ] [ ▆█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▆█▃ ] dim 0832 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇▂ ] dim 0833 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▄██▃ ] dim 0834 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▃▇████▇▂ ] [ ▄█▆▁ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▁ ] dim 0836 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▆█▅ ] dim 0837 μ= +0.027 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ ▁█▅ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▅ ] [ ▅█▅ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▇▂ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▆ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▂█▆▂ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▄█▂ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▅ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁█▆ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▃▆█▆ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▅████▇▃▁ ] [ ▃█▇▃ ] dim 0848 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▁▅████▅▂ ] [ ▄██▃ ] dim 0849 μ= +0.035 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ █▇ ] dim 0850 μ= +0.017 σ= 0.021 zeros= 0% [ ▂███▇▂ ] [ ▄█▃ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁▇█▇▃ ] dim 0852 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▄▁ ] [ █▇ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▄█▆ ] dim 0854 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▄█▅ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▂▇█▆ ] dim 0857 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▇▃ ] dim 0858 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▅████▄▁ ] [ ▇█▁ ] dim 0859 μ= +0.001 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▂██▃ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▆█ ] dim 0861 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▄██▇▁ ] [ ▅█▇▂ ] dim 0862 μ= -0.023 σ= 0.036 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▂█▅ ] dim 0863 μ= +0.012 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▄█▃ ] dim 0864 μ= +0.007 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ██▁ ] dim 0865 μ= -0.000 σ= 0.021 zeros= 0% [ ▂████▂ ] [ ▂█▇▂ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▅ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▇█ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▄▇█▂ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▃▇█▆ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▂▆█▆ ] dim 0872 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▅█▆▁ ] dim 0873 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▂▇████▃ ] [ ▄▇█▃ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ █▃ ] dim 0875 μ= -0.006 σ= 0.015 zeros= 0% [ ▆██▂ ] [ █▄ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▁███▃ ] [ █▆ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ █▁ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▅█▆▃ ] dim 0879 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▅██▃ ] dim 0880 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▃█████▅▂ ] [ ▆█ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▂▆█▃ ] dim 0882 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▆█▄ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▆▁ ] dim 0884 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▂ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▆█▃ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▃████▄▂ ] [ ▅█ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▃█▁ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂▆█▅ ] dim 0889 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ █▇ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▁▇█▃ ] dim 0891 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▄ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▅█▆▃ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▆ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▁▄███▇▃▁ ] [ ▄██▆▁ ] dim 0895 μ= +0.000 σ= 0.044 zeros= 0% [ ▁▃▆██████▆▂▁ ] [ ▁▆█▄ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁█▄ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ██▂ ] dim 0898 μ= -0.034 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▅██▆ ] [ ▅█▄ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▇███▆▂▁ ] [ ▆█▇▂ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁▆█▄ ] dim 0902 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▇▂ ] dim 0903 μ= -0.023 σ= 0.033 zeros= 0% [ ▃▇████▅▂▁ ] [ ▄█▂ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▁▆█▅ ] dim 0905 μ= +0.022 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▁██▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▂ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▂█▆ ] dim 0908 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▃███▆▁ ] [ ▆█▂ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▃▆██▄▁ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▂▅▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0480, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▂██▁ ] dim 0911 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▅█ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▂█▇ ] dim 0913 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▃█▆ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▃ ] dim 0915 μ= +0.007 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▆ ] dim 0916 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▃█▅ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▇▂ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃▆█▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▂ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄██▃ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▄▇████▆▂ ] [ ▅█▆ ] dim 0922 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▅ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▆█▁ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▂▆█▅ ] dim 0925 μ= -0.032 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▅ ] dim 0926 μ= +0.033 σ= 0.026 zeros= 0% [ ▁▄███▇▃▁ ] [ ▄█▆ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▄▆█▃ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▁██ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▂█▅ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▅█▄ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▂█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ █ ] dim 0933 μ= -0.013 σ= 0.012 zeros= 0% [ ▁██▅ ] [ ▃▇█▃ ] dim 0934 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▂█▄ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ██ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▅ ] dim 0938 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃████▇▄▁ ] [ ▄█▃ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▇▂ ] dim 0940 μ= +0.015 σ= 0.029 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.015 σ= 0.031 zeros= 0% [ ▂▆████▄▂ ] [ ▇█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▇▁ ] dim 0946 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▄ ] dim 0947 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▅ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▁▇█▃ ] dim 0949 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▂ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▄█▄ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▃██▃ ] dim 0952 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂ ] [ ▂█▆ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▇▁ ] dim 0954 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄██▁ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ █▂ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ██ ] dim 0957 μ= -0.000 σ= 0.017 zeros= 0% [ ▁▄██▅▁ ] [ ▄█▄ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂██▃ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▇█▁ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▂████▃ ] [ ▁█▆ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █▅ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▅█▃ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▂▅███▄▁ ] [ ▅█▄ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▄█████▂▁ ] [ ▃▅█▄ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▇█████▃▁ ] [ ▃▆█▆▂ ] dim 0966 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▄█▂ ] dim 0967 μ= -0.033 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ █▁ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃▇█▃ ] dim 0969 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▂▇█▇▂ ] dim 0970 μ= +0.008 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▃▅██▆▂ ] dim 0971 μ= +0.016 σ= 0.047 zeros= 0% [ ▁▂▃▇██████▆▃▁ ] [ ▁▆█▇▁ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▅█████▄▁ ] [ ██ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ █▆ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▄██▃ ] [ █▆ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁███▅ ] [ ▄█▄ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▅█▇▂ ] dim 0977 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▂▇█▄ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▁██ ] dim 0979 μ= -0.003 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▅█▃ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▂█▇ ] dim 0981 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▇▃ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ █▆ ] dim 0983 μ= +0.016 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ █▇ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▃█▅ ] dim 0985 μ= +0.032 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃██▄ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▅██▆ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▅█ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▄██▃ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▂▇████▆▂ ] [ ▃█▆▃ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▃▆████▅▂ ] [ █▆ ] dim 0991 μ= -0.002 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃██▂ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▅█▅▁ ] dim 0993 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▁▄█████▅▁▁ ] [ ▂▇█▃ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▁▆█▅ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▅█ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▅█▃ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▁▆███▅▁ ] [ ▁█▇ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▁██▁ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃▆█▄ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂ ] [ ▁██▅ ] dim 1001 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▅█▃ ] dim 1002 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▇█ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▁█▇ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▄█▅ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▆███▇▃▁ ] [ ▄█▆ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▃ ] dim 1007 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ██ ] dim 1008 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▃█▃ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▃▆█▂ ] dim 1010 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▂█▅▁ ] dim 1011 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▆████▅▁ ] [ ▁█▇▃ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 1013 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▃█▇▁ ] dim 1014 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ █▆ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▂██▁ ] [ █▇ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █▁ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▆█▄ ] dim 1018 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▇▁ ] dim 1019 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▅ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▃█▆▁ ] dim 1021 μ= +0.032 σ= 0.028 zeros= 0% [ ▁▂▅████▃▁ ] [ ▃██▅ ] dim 1022 μ= +0.004 σ= 0.033 zeros= 0% [ ▂▅█████▃▁ ] [ ▆█▄ ] dim 1023 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.5s smell: 200/2000 ( 10%) 0.8s smell: 300/2000 ( 15%) 1.2s smell: 400/2000 ( 20%) 1.5s smell: 500/2000 ( 25%) 1.8s smell: 600/2000 ( 30%) 2.2s smell: 700/2000 ( 35%) 2.7s smell: 800/2000 ( 40%) 3.0s smell: 900/2000 ( 45%) 3.4s smell: 1000/2000 ( 50%) 3.7s smell: 1100/2000 ( 55%) 4.0s smell: 1200/2000 ( 60%) 4.3s smell: 1300/2000 ( 65%) 4.5s smell: 1400/2000 ( 70%) 4.8s smell: 1500/2000 ( 75%) 5.0s smell: 1600/2000 ( 80%) 5.3s smell: 1700/2000 ( 85%) 6.0s smell: 1800/2000 ( 90%) 6.0s smell: 1900/2000 ( 95%) 6.2s smell: 2000/2000 (100%) 6.4s smell: isotropy=0.176 full-cov, 0.790 diag-only (effective rank ~180.4/1024 full, ~809.4/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.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: 2 degenerate dim(s) found in 17.9s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▆██▄ ] dim 0585 μ= -0.031 σ= 0.049 zeros= 0% [ ▁▂▅▇██████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0493, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▃▅█▇▅▃ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▃▇██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▅█▁ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▅█▆▃ ] dim 0002 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃▅████▅▂ ] [ ▆█▃ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▆█▄ ] dim 0004 μ= -0.016 σ= 0.027 zeros= 0% [ ▂████▆▂ ] [ ▄▆█▃ ] dim 0005 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂ ] [ ▄█ ] dim 0006 μ= -0.000 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▂█▄ ] dim 0007 μ= -0.031 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▃█▁ ] dim 0008 μ= -0.017 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▃██▃ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▂▅████▅▁▁ ] [ ▁▅█▆▂ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▅ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▁█▅ ] dim 0013 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▁▅█▆▂ ] dim 0014 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▅█████▅▁ ] [ ▅█ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁██▃ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂████▇▂ ] [ ▂▆█▄ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ ▄██▅ ] dim 0018 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▅█▆ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁██ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▂█▃ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄███▁ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▆█████▄▂ ] [ ▂▇█▇▅▁ ] dim 0023 μ= -0.008 σ= 0.045 zeros= 0% [ ▁▃▇██████▅▃▁ ] [ ▄██▁ ] dim 0024 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂ ] [ ▁▆█▄ ] dim 0025 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆ ] dim 0026 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▇▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▇ ] dim 0028 μ= +0.026 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▁▆█▄ ] dim 0029 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▃█▇ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▂ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▅▇█▄ ] dim 0032 μ= +0.030 σ= 0.036 zeros= 0% [ ▁▁▄▇████▆▃▁ ] [ ▂██▁ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ██▁ ] dim 0034 μ= -0.003 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▅██ ] dim 0035 μ= +0.009 σ= 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.005 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▇█▅ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▁█▆ ] dim 0043 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃██▃ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▇█▁ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ██ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▆█▆ ] dim 0047 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁▅█▇▄ ] dim 0048 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▄▁ ] [ ▅█▅ ] dim 0049 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▂▇███▇▂ ] [ ▁▇█▃ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▁▆█▂ ] dim 0051 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ █▁ ] dim 0052 μ= +0.006 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▆█ ] dim 0053 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▇█ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▆█ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▂▆███▃ ] [ ▁██▄ ] dim 0056 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▇▄ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▄█▇▃ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▃█▅ ] dim 0059 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▄███▇▃▁ ] [ █▁ ] dim 0060 μ= +0.009 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▆█▅ ] dim 0061 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▅█▅▂ ] dim 0062 μ= -0.029 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █▇▂ ] dim 0063 μ= +0.015 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▆▁ ] dim 0064 μ= -0.011 σ= 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.038 zeros= 0% [ ▁▄▆█████▄▁ ] [ ▂█▆ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ █▆ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁▅██▅ ] [ ▃█▇ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▃█▅▁ ] dim 0071 μ= +0.010 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ █▆ ] dim 0072 μ= +0.012 σ= 0.020 zeros= 0% [ ▁███▇▁ ] [ █▁ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▆█▆▁ ] dim 0074 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▇█▁ ] dim 0075 μ= -0.004 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅█ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ▄█▆▃ ] dim 0077 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▆█ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▂▇███▁ ] [ ▃█▆ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▇▃▁ ] [ █▁ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁▆██▁ ] [ ▃▇█▁ ] dim 0081 μ= +0.013 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▃▇█▅ ] dim 0082 μ= +0.014 σ= 0.038 zeros= 0% [ ▂▃█████▇▄▁ ] [ █▇▂ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▄█▇▃ ] dim 0084 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▁ ] dim 0085 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ▂▇█▅ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▅████▇▂▁ ] [ ▁█▆ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▃█▄ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▆▁ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▆█▆▁ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▅█████▄▂▁ ] [ ██ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▃▇█▅ ] dim 0092 μ= +0.036 σ= 0.033 zeros= 0% [ ▂▆█████▂▁ ] [ ▃█▆▁ ] dim 0093 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▆████▅▃▁ ] [ ▆█▅ ] dim 0094 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ █▁ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▅█▇▁ ] dim 0096 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▇▁ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▃████▃▁ ] [ ▄█▄ ] dim 0098 μ= +0.004 σ= 0.025 zeros= 0% [ ▂▆███▅▂ ] [ █▅ ] dim 0099 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▂ ] dim 0100 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ██ ] dim 0101 μ= -0.023 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▂█▅ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▄ ] dim 0103 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▇█ ] dim 0104 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▆ ] dim 0105 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃█▇▁ ] dim 0106 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▆█ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▅██▇▂ ] [ ▂▅█▄ ] dim 0108 μ= -0.018 σ= 0.036 zeros= 0% [ ▂▅█████▃▁▁ ] [ ▁█▅ ] dim 0109 μ= +0.008 σ= 0.021 zeros= 0% [ ▁▃███▄▁ ] [ ▃█▅ ] dim 0110 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▃█▂ ] dim 0111 μ= +0.023 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▅█▅ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▁ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▅█▆▄ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▅█▅▁ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ █▃ ] dim 0116 μ= +0.008 σ= 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.003 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▄█▂ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▃ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂▅█▇▅▂ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▃▆██████▆▃▁▁ ] [ ▂█▁ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃███▁ ] [ ▆█▃ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▁▆█▄ ] dim 0128 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▅██▄ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▂▄█████▇▃▂ ] [ ▃█▇ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▆█▃ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▄█▄ ] dim 0132 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ █▂ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▁▅██▁ ] [ ▅█▄ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▁██▃ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▁▆██▃ ] dim 0136 μ= +0.008 σ= 0.041 zeros= 0% [ ▁▃▅█████▇▃▂ ] [ ▂██▃ ] dim 0137 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▂ ] dim 0138 μ= +0.036 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▆▁ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▇████▃▁ ] [ ▂█▄ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▃ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ █▃ ] dim 0142 μ= +0.008 σ= 0.015 zeros= 0% [ ▆██▂ ] [ ▆█▆ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▁▇█▇▁ ] dim 0144 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▃█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃██▄ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▂▆████▆▃▁ ] [ ▅█▆ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▃▆███▇▃ ] [ ▇█ ] dim 0148 μ= -0.004 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▄█▃ ] dim 0149 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃██▄ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▄█████▆▁▁ ] [ ▄██▄ ] dim 0151 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▁█▂ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▂█▆▁ ] dim 0153 μ= -0.029 σ= 0.029 zeros= 0% [ ▁▂▅████▃▁ ] [ ▅█▇▃ ] dim 0154 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▁ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁▆█▂ ] dim 0156 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▄████▆▂▁ ] [ ▂█▆ ] dim 0157 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▇█ ] dim 0158 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▄██▅ ] dim 0159 μ= -0.003 σ= 0.036 zeros= 0% [ ▁▃▇█████▃▂ ] [ ▆█▂ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▃██▃ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▇█▁ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▆█▆ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂▆█▂ ] dim 0164 μ= +0.033 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▇ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▄██▃ ] dim 0166 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▆████▄▂ ] [ █▆ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▅██▃ ] [ █ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▆█▃ ] dim 0169 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▃ ] dim 0170 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▃█▅ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▆ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ ██ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▅█▂ ] dim 0174 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ ▅█▆ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▂█▅ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▇▆ ] dim 0179 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▅████▇▂▁ ] [ ▃█▅ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▂ ] dim 0181 μ= -0.002 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▃█▅ ] dim 0182 μ= -0.029 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▁▆██▅▁ ] dim 0183 μ= -0.004 σ= 0.044 zeros= 0% [ ▁▂▅██████▅▃▁▁ ] [ ▁▅▇█▁ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█▄ ] dim 0185 μ= -0.017 σ= 0.030 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.041 zeros= 0% [ ▁▂▄▇█████▄▂▁ ] [ ▄█▆▂ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃█▇▄ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▂▇█▃ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▅ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▅████▇▃▁ ] [ ▆██▁ ] dim 0194 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▆ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▄ ] dim 0196 μ= +0.027 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ █▁ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▄ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▄ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁██▇▁ ] dim 0200 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ █▄ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▂ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▆███▃▁ ] [ ▃██▂ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█▅ ] dim 0204 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▅█████▃▁ ] [ ▁▇█ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▄█▄ ] dim 0206 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▁ ] dim 0207 μ= +0.011 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ █▅ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▆█▂ ] dim 0209 μ= +0.018 σ= 0.024 zeros= 0% [ ▂████▄ ] [ █▅ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁▆█▃ ] dim 0211 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃▇█▄ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█▁ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▂██▄ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▄████▆▂▁ ] [ ▇█▃ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▃████▅▁ ] [ ▂█▆ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▄ ] dim 0217 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄▇███▇▃▁ ] [ ▅█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▄█▆▁ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▃█████▃▁ ] [ ▆█▄ ] dim 0220 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▅ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ ▁▆█▂ ] dim 0222 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▄ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▁▆█▄ ] dim 0224 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▆ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▄ ] dim 0226 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃▇███▅▁ ] [ ▅█▄ ] dim 0227 μ= -0.033 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▃▅█▄▁ ] dim 0228 μ= +0.039 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▅█▄ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▃ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▂▅███▅▁ ] [ ▄█▆ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▆▁ ] dim 0233 μ= -0.028 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▁▆█▄ ] dim 0234 μ= +0.038 σ= 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.011 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▅█▄ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▇█▂ ] dim 0240 μ= +0.017 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▄█▆▂ ] dim 0241 μ= +0.030 σ= 0.039 zeros= 0% [ ▁▁▅█████▆▃▁ ] [ ▄█▄ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▁███▆▁ ] [ ▃█▆▃ ] dim 0244 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▆█▅ ] dim 0245 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂██▄ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▂ ] [ ▄█▅▃ ] dim 0248 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▂▇█▅ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ ▅█▂ ] dim 0250 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▁█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▁██▁ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▄ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▄ ] dim 0254 μ= +0.022 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▂▅█▇▃ ] dim 0255 μ= -0.013 σ= 0.037 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▄▆██▄ ] dim 0256 μ= -0.013 σ= 0.047 zeros= 0% [ ▁▂▄▇██████▄▃▁ ] [ ▂▆█▄ ] dim 0257 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▄ ] dim 0258 μ= +0.003 σ= 0.028 zeros= 0% [ ▂████▆▁ ] [ ▂█▁ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂▅█▃ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█ ] dim 0261 μ= -0.020 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ █▄ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁███▄ ] [ █▅ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▆██▁ ] dim 0264 μ= -0.012 σ= 0.030 zeros= 0% [ ▂█████▃▁ ] [ ▃██ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▃ ] dim 0266 μ= +0.005 σ= 0.022 zeros= 0% [ ▄███▃▁ ] [ █▆ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▁███▄▁ ] [ ▂██▇▁ ] dim 0268 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▅█▃ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▂██▅ ] dim 0270 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▄████▆▂▁ ] [ ▃██▁ ] dim 0271 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▆ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▄▇█▃ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▄█▅▁ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▂▇████▄▂ ] [ ▅█▄ ] dim 0275 μ= +0.022 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▇ ] dim 0276 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▆▁ ] [ ▅█▆ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▁█▅ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▆▁ ] [ ▂▅█▅ ] dim 0279 μ= +0.019 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃█▆ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▃ ] dim 0281 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▃ ] dim 0282 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▃█▇▁ ] dim 0283 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ██▇ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▇▁ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█▇▃ ] dim 0286 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃▆████▅▁ ] [ ▄█▃ ] dim 0287 μ= +0.004 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▃▅█▆▃ ] dim 0288 μ= -0.012 σ= 0.044 zeros= 0% [ ▁▁▃▇██████▄▂▁ ] [ ▁█▆ ] dim 0289 μ= +0.010 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▄▆█▃ ] dim 0290 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▃▇████▅▃▁ ] [ █ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▇█▆▁ ] [ ▁▆█▅ ] dim 0292 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▁ ] dim 0293 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁▆█▁ ] dim 0294 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▇█▄ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▃█▄ ] dim 0298 μ= -0.011 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▅█▃ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▅ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▄ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆██▂ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ ▃█ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▃ ] dim 0304 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁▄█▆▁ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▇▄ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▃██████▂▁ ] [ █▃ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▁▄▆█▄ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▇█▆ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▄█████▃ ] [ ▂█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ██▂ ] [ █▁ ] dim 0311 μ= +0.007 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▃▄█▄ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▂█▂ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂▅█▅▁ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▂▃▆█████▆▃▂ ] [ ▅█▁ ] dim 0315 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂██ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▅█▅ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▂▇████▂▁ ] [ █▃ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▆█▆▃ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▃█████▄▁ ] [ ▅█▅ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ █▆ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▆▇█▄ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▃▇█▄ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ██ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▆██▄ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▇█ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▆█ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▅█▄ ] [ ▃█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃▆███▆▂ ] [ ▄█▇▆ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▂▃██████▅▂▁ ] [ ▄██▄▂ ] dim 0331 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃██████▅▁▁ ] [ ▄█▂ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▁▇█▂ ] dim 0333 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▃█▃ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂▇█▅▁ ] dim 0336 μ= -0.000 σ= 0.034 zeros= 0% [ ▂▅█████▃▁ ] [ ▃█▅ ] dim 0337 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▃██▁ ] dim 0338 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▆ ] dim 0339 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▁██▅ ] dim 0340 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆█ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅█▂ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▄█ ] dim 0343 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂██▁ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▁ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▇█ ] dim 0346 μ= -0.003 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▄██▃ ] dim 0347 μ= -0.026 σ= 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.007 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▄ ] dim 0353 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▄██▃ ] dim 0354 μ= +0.012 σ= 0.035 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁█▅ ] dim 0355 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▃▆█▂ ] dim 0356 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▆█▃ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▄█ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▆ ] dim 0359 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▂▁ ] [ ▃█▆ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▁▆██▁ ] dim 0361 μ= -0.013 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▆ ] dim 0362 μ= -0.026 σ= 0.018 zeros= 0% [ ▁▅██▄▁ ] [ ▂▇█▄ ] dim 0363 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█▆▂ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▅██▃ ] dim 0365 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ██ ] dim 0366 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▇███▃ ] [ █ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ █▇ ] dim 0368 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▇█ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▂▆█▆▁ ] dim 0371 μ= +0.004 σ= 0.036 zeros= 0% [ ▂▅█████▆▂ ] [ ▂▇█▇ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▂▅█████▃▁ ] [ ▃▇█▅ ] dim 0373 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▂ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▄██▂ ] dim 0375 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ █▃ ] dim 0376 μ= -0.012 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂▇█▁ ] dim 0377 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▃ ] dim 0378 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▂████▅▁ ] [ ▄█▄ ] dim 0379 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▇███▅▁ ] [ ▇█ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄██▃ ] dim 0382 μ= -0.008 σ= 0.031 zeros= 0% [ ▂▇████▅▁ ] [ ▁▅█▆ ] dim 0383 μ= +0.023 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▃█▆ ] dim 0384 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ ▆█▂ ] dim 0385 μ= +0.019 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂██ ] dim 0386 μ= +0.011 σ= 0.023 zeros= 0% [ ▃████▁ ] [ █▁ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▂██ ] [ ▁▆█▆▄ ] dim 0388 μ= +0.012 σ= 0.045 zeros= 0% [ ▂▂▅█████▇▅▃▁ ] [ ▃█▇ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃█▆ ] dim 0390 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▁██▆ ] dim 0391 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▄████▇▃ ] [ ▆█▄ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▃▇███▆▁ ] [ ▂▆▇█▅ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▆██████▄▁ ] [ ▆█ ] dim 0394 μ= +0.018 σ= 0.018 zeros= 0% [ ▄███▁ ] [ ▃█▇▂ ] dim 0395 μ= -0.002 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▅ ] dim 0396 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▆███▅▂ ] [ ▃█▁ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▂▆█▄▁ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂ ] [ █▂ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▅▇█▆ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▄█████▇▄▁ ] [ ▆█▃ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▃████▆▃▁ ] [ ▅█▂ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂▇█▁ ] dim 0403 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▂ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▇▃ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▇█ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▆██▆▁ ] [ █▇ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▂ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆ ] dim 0409 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▂ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▄ ] dim 0411 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂▇█▆▁ ] dim 0412 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▃▅█████▅▂ ] [ ▂█▆ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▇ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▇█ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▄█▇▅▁ ] dim 0416 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▄█▆ ] dim 0417 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▃ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▇█ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▁▆█▅ ] dim 0420 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█▃ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂▇█ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▁ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ██▁ ] dim 0424 μ= +0.015 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▁▇█▇▃ ] dim 0425 μ= -0.011 σ= 0.040 zeros= 0% [ ▁▂▆█████▇▄▁ ] [ ▁█ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▄ ] [ ▁▇█▅ ] dim 0427 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂▇█▆▁ ] dim 0428 μ= +0.022 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂ ] [ █▅ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▄█▇ ] dim 0430 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▇▃ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▅█▅▁ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▃ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ █▂ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃▇█▃ ] dim 0436 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▇▂ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▇████▅▁ ] [ ▇█▂ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▄█▃ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▃████▅▂▁ ] [ ▇█▅ ] dim 0440 μ= +0.004 σ= 0.027 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.016 σ= 0.044 zeros= 0% [ ▁▂▅██████▆▃▁ ] [ ▂█▃ ] dim 0445 μ= +0.007 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ██▅ ] dim 0446 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▃ ] dim 0447 μ= +0.021 σ= 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.030 zeros= 0% [ ▃▇████▃▁ ] [ █▆ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▂█ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂▅██▆▂ ] dim 0455 μ= +0.011 σ= 0.042 zeros= 0% [ ▁▃▅██████▄▁▁ ] [ ▁▆█▄ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃██▂ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▃██▄ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▆ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▆ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▆ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▃█▄ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆█▆▁ ] dim 0463 μ= -0.016 σ= 0.035 zeros= 0% [ ▂▅█████▄▁ ] [ ▄█▇▆▂ ] dim 0464 μ= -0.019 σ= 0.041 zeros= 0% [ ▁▄▇█████▅▃▁ ] [ ▂█▇▁ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▅ ] dim 0466 μ= -0.004 σ= 0.039 zeros= 0% [ ▂▃▇█████▃▂ ] [ ▅█▂ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▃▁ ] [ ▃█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▇█▃ ] dim 0469 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▂██▂ ] dim 0472 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0473 μ= -0.017 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▆█ ] dim 0474 μ= +0.015 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ▁▅█▃ ] dim 0475 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▁█▅ ] dim 0476 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0477 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▁▇█ ] dim 0478 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▄█▄ ] dim 0479 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅▇█▂ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▂▇████▅▁ ] [ ▃█▁ ] dim 0481 μ= +0.020 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄▇█▁ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃▇█▁ ] dim 0483 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃▆████▅▁ ] [ ▆█▆▁ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▆█ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▃██▄ ] [ ▅█▅ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▂▇████▃ ] [ ▆█▁ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▃▅█▆▄ ] dim 0488 μ= +0.025 σ= 0.045 zeros= 0% [ ▁▂▄▇██████▃▂▁ ] [ ▃██ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▆█▅ ] dim 0490 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█ ] dim 0491 μ= +0.019 σ= 0.015 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.027 zeros= 0% [ ▂▇███▇▂ ] [ █▁ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▃█▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃▇█▆▁ ] dim 0498 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▂▄▇█████▅▂ ] [ ▄█▆ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▂▆█▇▃ ] dim 0500 μ= +0.022 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ █▇ ] dim 0501 μ= -0.006 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▆█▄ ] dim 0502 μ= +0.020 σ= 0.023 zeros= 0% [ ▁▆███▄ ] [ ▅█▆ ] dim 0503 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▇█▂ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▃█▅ ] dim 0506 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▄ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▃███▅▂ ] [ ▃▇█▄ ] dim 0508 μ= -0.003 σ= 0.034 zeros= 0% [ ▂▆████▇▃▁ ] [ ▆█▂ ] dim 0509 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▇▂ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▁▅█▅▁ ] dim 0511 μ= +0.007 σ= 0.036 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▃█▄ ] dim 0512 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ █ ] dim 0513 μ= +0.023 σ= 0.013 zeros= 0% [ ▁▆█▆ ] [ ▄██▃ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂ ] [ ▁█▆ ] dim 0515 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▃ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▆██▅ ] dim 0517 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▄▁ ] [ ▂█▅ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▃ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃██▃ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▂▅████▄▂ ] [ ▂▆█▆ ] dim 0521 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▁█▇ ] dim 0522 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▃█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▆▁ ] dim 0524 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▂██▁ ] [ ▅█▄ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▆▁ ] dim 0527 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▁▇█▄ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▂ ] dim 0529 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▄ ] dim 0530 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▆███▆▁ ] [ ▄█▃ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▆▃ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▇█ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ▁▄█▃ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▂▅█▆▁ ] dim 0535 μ= -0.017 σ= 0.037 zeros= 0% [ ▁▂▇█████▄▂▁ ] [ ▆█ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▅█▇▁ ] dim 0537 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▅▂ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▂██▅▁ ] dim 0539 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▄█▇▃ ] dim 0540 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▁▅█▃ ] dim 0541 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃▇█▃ ] dim 0542 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂ ] [ ▃▅█▃ ] dim 0543 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▂█▄ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▄█ ] dim 0545 μ= -0.019 σ= 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.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃██▂ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▅████▅▁ ] [ ▆█▆▄ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ █▃ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▁▆█▁ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂██▃ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▂▇█▁ ] dim 0555 μ= +0.014 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▂▇█▇▂ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ ▇█ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃█▆ ] dim 0558 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃▆█▇▄▁ ] dim 0559 μ= -0.011 σ= 0.042 zeros= 0% [ ▁▃▇██████▃▁ ] [ ▃▇█▆ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▁▁ ] [ ▄█▇▆ ] dim 0561 μ= -0.022 σ= 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.023 zeros= 0% [ ▁▇███▃▁ ] [ ▄█▅ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▂█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▂█▆▁ ] dim 0568 μ= +0.014 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▅█▄ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▁██▂ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▂▆█▇ ] dim 0571 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▄█████▃▁ ] [ █▁ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▇█▁ ] dim 0573 μ= -0.003 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ █▃ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▃▅█▆▂ ] dim 0575 μ= +0.002 σ= 0.042 zeros= 0% [ ▁▂▃▇█████▅▃▁ ] [ ▇█▂ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▂ ] dim 0577 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▅█▇▂ ] dim 0578 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▄█████▅▂ ] [ ▂█▆ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█▆▃ ] dim 0580 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▂ ] dim 0581 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▃ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▇█ ] dim 0583 μ= -0.005 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▆█▅ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃▆██▄ ] dim 0585 μ= -0.031 σ= 0.049 zeros= 0% [ ▁▂▅▇██████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0493, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▅█▂ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▄███▃▁ ] [ █▅ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▁▅█▆▁ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▅█ ] dim 0589 μ= -0.002 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁▆█▇▂ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▅█ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▇█▁ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▃▆█▃ ] dim 0593 μ= +0.017 σ= 0.034 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄▇█▅ ] dim 0594 μ= -0.000 σ= 0.035 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▃█▅ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▄█▃ ] dim 0596 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▁██▄ ] dim 0597 μ= +0.017 σ= 0.028 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▅ ] dim 0598 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ █ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▇█▆▁ ] [ ▃██▇▁ ] dim 0600 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▂ ] [ █▇ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▁█▃ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆█▁ ] dim 0603 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▄ ] dim 0604 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ ▃█▇▃ ] dim 0605 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ █▇ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▁▅█▄ ] dim 0607 μ= +0.000 σ= 0.033 zeros= 0% [ ▂▅████▆▃▁ ] [ ▃▇█▅ ] dim 0608 μ= -0.001 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▂ ] [ ▃█▇▁ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█ ] dim 0610 μ= +0.018 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▆█▂ ] dim 0611 μ= -0.001 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▁▄█▅▃ ] dim 0612 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▄▁ ] [ ▁█ ] dim 0613 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▄ ] [ ▂█▅ ] dim 0614 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ █▅ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁██▁ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▄█▅▁ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄█▃ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▅ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▁█▇▃ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▂ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▆▂ ] dim 0622 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▂█▆ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ██ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▇█▄ ] dim 0625 μ= -0.020 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ ▃▇█▅▃ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▇█▂ ] dim 0627 μ= +0.018 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▅ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▅█▆ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▆█▄ ] dim 0631 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▃ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▄█▃ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▅███▄ ] [ █▆ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▃▅█▄ ] dim 0635 μ= -0.019 σ= 0.037 zeros= 0% [ ▂▆█████▄▁▁ ] [ ██ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▃██▂ ] dim 0637 μ= -0.024 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▇█ ] dim 0638 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄▇█▄ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▂▆████▇▂ ] [ ▄█▂ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▄███▃ ] [ ▆█▆▄ ] dim 0641 μ= -0.009 σ= 0.040 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.005 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▅█▇▂ ] dim 0646 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▂▇████▅▁ ] [ █▇▁ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▆ ] dim 0648 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃▆███▇▂▁ ] [ ▅█▇▃ ] dim 0649 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▁▄█████▆▂▁ ] [ ▃█▇ ] dim 0650 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▅ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁█▆▂ ] dim 0652 μ= +0.032 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▆█▅ ] dim 0653 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ██ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▆█▃ ] dim 0655 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▂ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▅█▇▅ ] dim 0657 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▃█████▇▂ ] [ ▄█ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▄███▁ ] [ ▁▇█▃ ] dim 0659 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▂▆█▇▁ ] dim 0660 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▂▆█████▅▂ ] [ ██▁ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ ▁█ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▁▇█▇▃ ] dim 0663 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁▁ ] [ ▅█▃ ] dim 0664 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂████▆▂▁ ] [ ▆█▆▃ ] dim 0665 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▄█████▆▂ ] [ ▄█▃ ] dim 0666 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▄█▇▃ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▂▅█████▆▃▁ ] [ █▃ ] dim 0668 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▇█▄ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▅ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▃███▇▁ ] [ ▂██ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▃█▅ ] dim 0672 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▂█▆ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▁▇█▅ ] dim 0674 μ= +0.019 σ= 0.027 zeros= 0% [ ▃████▆▁ ] [ ▅█▂ ] dim 0675 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▄ ] dim 0676 μ= -0.017 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▄██▇ ] dim 0677 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▂█▆ ] dim 0678 μ= -0.028 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▃██▃ ] dim 0679 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ █▃ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▅ ] dim 0682 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▁▅█▃ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▆▃▁ ] [ ▄█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▂█▆ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▆██▆▂ ] dim 0686 μ= -0.023 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ ▁▅█▁ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▅██▂ ] dim 0688 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▃█▅ ] dim 0689 μ= -0.012 σ= 0.022 zeros= 0% [ ▄███▅▁ ] [ █▄ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▅█▄ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▁▇█▃ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▅ ] dim 0693 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▆ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅█▅ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▁█▅ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▂▇█▅ ] dim 0697 μ= -0.020 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄█ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▇█▂ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▂██▁ ] dim 0700 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅▇█▃ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ██▁ ] dim 0702 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▃ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▆█ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▆▂ ] dim 0705 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ █ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ ▅█ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▄█▆▂ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▅█▂ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▂▆███▃▁ ] [ ▃▆█▄ ] dim 0710 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▃▇█▂ ] dim 0711 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▄█████▆▄▁ ] [ ▆█▆ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ ▁█▇▂ ] dim 0713 μ= -0.005 σ= 0.027 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.008 σ= 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.018 zeros= 0% [ ▅██▆▁ ] [ ▁▇█▅ ] dim 0723 μ= -0.018 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄██▂ ] dim 0724 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃█▁ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▇▄ ] dim 0726 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▃██ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▅█▁ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▄█▆ ] dim 0729 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▄ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▅█▅ ] dim 0731 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▆ ] dim 0732 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▃█▅ ] dim 0733 μ= +0.007 σ= 0.024 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.023 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▃▇█▄▁ ] dim 0738 μ= +0.022 σ= 0.043 zeros= 0% [ ▁▄▇█████▆▃▁▁ ] [ ▄█▁ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▄███▃▁ ] [ ▄▇█▆ ] dim 0740 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▄██████▃▁ ] [ ▁█▆ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▆▁ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█ ] dim 0743 μ= -0.038 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▁▆█▆ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ██ ] dim 0745 μ= +0.016 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ █▇ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▆██▄ ] [ ▄██▃ ] dim 0747 μ= -0.005 σ= 0.031 zeros= 0% [ ▂▆████▅▂ ] [ ▁█▆▂ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▆ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄▇█▅ ] dim 0750 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▁▇█▆ ] dim 0751 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▄ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▂▇█ ] dim 0753 μ= -0.007 σ= 0.023 zeros= 0% [ ▃████▂ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▄█▆ ] [ █▅ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▁▇█▂ ] dim 0756 μ= +0.015 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0757 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂▇███▅▂ ] [ ▄█▆▂ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▂▆█▄ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ █▁ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▂██ ] [ ▁▆█▃ ] dim 0761 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▄█▆▂ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▇▃ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▇ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ █▆ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▃█▆▂ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▂▆████▄▂ ] [ ▂▇█▂ ] dim 0767 μ= +0.014 σ= 0.030 zeros= 0% [ ▂▄████▄▂ ] [ █▄ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▂███▄▁ ] [ ▂▇█▂ ] dim 0769 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂██▃ ] dim 0770 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ▂█▄ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ █▇ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▅██▅ ] [ ▃█▆ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▁▅█▇▂ ] dim 0774 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▇▂▁ ] [ ▆█ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▁▅█▅▁ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▄█████▃▁▁ ] [ ▄█▄ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▄▇███▇▂▁ ] [ █▇ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▂▇██▇▂ ] [ ▁▇█▁ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▂ ] dim 0780 μ= -0.022 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▁█▆ ] dim 0781 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ █▄ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▇█▃ ] dim 0783 μ= +0.001 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▆▁ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▂▇███▂▁ ] [ ▅█▄ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▅█ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▃█▇ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▂████▅▁ ] [ ▄█▆▃ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▂█████▇▂ ] [ █▄ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▃ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▂▅████▆▃▁ ] [ ▁██▁ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▃████▃ ] [ ▇█▂ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▁█▇▁ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃█▆ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▄███▇▂▁ ] [ ▆█▃ ] dim 0798 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃▆███▅▁ ] [ ▇█▂ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▅█▇▃ ] dim 0800 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▂▄▇████▇▃▁ ] [ █▄ ] dim 0801 μ= -0.028 σ= 0.012 zeros= 0% [ ▃██▁ ] [ █▆ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ █▃ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▃▅█▄ ] dim 0804 μ= +0.015 σ= 0.034 zeros= 0% [ ▂▆████▇▂▁ ] [ ▃█ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██▁ ] [ ▇█ ] dim 0806 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▄██▅ ] dim 0807 μ= +0.015 σ= 0.040 zeros= 0% [ ▁▄██████▄▂▁ ] [ ▅█▆ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▃▇███▇▂▁ ] [ █▆ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▄█▅ ] dim 0810 μ= +0.006 σ= 0.030 zeros= 0% [ ▃▆████▃ ] [ ▄█▇▂ ] dim 0811 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ ▆█▇ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▆ ] dim 0813 μ= +0.028 σ= 0.023 zeros= 0% [ ▁▃███▆▂ ] [ █▆ ] dim 0814 μ= +0.013 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ ▇█▂ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▂ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▇█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▅█▆ ] dim 0818 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▇▃ ] dim 0819 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▁▆█▅▁ ] dim 0820 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▅█▃ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▄███▃▁ ] [ █▇ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▄█▆▁ ] dim 0823 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▃▇████▅▁ ] [ ▂▇█▁ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▃ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂██▃ ] dim 0826 μ= +0.015 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▁█▃ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▂█▇▁ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▇▃ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▂▅█▅ ] dim 0830 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▂█ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▃█▅ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▁▇█▃ ] dim 0833 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▇▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▂█▇▂ ] dim 0835 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▅███▃ ] [ ▄█▇ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▂▅████▂ ] [ █▆ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▃█▅ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▂▇█▃ ] dim 0840 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▄████▆▂ ] [ ▃██▁ ] dim 0841 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▄ ] dim 0842 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ █▄ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▃█▅ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▅ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▃▆████▃▁ ] [ ▇█▁ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▅▁ ] dim 0847 μ= +0.024 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▅█▄ ] dim 0848 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁▆█▄ ] dim 0849 μ= +0.037 σ= 0.031 zeros= 0% [ ▂▅████▇▂ ] [ ▆█▁ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▅ ] dim 0851 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▅█▆▅ ] dim 0852 μ= +0.011 σ= 0.038 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▆█▁ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▂██ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▂█ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▂█▆ ] dim 0856 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▆ ] dim 0857 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃▇█▂ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0859 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁▇█▄ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃█▂ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▄▇█▄ ] dim 0862 μ= -0.024 σ= 0.036 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▁█▇▁ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▅ ] dim 0864 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 0865 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▅█▂ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▁█▆ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▆█▃ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▃█ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▇█▃ ] dim 0870 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▄████▅▂ ] [ ▁▆█▅▁ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▂▅█████▄▂ ] [ ▇█▆▂ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▄██▃ ] dim 0873 μ= -0.006 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▄▆█▅ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▄▆█████▄▁ ] [ █▅ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▃██▃ ] [ █▅ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▅██▃ ] [ ▆█▁ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ █▄ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▅█▆▄ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▁▄█████▇▃▁ ] [ ▄▇█▃ ] dim 0880 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▇████▆▂ ] [ ▄█▁ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▁▇█▄▁ ] dim 0882 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▄█████▄▁▁ ] [ ▆█▅ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂▆████▂ ] [ ▂▇█▂ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▃█▃ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▃ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▂ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂█▃ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▄ ] dim 0889 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▄▇████▄▁ ] [ ▆█▁ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▇███▃▁ ] [ ▅█▅ ] dim 0891 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▁█▅ ] dim 0892 μ= +0.011 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅▇█▅ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▂██▂ ] dim 0894 μ= -0.023 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▁▂▇█▆▄ ] dim 0895 μ= +0.000 σ= 0.045 zeros= 0% [ ▁▂▅██████▆▃▁▁ ] [ ▁▆█▅ ] dim 0896 μ= +0.039 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ █▆ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▅█▃ ] dim 0898 μ= -0.035 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▄█ ] dim 0899 μ= -0.019 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃█▄ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▅█▇▃ ] dim 0901 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄█▄ ] dim 0902 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▃▆███▆▂ ] [ ▃██▄ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▆████▇▃▁ ] [ ▃█▄ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁▆█▅▁ ] dim 0905 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▅█████▅▁ ] [ ▅█▃ ] dim 0906 μ= +0.020 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ █▃ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █▇ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▅█▃ ] dim 0909 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▃▅█▇▅▃ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▁▃▇██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▇█▂ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▂ ] dim 0912 μ= -0.016 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂██ ] dim 0914 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▃███▇▃ ] [ ▄█▅ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▂▇█▃ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▃█▆ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▃▆█▂ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▄ ] dim 0919 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▃▇███▅▂▁ ] [ █▄ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▂███▃▁ ] [ ▃██▄ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▃██ ] dim 0922 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▆▁ ] [ ▄█▄ ] dim 0924 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▁▆█▆▁ ] dim 0925 μ= -0.031 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▁▇█▂ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0927 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▂██▅ ] dim 0928 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█▂ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▃ ] [ █▇ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ ▄█▅▁ ] dim 0931 μ= -0.010 σ= 0.037 zeros= 0% [ ▂▃█████▅▂▁ ] [ █ ] dim 0932 μ= +0.005 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▃██▄ ] dim 0934 μ= -0.020 σ= 0.036 zeros= 0% [ ▂▆████▇▃▂ ] [ ▂█▅ ] dim 0935 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▁ ] dim 0937 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▅▁ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▅█▄ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▃██▂ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▇▃ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▆▁ ] [ ▃█▆▄▁ ] dim 0942 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▂▄▆█████▄▂ ] [ █▃ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▂██▂ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▅████▄▂ ] [ ▄█ ] dim 0945 μ= +0.018 σ= 0.017 zeros= 0% [ ▄██▇▁ ] [ ▂██▃ ] dim 0946 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▆▂▁ ] [ ▁██ ] dim 0948 μ= +0.012 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▆█▆ ] dim 0949 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▃ ] dim 0950 μ= +0.023 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▄ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▂▆█▄ ] dim 0952 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▂█▇▂ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃██▂ ] dim 0954 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇▂ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▆████▆▂ ] [ █▆ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▄█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▃█▇ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▄ ] dim 0959 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▂████▇▂▁ ] [ ▇█▃ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▂▆███▃▁ ] [ █▇ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ █▇ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▄ ] dim 0963 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▅▁ ] dim 0964 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂▅█▄▁ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▂▅█████▄▁▁ ] [ ▂▅▇█▄ ] dim 0966 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▂█▃ ] dim 0967 μ= -0.033 σ= 0.020 zeros= 0% [ ▃███▃ ] [ █▂ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▂▆█▄ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▆▂ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▁▄██▄▂ ] dim 0971 μ= +0.015 σ= 0.047 zeros= 0% [ ▁▃▆██████▇▃▁ ] [ ▄█▇▂ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█ ] dim 0973 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ▅█ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▂██▄ ] [ █▇ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▃█▇ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▄▇█▁ ] dim 0977 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃▆████▅▂ ] [ ▅█▄ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▆█ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄██ ] dim 0980 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂██▃ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 0982 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▅▂ ] [ ▇█▁ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▅█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂█▇▁ ] dim 0985 μ= +0.031 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▄▇█▇▂ ] dim 0986 μ= +0.022 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▂▇█▆▁ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ █ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▄██▄ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▃▇█▅ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▆█ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▁▆█▃ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁▅▇█▂ ] dim 0993 μ= -0.012 σ= 0.037 zeros= 0% [ ▂▅█████▆▃▁ ] [ ▆█▄ ] dim 0994 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃▇███▇▂ ] [ ▆█▆▁ ] dim 0995 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▅█████▄▂ ] [ ▄█▂ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▄█▅ ] dim 0997 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ██▁ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▇█▂ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁▇█▅ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▄████▆▂▁ ] [ ▁▅█▅ ] dim 1001 μ= +0.003 σ= 0.032 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.011 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▇ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 1008 μ= -0.001 σ= 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.000 σ= 0.026 zeros= 0% [ ▁▂▇███▅▁ ] [ ▅█ ] dim 1013 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▃▇█▃ ] dim 1014 μ= -0.002 σ= 0.030 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.012 σ= 0.027 zeros= 0% [ ▂▆████▂ ] [ ▅██▁ ] dim 1019 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▁██ ] dim 1020 μ= -0.004 σ= 0.023 zeros= 0% [ ▂████▂▁ ] [ ▂██▁ ] dim 1021 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▅████▄ ] [ ▅█▆▁ ] dim 1022 μ= +0.006 σ= 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.28.02.18.00/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 815336 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3439958750956686 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 28, 2026 3:34:26 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 147 segments, 16 merges 186.4s _11y: 8 segs, 1071.7 K docs, 4821.9 MB 126.2s _14y: 8 segs, 470.8 K docs, 2116.8 MB 88.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 84.7s _17i: 8 segs, 118.8 K docs, 532.4 MB 51.6s _197: 8 segs, 80.8 K docs, 361.7 MB 48.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 44.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 40.0s _19u: 8 segs, 42.9 K docs, 191.4 MB 35.2s _1a3: 8 segs, 42.1 K docs, 187.8 MB 30.5s _1ab: 8 segs, 79.6 K docs, 356.4 MB 25.4s _1ak: 8 segs, 42.3 K docs, 188.6 MB 21.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 16.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 11.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 5.6s _1bi: 8 segs, 41.7 K docs, 185.9 MB 0.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 5.0 sec: 147 segments, 16 merges 191.4s _11y: 8 segs, 1071.7 K docs, 4821.9 MB 131.2s _14y: 8 segs, 470.8 K docs, 2116.8 MB 93.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 89.7s _17i: 8 segs, 118.8 K docs, 532.4 MB 56.6s _197: 8 segs, 80.8 K docs, 361.7 MB 53.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 49.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 45.1s _19u: 8 segs, 42.9 K docs, 191.4 MB 40.3s _1a3: 8 segs, 42.1 K docs, 187.8 MB 35.5s _1ab: 8 segs, 79.6 K docs, 356.4 MB 30.4s _1ak: 8 segs, 42.3 K docs, 188.6 MB 26.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 21.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 16.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 10.6s _1bi: 8 segs, 41.7 K docs, 185.9 MB 5.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 10.0 sec: 133 segments, 14 merges 196.4s _11y: 8 segs, 1071.7 K docs, 4821.9 MB 136.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 98.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 94.7s _17i: 8 segs, 118.8 K docs, 532.4 MB 58.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 54.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 45.3s _1a3: 8 segs, 42.1 K docs, 187.8 MB 40.5s _1ab: 8 segs, 79.6 K docs, 356.4 MB 35.4s _1ak: 8 segs, 42.3 K docs, 188.6 MB 31.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 26.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 21.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 15.6s _1bi: 8 segs, 41.7 K docs, 185.9 MB 10.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 15.0 sec: 133 segments, 14 merges 201.4s _11y: 8 segs, 1071.7 K docs, 4821.9 MB 141.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 103.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 99.7s _17i: 8 segs, 118.8 K docs, 532.4 MB 63.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 59.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 50.3s _1a3: 8 segs, 42.1 K docs, 187.8 MB 45.5s _1ab: 8 segs, 79.6 K docs, 356.4 MB 40.4s _1ak: 8 segs, 42.3 K docs, 188.6 MB 36.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 31.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 26.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 20.7s _1bi: 8 segs, 41.7 K docs, 185.9 MB 15.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 20.0 sec: 112 segments, 11 merges 146.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 108.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 104.7s _17i: 8 segs, 118.8 K docs, 532.4 MB 68.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 64.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 50.5s _1ab: 8 segs, 79.6 K docs, 356.4 MB 41.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 36.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 31.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 25.7s _1bi: 8 segs, 41.7 K docs, 185.9 MB 20.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 25.0 sec: 98 segments, 10 merges 151.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 113.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 73.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 69.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 46.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 41.4s _1b1: 8 segs, 42.2 K docs, 188.3 MB 36.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 30.7s _1bi: 8 segs, 41.7 K docs, 185.9 MB 25.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 3.3s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 30.0 sec: 84 segments, 8 merges 156.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 118.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 78.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 74.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 51.5s _1ar: 8 segs, 77.9 K docs, 348.6 MB 41.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 30.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 8.3s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 35.0 sec: 77 segments, 7 merges 161.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 123.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 83.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 79.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 46.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 35.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 13.3s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 40.0 sec: 77 segments, 7 merges 166.3s _14y: 8 segs, 470.8 K docs, 2116.8 MB 128.5s _17b: 8 segs, 166.7 K docs, 747.9 MB 88.0s _19e: 8 segs, 116.1 K docs, 520.7 MB 84.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 51.9s _1b9: 8 segs, 77.6 K docs, 347.4 MB 40.0s _1bn: 12 segs, 47.9 K docs, 213.7 MB 18.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 45.0 sec: 38 segments, 3 merges 89.8s _19l: 8 segs, 153.8 K docs, 690.4 MB 23.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 2.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 50.0 sec: 31 segments, 2 merges 28.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 7.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 55.1 sec: 31 segments, 2 merges 33.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 12.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 60.1 sec: 31 segments, 2 merges 38.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 17.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 65.1 sec: 31 segments, 2 merges 43.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 22.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 70.1 sec: 31 segments, 2 merges 48.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 27.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 75.1 sec: 31 segments, 2 merges 53.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 32.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 80.1 sec: 31 segments, 2 merges 58.4s _1bo: 8 segs, 497.6 K docs, 2236.4 MB 37.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 85.1 sec: 24 segments, 1 merges 42.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 90.1 sec: 24 segments, 1 merges 47.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 95.1 sec: 24 segments, 1 merges 52.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 100.1 sec: 24 segments, 1 merges 57.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 105.1 sec: 24 segments, 1 merges 62.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 110.1 sec: 24 segments, 1 merges 67.1s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 115.1 sec: 24 segments, 1 merges 72.1s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 120.1 sec: 24 segments, 1 merges 77.1s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 125.0 sec: 24 segments, 1 merges 82.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 130.0 sec: 24 segments, 1 merges 87.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 135.0 sec: 24 segments, 1 merges 92.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 140.0 sec: 24 segments, 1 merges 97.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 145.1 sec: 24 segments, 1 merges 102.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 150.1 sec: 24 segments, 1 merges 107.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 155.1 sec: 24 segments, 1 merges 112.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 160.1 sec: 24 segments, 1 merges 117.0s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 165.1 sec: 24 segments, 1 merges 122.1s _1bp: 4 segs, 1119.1 K docs, 5038.2 MB 170.1 sec: 21 segments, 1 merges 1.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 175.1 sec: 21 segments, 1 merges 6.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 180.0 sec: 21 segments, 1 merges 11.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 185.0 sec: 21 segments, 1 merges 16.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 190.0 sec: 21 segments, 1 merges 21.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 195.0 sec: 21 segments, 1 merges 26.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 200.0 sec: 21 segments, 1 merges 31.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 205.0 sec: 21 segments, 1 merges 36.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 210.0 sec: 21 segments, 1 merges 41.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 215.0 sec: 21 segments, 1 merges 46.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 220.0 sec: 21 segments, 1 merges 51.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 225.0 sec: 21 segments, 1 merges 56.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 230.0 sec: 21 segments, 1 merges 61.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 235.0 sec: 21 segments, 1 merges 66.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 240.1 sec: 21 segments, 1 merges 71.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 245.1 sec: 21 segments, 1 merges 76.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 250.1 sec: 21 segments, 1 merges 81.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 255.1 sec: 21 segments, 1 merges 86.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 260.1 sec: 21 segments, 1 merges 91.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 265.1 sec: 21 segments, 1 merges 96.9s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 270.0 sec: 21 segments, 1 merges 101.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 275.0 sec: 21 segments, 1 merges 106.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB 280.0 sec: 21 segments, 1 merges 111.8s _1bq: 5 segs, 1114.1 K docs, 5015.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 911 seconds reindex takes 911.91 sec index has 17 segments: segments_2: _6l(11.0.0):C831917 _l3(11.0.0):C1103135 _1bp(11.0.0):C1119117 _11y(11.0.0):C1071731 _u9(11.0.0):C915401 _1bq(11.0.0):C1114103 _14y(11.0.0):C470794 _1bo(11.0.0):C497649 _14a(11.0.0):C137146 _14h(11.0.0):C140951 _19l(11.0.0):C153849 _17i(11.0.0):C118759 _19e(11.0.0):C116140 _1b9(11.0.0):C77577 _1b1(11.0.0):C42180 _1bi(11.0.0):C41651 _1bn(11.0.0):C47900 _6l: 3748.1 MB _l3: 4971.8 MB _1bp: 5043.9 MB _11y: 4830.2 MB _u9: 4124.8 MB _1bq: 5021.3 MB _14y: 2120.2 MB _1bo: 2241.2 MB _14a: 617.0 MB _14h: 634.2 MB _19l: 692.2 MB _17i: 534.2 MB _19e: 522.4 MB _1b9: 348.7 MB _1b1: 189.4 MB _1bi: 187.0 MB _1bn: 215.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36041.93 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=58723081062 cpu@end=71669155511 deltaMS=12946.074449 thread 14 name=Reference Handler cpu@start=1486496 cpu@end=1486496 deltaMS=0.0 thread 15 name=Finalizer cpu@start=168080 cpu@end=168080 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63287 cpu@end=63287 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2837547 cpu@end=2961338 deltaMS=0.123791 thread 41 name=JFR Recorder Thread cpu@start=13906081432 cpu@end=13909356784 deltaMS=3.275352 thread 42 name=JFR Periodic Tasks cpu@start=71273623758 cpu@end=71889351285 deltaMS=615.727527 thread 45 name=Notification Thread cpu@start=110251 cpu@end=110251 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1057058606275 cpu@end=1057058606275 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1057266981309 cpu@end=1057266981309 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1057172789902 cpu@end=1057172789902 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1059028640411 cpu@end=1059028640411 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1056185662544 cpu@end=1056185662544 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1055933133573 cpu@end=1055933133573 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1056896388909 cpu@end=1056896388909 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1053703077405 cpu@end=1053703077405 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1054352028670 cpu@end=1054352028670 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1053771309460 cpu@end=1053771309460 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1056344683082 cpu@end=1056344683082 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1062646967110 cpu@end=1062646967110 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1060245971461 cpu@end=1060245971461 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1057791129073 cpu@end=1057791129073 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1060832796196 cpu@end=1060832796196 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1055065249140 cpu@end=1055065249140 deltaMS=0.0 Average CPU cores used: 1.0467832764677012 completed 1000 searches in 12958 ms: 77 QPS CPU time=13564 ms checking results SUMMARY: 0.897 12.958 13.564 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 63028 911.91 8772.78 0.00 17 36041.93 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 831917 documents Graph level=3 size=35, Fanout min=2, mean=6.40, max=15, meandelta=80370.51 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 7 9 15 Graph level=2 size=711, Fanout min=4, mean=22.16, max=32, meandelta=34315.38 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 19 22 24 26 30 32 32 Graph level=1 size=25485, Fanout min=3, mean=27.94, max=32, meandelta=27277.91 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=831917, Fanout min=1, mean=39.60, max=64, meandelta=19463.42 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=35, connectedness=1.00 Graph level=2 size=711, connectedness=1.00 Graph level=1 size=25485, connectedness=1.00 Graph level=0 size=831917, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1103135 documents Graph level=3 size=54, Fanout min=3, mean=8.78, max=18, meandelta=90254.45 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 12 18 Graph level=2 size=893, Fanout min=8, mean=23.44, max=32, meandelta=43380.33 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 29 32 32 32 Graph level=1 size=33479, Fanout min=3, mean=28.14, max=32, meandelta=35965.34 % 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=1103135, Fanout min=1, mean=39.54, max=64, meandelta=25828.04 % 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=54, connectedness=1.00 Graph level=2 size=893, connectedness=1.00 Graph level=1 size=33479, connectedness=1.00 Graph level=0 size=1103135, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1119117 documents Graph level=3 size=68, Fanout min=4, mean=10.32, max=21, meandelta=93320.78 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 11 12 12 14 21 Graph level=2 size=1002, Fanout min=8, mean=23.59, max=32, meandelta=43389.21 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=1 size=33914, Fanout min=2, mean=28.02, max=32, meandelta=36543.40 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1119117, Fanout min=1, mean=39.54, max=64, meandelta=26204.47 % 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=68, connectedness=1.00 Graph level=2 size=1002, connectedness=1.00 Graph level=1 size=33914, connectedness=1.00 Graph level=0 size=1119117, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1071731 documents Graph level=3 size=71, Fanout min=3, mean=9.80, max=18, meandelta=85269.29 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 13 14 18 Graph level=2 size=991, Fanout min=7, mean=23.51, max=32, meandelta=41031.71 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 29 32 32 32 Graph level=1 size=32610, Fanout min=4, mean=27.99, max=32, meandelta=34994.51 % 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=1071731, Fanout min=1, mean=39.55, max=64, meandelta=25084.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=71, connectedness=1.00 Graph level=2 size=991, connectedness=1.00 Graph level=1 size=32610, connectedness=1.00 Graph level=0 size=1071731, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 915401 documents Graph level=3 size=52, Fanout min=4, mean=8.42, max=18, meandelta=84571.40 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 10 12 18 Graph level=2 size=843, Fanout min=8, mean=23.02, max=32, meandelta=36117.08 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 25 28 30 32 32 Graph level=1 size=27899, Fanout min=1, mean=28.03, max=32, meandelta=29871.26 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=915401, Fanout min=1, mean=39.60, max=64, meandelta=21409.42 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=52, connectedness=1.00 Graph level=2 size=843, connectedness=1.00 Graph level=1 size=27899, connectedness=1.00 Graph level=0 size=915401, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1114103 documents Graph level=3 size=54, Fanout min=5, mean=8.78, max=16, meandelta=98421.03 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 7 8 8 9 11 12 16 Graph level=2 size=892, Fanout min=8, mean=22.66, max=32, meandelta=45288.27 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 30 32 32 Graph level=1 size=33850, Fanout min=3, mean=28.08, max=32, meandelta=36314.26 % 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=1114103, Fanout min=1, mean=39.53, max=64, meandelta=26091.14 % 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=54, connectedness=1.00 Graph level=2 size=892, connectedness=1.00 Graph level=1 size=33850, connectedness=1.00 Graph level=0 size=1114103, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 470794 documents Graph level=3 size=23, Fanout min=3, mean=5.48, max=10, meandelta=47164.33 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 6 7 10 Graph level=2 size=359, Fanout min=6, mean=18.53, max=32, meandelta=19687.99 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 20 21 24 28 32 Graph level=1 size=14308, Fanout min=4, mean=27.74, max=32, meandelta=15475.55 % 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=470794, Fanout min=1, mean=39.66, max=64, meandelta=11013.15 % 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=359, connectedness=1.00 Graph level=1 size=14308, connectedness=1.00 Graph level=0 size=470794, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 497649 documents Graph level=3 size=20, Fanout min=2, mean=4.90, max=8, meandelta=26701.97 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 5 6 6 6 8 Graph level=2 size=351, Fanout min=7, mean=18.34, max=32, meandelta=23675.15 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 19 21 23 27 32 Graph level=1 size=15101, Fanout min=6, mean=27.72, max=32, meandelta=16467.19 % 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=497649, Fanout min=1, mean=39.65, max=64, meandelta=11643.29 % 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=20, connectedness=1.00 Graph level=2 size=351, connectedness=1.00 Graph level=1 size=15101, connectedness=1.00 Graph level=0 size=497649, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 137146 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=125, Fanout min=5, mean=12.26, max=25, meandelta=9060.95 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 10 11 12 13 14 15 18 25 Graph level=1 size=4321, Fanout min=8, mean=26.76, max=32, meandelta=4664.66 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=137146, Fanout min=1, mean=39.08, max=64, meandelta=3259.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=125, connectedness=1.00 Graph level=1 size=4321, connectedness=1.00 Graph level=0 size=137146, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 140951 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=127, Fanout min=4, mean=12.62, max=32, meandelta=9153.33 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 16 18 32 Graph level=1 size=4452, Fanout min=7, mean=26.77, max=32, meandelta=4780.67 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=140951, Fanout min=3, mean=39.17, max=64, meandelta=3343.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=127, connectedness=1.00 Graph level=1 size=4452, connectedness=1.00 Graph level=0 size=140951, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 153849 documents Graph level=3 size=7, Fanout min=2, mean=2.86, max=4, meandelta=24525.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 4 Graph level=2 size=142, Fanout min=5, mean=12.46, max=28, meandelta=10362.29 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 12 14 16 17 28 Graph level=1 size=4764, Fanout min=8, mean=26.89, max=32, meandelta=5228.44 % 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=153849, Fanout min=1, mean=39.22, max=64, meandelta=3643.45 % 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=142, connectedness=1.00 Graph level=1 size=4764, connectedness=1.00 Graph level=0 size=153849, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 118759 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=4, meandelta=18842.07 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 3 3 3 3 4 Graph level=2 size=106, Fanout min=5, mean=11.45, max=20, meandelta=8643.73 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 15 20 Graph level=1 size=3659, Fanout min=8, mean=26.76, max=32, meandelta=4047.99 % 0 10 20 30 40 50 60 70 80 90 100 0 17 21 23 26 29 32 32 32 32 32 Graph level=0 size=118759, Fanout min=1, mean=38.96, max=64, meandelta=2828.37 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=106, connectedness=1.00 Graph level=1 size=3659, connectedness=1.00 Graph level=0 size=118759, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 116140 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=5, meandelta=13739.19 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 2 3 5 Graph level=2 size=111, Fanout min=5, mean=11.95, max=27, meandelta=8063.48 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 10 10 11 12 14 15 17 27 Graph level=1 size=3575, Fanout min=7, mean=26.59, max=32, meandelta=4004.72 % 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=116140, Fanout min=1, mean=39.07, max=64, meandelta=2759.07 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=111, connectedness=1.00 Graph level=1 size=3575, connectedness=1.00 Graph level=0 size=116140, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 77577 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=18336.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=65, Fanout min=4, mean=9.60, max=19, meandelta=6413.12 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 13 19 Graph level=1 size=2360, Fanout min=9, mean=25.83, max=32, meandelta=2722.36 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 31 32 32 32 32 Graph level=0 size=77577, Fanout min=3, mean=38.63, max=64, meandelta=1863.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=65, connectedness=1.00 Graph level=1 size=2360, connectedness=1.00 Graph level=0 size=77577, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 42180 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=36, Fanout min=3, mean=6.83, max=14, meandelta=4944.02 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 7 7 7 9 10 14 Graph level=1 size=1284, Fanout min=9, mean=24.24, max=32, meandelta=1562.46 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=0 size=42180, Fanout min=1, mean=38.06, max=64, meandelta=1027.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=36, connectedness=1.00 Graph level=1 size=1284, connectedness=1.00 Graph level=0 size=42180, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 41651 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=35, Fanout min=2, mean=6.51, max=11, meandelta=4490.31 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 6 6 6 7 8 8 8 11 Graph level=1 size=1265, Fanout min=8, mean=24.50, max=32, meandelta=1519.81 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 28 31 32 32 32 Graph level=0 size=41651, Fanout min=3, mean=38.08, max=64, meandelta=1013.73 % 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=35, connectedness=1.00 Graph level=1 size=1265, connectedness=1.00 Graph level=0 size=41651, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 47900 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=42, Fanout min=4, mean=8.10, max=13, meandelta=4680.34 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 10 11 11 13 Graph level=1 size=1464, Fanout min=7, mean=24.61, max=32, meandelta=1764.48 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 28 31 32 32 32 Graph level=0 size=47900, Fanout min=3, mean=38.20, max=64, meandelta=1162.74 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=42, connectedness=1.00 Graph level=1 size=1464, connectedness=1.00 Graph level=0 size=47900, 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.28.02.18.00/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 33,470,644.32 msec task-clock:u 126,815,074,449,080 cycles:u (36.36%) 126,541,119,647,930 instructions:u (36.36%) 2,759,326,231,373 cache-references:u (36.36%) 1,268,435,352,785 cache-misses:u (36.36%) 45,757,590,135,255 L1-dcache-loads:u (36.36%) 1,489,039,720,695 L1-dcache-load-misses:u (36.36%) 2,458,258,897,018 L1-icache-loads:u (36.36%) 11,317,970,169 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 33,135,951 faults:u 32,386,248 minor-faults:u 6,326 major-faults:u 10,875,076,653,555 branches:u (36.36%) 90,164,206,273 branch-misses:u (36.36%) 1,962,156,419,839 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1285.889431691 seconds time elapsed 32981.609585000 seconds user 478.799472000 seconds sys took 0:21:25.917034 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=12.958, net_cpu_ms=13.564, 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=63028, index_time_sec=911.91, index_docs_per_sec=8772.78, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=36041.93, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (42, {0: 0, 10: 5, 20: 6, 30: 6, 40: 7, 50: 8, 60: 9, 70: 10, 80: 11, 90: 11, 100: 13}), 1: (1464, {0: 0, 10: 15, 20: 18, 30: 20, 40: 23, 50: 25, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (47900, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1285, microseconds=917034)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 88 Start: 2026-05-28 07:34:26 (UTC) Duration: 1276 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 32047601 549911380 jdk.FileWrite 18064111 377116849 jdk.FileRead 8003683 182250293 jdk.ObjectAllocationInNewTLAB 63216 1257945 jdk.BooleanFlag 43648 1380408 jdk.CPULoad 23810 475566 jdk.Compilation 6347 163757 jdk.Checkpoint 5540 27336044 jdk.UnsignedIntFlag 4224 143248 jdk.IntFlag 3872 141240 jdk.StringFlag 2992 116019 jdk.ObjectAllocationOutsideTLAB 1182 21202 jdk.CPUInformation 88 132172 jdk.GCConfiguration 88 2284 jdk.JVMInformation 88 83420 jdk.Metadata 88 9726373 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32047601 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.44% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.24% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 13.69% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.82% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.24% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 3.24% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.56% 500948 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.10% 351915 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.97% 309870 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.58% 185127 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.46% 147873 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.35% 110664 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.29% 91495 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.28% 90765 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.28% 90705 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.24% 77421 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.22% 70476 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 55614 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 54208 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 50280 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.13% 42529 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.13% 41897 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 37303 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 36500 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 35235 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 31943 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 31458 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.10% 31209 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 29967 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 28818 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 26328 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 25001 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 24483 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 20809 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 17755 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.06% 17727 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14155 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 14024 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 12042 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.04% 11282 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 10029 org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():273 [Inlined code] 0.03% 9924 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.03% 9842 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 9605 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 9474 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 7873 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7178 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7071 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 7053 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 6481 org.apache.lucene.search.TopScoreDocCollector#topDocsSize():179 [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.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32047601 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.21% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 27.21% 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] 13.69% 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.24% 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.24% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.83% 907752 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.16% 371428 org.apache.lucene.codecs.lucene104.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.10% 351811 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.02% 325648 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.91% 292345 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.89% 285185 org.apache.lucene.codecs.lucene104.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.79% 251695 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.49% 155716 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.44% 140290 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.35% 110641 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.28% 90681 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.28% 90512 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% 77234 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.22% 69072 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.21% 67781 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.18% 56561 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.17% 52913 org.apache.lucene.util.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.16% 50263 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 46473 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% 46276 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 44618 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.13% 42525 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.13% 41150 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.12% 37303 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% 31943 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% 29958 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% 29681 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 29139 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.08% 26712 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.08% 26176 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.08% 25001 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% 24468 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% 21739 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% 20785 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% 19898 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% 19263 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% 19005 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% 18750 org.apache.lucene.util.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% 17302 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% 16640 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 14563 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.05% 14543 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.04% 14064 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.04% 12332 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% 12199 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32047601 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 21.63% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 19.92% 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 16.85% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 12.06% 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.82% 904827 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.48% 794884 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.87% 598031 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.54% 491937 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.0x00000000831a0680#call() [Inlined code] 1.53% 489468 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.0x00000000831a0680#call() [Inlined code] 1.24% 398109 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.24% 396690 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.0x000000008319cee8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.09% 350914 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.0x000000008319cee8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.90% 288833 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.63% 200742 org.apache.lucene.codecs.lucene104.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.0x00000000831a0680#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.55% 175471 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.53% 168871 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.52% 167577 org.apache.lucene.codecs.lucene104.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.0x00000000831a0680#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.51% 162514 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.50% 160510 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.49% 157646 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.0x000000008319cee8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.43% 137842 org.apache.lucene.codecs.lucene104.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.0x00000000831a0680#call() [Inlined code] 0.43% 137554 org.apache.lucene.codecs.lucene104.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.0x00000000831a0680#call() [Inlined code] 0.39% 124389 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.30% 97617 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 95266 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 90605 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% 78107 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.23% 72488 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.20% 62825 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.0x000000008319cee8#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.17% 54468 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.0x000000008319cee8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.17% 54009 org.apache.lucene.codecs.lucene104.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.0x00000000831a0680#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.17% 52995 org.apache.lucene.codecs.lucene104.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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.16% 51910 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.15% 47114 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000831a0680#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.0x00000000831a0bd8#run() [JIT compiled code] 0.14% 44618 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.0x000000008307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 43837 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% 41901 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% 41202 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.12% 39725 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000831a0680#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.0x00000000831a0bd8#run() [JIT compiled code] 0.12% 39639 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 38522 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% 35753 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 34790 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.10% 32832 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 [JIT compiled code] 0.10% 32536 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000831a0680#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% 30319 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% 29555 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 29469 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.0x000000008319cee8#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% 28480 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.0x00000000831a0680#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% 26542 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.0x000000008319cee8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64374 events (total: 459333M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.78% 104627M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.20% 101983M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.52% 89671M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.00% 64294M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.04% 32358M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.01% 18433M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.58% 7258M java.lang.Integer#valueOf():1006 [Inlined code] 0.82% 3747M java.util.Arrays#copyOf():3478 [Inlined code] 0.68% 3144M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3138M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3024M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.65% 2981M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 2828M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.42% 1918M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 1725M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.25% 1155M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.22% 1027M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 910M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 887M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.19% 877M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 870M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 794M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 756M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.16% 731M java.util.ArrayList#grow():240 [Inlined code] 0.15% 693M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 441M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 391M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 382M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 380M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 375M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 361M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 341M knn.IndexerThread#_run():108 [JIT compiled code] 0.06% 293M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 291M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 268M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 267M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 261M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 227M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 217M java.util.List#of():935 [Inlined code] 0.04% 193M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 180M java.lang.Integer#valueOf():1006 [JIT compiled code] 0.04% 180M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.04% 180M org.apache.lucene.search.TopScoreDocCollector#populateResults():191 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 166M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 144M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 131M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [JIT compiled code] 0.03% 120M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64374 events (total: 459333M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.37% 84398M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.82% 81836M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.32% 51992M 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.62% 39593M 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.47% 34298M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.01% 32178M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.37% 24684M 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.39% 20147M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.36% 20023M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.01% 18433M 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.56% 7148M 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.77% 3557M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.65% 2981M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.62% 2828M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.58% 2650M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.41% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.38% 1725M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1585M 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% 1547M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.26% 1176M 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.25% 1153M 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% 1047M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 887M 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% 794M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 790M 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% 788M 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 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.16% 731M 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% 681M 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.10% 476M 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% 445M 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% 443M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 441M 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% 409M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 409M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 400M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.09% 391M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.08% 380M 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% 375M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 364M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 361M 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% 359M 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.08% 345M 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% 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.0x00000000831a0bd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 341M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 291M 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.0x0000000083183000#concat() [Inlined code] 0.06% 287M 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% 285M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():241 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmFalse.jfr is 1096.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64374 events (total: 459333M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.61% 39529M 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.15% 28226M 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] 5.66% 26015M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000831a0680#call() [Inlined code] 5.64% 25898M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.55% 25482M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000831a0680#call() [Inlined code] 5.52% 25367M 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.0x00000000831a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.42% 24880M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000831a0680#call() [Inlined code] 5.25% 24111M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000831a0680#call() [Inlined code] 4.86% 22310M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.79% 21981M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.91% 17953M 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.58% 16457M 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.46% 15900M 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.79% 8226M 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.56% 7148M 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.45% 6637M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.42% 6531M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.05% 4825M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.04% 4756M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.99% 4536M 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.0x00000000831a0680#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.97% 4465M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 4405M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.92% 4223M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.86% 3952M 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] 0.85% 3887M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.82% 3749M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.77% 3557M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.67% 3062M 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.0x00000000831a0680#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.63% 2910M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.61% 2792M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.60% 2756M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.58% 2664M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.58% 2654M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.54% 2466M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.48% 2225M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.41% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000831a0680#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.0x00000000831a0bd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.40% 1814M 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.0x00000000831a0680#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.38% 1757M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.38% 1725M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1639M 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% 1427M 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.0x00000000831a0680#call() [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.30% 1355M 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.0x00000000831a0680#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.29% 1346M 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.0x00000000831a0680#call() [Inlined code] 0.28% 1304M 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.0x00000000831a0680#call() [Inlined code] 0.26% 1214M 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.0x00000000831a0680#call() [Inlined code] 0.17% 790M 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.0x00000000831a0680#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.0x00000000831a0bd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.17% 758M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.16% 731M 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% 721M 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 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.28.02.18.00/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.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 833910 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3441770428586874 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 28, 2026 4:04:38 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 81 segments, 7 merges 98.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 40.8s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 21.2s _1bk: 11 segs, 57.9 K docs, 258.7 MB 13.5s _1bw: 11 segs, 56.8 K docs, 253.7 MB 7.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 4.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 0.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 5.0 sec: 81 segments, 7 merges 103.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 45.8s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 26.2s _1bk: 11 segs, 57.9 K docs, 258.7 MB 18.5s _1bw: 11 segs, 56.8 K docs, 253.7 MB 12.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 9.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 5.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 10.0 sec: 81 segments, 7 merges 108.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 50.8s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 31.2s _1bk: 11 segs, 57.9 K docs, 258.7 MB 23.5s _1bw: 11 segs, 56.8 K docs, 253.7 MB 17.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 14.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 10.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 15.0 sec: 81 segments, 7 merges 113.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 55.8s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 36.3s _1bk: 11 segs, 57.9 K docs, 258.7 MB 28.5s _1bw: 11 segs, 56.8 K docs, 253.7 MB 22.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 19.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 15.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 20.0 sec: 81 segments, 7 merges 118.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 60.8s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 41.3s _1bk: 11 segs, 57.9 K docs, 258.7 MB 33.5s _1bw: 11 segs, 56.8 K docs, 253.7 MB 27.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 24.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 20.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 25.0 sec: 81 segments, 7 merges 123.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 65.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 46.3s _1bk: 11 segs, 57.9 K docs, 258.7 MB 38.6s _1bw: 11 segs, 56.8 K docs, 253.7 MB 32.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 29.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 25.0s _1ch: 11 segs, 45.4 K docs, 202.6 MB 30.1 sec: 71 segments, 6 merges 128.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 70.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 51.3s _1bk: 11 segs, 57.9 K docs, 258.7 MB 43.6s _1bw: 11 segs, 56.8 K docs, 253.7 MB 37.6s _1c5: 10 segs, 53.2 K docs, 237.5 MB 34.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 35.1 sec: 42 segments, 3 merges 133.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 75.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 39.3s _1cd: 8 segs, 80.9 K docs, 362.1 MB 40.1 sec: 35 segments, 2 merges 138.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 80.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 45.1 sec: 35 segments, 2 merges 143.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 85.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 50.1 sec: 35 segments, 2 merges 148.9s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 90.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 55.1 sec: 35 segments, 2 merges 154.0s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 95.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 60.1 sec: 35 segments, 2 merges 159.0s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 100.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 65.1 sec: 35 segments, 2 merges 164.0s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 105.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 70.1 sec: 35 segments, 2 merges 169.0s _17x: 8 segs, 1118.7 K docs, 5035.1 MB 110.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 75.0 sec: 28 segments, 1 merges 115.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 80.1 sec: 28 segments, 1 merges 120.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 85.1 sec: 28 segments, 1 merges 125.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 90.1 sec: 28 segments, 1 merges 130.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 95.1 sec: 28 segments, 1 merges 135.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 100.1 sec: 28 segments, 1 merges 140.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 105.1 sec: 28 segments, 1 merges 145.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 110.1 sec: 28 segments, 1 merges 150.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 115.1 sec: 28 segments, 1 merges 155.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 120.1 sec: 28 segments, 1 merges 160.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 125.1 sec: 28 segments, 1 merges 165.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 130.0 sec: 28 segments, 1 merges 170.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 135.0 sec: 28 segments, 1 merges 175.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 140.0 sec: 28 segments, 1 merges 180.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 145.0 sec: 28 segments, 1 merges 185.9s _1am: 8 segs, 1082.5 K docs, 4870.5 MB 150.0 sec: 21 segments, 1 merges 1.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 155.1 sec: 21 segments, 1 merges 6.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 160.1 sec: 21 segments, 1 merges 11.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 165.1 sec: 21 segments, 1 merges 16.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 170.1 sec: 21 segments, 1 merges 21.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 175.1 sec: 21 segments, 1 merges 26.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 180.1 sec: 21 segments, 1 merges 31.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 185.1 sec: 21 segments, 1 merges 36.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 190.1 sec: 21 segments, 1 merges 41.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 195.1 sec: 21 segments, 1 merges 46.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 200.1 sec: 21 segments, 1 merges 51.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 205.1 sec: 21 segments, 1 merges 56.7s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 210.0 sec: 21 segments, 1 merges 61.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 215.0 sec: 21 segments, 1 merges 66.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 220.0 sec: 21 segments, 1 merges 71.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 225.0 sec: 21 segments, 1 merges 76.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 230.0 sec: 21 segments, 1 merges 81.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 235.1 sec: 21 segments, 1 merges 86.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 240.1 sec: 21 segments, 1 merges 91.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 245.1 sec: 21 segments, 1 merges 96.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 250.1 sec: 21 segments, 1 merges 101.6s _1ci: 2 segs, 1097.3 K docs, 4942.3 MB 255.1 sec: 20 segments, 1 merges 1.9s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 260.1 sec: 20 segments, 1 merges 6.9s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 265.0 sec: 20 segments, 1 merges 11.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 270.0 sec: 20 segments, 1 merges 16.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 275.0 sec: 20 segments, 1 merges 21.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 280.0 sec: 20 segments, 1 merges 26.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 285.0 sec: 20 segments, 1 merges 31.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 290.0 sec: 20 segments, 1 merges 36.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 295.0 sec: 20 segments, 1 merges 41.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 300.0 sec: 20 segments, 1 merges 46.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 305.0 sec: 20 segments, 1 merges 51.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 310.0 sec: 20 segments, 1 merges 56.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 315.0 sec: 20 segments, 1 merges 61.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 320.1 sec: 20 segments, 1 merges 66.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 325.1 sec: 20 segments, 1 merges 71.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 330.1 sec: 20 segments, 1 merges 76.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 335.1 sec: 20 segments, 1 merges 81.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 340.0 sec: 20 segments, 1 merges 86.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 345.0 sec: 20 segments, 1 merges 91.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 350.0 sec: 20 segments, 1 merges 96.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 355.0 sec: 20 segments, 1 merges 101.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 360.0 sec: 20 segments, 1 merges 106.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 365.0 sec: 20 segments, 1 merges 111.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 370.0 sec: 20 segments, 1 merges 116.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 375.0 sec: 20 segments, 1 merges 121.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB 380.1 sec: 20 segments, 1 merges 126.8s _1cj: 5 segs, 1111.7 K docs, 5004.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1044 seconds reindex takes 1044.75 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 10.0 sec: 16 segments, 1 merges 10.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 15.0 sec: 16 segments, 1 merges 15.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 20.0 sec: 16 segments, 1 merges 20.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 25.0 sec: 16 segments, 1 merges 25.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 30.0 sec: 16 segments, 1 merges 30.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 35.0 sec: 16 segments, 1 merges 35.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 40.0 sec: 16 segments, 1 merges 40.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 45.0 sec: 16 segments, 1 merges 45.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 50.0 sec: 16 segments, 1 merges 50.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 55.0 sec: 16 segments, 1 merges 55.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 60.1 sec: 16 segments, 1 merges 60.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 65.1 sec: 16 segments, 1 merges 65.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 70.1 sec: 16 segments, 1 merges 70.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 75.1 sec: 16 segments, 1 merges 75.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 80.1 sec: 16 segments, 1 merges 80.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 85.1 sec: 16 segments, 1 merges 85.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 90.1 sec: 16 segments, 1 merges 90.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 95.1 sec: 16 segments, 1 merges 95.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 100.1 sec: 16 segments, 1 merges 100.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 105.1 sec: 16 segments, 1 merges 105.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 110.1 sec: 16 segments, 1 merges 110.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 115.1 sec: 16 segments, 1 merges 115.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 120.0 sec: 16 segments, 1 merges 120.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 125.0 sec: 16 segments, 1 merges 125.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 130.0 sec: 16 segments, 1 merges 130.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 135.0 sec: 16 segments, 1 merges 135.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 140.0 sec: 16 segments, 1 merges 140.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 145.0 sec: 16 segments, 1 merges 145.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 150.0 sec: 16 segments, 1 merges 150.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 155.0 sec: 16 segments, 1 merges 155.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 160.0 sec: 16 segments, 1 merges 160.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 165.0 sec: 16 segments, 1 merges 165.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 170.0 sec: 16 segments, 1 merges 170.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 175.1 sec: 16 segments, 1 merges 175.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 180.1 sec: 16 segments, 1 merges 180.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 185.1 sec: 16 segments, 1 merges 185.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 190.1 sec: 16 segments, 1 merges 190.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 195.1 sec: 16 segments, 1 merges 195.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 200.1 sec: 16 segments, 1 merges 200.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 205.1 sec: 16 segments, 1 merges 205.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 210.1 sec: 16 segments, 1 merges 210.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 215.1 sec: 16 segments, 1 merges 215.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 220.1 sec: 16 segments, 1 merges 220.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 225.1 sec: 16 segments, 1 merges 225.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 230.1 sec: 16 segments, 1 merges 230.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 235.0 sec: 16 segments, 1 merges 235.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 240.0 sec: 16 segments, 1 merges 240.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 245.0 sec: 16 segments, 1 merges 245.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 250.0 sec: 16 segments, 1 merges 250.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 255.0 sec: 16 segments, 1 merges 255.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 260.0 sec: 16 segments, 1 merges 260.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 265.0 sec: 16 segments, 1 merges 265.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 270.0 sec: 16 segments, 1 merges 270.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 275.0 sec: 16 segments, 1 merges 275.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 280.0 sec: 16 segments, 1 merges 280.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 285.0 sec: 16 segments, 1 merges 285.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 290.1 sec: 16 segments, 1 merges 290.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 295.1 sec: 16 segments, 1 merges 295.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 300.1 sec: 16 segments, 1 merges 300.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 305.1 sec: 16 segments, 1 merges 305.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 310.1 sec: 16 segments, 1 merges 310.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 315.1 sec: 16 segments, 1 merges 315.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 320.1 sec: 16 segments, 1 merges 320.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 325.1 sec: 16 segments, 1 merges 325.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 330.1 sec: 16 segments, 1 merges 330.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 335.1 sec: 16 segments, 1 merges 335.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 340.1 sec: 16 segments, 1 merges 340.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 345.1 sec: 16 segments, 1 merges 345.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 350.0 sec: 16 segments, 1 merges 350.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 355.0 sec: 16 segments, 1 merges 355.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 360.0 sec: 16 segments, 1 merges 360.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 365.0 sec: 16 segments, 1 merges 365.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 370.0 sec: 16 segments, 1 merges 370.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 375.0 sec: 16 segments, 1 merges 375.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 380.0 sec: 16 segments, 1 merges 380.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 385.0 sec: 16 segments, 1 merges 385.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 390.0 sec: 16 segments, 1 merges 390.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 395.0 sec: 16 segments, 1 merges 395.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 400.0 sec: 16 segments, 1 merges 400.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 405.0 sec: 16 segments, 1 merges 405.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 410.1 sec: 16 segments, 1 merges 410.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 415.1 sec: 16 segments, 1 merges 415.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 420.1 sec: 16 segments, 1 merges 420.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 425.1 sec: 16 segments, 1 merges 425.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 430.1 sec: 16 segments, 1 merges 430.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 435.0 sec: 16 segments, 1 merges 435.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 440.0 sec: 16 segments, 1 merges 440.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 445.0 sec: 16 segments, 1 merges 445.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 450.0 sec: 16 segments, 1 merges 450.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 455.0 sec: 16 segments, 1 merges 455.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 460.0 sec: 16 segments, 1 merges 460.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 465.0 sec: 16 segments, 1 merges 465.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 470.0 sec: 16 segments, 1 merges 470.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 475.1 sec: 16 segments, 1 merges 475.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 480.1 sec: 16 segments, 1 merges 480.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 485.1 sec: 16 segments, 1 merges 485.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 490.1 sec: 16 segments, 1 merges 490.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 495.0 sec: 16 segments, 1 merges 495.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 500.0 sec: 16 segments, 1 merges 500.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 505.0 sec: 16 segments, 1 merges 505.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 510.0 sec: 16 segments, 1 merges 510.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 515.0 sec: 16 segments, 1 merges 515.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 520.0 sec: 16 segments, 1 merges 520.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 525.0 sec: 16 segments, 1 merges 525.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 530.0 sec: 16 segments, 1 merges 530.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 535.0 sec: 16 segments, 1 merges 535.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 540.0 sec: 16 segments, 1 merges 540.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 545.0 sec: 16 segments, 1 merges 545.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 550.0 sec: 16 segments, 1 merges 550.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 555.0 sec: 16 segments, 1 merges 555.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 560.0 sec: 16 segments, 1 merges 560.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 565.0 sec: 16 segments, 1 merges 565.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 570.0 sec: 16 segments, 1 merges 570.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 575.0 sec: 16 segments, 1 merges 575.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 580.0 sec: 16 segments, 1 merges 580.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 585.0 sec: 16 segments, 1 merges 585.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 590.0 sec: 16 segments, 1 merges 590.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 595.1 sec: 16 segments, 1 merges 595.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 600.1 sec: 16 segments, 1 merges 600.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 605.1 sec: 16 segments, 1 merges 605.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 610.1 sec: 16 segments, 1 merges 610.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 615.1 sec: 16 segments, 1 merges 615.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 620.1 sec: 16 segments, 1 merges 620.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 625.1 sec: 16 segments, 1 merges 625.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 630.1 sec: 16 segments, 1 merges 630.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 635.1 sec: 16 segments, 1 merges 635.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 640.0 sec: 16 segments, 1 merges 640.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 645.0 sec: 16 segments, 1 merges 645.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 650.0 sec: 16 segments, 1 merges 650.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 655.1 sec: 16 segments, 1 merges 655.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 660.0 sec: 16 segments, 1 merges 660.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 665.0 sec: 16 segments, 1 merges 665.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 670.0 sec: 16 segments, 1 merges 670.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 675.0 sec: 16 segments, 1 merges 675.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 680.0 sec: 16 segments, 1 merges 680.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 685.0 sec: 16 segments, 1 merges 685.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 690.0 sec: 16 segments, 1 merges 690.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 695.0 sec: 16 segments, 1 merges 695.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 700.0 sec: 16 segments, 1 merges 700.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 705.0 sec: 16 segments, 1 merges 705.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 710.0 sec: 16 segments, 1 merges 710.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 715.1 sec: 16 segments, 1 merges 715.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 720.1 sec: 16 segments, 1 merges 720.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 725.1 sec: 16 segments, 1 merges 725.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 730.1 sec: 16 segments, 1 merges 730.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 735.1 sec: 16 segments, 1 merges 735.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 740.1 sec: 16 segments, 1 merges 740.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 745.1 sec: 16 segments, 1 merges 745.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 750.1 sec: 16 segments, 1 merges 750.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 755.1 sec: 16 segments, 1 merges 755.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 760.1 sec: 16 segments, 1 merges 760.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 765.1 sec: 16 segments, 1 merges 765.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 770.0 sec: 16 segments, 1 merges 770.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 775.0 sec: 16 segments, 1 merges 775.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 780.0 sec: 16 segments, 1 merges 780.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 785.0 sec: 16 segments, 1 merges 785.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 790.0 sec: 16 segments, 1 merges 790.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 795.0 sec: 16 segments, 1 merges 795.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 800.0 sec: 16 segments, 1 merges 800.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 805.0 sec: 16 segments, 1 merges 805.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 810.0 sec: 16 segments, 1 merges 810.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 815.0 sec: 16 segments, 1 merges 815.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 820.1 sec: 16 segments, 1 merges 820.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 825.1 sec: 16 segments, 1 merges 825.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 830.0 sec: 16 segments, 1 merges 830.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 835.0 sec: 16 segments, 1 merges 835.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 840.0 sec: 16 segments, 1 merges 840.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 845.1 sec: 16 segments, 1 merges 845.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 850.1 sec: 16 segments, 1 merges 850.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 855.1 sec: 16 segments, 1 merges 855.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 860.1 sec: 16 segments, 1 merges 860.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 865.1 sec: 16 segments, 1 merges 865.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 870.1 sec: 16 segments, 1 merges 870.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 875.1 sec: 16 segments, 1 merges 875.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 880.1 sec: 16 segments, 1 merges 880.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 885.1 sec: 16 segments, 1 merges 885.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 890.1 sec: 16 segments, 1 merges 890.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 895.1 sec: 16 segments, 1 merges 895.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 900.1 sec: 16 segments, 1 merges 900.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 905.1 sec: 16 segments, 1 merges 905.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 910.0 sec: 16 segments, 1 merges 910.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 915.0 sec: 16 segments, 1 merges 915.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 920.0 sec: 16 segments, 1 merges 920.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 925.0 sec: 16 segments, 1 merges 925.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 930.0 sec: 16 segments, 1 merges 930.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 935.0 sec: 16 segments, 1 merges 935.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 940.0 sec: 16 segments, 1 merges 940.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 945.0 sec: 16 segments, 1 merges 945.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 950.0 sec: 16 segments, 1 merges 950.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 955.0 sec: 16 segments, 1 merges 955.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 960.1 sec: 16 segments, 1 merges 960.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 965.1 sec: 16 segments, 1 merges 965.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 970.1 sec: 16 segments, 1 merges 970.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 975.1 sec: 16 segments, 1 merges 975.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 980.1 sec: 16 segments, 1 merges 980.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 985.1 sec: 16 segments, 1 merges 985.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 990.1 sec: 16 segments, 1 merges 990.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 995.1 sec: 16 segments, 1 merges 995.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1000.1 sec: 16 segments, 1 merges 1000.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1005.1 sec: 16 segments, 1 merges 1005.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1040.0 sec: 16 segments, 1 merges 1040.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1050.0 sec: 16 segments, 1 merges 1050.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1065.1 sec: 16 segments, 1 merges 1065.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1080.0 sec: 16 segments, 1 merges 1080.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1105.0 sec: 16 segments, 1 merges 1105.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1110.0 sec: 16 segments, 1 merges 1110.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB 1115.0 sec: 16 segments, 1 merges 1115.0s _1ck: 16 segs, 8000.0 K docs, 36047.9 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1120.81 sec index has 1 segments: segments_3: _1ck(11.0.0):C8000000 _1ck: 36185.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.89 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=49329055778 cpu@end=51666513675 deltaMS=2337.457897 thread 14 name=Reference Handler cpu@start=2234974 cpu@end=2234974 deltaMS=0.0 thread 15 name=Finalizer cpu@start=163989 cpu@end=163989 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63445 cpu@end=63445 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4771554 cpu@end=4771554 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16637633891 cpu@end=16638002057 deltaMS=0.368166 thread 42 name=JFR Periodic Tasks cpu@start=141394287031 cpu@end=141504844691 deltaMS=110.55766 thread 45 name=Notification Thread cpu@start=112913 cpu@end=112913 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1952317831948 cpu@end=1952317831948 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1951904481345 cpu@end=1951904481345 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1952239832796 cpu@end=1952239832796 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1953727728245 cpu@end=1953727728245 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1951732603080 cpu@end=1951732603080 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1953665506055 cpu@end=1953665506055 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1952936251883 cpu@end=1952936251883 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1954866924115 cpu@end=1954866924115 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1946885667459 cpu@end=1946885667459 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1950378426793 cpu@end=1950378426793 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1949044536947 cpu@end=1949044536947 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1951809479514 cpu@end=1951809479514 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1951841731017 cpu@end=1951841731017 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1957729474555 cpu@end=1957729474555 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1951506107098 cpu@end=1951506107098 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1955834072582 cpu@end=1955834072582 deltaMS=0.0 Average CPU cores used: 1.0442699571558232 completed 1000 searches in 2344 ms: 426 QPS CPU time=2447 ms checking results SUMMARY: 0.882 2.344 2.447 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5726 1044.75 7657.33 1120.81 1 36185.89 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=254, Fanout min=6, mean=16.93, max=32, meandelta=387850.94 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 17 19 21 25 32 Graph level=2 size=7708, Fanout min=6, mean=27.28, max=32, meandelta=268061.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=1 size=247140, Fanout min=1, mean=28.28, max=32, meandelta=258456.53 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.73, max=64, meandelta=194186.16 % 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=254, connectedness=1.00 Graph level=2 size=7708, connectedness=1.00 Graph level=1 size=247140, 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.28.02.18.00/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': 50,100,568.29 msec task-clock:u 194,037,687,188,755 cycles:u (36.36%) 193,272,931,470,603 instructions:u (36.36%) 4,580,146,370,142 cache-references:u (36.36%) 1,775,843,336,314 cache-misses:u (36.36%) 70,663,096,887,268 L1-dcache-loads:u (36.36%) 2,051,776,967,895 L1-dcache-load-misses:u (36.36%) 4,257,047,786,532 L1-icache-loads:u (36.36%) 17,222,870,815 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 25,165,451 faults:u 24,150,596 minor-faults:u 9,490 major-faults:u 16,958,805,140,360 branches:u (36.36%) 120,849,585,709 branch-misses:u (36.36%) 3,110,907,900,149 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2627.689231240 seconds time elapsed 49445.039846000 seconds user 641.360933000 seconds sys took 0:43:47.716194 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.882, cpu_time_ms=2.344, net_cpu_ms=2.447, avg_cpu_core_count=1.044, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5726, index_time_sec=1044.75, index_docs_per_sec=7657.33, force_merge_time_sec=1120.81, index_num_segments=1, index_size_on_disk_mb=36185.89, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (254, {0: 0, 10: 11, 20: 12, 30: 14, 40: 15, 50: 16, 60: 17, 70: 19, 80: 21, 90: 25, 100: 32}), 2: (7708, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247140, {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=2627, microseconds=716194)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 120 Start: 2026-05-28 08:04:38 (UTC) Duration: 2614 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 48092704 823293857 jdk.FileWrite 23659109 500234365 jdk.FileRead 8003679 182335125 jdk.ObjectAllocationInNewTLAB 73121 1448826 jdk.BooleanFlag 59520 1883096 jdk.CPULoad 49036 980086 jdk.Checkpoint 8597 31376954 jdk.Compilation 6282 162004 jdk.UnsignedIntFlag 5760 195408 jdk.IntFlag 5280 192664 jdk.StringFlag 4080 158171 jdk.ObjectAllocationOutsideTLAB 1375 24498 jdk.CPUInformation 120 180236 jdk.GCConfiguration 120 3116 jdk.JVMInformation 120 113996 jdk.Metadata 120 13263237 jdk.GarbageCollection 61 1466 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.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48092704 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.65% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] 20.33% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] 10.70% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 7.04% 3M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.26% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.40% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 2.33% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.28% 614038 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.27% 612674 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.11% 533504 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.88% 423554 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.78% 376004 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.67% 323563 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.50% 239045 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.37% 177697 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.25% 120698 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.24% 117040 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.23% 111605 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 106507 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 82419 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 79953 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 68639 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 67677 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.12% 56932 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.10% 46572 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 46460 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 43650 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 41830 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.08% 39933 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 38350 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 32837 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 32018 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 31853 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 30588 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 30170 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 25037 java.util.Arrays#sort():99 [Inlined code] 0.04% 20410 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 17980 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 16420 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 15546 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 15031 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 14098 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 13856 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.03% 13598 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 11513 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 10082 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9733 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 9359 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8946 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 8159 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48092704 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.40% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 20.33% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] 10.70% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 7.01% 3M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 2.61% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 2.33% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.18% 1M java.util.concurrent.locks.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.27% 611891 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.11% 532591 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 1.05% 503424 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.71% 343580 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.65% 310785 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.60% 290026 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.60% 288932 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.51% 246369 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.44% 211382 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.40% 194039 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.25% 120691 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.23% 111575 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.23% 110606 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.22% 104974 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.20% 96667 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.19% 93610 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.19% 93456 org.apache.lucene.codecs.lucene104.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.18% 85976 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.17% 81045 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.17% 79787 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% 67676 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.13% 64749 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% 64190 org.apache.lucene.util.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% 59652 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.12% 56891 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.12% 56334 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 43649 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% 41830 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% 41595 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% 32009 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% 31853 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% 30571 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% 30170 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% 27453 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% 25037 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% 24738 org.apache.lucene.util.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% 24010 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% 21413 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% 20656 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% 20546 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% 20092 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% 18360 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% 17790 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48092704 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.82% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 12.97% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 10.15% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 9.53% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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] 4.57% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.14% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 2.77% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.07% 993534 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.93% 927333 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.75% 840028 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.47% 704571 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.0x000000009c19ed30#call() [Inlined code] 1.09% 522221 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 1.08% 521581 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.0x000000009c197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.88% 424329 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.84% 405028 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.78% 375454 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.0x000000009c197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.74% 353953 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.0x000000009c197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.73% 351838 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.71% 342655 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.69% 333807 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 293523 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.0x000000009c19ed30#call() [Inlined code] 0.52% 251846 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.0x000000009c19ed30#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.0x000000009c19f288#run() [JIT compiled code] 0.51% 244223 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.41% 195506 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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% 186740 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.39% 186536 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.37% 176702 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.36% 173122 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.34% 162838 org.apache.lucene.codecs.lucene104.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.0x000000009c19ed30#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.34% 162248 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.34% 161584 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.30% 146295 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.27% 130154 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.23% 111510 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.22% 108058 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#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.0x000000009c19f288#run() [JIT compiled code] 0.20% 96667 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.0x000000009c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.16% 77378 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.0x000000009c19ed30#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.0x000000009c19f288#run() [JIT compiled code] 0.16% 75608 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.16% 75377 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.0x000000009c197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 72564 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.15% 71497 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 70039 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.14% 68433 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 66524 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% 62974 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.0x000000009c19ed30#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% 61945 org.apache.lucene.codecs.lucene104.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.0x000000009c19ed30#call() [Inlined code] 0.13% 61441 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.0x000000009c197d88#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% 60227 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.12% 57221 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.0x000000009c197d88#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% 56791 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.0x000000009c19ed30#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.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74470 events (total: 585512M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.84% 139613M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.54% 137815M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.07% 135082M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 10.85% 63508M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.33% 31188M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.82% 22389M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.03% 6005M java.util.Arrays#copyOf():3478 [Inlined code] 0.91% 5299M java.lang.Integer#valueOf():1006 [Inlined code] 0.77% 4485M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3968M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 3923M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.66% 3855M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.53% 3128M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.34% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1837M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.29% 1724M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1196M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 1196M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 1005M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 1000M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 900M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 817M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.13% 759M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.13% 738M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 707M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 702M java.util.ArrayList#grow():240 [Inlined code] 0.09% 548M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 515M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.09% 509M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 507M knn.IndexerThread#_run():125 [JIT compiled code] 0.08% 448M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 409M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 406M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 406M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 372M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 357M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 342M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.06% 328M java.util.List#of():935 [Inlined code] 0.05% 310M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 261M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 233M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 232M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 193M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 174M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 168M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 161M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 135M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [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.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74470 events (total: 585512M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.03% 111427M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.70% 109501M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.35% 78177M 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.70% 56765M 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.66% 39010M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.33% 31188M 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.46% 26104M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.37% 25559M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.18% 24498M 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.82% 22389M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.99% 5781M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.89% 5197M 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.77% 4485M 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% 3923M 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.60% 3500M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.36% 2106M 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% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1944M 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% 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.26% 1513M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1490M 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% 1474M 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% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1196M 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% 996M 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% 923M 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.15% 850M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 810M 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.14% 798M 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.13% 746M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 738M 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% 736M 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% 702M 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% 579M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 548M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009c19f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.09% 510M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.09% 509M 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% 507M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 495M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 423M 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.07% 420M 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% 417M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 396M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 391M 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% 372M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [Inlined code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.06% 357M 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.0x000000009c183400#concat() [Inlined code] 0.06% 349M 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% 347M 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% 347M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q4-fmTrue.jfr is 1483.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74470 events (total: 585512M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.20% 53851M 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.88% 51970M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000009c19ed30#call() [Inlined code] 8.77% 51345M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000009c19ed30#call() [Inlined code] 7.22% 42256M 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.65% 38946M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.33% 31188M 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.02% 23534M 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.94% 23087M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.87% 22679M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.86% 22576M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000009c19ed30#call() [Inlined code] 3.85% 22544M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000009c19ed30#call() [Inlined code] 2.79% 16355M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.45% 14334M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.55% 9085M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.51% 8845M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 8613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.43% 8398M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.39% 8142M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.35% 7884M 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.0x000000009c19ed30#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.02% 5989M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.00% 5853M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.99% 5781M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.94% 5531M 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.89% 5197M 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.76% 4454M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.69% 4054M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.69% 4015M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.66% 3839M 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.0x000000009c19ed30#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.60% 3540M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.51% 2989M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.51% 2983M 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.0x000000009c19ed30#call() [Inlined code] 0.46% 2706M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.44% 2601M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.43% 2538M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.43% 2509M 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.0x000000009c19ed30#call() [Inlined code] 0.37% 2181M 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.0x000000009c19ed30#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% 1978M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 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.0x000000009c19ed30#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.0x000000009c19f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.32% 1850M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.29% 1704M 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.0x000000009c19ed30#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.23% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1317M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.22% 1295M 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.0x000000009c19ed30#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.21% 1236M 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.0x000000009c19ed30#call() [Inlined code] 0.18% 1042M 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.0x000000009c19ed30#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.17% 990M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009c19ed30#call() [Inlined code] 0.16% 923M 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.0x000000009c19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009c19f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.15% 879M 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.0x000000009c19ed30#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% 839M 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.0x000000009c19ed30#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% 762M 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] 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.28.02.18.00/bench-knn-q7-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 868492 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3445228133651715 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 28, 2026 5:02:15 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 129 segments, 14 merges 341.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 194.5s _18d: 8 segs, 316.8 K docs, 1577.9 MB 141.9s _1a1: 8 segs, 109.9 K docs, 546.1 MB 123.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 94.5s _1bm: 8 segs, 107.0 K docs, 531.9 MB 65.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 51.6s _1cz: 8 segs, 80.9 K docs, 401.7 MB 43.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 36.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 27.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 19.2s _1dz: 8 segs, 40.4 K docs, 200.1 MB 10.1s _1e8: 8 segs, 39.0 K docs, 193.0 MB 2.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 0.0s _1eh: 8 segs, 28.6 K docs, 141.5 MB 5.0 sec: 122 segments, 13 merges 346.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 199.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 128.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 99.5s _1bm: 8 segs, 107.0 K docs, 531.9 MB 70.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 56.6s _1cz: 8 segs, 80.9 K docs, 401.7 MB 48.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 41.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 32.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 24.2s _1dz: 8 segs, 40.4 K docs, 200.1 MB 15.1s _1e8: 8 segs, 39.0 K docs, 193.0 MB 7.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 5.0s _1eh: 8 segs, 28.6 K docs, 141.5 MB 10.0 sec: 122 segments, 13 merges 351.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 204.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 133.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 104.5s _1bm: 8 segs, 107.0 K docs, 531.9 MB 75.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 61.6s _1cz: 8 segs, 80.9 K docs, 401.7 MB 53.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 46.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 37.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 29.2s _1dz: 8 segs, 40.4 K docs, 200.1 MB 20.1s _1e8: 8 segs, 39.0 K docs, 193.0 MB 12.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 10.0s _1eh: 8 segs, 28.6 K docs, 141.5 MB 15.0 sec: 115 segments, 12 merges 356.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 209.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 138.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 109.6s _1bm: 8 segs, 107.0 K docs, 531.9 MB 80.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 58.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 51.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 42.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 34.2s _1dz: 8 segs, 40.4 K docs, 200.1 MB 25.1s _1e8: 8 segs, 39.0 K docs, 193.0 MB 17.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 15.0s _1eh: 8 segs, 28.6 K docs, 141.5 MB 20.0 sec: 101 segments, 10 merges 361.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 214.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 143.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 114.6s _1bm: 8 segs, 107.0 K docs, 531.9 MB 85.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 63.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 56.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 47.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 39.3s _1dz: 8 segs, 40.4 K docs, 200.1 MB 22.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 25.0 sec: 101 segments, 10 merges 366.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 219.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 148.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 119.6s _1bm: 8 segs, 107.0 K docs, 531.9 MB 90.8s _1ci: 8 segs, 114.2 K docs, 567.7 MB 68.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 61.0s _1dg: 10 segs, 49.9 K docs, 247.0 MB 52.9s _1dq: 9 segs, 44.3 K docs, 219.1 MB 44.3s _1dz: 8 segs, 40.4 K docs, 200.1 MB 27.4s _1eg: 8 segs, 74.1 K docs, 368.0 MB 30.0 sec: 77 segments, 7 merges 371.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 224.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 153.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 124.6s _1bm: 8 segs, 107.0 K docs, 531.9 MB 95.9s _1ci: 8 segs, 114.2 K docs, 567.7 MB 73.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 32.5s _1eg: 8 segs, 74.1 K docs, 368.0 MB 35.1 sec: 70 segments, 7 merges 376.8s _13n: 8 segs, 1022.7 K docs, 5100.1 MB 229.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 158.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 100.9s _1ci: 8 segs, 114.2 K docs, 567.7 MB 78.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 37.5s _1eg: 8 segs, 74.1 K docs, 368.0 MB 4.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 40.1 sec: 56 segments, 5 merges 234.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 163.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 105.9s _1ci: 8 segs, 114.2 K docs, 567.7 MB 83.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 9.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 45.1 sec: 49 segments, 4 merges 239.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 168.2s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 88.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 14.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 50.1 sec: 49 segments, 4 merges 244.6s _18d: 8 segs, 316.8 K docs, 1577.9 MB 173.2s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 93.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 19.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 55.0 sec: 42 segments, 3 merges 178.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 98.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 24.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 60.0 sec: 42 segments, 3 merges 183.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 103.8s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 29.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 65.0 sec: 42 segments, 3 merges 188.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 108.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 34.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 70.0 sec: 42 segments, 3 merges 193.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 113.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 39.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 75.0 sec: 42 segments, 3 merges 198.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 118.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 44.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 80.1 sec: 42 segments, 3 merges 203.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 123.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 49.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 85.1 sec: 42 segments, 3 merges 208.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 128.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 54.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 90.1 sec: 42 segments, 3 merges 213.1s _1ao: 8 segs, 386.5 K docs, 1925.7 MB 133.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 59.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 95.1 sec: 35 segments, 2 merges 138.9s _1d7: 8 segs, 252.4 K docs, 1257.0 MB 64.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 100.1 sec: 28 segments, 1 merges 69.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 105.1 sec: 28 segments, 1 merges 74.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 110.1 sec: 28 segments, 1 merges 79.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 115.0 sec: 28 segments, 1 merges 84.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 120.0 sec: 28 segments, 1 merges 89.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 125.0 sec: 28 segments, 1 merges 94.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 130.1 sec: 28 segments, 1 merges 99.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 135.1 sec: 28 segments, 1 merges 104.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 140.1 sec: 28 segments, 1 merges 109.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 145.1 sec: 28 segments, 1 merges 114.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 150.1 sec: 28 segments, 1 merges 119.9s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 155.0 sec: 28 segments, 1 merges 124.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 160.0 sec: 28 segments, 1 merges 129.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 165.0 sec: 28 segments, 1 merges 134.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB 170.0 sec: 28 segments, 1 merges 139.8s _1ei: 8 segs, 691.9 K docs, 3448.9 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1486 seconds reindex takes 1487.00 sec index has 21 segments: segments_2: _90(11.0.0):C876768 _is(11.0.0):C1018145 _139(11.0.0):C971836 _13n(11.0.0):C1022671 _w6(11.0.0):C526316 _nf(11.0.0):C210573 _u1(11.0.0):C448028 _vz(11.0.0):C252819 _110(11.0.0):C214011 _yv(11.0.0):C180835 _1ao(11.0.0):C386509 _1ei(11.0.0):C691921 _14x(11.0.0):C292832 _18d(11.0.0):C316814 _1d7(11.0.0):C252394 _1ci(11.0.0):C114191 _1cb(11.0.0):C41244 _1eg(11.0.0):C74106 _1dz(11.0.0):C40415 _1e8(11.0.0):C38975 _1eh(11.0.0):C28597 _90: 4378.4 MB _is: 5085.3 MB _139: 4853.8 MB _13n: 5108.0 MB _w6: 2627.3 MB _nf: 1050.6 MB _u1: 2236.4 MB _vz: 1261.5 MB _110: 1067.8 MB _yv: 902.1 MB _1ao: 1929.1 MB _1ei: 3454.7 MB _14x: 1461.2 MB _18d: 1581.1 MB _1d7: 1259.4 MB _1ci: 569.4 MB _1cb: 205.3 MB _1eg: 369.3 MB _1dz: 201.2 MB _1e8: 194.0 MB _1eh: 142.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39938.18 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=58317759696 cpu@end=73821389938 deltaMS=15503.630242 thread 14 name=Reference Handler cpu@start=1307216 cpu@end=1307216 deltaMS=0.0 thread 15 name=Finalizer cpu@start=153535 cpu@end=153535 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63389 cpu@end=63389 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7001258 cpu@end=7001258 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19813414954 cpu@end=19815478897 deltaMS=2.063943 thread 42 name=JFR Periodic Tasks cpu@start=113221391224 cpu@end=113994754263 deltaMS=773.363039 thread 45 name=Notification Thread cpu@start=113411 cpu@end=113411 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1625690182218 cpu@end=1625690182218 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1624298000173 cpu@end=1624298000173 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1623567945224 cpu@end=1623567945224 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1626047107806 cpu@end=1626047107806 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1623246430133 cpu@end=1623246430133 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1622318912129 cpu@end=1622318912129 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1617021671478 cpu@end=1617021671478 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1622449658817 cpu@end=1622449658817 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1624574906590 cpu@end=1624574906590 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1625815074476 cpu@end=1625815074476 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1622640385632 cpu@end=1622640385632 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1621177478209 cpu@end=1621177478209 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1624401774176 cpu@end=1624401774176 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1622098347526 cpu@end=1622098347526 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1621504888977 cpu@end=1621504888977 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1626600010953 cpu@end=1626600010953 deltaMS=0.0 Average CPU cores used: 1.049261478631334 completed 1000 searches in 15514 ms: 64 QPS CPU time=16278 ms checking results SUMMARY: 0.954 15.514 16.278 1.049 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 71499 1487.00 5379.96 0.00 21 39938.18 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 876768 documents Graph level=3 size=43, Fanout min=4, mean=7.81, max=15, meandelta=70700.84 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 7 8 10 13 15 Graph level=2 size=765, Fanout min=8, mean=22.49, max=32, meandelta=35393.46 % 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=26825, Fanout min=3, mean=28.00, max=32, meandelta=28667.92 % 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=876768, Fanout min=1, mean=39.52, max=64, meandelta=20550.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=43, connectedness=1.00 Graph level=2 size=765, connectedness=1.00 Graph level=1 size=26825, connectedness=1.00 Graph level=0 size=876768, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1018145 documents Graph level=3 size=53, Fanout min=3, mean=8.42, max=17, meandelta=92493.95 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 12 17 Graph level=2 size=933, Fanout min=8, mean=23.24, max=32, meandelta=39945.49 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 32 32 32 Graph level=1 size=31205, Fanout min=3, mean=28.09, max=32, meandelta=33237.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=1018145, Fanout min=1, mean=39.49, max=64, meandelta=23873.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=53, connectedness=1.00 Graph level=2 size=933, connectedness=1.00 Graph level=1 size=31205, connectedness=1.00 Graph level=0 size=1018145, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 971836 documents Graph level=3 size=45, Fanout min=4, mean=7.69, max=16, meandelta=84359.37 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 7 8 9 9 10 16 Graph level=2 size=749, Fanout min=8, mean=22.32, max=32, meandelta=39787.29 % 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=29477, Fanout min=3, mean=28.06, max=32, meandelta=31729.06 % 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=971836, Fanout min=1, mean=39.54, max=64, meandelta=22763.50 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=45, connectedness=1.00 Graph level=2 size=749, connectedness=1.00 Graph level=1 size=29477, connectedness=1.00 Graph level=0 size=971836, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1022671 documents Graph level=3 size=56, Fanout min=2, mean=9.00, max=17, meandelta=89103.34 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 8 9 9 10 11 13 17 Graph level=2 size=934, Fanout min=8, mean=23.56, max=32, meandelta=39477.43 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 29 32 32 32 Graph level=1 size=31189, Fanout min=2, mean=28.16, max=32, meandelta=33245.32 % 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=1022671, Fanout min=1, mean=39.52, max=64, meandelta=23963.49 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=934, connectedness=1.00 Graph level=1 size=31189, connectedness=1.00 Graph level=0 size=1022671, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 526316 documents Graph level=3 size=28, Fanout min=4, mean=8.00, max=12, meandelta=35287.38 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 7 8 8 9 9 9 12 Graph level=2 size=407, Fanout min=7, mean=19.04, max=32, meandelta=23278.02 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 20 22 25 28 32 Graph level=1 size=15949, Fanout min=4, mean=27.84, max=32, meandelta=17315.71 % 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=526316, Fanout min=1, mean=39.61, max=64, meandelta=12322.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=28, connectedness=1.00 Graph level=2 size=407, connectedness=1.00 Graph level=1 size=15949, connectedness=1.00 Graph level=0 size=526316, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 210573 documents Graph level=3 size=6, Fanout min=1, mean=2.00, max=4, meandelta=25449.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 4 Graph level=2 size=189, Fanout min=5, mean=15.11, max=30, meandelta=11694.91 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 17 19 23 30 Graph level=1 size=6566, Fanout min=6, mean=27.19, max=32, meandelta=7081.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=210573, Fanout min=1, mean=39.36, max=64, meandelta=4968.55 % 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=6, connectedness=1.00 Graph level=2 size=189, connectedness=1.00 Graph level=1 size=6566, connectedness=1.00 Graph level=0 size=210573, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 448028 documents Graph level=3 size=22, Fanout min=3, mean=5.27, max=9, meandelta=41411.59 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 7 9 Graph level=2 size=328, Fanout min=7, mean=18.09, max=32, meandelta=22025.20 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 16 17 19 21 23 26 32 Graph level=1 size=13534, Fanout min=7, mean=27.74, max=32, meandelta=14765.58 % 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=448028, Fanout min=1, mean=39.60, max=64, meandelta=10498.06 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=22, connectedness=1.00 Graph level=2 size=328, connectedness=1.00 Graph level=1 size=13534, connectedness=1.00 Graph level=0 size=448028, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 252819 documents Graph level=3 size=13, Fanout min=1, mean=3.38, max=6, meandelta=36080.98 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 4 4 4 5 6 Graph level=2 size=205, Fanout min=6, mean=15.20, max=32, meandelta=13885.98 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 18 19 21 32 Graph level=1 size=7715, Fanout min=8, mean=27.42, max=32, meandelta=8418.40 % 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=252819, Fanout min=1, mean=39.39, max=64, meandelta=5960.36 % 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=13, connectedness=1.00 Graph level=2 size=205, connectedness=1.00 Graph level=1 size=7715, connectedness=1.00 Graph level=0 size=252819, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 214011 documents Graph level=3 size=12, Fanout min=1, mean=3.33, max=5, meandelta=42854.32 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 4 5 5 Graph level=2 size=195, Fanout min=6, mean=15.13, max=27, meandelta=12433.37 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 16 17 18 21 27 Graph level=1 size=6644, Fanout min=7, mean=27.34, max=32, meandelta=7160.04 % 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=214011, Fanout min=1, mean=39.42, max=64, meandelta=5043.81 % 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=12, connectedness=1.00 Graph level=2 size=195, connectedness=1.00 Graph level=1 size=6644, connectedness=1.00 Graph level=0 size=214011, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 180835 documents Graph level=3 size=8, Fanout min=1, mean=2.25, max=6, meandelta=11349.22 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 3 6 Graph level=2 size=172, Fanout min=4, mean=14.09, max=29, meandelta=10790.36 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 15 16 18 20 29 Graph level=1 size=5616, Fanout min=9, mean=27.04, max=32, meandelta=6116.68 % 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=180835, Fanout min=1, mean=39.25, max=64, meandelta=4280.35 % 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=172, connectedness=1.00 Graph level=1 size=5616, connectedness=1.00 Graph level=0 size=180835, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 386509 documents Graph level=3 size=18, Fanout min=2, mean=4.78, max=7, meandelta=50863.57 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 6 6 6 7 Graph level=2 size=310, Fanout min=5, mean=17.40, max=32, meandelta=18383.45 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 14 15 17 18 20 22 25 32 Graph level=1 size=11868, Fanout min=7, mean=27.69, max=32, meandelta=12741.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=386509, Fanout min=1, mean=39.54, max=64, meandelta=9068.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=18, connectedness=1.00 Graph level=2 size=310, connectedness=1.00 Graph level=1 size=11868, connectedness=1.00 Graph level=0 size=386509, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 691921 documents Graph level=3 size=33, Fanout min=3, mean=7.45, max=13, meandelta=59158.64 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 6 7 8 8 9 10 13 Graph level=2 size=572, Fanout min=6, mean=21.43, max=32, meandelta=28981.23 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 25 28 32 32 Graph level=1 size=20972, Fanout min=4, mean=27.88, max=32, meandelta=22687.94 % 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=691921, Fanout min=1, mean=39.60, max=64, meandelta=16195.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=33, connectedness=1.00 Graph level=2 size=572, connectedness=1.00 Graph level=1 size=20972, connectedness=1.00 Graph level=0 size=691921, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 292832 documents Graph level=3 size=16, Fanout min=2, mean=4.63, max=8, meandelta=48069.61 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 5 6 6 6 8 Graph level=2 size=267, Fanout min=6, mean=16.13, max=32, meandelta=15675.60 % 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=9060, Fanout min=5, mean=27.49, max=32, meandelta=9730.24 % 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=292832, Fanout min=2, mean=39.38, max=64, meandelta=6904.71 % 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=16, connectedness=1.00 Graph level=2 size=267, connectedness=1.00 Graph level=1 size=9060, connectedness=1.00 Graph level=0 size=292832, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 316814 documents Graph level=3 size=14, Fanout min=4, mean=5.29, max=7, meandelta=49616.49 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 4 5 6 6 6 6 7 Graph level=2 size=293, Fanout min=6, mean=17.28, max=32, meandelta=16204.87 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 16 16 18 20 21 24 32 Graph level=1 size=9845, Fanout min=6, mean=27.62, max=32, meandelta=10469.59 % 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=316814, Fanout min=1, mean=39.49, max=64, meandelta=7448.96 % 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=293, connectedness=1.00 Graph level=1 size=9845, connectedness=1.00 Graph level=0 size=316814, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 252394 documents Graph level=3 size=14, Fanout min=1, mean=3.86, max=7, meandelta=41345.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 4 4 4 5 5 7 Graph level=2 size=235, Fanout min=6, mean=16.18, max=32, meandelta=13420.52 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 16 17 19 21 23 32 Graph level=1 size=7796, Fanout min=7, mean=27.50, max=32, meandelta=8404.08 % 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=252394, Fanout min=1, mean=39.44, max=64, meandelta=5942.77 % 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=14, connectedness=1.00 Graph level=2 size=235, connectedness=1.00 Graph level=1 size=7796, connectedness=1.00 Graph level=0 size=252394, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 114191 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=19657.50 % 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=109, Fanout min=6, mean=12.39, max=27, meandelta=7979.47 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 11 12 13 14 15 18 27 Graph level=1 size=3504, Fanout min=8, mean=26.39, max=32, meandelta=3962.24 % 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=114191, Fanout min=3, mean=39.01, max=64, meandelta=2715.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=109, connectedness=1.00 Graph level=1 size=3504, connectedness=1.00 Graph level=0 size=114191, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 41244 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=4, mean=7.45, max=18, meandelta=4345.99 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 10 18 Graph level=1 size=1254, Fanout min=6, mean=24.21, max=32, meandelta=1518.32 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=0 size=41244, Fanout min=3, mean=37.92, max=64, meandelta=1007.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1254, connectedness=1.00 Graph level=0 size=41244, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 74106 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=11528.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 2 2 2 Graph level=2 size=62, Fanout min=4, mean=9.00, max=15, meandelta=6828.44 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 10 11 12 15 Graph level=1 size=2281, Fanout min=8, mean=26.02, max=32, meandelta=2594.70 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 25 28 31 32 32 32 32 Graph level=0 size=74106, Fanout min=3, mean=38.66, max=64, meandelta=1777.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=62, connectedness=1.00 Graph level=1 size=2281, connectedness=1.00 Graph level=0 size=74106, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 40415 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=2, mean=6.42, max=13, meandelta=5113.94 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 6 7 7 9 13 Graph level=1 size=1244, Fanout min=9, mean=24.33, max=32, meandelta=1497.12 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=0 size=40415, Fanout min=2, mean=37.97, max=64, meandelta=986.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 54 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1244, connectedness=1.00 Graph level=0 size=40415, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 38975 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=2, mean=6.63, max=11, meandelta=4725.79 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 7 8 8 11 Graph level=1 size=1205, Fanout min=8, mean=23.89, max=32, meandelta=1478.05 % 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=38975, Fanout min=3, mean=37.81, max=64, meandelta=954.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 30 35 39 46 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1205, connectedness=1.00 Graph level=0 size=38975, connectedness=1.00 Leaf 20 has 4 layers Leaf 20 has 28597 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=20, Fanout min=4, mean=5.70, max=10, meandelta=3554.96 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 6 6 8 10 Graph level=1 size=865, Fanout min=8, mean=23.09, max=32, meandelta=1114.98 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 28 32 32 32 Graph level=0 size=28597, Fanout min=4, mean=37.44, max=64, meandelta=706.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 30 34 39 45 53 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=20, connectedness=1.00 Graph level=1 size=865, connectedness=1.00 Graph level=0 size=28597, 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.28.02.18.00/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': 51,765,511.73 msec task-clock:u 198,232,451,762,268 cycles:u (36.36%) 112,924,048,014,937 instructions:u (36.36%) 3,369,962,888,505 cache-references:u (36.36%) 1,514,165,979,207 cache-misses:u (36.36%) 40,880,363,475,273 L1-dcache-loads:u (36.36%) 1,480,245,198,201 L1-dcache-load-misses:u (36.36%) 2,280,975,250,845 L1-icache-loads:u (36.36%) 12,424,765,932 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 13,109,508 faults:u 12,239,944 minor-faults:u 175 major-faults:u 11,463,108,875,955 branches:u (36.36%) 87,123,690,558 branch-misses:u (36.36%) 2,920,527,705,643 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1753.839861961 seconds time elapsed 51211.893087000 seconds user 541.209429000 seconds sys took 0:29:13.868469 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=15.514, net_cpu_ms=16.278, avg_cpu_core_count=1.049, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=71499, index_time_sec=1487.0, index_docs_per_sec=5379.96, force_merge_time_sec=0.0, index_num_segments=21, index_size_on_disk_mb=39938.18, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (0, {}), 2: (20, {0: 0, 10: 4, 20: 4, 30: 5, 40: 5, 50: 5, 60: 6, 70: 6, 80: 6, 90: 8, 100: 10}), 1: (865, {0: 0, 10: 14, 20: 16, 30: 19, 40: 21, 50: 23, 60: 25, 70: 28, 80: 32, 90: 32, 100: 32}), 0: (28597, {0: 0, 10: 20, 20: 24, 30: 27, 40: 30, 50: 34, 60: 39, 70: 45, 80: 53, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1753, microseconds=868469)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 114 Start: 2026-05-28 09:02:15 (UTC) Duration: 1742 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 49517720 850136996 jdk.FileWrite 19456422 407348631 jdk.FileRead 8003681 183011263 jdk.ObjectAllocationInNewTLAB 62263 1240767 jdk.BooleanFlag 56544 1788842 jdk.CPULoad 32233 644023 jdk.Checkpoint 7747 33836070 jdk.Compilation 5975 154416 jdk.UnsignedIntFlag 5472 185628 jdk.IntFlag 5016 183022 jdk.StringFlag 3876 150365 jdk.ObjectAllocationOutsideTLAB 1020 18274 jdk.CPUInformation 114 171224 jdk.GCConfiguration 114 2960 jdk.JVMInformation 114 106016 jdk.Metadata 114 12600075 jdk.GarbageCollection 45 1079 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 49517720 events (total: 49M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.70% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 16.11% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.87% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.68% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.00% 992349 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.55% 769819 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.77% 379829 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.74% 368309 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.65% 322769 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.52% 259460 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 200093 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.37% 182207 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.30% 147173 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.24% 116568 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 109537 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 102900 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 98405 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 84968 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 84097 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 74538 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 68883 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.12% 59391 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.11% 53627 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 48221 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 44628 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 43800 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 35449 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 31800 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31129 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.06% 29911 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 29558 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 28562 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 24965 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 21290 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 19132 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 17211 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 16795 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 15761 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 15563 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 15322 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15154 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14378 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 13995 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 12549 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12168 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 9979 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 9127 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 8939 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7680 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 6357 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 49517720 events (total: 49M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.93% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 16.11% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.86% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 3.68% 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.88% 931159 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.45% 717864 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% 665239 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.77% 379693 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.74% 368309 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% 316661 org.apache.lucene.codecs.lucene104.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.54% 265166 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.50% 248267 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.48% 236930 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.37% 182196 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 152077 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.30% 146413 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.24% 116545 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% 104457 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.20% 98325 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 73293 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% 72469 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% 61549 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% 60931 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% 58989 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% 55468 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% 53428 org.apache.lucene.util.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% 48501 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.10% 47233 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% 44618 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% 43800 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.09% 43529 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% 37800 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% 35066 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% 35006 org.apache.lucene.util.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% 31129 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% 29586 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% 28554 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.06% 27450 org.apache.lucene.util.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% 24475 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 23543 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.05% 22334 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.04% 21276 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% 21134 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% 19820 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% 19269 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% 19131 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% 18575 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.03% 17087 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% 16507 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% 15947 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 49517720 events (total: 49M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.41% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 27.11% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#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.77% 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.43% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 2.88% 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] 0.94% 466943 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.94% 465589 org.apache.lucene.codecs.lucene104.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.0x000000000d199000#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.93% 460896 org.apache.lucene.codecs.lucene104.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.0x000000000d199000#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.67% 334054 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.0x000000000d199000#call() [Inlined code] 0.66% 326299 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.0x000000000d1970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.59% 293702 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.0x000000000d199000#call() [Inlined code] 0.57% 279789 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.0x000000000d1970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.54% 265324 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.37% 185029 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.37% 181007 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.0x000000000d199000#call() [Inlined code] 0.35% 171912 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.33% 161339 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.0x000000000d199000#call() [Inlined code] 0.32% 159933 org.apache.lucene.codecs.lucene104.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.0x000000000d199000#call() [Inlined code] 0.30% 148752 org.apache.lucene.codecs.lucene104.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.0x000000000d199000#call() [Inlined code] 0.27% 135910 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% 132823 org.apache.lucene.codecs.lucene104.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.0x000000000d199000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.23% 116207 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.23% 111776 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.0x000000000d1970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.22% 110192 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.20% 98167 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% 93028 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.15% 73855 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 73293 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.0x000000000d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.15% 72290 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 71096 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.0x000000000d1970b0#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% 71040 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 67531 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 65012 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.13% 64837 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% 60770 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.12% 60352 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 57677 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.0x000000000d1970b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 56839 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#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.0x000000000d199558#run() [JIT compiled code] 0.11% 56795 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 54563 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 54458 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 49463 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 49140 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#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.0x000000000d199558#run() [JIT compiled code] 0.10% 48658 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 46463 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#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% 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.09% 42694 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.08% 41655 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.07% 36215 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.07% 35942 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63258 events (total: 443028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.53% 99835M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.32% 98892M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.88% 83656M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.56% 64502M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.37% 32634M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.99% 17695M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.73% 7676M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3115M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 3030M java.util.Arrays#copyOf():3478 [Inlined code] 0.63% 2790M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 2733M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.60% 2673M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.41% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.30% 1336M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.26% 1145M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 1121M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 925M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 830M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.18% 818M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 770M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 686M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 632M java.util.ArrayList#grow():240 [Inlined code] 0.14% 622M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 571M knn.IndexerThread#_run():108 [JIT compiled code] 0.12% 528M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 522M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.11% 507M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 414M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 397M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 364M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined 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% 302M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 297M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 289M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 289M org.apache.lucene.document.Document#():42 [Inlined code] 0.07% 288M java.util.List#of():935 [Inlined code] 0.06% 261M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 254M knn.IndexerThread#_run():86 [JIT compiled code] 0.06% 244M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 208M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 190M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 188M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [JIT compiled code] 0.04% 182M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 182M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 133M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 120M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63258 events (total: 443028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.22% 80703M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.09% 80159M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.12% 49253M 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.98% 39767M 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.32% 32451M 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.93% 30715M 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.58% 24735M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.28% 18943M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.22% 18711M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.99% 17695M 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.71% 7557M 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.62% 2733M 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.60% 2673M 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.59% 2610M 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.48% 2147M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.47% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.41% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1674M 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% 1518M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.25% 1097M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.21% 945M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 901M 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.19% 830M 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.18% 819M 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% 747M 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.16% 686M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 632M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 585M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.13% 572M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 571M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.11% 504M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 470M 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% 460M 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.09% 414M 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% 390M 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% 387M 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% 370M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 364M 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.0x000000000d181400#concat() [Inlined code] 0.08% 350M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 346M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.08% 344M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000d199558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 343M org.apache.lucene.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% 326M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 299M 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% 297M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 289M 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% 289M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 288M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.28.02.18.00/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmFalse.jfr is 1422.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63258 events (total: 443028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.96% 39703M 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.32% 32451M 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] 5.74% 25434M 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.67% 25128M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000d199000#call() [Inlined code] 5.48% 24292M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000d199000#call() [Inlined code] 5.33% 23604M 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.27% 23360M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000d199000#call() [Inlined code] 5.19% 22982M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000d199000#call() [Inlined code] 4.98% 22046M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.98% 22041M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.73% 16520M 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.72% 16487M 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.14% 13906M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.85% 8214M 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.71% 7557M 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.40% 6201M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.30% 5768M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.21% 5363M 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.03% 4549M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.02% 4535M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.96% 4265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.89% 3935M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.88% 3908M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.84% 3714M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.79% 3510M 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.0x000000000d199000#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.65% 2861M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2789M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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% 2743M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.61% 2716M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.59% 2610M 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.56% 2482M 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.55% 2443M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.54% 2382M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.52% 2324M 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.0x000000000d199000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.47% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000d199000#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.0x000000000d199558#run() [Interpreted code] 0.41% 1816M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.40% 1755M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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% 1677M 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.0x000000000d199000#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.36% 1575M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.29% 1269M 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.0x000000000d199000#call() [Inlined code] 0.27% 1211M 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.0x000000000d199000#call() [Inlined code] 0.27% 1179M 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.0x000000000d199000#call() [Inlined code] 0.22% 967M 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.0x000000000d199000#call() [Inlined code] 0.19% 862M 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% 730M 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 [JIT compiled 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.16% 692M 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.0x000000000d199000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.15% 683M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.14% 632M 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% 571M 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.28.02.18.00/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 894013 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3447764719054531 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 28, 2026 5:44:32 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 114 segments, 12 merges 150.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 61.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 56.4s _1cl: 8 segs, 77.8 K docs, 386.6 MB 52.3s _1cs: 8 segs, 155.0 K docs, 771.2 MB 46.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 40.1s _1da: 8 segs, 40.7 K docs, 201.6 MB 32.9s _1dj: 8 segs, 40.3 K docs, 199.5 MB 25.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 18.2s _1dx: 8 segs, 200.0 K docs, 995.6 MB 11.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 3.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 5.0 sec: 107 segments, 11 merges 155.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 66.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 61.4s _1cl: 8 segs, 77.8 K docs, 386.6 MB 57.3s _1cs: 8 segs, 155.0 K docs, 771.2 MB 51.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 45.1s _1da: 8 segs, 40.7 K docs, 201.6 MB 30.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 23.2s _1dx: 8 segs, 200.0 K docs, 995.6 MB 16.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 8.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 5.0s _1ej: 10 segs, 36.9 K docs, 182.4 MB 10.0 sec: 107 segments, 11 merges 160.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 71.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 66.4s _1cl: 8 segs, 77.8 K docs, 386.6 MB 62.3s _1cs: 8 segs, 155.0 K docs, 771.2 MB 56.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 50.1s _1da: 8 segs, 40.7 K docs, 201.6 MB 35.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 28.2s _1dx: 8 segs, 200.0 K docs, 995.6 MB 21.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 13.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 10.0s _1ej: 10 segs, 36.9 K docs, 182.4 MB 15.0 sec: 107 segments, 11 merges 165.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 76.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 71.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 67.3s _1cs: 8 segs, 155.0 K docs, 771.2 MB 61.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 55.1s _1da: 8 segs, 40.7 K docs, 201.6 MB 40.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 33.2s _1dx: 8 segs, 200.0 K docs, 995.6 MB 26.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 18.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 15.0s _1ej: 10 segs, 36.9 K docs, 182.4 MB 20.0 sec: 100 segments, 10 merges 170.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 81.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 76.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 72.3s _1cs: 8 segs, 155.0 K docs, 771.2 MB 66.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 45.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 38.2s _1dx: 8 segs, 200.0 K docs, 995.6 MB 31.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 23.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 20.0s _1ej: 10 segs, 36.9 K docs, 182.4 MB 25.0 sec: 100 segments, 10 merges 175.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 86.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 81.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 77.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 71.7s _1d1: 8 segs, 39.6 K docs, 196.2 MB 50.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 43.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 36.3s _1e6: 9 segs, 42.9 K docs, 212.3 MB 28.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 25.0s _1ej: 10 segs, 36.9 K docs, 182.4 MB 30.0 sec: 83 segments, 8 merges 180.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 91.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 86.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 82.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 76.8s _1d1: 8 segs, 39.6 K docs, 196.2 MB 55.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 48.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 33.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 35.0 sec: 83 segments, 8 merges 185.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 96.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 91.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 87.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 81.8s _1d1: 8 segs, 39.6 K docs, 196.2 MB 60.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 53.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 38.9s _1eg: 9 segs, 43.2 K docs, 214.1 MB 40.0 sec: 75 segments, 7 merges 190.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 101.7s _1cd: 8 segs, 182.3 K docs, 907.5 MB 96.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 92.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 86.8s _1d1: 8 segs, 39.6 K docs, 196.2 MB 65.7s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 58.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 45.1 sec: 68 segments, 6 merges 195.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 106.8s _1cd: 8 segs, 182.3 K docs, 907.5 MB 101.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 97.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 70.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 63.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 50.1 sec: 68 segments, 6 merges 200.8s _19q: 8 segs, 865.4 K docs, 4316.4 MB 111.8s _1cd: 8 segs, 182.3 K docs, 907.5 MB 106.5s _1cl: 8 segs, 77.8 K docs, 386.6 MB 102.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 75.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 68.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 55.1 sec: 47 segments, 4 merges 107.4s _1cs: 8 segs, 155.0 K docs, 771.2 MB 80.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 73.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 1.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 60.1 sec: 40 segments, 3 merges 85.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 78.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 6.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 65.1 sec: 40 segments, 3 merges 90.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 83.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 11.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 70.1 sec: 40 segments, 3 merges 95.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 88.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 16.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 75.1 sec: 40 segments, 3 merges 100.8s _1dq: 8 segs, 226.2 K docs, 1126.4 MB 93.3s _1dx: 8 segs, 200.0 K docs, 995.6 MB 21.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 80.1 sec: 26 segments, 2 merges 26.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 0.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 85.1 sec: 26 segments, 2 merges 31.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 5.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 90.1 sec: 26 segments, 2 merges 36.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 10.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 95.0 sec: 26 segments, 2 merges 41.3s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 15.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 100.0 sec: 26 segments, 2 merges 46.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 20.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 105.0 sec: 26 segments, 2 merges 51.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 25.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 110.0 sec: 26 segments, 2 merges 56.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 30.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 115.0 sec: 26 segments, 2 merges 61.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 35.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 120.0 sec: 26 segments, 2 merges 66.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 40.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 125.0 sec: 26 segments, 2 merges 71.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 45.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 130.1 sec: 26 segments, 2 merges 76.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 50.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 135.1 sec: 26 segments, 2 merges 81.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 55.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 140.1 sec: 26 segments, 2 merges 86.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 60.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 145.1 sec: 26 segments, 2 merges 91.4s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 65.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 150.0 sec: 26 segments, 2 merges 96.3s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 70.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 155.0 sec: 26 segments, 2 merges 101.3s _1ek: 3 segs, 994.0 K docs, 4961.0 MB 75.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 160.0 sec: 24 segments, 1 merges 80.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 165.0 sec: 24 segments, 1 merges 85.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 170.0 sec: 24 segments, 1 merges 90.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 175.0 sec: 24 segments, 1 merges 95.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 180.0 sec: 24 segments, 1 merges 100.1s _1el: 5 segs, 996.5 K docs, 4971.7 MB 185.0 sec: 24 segments, 1 merges 105.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 190.0 sec: 24 segments, 1 merges 110.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 195.0 sec: 24 segments, 1 merges 115.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 200.0 sec: 24 segments, 1 merges 120.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 205.0 sec: 24 segments, 1 merges 125.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 210.1 sec: 24 segments, 1 merges 130.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 215.1 sec: 24 segments, 1 merges 135.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 220.1 sec: 24 segments, 1 merges 140.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB 225.1 sec: 24 segments, 1 merges 145.2s _1el: 5 segs, 996.5 K docs, 4971.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1470 seconds reindex takes 1470.74 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: 20 segments, 1 merges 5.0 sec: 20 segments, 1 merges 5.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 10.0 sec: 20 segments, 1 merges 10.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 15.0 sec: 20 segments, 1 merges 15.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 20.0 sec: 20 segments, 1 merges 20.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 25.0 sec: 20 segments, 1 merges 25.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 30.0 sec: 20 segments, 1 merges 30.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 35.0 sec: 20 segments, 1 merges 35.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 40.0 sec: 20 segments, 1 merges 40.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 45.0 sec: 20 segments, 1 merges 45.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 50.0 sec: 20 segments, 1 merges 50.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 55.0 sec: 20 segments, 1 merges 55.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 60.0 sec: 20 segments, 1 merges 60.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 65.1 sec: 20 segments, 1 merges 65.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 70.1 sec: 20 segments, 1 merges 70.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 75.1 sec: 20 segments, 1 merges 75.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 80.1 sec: 20 segments, 1 merges 80.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 85.1 sec: 20 segments, 1 merges 85.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 90.1 sec: 20 segments, 1 merges 90.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 95.1 sec: 20 segments, 1 merges 95.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 100.1 sec: 20 segments, 1 merges 100.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 105.1 sec: 20 segments, 1 merges 105.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 110.1 sec: 20 segments, 1 merges 110.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 115.1 sec: 20 segments, 1 merges 115.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 120.1 sec: 20 segments, 1 merges 120.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 125.0 sec: 20 segments, 1 merges 125.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 130.0 sec: 20 segments, 1 merges 130.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 135.0 sec: 20 segments, 1 merges 135.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 140.0 sec: 20 segments, 1 merges 140.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 145.0 sec: 20 segments, 1 merges 145.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 150.0 sec: 20 segments, 1 merges 150.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 155.0 sec: 20 segments, 1 merges 155.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 160.0 sec: 20 segments, 1 merges 160.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 165.0 sec: 20 segments, 1 merges 165.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 170.0 sec: 20 segments, 1 merges 170.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 175.0 sec: 20 segments, 1 merges 175.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 180.1 sec: 20 segments, 1 merges 180.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 185.1 sec: 20 segments, 1 merges 185.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 190.1 sec: 20 segments, 1 merges 190.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 195.1 sec: 20 segments, 1 merges 195.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 200.1 sec: 20 segments, 1 merges 200.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 205.1 sec: 20 segments, 1 merges 205.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 210.1 sec: 20 segments, 1 merges 210.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 215.1 sec: 20 segments, 1 merges 215.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 220.1 sec: 20 segments, 1 merges 220.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 225.1 sec: 20 segments, 1 merges 225.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 230.1 sec: 20 segments, 1 merges 230.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 235.1 sec: 20 segments, 1 merges 235.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 240.0 sec: 20 segments, 1 merges 240.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 245.0 sec: 20 segments, 1 merges 245.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 250.0 sec: 20 segments, 1 merges 250.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 255.0 sec: 20 segments, 1 merges 255.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 260.0 sec: 20 segments, 1 merges 260.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 265.0 sec: 20 segments, 1 merges 265.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 270.0 sec: 20 segments, 1 merges 270.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 275.0 sec: 20 segments, 1 merges 275.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 280.0 sec: 20 segments, 1 merges 280.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 285.0 sec: 20 segments, 1 merges 285.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 290.0 sec: 20 segments, 1 merges 290.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 295.1 sec: 20 segments, 1 merges 295.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 300.1 sec: 20 segments, 1 merges 300.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 305.1 sec: 20 segments, 1 merges 305.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 310.1 sec: 20 segments, 1 merges 310.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 315.1 sec: 20 segments, 1 merges 315.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 320.1 sec: 20 segments, 1 merges 320.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 325.1 sec: 20 segments, 1 merges 325.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 330.1 sec: 20 segments, 1 merges 330.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 335.1 sec: 20 segments, 1 merges 335.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 340.1 sec: 20 segments, 1 merges 340.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 345.1 sec: 20 segments, 1 merges 345.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 350.1 sec: 20 segments, 1 merges 350.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 355.0 sec: 20 segments, 1 merges 355.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 360.0 sec: 20 segments, 1 merges 360.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 365.0 sec: 20 segments, 1 merges 365.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 370.0 sec: 20 segments, 1 merges 370.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 375.1 sec: 20 segments, 1 merges 375.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 380.1 sec: 20 segments, 1 merges 380.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 385.1 sec: 20 segments, 1 merges 385.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 390.1 sec: 20 segments, 1 merges 390.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 395.1 sec: 20 segments, 1 merges 395.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 400.1 sec: 20 segments, 1 merges 400.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 405.1 sec: 20 segments, 1 merges 405.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 410.1 sec: 20 segments, 1 merges 410.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 415.0 sec: 20 segments, 1 merges 415.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 420.0 sec: 20 segments, 1 merges 420.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 425.0 sec: 20 segments, 1 merges 425.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 430.0 sec: 20 segments, 1 merges 430.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 435.0 sec: 20 segments, 1 merges 435.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 440.0 sec: 20 segments, 1 merges 440.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 445.0 sec: 20 segments, 1 merges 445.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 450.0 sec: 20 segments, 1 merges 450.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 455.0 sec: 20 segments, 1 merges 455.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 460.0 sec: 20 segments, 1 merges 460.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 465.0 sec: 20 segments, 1 merges 465.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 470.0 sec: 20 segments, 1 merges 470.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 475.1 sec: 20 segments, 1 merges 475.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 480.1 sec: 20 segments, 1 merges 480.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 485.1 sec: 20 segments, 1 merges 485.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 490.1 sec: 20 segments, 1 merges 490.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 495.1 sec: 20 segments, 1 merges 495.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 500.0 sec: 20 segments, 1 merges 500.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 505.0 sec: 20 segments, 1 merges 505.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 510.0 sec: 20 segments, 1 merges 510.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 515.0 sec: 20 segments, 1 merges 515.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 520.0 sec: 20 segments, 1 merges 520.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 525.0 sec: 20 segments, 1 merges 525.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 530.0 sec: 20 segments, 1 merges 530.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 535.0 sec: 20 segments, 1 merges 535.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 540.0 sec: 20 segments, 1 merges 540.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 545.0 sec: 20 segments, 1 merges 545.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 550.0 sec: 20 segments, 1 merges 550.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 555.0 sec: 20 segments, 1 merges 555.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 560.0 sec: 20 segments, 1 merges 560.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 565.1 sec: 20 segments, 1 merges 565.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 570.1 sec: 20 segments, 1 merges 570.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 575.1 sec: 20 segments, 1 merges 575.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 580.1 sec: 20 segments, 1 merges 580.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 585.0 sec: 20 segments, 1 merges 585.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 590.0 sec: 20 segments, 1 merges 590.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 595.0 sec: 20 segments, 1 merges 595.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 600.0 sec: 20 segments, 1 merges 600.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 605.0 sec: 20 segments, 1 merges 605.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 610.0 sec: 20 segments, 1 merges 610.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 615.1 sec: 20 segments, 1 merges 615.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 620.1 sec: 20 segments, 1 merges 620.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 625.1 sec: 20 segments, 1 merges 625.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 630.1 sec: 20 segments, 1 merges 630.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 635.1 sec: 20 segments, 1 merges 635.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 640.1 sec: 20 segments, 1 merges 640.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 645.1 sec: 20 segments, 1 merges 645.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 650.1 sec: 20 segments, 1 merges 650.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 655.1 sec: 20 segments, 1 merges 655.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 660.1 sec: 20 segments, 1 merges 660.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 665.1 sec: 20 segments, 1 merges 665.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 670.1 sec: 20 segments, 1 merges 670.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 675.0 sec: 20 segments, 1 merges 675.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 680.0 sec: 20 segments, 1 merges 680.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 685.0 sec: 20 segments, 1 merges 685.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 690.0 sec: 20 segments, 1 merges 690.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 695.0 sec: 20 segments, 1 merges 695.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 700.0 sec: 20 segments, 1 merges 700.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 705.0 sec: 20 segments, 1 merges 705.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 710.0 sec: 20 segments, 1 merges 710.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 715.0 sec: 20 segments, 1 merges 715.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 720.0 sec: 20 segments, 1 merges 720.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 725.0 sec: 20 segments, 1 merges 725.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 730.1 sec: 20 segments, 1 merges 730.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 735.1 sec: 20 segments, 1 merges 735.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 740.1 sec: 20 segments, 1 merges 740.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 745.1 sec: 20 segments, 1 merges 745.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 750.1 sec: 20 segments, 1 merges 750.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 755.1 sec: 20 segments, 1 merges 755.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 760.0 sec: 20 segments, 1 merges 760.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 765.0 sec: 20 segments, 1 merges 765.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 770.0 sec: 20 segments, 1 merges 770.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 775.0 sec: 20 segments, 1 merges 775.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 780.0 sec: 20 segments, 1 merges 780.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 785.0 sec: 20 segments, 1 merges 785.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 790.0 sec: 20 segments, 1 merges 790.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 795.0 sec: 20 segments, 1 merges 795.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 800.0 sec: 20 segments, 1 merges 800.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 805.1 sec: 20 segments, 1 merges 805.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 810.1 sec: 20 segments, 1 merges 810.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 815.1 sec: 20 segments, 1 merges 815.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 820.1 sec: 20 segments, 1 merges 820.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 825.1 sec: 20 segments, 1 merges 825.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 830.1 sec: 20 segments, 1 merges 830.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 835.1 sec: 20 segments, 1 merges 835.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 840.1 sec: 20 segments, 1 merges 840.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 845.1 sec: 20 segments, 1 merges 845.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 850.1 sec: 20 segments, 1 merges 850.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 855.1 sec: 20 segments, 1 merges 855.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 860.1 sec: 20 segments, 1 merges 860.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 865.0 sec: 20 segments, 1 merges 865.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 870.0 sec: 20 segments, 1 merges 870.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 875.0 sec: 20 segments, 1 merges 875.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 880.0 sec: 20 segments, 1 merges 880.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 885.0 sec: 20 segments, 1 merges 885.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 890.0 sec: 20 segments, 1 merges 890.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 895.0 sec: 20 segments, 1 merges 895.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 900.0 sec: 20 segments, 1 merges 900.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 905.0 sec: 20 segments, 1 merges 905.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 910.1 sec: 20 segments, 1 merges 910.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 915.1 sec: 20 segments, 1 merges 915.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 920.1 sec: 20 segments, 1 merges 920.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 925.1 sec: 20 segments, 1 merges 925.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 930.1 sec: 20 segments, 1 merges 930.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 935.0 sec: 20 segments, 1 merges 935.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 940.0 sec: 20 segments, 1 merges 940.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 945.0 sec: 20 segments, 1 merges 945.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 950.0 sec: 20 segments, 1 merges 950.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 955.0 sec: 20 segments, 1 merges 955.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 960.0 sec: 20 segments, 1 merges 960.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 965.0 sec: 20 segments, 1 merges 965.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 970.0 sec: 20 segments, 1 merges 970.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 975.0 sec: 20 segments, 1 merges 975.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 980.0 sec: 20 segments, 1 merges 980.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 985.0 sec: 20 segments, 1 merges 985.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 990.0 sec: 20 segments, 1 merges 990.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 995.0 sec: 20 segments, 1 merges 995.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1000.0 sec: 20 segments, 1 merges 1000.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1005.0 sec: 20 segments, 1 merges 1005.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1010.0 sec: 20 segments, 1 merges 1010.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1015.0 sec: 20 segments, 1 merges 1015.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1020.0 sec: 20 segments, 1 merges 1020.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1025.0 sec: 20 segments, 1 merges 1025.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1030.0 sec: 20 segments, 1 merges 1030.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1035.0 sec: 20 segments, 1 merges 1035.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1040.0 sec: 20 segments, 1 merges 1040.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1045.0 sec: 20 segments, 1 merges 1045.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1050.1 sec: 20 segments, 1 merges 1050.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1055.1 sec: 20 segments, 1 merges 1055.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1060.1 sec: 20 segments, 1 merges 1060.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1065.1 sec: 20 segments, 1 merges 1065.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1070.1 sec: 20 segments, 1 merges 1070.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1075.1 sec: 20 segments, 1 merges 1075.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1080.1 sec: 20 segments, 1 merges 1080.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1085.0 sec: 20 segments, 1 merges 1085.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1090.0 sec: 20 segments, 1 merges 1090.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1095.0 sec: 20 segments, 1 merges 1095.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1100.0 sec: 20 segments, 1 merges 1100.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1105.0 sec: 20 segments, 1 merges 1105.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1110.0 sec: 20 segments, 1 merges 1110.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1115.0 sec: 20 segments, 1 merges 1115.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1120.1 sec: 20 segments, 1 merges 1120.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1125.0 sec: 20 segments, 1 merges 1125.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1130.0 sec: 20 segments, 1 merges 1130.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1135.0 sec: 20 segments, 1 merges 1135.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1140.0 sec: 20 segments, 1 merges 1140.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1145.0 sec: 20 segments, 1 merges 1145.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1150.0 sec: 20 segments, 1 merges 1150.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1155.0 sec: 20 segments, 1 merges 1155.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1160.0 sec: 20 segments, 1 merges 1160.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1165.0 sec: 20 segments, 1 merges 1165.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1170.0 sec: 20 segments, 1 merges 1170.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1175.0 sec: 20 segments, 1 merges 1175.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1180.0 sec: 20 segments, 1 merges 1180.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1185.0 sec: 20 segments, 1 merges 1185.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1190.0 sec: 20 segments, 1 merges 1190.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1195.0 sec: 20 segments, 1 merges 1195.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1200.0 sec: 20 segments, 1 merges 1200.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1205.0 sec: 20 segments, 1 merges 1205.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1210.0 sec: 20 segments, 1 merges 1210.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1215.0 sec: 20 segments, 1 merges 1215.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1220.1 sec: 20 segments, 1 merges 1220.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1225.1 sec: 20 segments, 1 merges 1225.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1230.1 sec: 20 segments, 1 merges 1230.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1235.1 sec: 20 segments, 1 merges 1235.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1240.1 sec: 20 segments, 1 merges 1240.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1245.1 sec: 20 segments, 1 merges 1245.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1250.1 sec: 20 segments, 1 merges 1250.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1255.1 sec: 20 segments, 1 merges 1255.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1260.1 sec: 20 segments, 1 merges 1260.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1265.1 sec: 20 segments, 1 merges 1265.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1270.1 sec: 20 segments, 1 merges 1270.1s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1275.0 sec: 20 segments, 1 merges 1275.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1280.0 sec: 20 segments, 1 merges 1280.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1285.0 sec: 20 segments, 1 merges 1285.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1290.0 sec: 20 segments, 1 merges 1290.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1295.0 sec: 20 segments, 1 merges 1295.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1300.0 sec: 20 segments, 1 merges 1300.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1305.0 sec: 20 segments, 1 merges 1305.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1310.0 sec: 20 segments, 1 merges 1310.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB 1315.0 sec: 20 segments, 1 merges 1315.0s _1em: 20 segs, 8000.0 K docs, 39940.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1321.68 sec index has 1 segments: segments_3: _1em(11.0.0):C8000000 _1em: 40090.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.49 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=49327485647 cpu@end=51789241370 deltaMS=2461.755723 thread 14 name=Reference Handler cpu@start=1821931 cpu@end=1821931 deltaMS=0.0 thread 15 name=Finalizer cpu@start=146617 cpu@end=146617 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63617 cpu@end=63617 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=9285949 cpu@end=9285949 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22377711901 cpu@end=22377956929 deltaMS=0.245028 thread 42 name=JFR Periodic Tasks cpu@start=189802353485 cpu@end=189920846186 deltaMS=118.492701 thread 45 name=Notification Thread cpu@start=98418 cpu@end=98418 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2580156216636 cpu@end=2580156216636 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2580216982545 cpu@end=2580216982545 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2575764636088 cpu@end=2575764636088 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2581309334705 cpu@end=2581309334705 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2575095100970 cpu@end=2575095100970 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2580864176876 cpu@end=2580864176876 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2579752201956 cpu@end=2579752201956 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2578618455608 cpu@end=2578618455608 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2577572789363 cpu@end=2577572789363 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2578974217383 cpu@end=2578974217383 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2578684769179 cpu@end=2578684769179 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2580646752983 cpu@end=2580646752983 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2580189236810 cpu@end=2580189236810 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2578885465895 cpu@end=2578885465895 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2578668758280 cpu@end=2578668758280 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2584366256069 cpu@end=2584366256069 deltaMS=0.0 Average CPU cores used: 1.0452251591636297 completed 1000 searches in 2468 ms: 405 QPS CPU time=2579 ms checking results SUMMARY: 0.930 2.468 2.579 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5673 1470.74 5439.44 1321.68 1 40090.49 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=234, Fanout min=5, mean=15.82, max=32, meandelta=412095.84 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 18 20 24 32 Graph level=2 size=7564, Fanout min=7, mean=27.36, max=32, meandelta=267094.66 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=247094, Fanout min=1, mean=28.28, max=32, meandelta=258669.84 % 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.65, max=64, meandelta=194598.39 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=234, connectedness=1.00 Graph level=2 size=7564, connectedness=1.00 Graph level=1 size=247094, 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.28.02.18.00/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': 69,739,164.31 msec task-clock:u 270,191,541,913,353 cycles:u (36.36%) 170,236,403,775,709 instructions:u (36.36%) 5,066,720,096,823 cache-references:u (36.36%) 2,285,471,308,834 cache-misses:u (36.36%) 59,557,185,141,736 L1-dcache-loads:u (36.36%) 2,035,972,463,426 L1-dcache-load-misses:u (36.36%) 2,893,741,498,055 L1-icache-loads:u (36.36%) 17,306,466,658 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,187,143 faults:u 15,024,731 minor-faults:u 24,278 major-faults:u 17,627,711,164,942 branches:u (36.36%) 117,234,075,425 branch-misses:u (36.36%) 3,773,259,520,564 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3104.079547048 seconds time elapsed 68992.822086000 seconds user 730.083669000 seconds sys took 0:51:44.106720 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.93, cpu_time_ms=2.468, net_cpu_ms=2.579, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5673, index_time_sec=1470.74, index_docs_per_sec=5439.44, force_merge_time_sec=1321.68, index_num_segments=1, index_size_on_disk_mb=40090.49, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (234, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 24, 100: 32}), 2: (7564, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247094, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=3104, microseconds=106720)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 150 Start: 2026-05-28 09:44:32 (UTC) Duration: 3088 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 66859840 1147436792 jdk.FileWrite 25524644 557539499 jdk.FileRead 8003677 183074204 jdk.ObjectAllocationInNewTLAB 75976 1509606 jdk.BooleanFlag 74400 2354366 jdk.CPULoad 57520 1149767 jdk.Checkpoint 10733 36536329 jdk.UnsignedIntFlag 7200 244308 jdk.IntFlag 6600 240874 jdk.Compilation 5987 154585 jdk.StringFlag 5100 197771 jdk.ObjectAllocationOutsideTLAB 1207 21610 jdk.CPUInformation 150 225296 jdk.GCConfiguration 150 3896 jdk.JVMInformation 150 139796 jdk.Metadata 150 16579047 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.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 66859840 events (total: 66M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 60.61% 40M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 13.61% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 11.80% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.33% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.92% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.84% 559264 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.76% 506949 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.63% 418791 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.57% 381587 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.38% 251901 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.37% 244499 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.31% 204644 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 168307 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.23% 155751 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 140834 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 139887 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.19% 126705 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.16% 109180 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 87889 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.12% 83133 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.10% 69775 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 66609 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 58228 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 57667 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 52177 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 51695 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 51423 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.06% 41079 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 40106 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 37173 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 35669 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 32893 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 29931 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 28739 java.util.Arrays#sort():99 [Inlined code] 0.04% 28050 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 26080 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 20666 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 19811 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] 0.03% 18570 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 17470 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 16279 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 14879 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 14038 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 13807 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 13455 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 13127 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 12672 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 12080 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 10352 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.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 66859840 events (total: 66M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.52% 38M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 13.60% 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.80% 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.63% 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.33% 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.17% 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.50% 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.84% 559114 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.69% 461513 org.apache.lucene.codecs.lucene104.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.59% 391151 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.52% 344847 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.44% 295915 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.37% 248952 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.36% 240408 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.31% 204086 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.31% 203953 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% 168158 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.23% 155721 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.19% 129711 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.17% 114290 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 109445 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 87723 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.13% 85939 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% 82736 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.11% 72404 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.11% 71374 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.11% 71367 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.10% 66443 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% 54821 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.08% 51915 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 51695 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% 50924 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.07% 44738 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.06% 43387 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% 39987 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% 37381 org.apache.lucene.util.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% 35664 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% 33557 org.apache.lucene.util.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% 30998 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% 29924 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% 28738 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.04% 28184 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.04% 28023 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 26313 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% 24148 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 24084 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.04% 23830 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% 23819 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% 22235 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 20993 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 66859840 events (total: 66M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 26.59% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 20.96% 14M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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.0x000000009319b498#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.08% 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.82% 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] 9.52% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 2.04% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#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.51% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 1.21% 807768 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.70% 469443 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.67% 449912 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 [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.0x000000009319b498#call() [Inlined code] 0.66% 443897 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.0x0000000093196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.66% 441478 org.apache.lucene.codecs.lucene104.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.56% 375533 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.52% 345115 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009319b9f0#run() [JIT compiled code] 0.47% 311354 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.0x0000000093196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.46% 310078 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.41% 271570 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.37% 250168 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.0x0000000093196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.29% 193169 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#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.25% 168757 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.23% 155590 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.23% 154093 org.apache.lucene.codecs.lucene104.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 [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.0x000000009319b498#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.23% 153139 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.23% 151741 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.21% 141194 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.21% 139478 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% 129711 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 127262 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 115896 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.17% 115509 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.17% 112647 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.16% 108954 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009319b9f0#run() [JIT compiled code] 0.16% 103910 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009319b9f0#run() [JIT compiled code] 0.15% 99900 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 93939 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.12% 78166 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.0x0000000093196668#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% 75907 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 [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.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 72862 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 70898 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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] 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.10% 68153 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.0x0000000093196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 64786 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#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% 62342 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.09% 59332 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 58968 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.09% 58071 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#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% 57634 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.0x0000000093196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 55353 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 50643 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000009319b498#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.0x000000009319b9f0#run() [JIT compiled code] 0.07% 50042 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.07% 48677 org.apache.lucene.codecs.lucene104.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 [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.0x000000009319b498#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77153 events (total: 566295M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.58% 133520M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.15% 131089M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.11% 130844M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 11.22% 63521M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.72% 32364M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.00% 22649M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.06% 6015M java.util.Arrays#copyOf():3478 [Inlined code] 0.97% 5484M java.lang.Integer#valueOf():1006 [Inlined code] 0.67% 3809M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.65% 3689M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.65% 3658M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.63% 3591M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.38% 2153M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.32% 1813M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1667M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 1409M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 1202M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1104M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 898M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 881M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 835M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.15% 829M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 786M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 725M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 707M java.util.ArrayList#grow():240 [Inlined code] 0.10% 569M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 487M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 476M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 453M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 445M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 443M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 400M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 364M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 363M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 346M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 340M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.04% 226M java.util.List#of():935 [Inlined code] 0.04% 221M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 215M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 211M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 195M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 183M knn.IndexerThread#_run():125 [JIT compiled code] 0.03% 173M 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.document.Document#():184 [Interpreted code] 0.03% 168M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 162M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 155M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77153 events (total: 566295M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.04% 107804M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.87% 106886M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.97% 73442M 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.13% 51714M 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.89% 39012M 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.72% 32364M 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.49% 25429M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 24488M 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.26% 24148M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.91% 16482M 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.09% 6166M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.99% 5617M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.95% 5388M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.67% 3809M 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.62% 3529M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.47% 2638M 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.36% 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.32% 1813M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.25% 1426M 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.25% 1390M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.24% 1337M 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.21% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1126M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 1086M 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.19% 1053M 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.18% 1033M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 1020M 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.17% 935M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 829M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.13% 725M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.12% 705M 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% 699M 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% 678M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 655M 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.10% 576M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.10% 569M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 561M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 526M 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.09% 484M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.08% 479M 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% 453M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 445M 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.0x0000000093182000#concat() [Inlined code] 0.08% 443M 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% 432M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.07% 418M 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% 415M 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.07% 412M 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% 405M 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.07% 387M 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.07% 385M 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.28.02.18.00/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q7-fmTrue.jfr is 1857.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 77153 events (total: 566295M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.93% 50596M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 8.93% 50572M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 8.93% 50550M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.88% 38948M 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.86% 38873M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 5.68% 32192M 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] 4.00% 22647M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.92% 22226M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.90% 22097M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.85% 21780M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000009319b498#call() [Inlined code] 3.72% 21088M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000009319b498#call() [Inlined code] 2.89% 16347M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():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.23% 12656M 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 [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% 9259M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.52% 8599M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.44% 8141M 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.36% 7711M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.35% 7627M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.13% 6426M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.99% 5617M 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% 5568M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 5440M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.95% 5397M 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.95% 5388M 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% 4146M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 3819M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.67% 3795M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.64% 3631M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.64% 3621M 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.0x000000009319b498#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.50% 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.49% 2752M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.47% 2641M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.46% 2628M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#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.46% 2607M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.42% 2382M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 0.40% 2274M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 0.36% 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.0x000000009319b498#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.0x000000009319b9f0#run() [Interpreted code] 0.32% 1813M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 1799M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.30% 1671M 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.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.28% 1567M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.21% 1206M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 916M 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 [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.0x000000009319b498#call() [Inlined code] 0.16% 907M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] 0.15% 871M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#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.0x000000009319b9f0#run() [JIT compiled code] 0.15% 867M 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 [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.0x000000009319b498#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% 819M 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.12% 699M 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.12% 696M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009319b498#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009319b9f0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.28.02.18.00/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 934902 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3451894755833710 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 28, 2026 6:53:22 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 251 segments, 28 merges 1031.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 717.3s _158: 8 segs, 141.5 K docs, 563.3 MB 704.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 630.5s _16k: 8 segs, 179.3 K docs, 714.6 MB 490.5s _18i: 8 segs, 183.5 K docs, 731.7 MB 464.8s _18w: 8 segs, 171.9 K docs, 685.0 MB 453.8s _193: 8 segs, 227.2 K docs, 906.1 MB 440.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 414.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 399.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 382.4s _1ab: 11 segs, 55.0 K docs, 217.8 MB 362.0s _1an: 11 segs, 55.3 K docs, 218.9 MB 305.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 288.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 272.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 235.7s _1cr: 8 segs, 73.4 K docs, 291.5 MB 204.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 190.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 170.4s _1dp: 8 segs, 40.2 K docs, 159.0 MB 146.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 118.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 96.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 73.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 59.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 42.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 21.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 4.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 5.0 sec: 244 segments, 27 merges 1036.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 722.3s _158: 8 segs, 141.5 K docs, 563.3 MB 709.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 635.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 495.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 469.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 458.8s _193: 8 segs, 227.2 K docs, 906.1 MB 445.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 419.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 404.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 387.4s _1ab: 11 segs, 55.0 K docs, 217.8 MB 367.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 310.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 293.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 277.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 240.7s _1cr: 8 segs, 73.4 K docs, 291.5 MB 209.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 195.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 151.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 123.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 101.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 78.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 64.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 47.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 26.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 9.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 5.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 10.0 sec: 237 segments, 26 merges 1041.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 727.4s _158: 8 segs, 141.5 K docs, 563.3 MB 714.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 640.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 500.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 474.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 463.9s _193: 8 segs, 227.2 K docs, 906.1 MB 450.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 424.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 409.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 392.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 372.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 315.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 298.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 282.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 214.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 200.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 156.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 128.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 106.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 83.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 69.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 52.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 31.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 14.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 10.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 15.0 sec: 237 segments, 26 merges 1046.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 732.4s _158: 8 segs, 141.5 K docs, 563.3 MB 719.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 645.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 505.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 479.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 468.9s _193: 8 segs, 227.2 K docs, 906.1 MB 455.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 429.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 415.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 397.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 377.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 320.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 303.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 287.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 219.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 205.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 161.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 133.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 111.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 88.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 74.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 57.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 36.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 19.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 15.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 20.1 sec: 237 segments, 26 merges 1051.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 737.4s _158: 8 segs, 141.5 K docs, 563.3 MB 724.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 650.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 510.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 484.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 473.9s _193: 8 segs, 227.2 K docs, 906.1 MB 460.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 434.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 420.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 402.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 382.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 325.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 308.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 292.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 224.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 210.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 166.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 138.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 116.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 93.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 79.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 62.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 41.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 24.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 20.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 25.1 sec: 237 segments, 26 merges 1056.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 742.4s _158: 8 segs, 141.5 K docs, 563.3 MB 729.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 655.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 515.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 489.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 478.9s _193: 8 segs, 227.2 K docs, 906.1 MB 465.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 439.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 425.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 407.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 387.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 330.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 313.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 297.6s _1c2: 9 segs, 44.7 K docs, 177.1 MB 229.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 215.1s _1dg: 8 segs, 80.9 K docs, 321.7 MB 171.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 143.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 121.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 98.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 84.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 67.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 46.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 29.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 25.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 30.1 sec: 230 segments, 25 merges 1061.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 747.4s _158: 8 segs, 141.5 K docs, 563.3 MB 734.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 660.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 520.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 494.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 483.9s _193: 8 segs, 227.2 K docs, 906.1 MB 470.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 444.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 430.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 412.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 392.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 335.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 318.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 302.6s _1c2: 9 segs, 44.7 K docs, 177.1 MB 234.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 176.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 148.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 126.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 103.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 89.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 72.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 51.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 34.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 30.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 35.1 sec: 230 segments, 25 merges 1066.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 752.4s _158: 8 segs, 141.5 K docs, 563.3 MB 739.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 665.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 525.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 499.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 488.9s _193: 8 segs, 227.2 K docs, 906.1 MB 475.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 449.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 435.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 417.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 397.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 340.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 323.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 307.6s _1c2: 9 segs, 44.7 K docs, 177.1 MB 239.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 181.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 153.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 131.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 108.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 94.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 77.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 56.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 39.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 35.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 40.1 sec: 230 segments, 25 merges 1071.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 757.4s _158: 8 segs, 141.5 K docs, 563.3 MB 744.1s _15f: 8 segs, 108.7 K docs, 432.6 MB 670.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 530.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 504.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 493.9s _193: 8 segs, 227.2 K docs, 906.1 MB 480.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 454.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 440.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 422.5s _1ab: 11 segs, 55.0 K docs, 217.8 MB 402.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 345.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 328.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 312.6s _1c2: 9 segs, 44.7 K docs, 177.1 MB 244.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 186.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 158.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 136.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 113.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 99.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 82.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 61.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 44.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 40.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 45.0 sec: 230 segments, 25 merges 1076.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 762.3s _158: 8 segs, 141.5 K docs, 563.3 MB 749.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 675.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 535.5s _18i: 8 segs, 183.5 K docs, 731.7 MB 509.8s _18w: 8 segs, 171.9 K docs, 685.0 MB 498.8s _193: 8 segs, 227.2 K docs, 906.1 MB 485.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 459.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 444.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 427.4s _1ab: 11 segs, 55.0 K docs, 217.8 MB 407.0s _1an: 11 segs, 55.3 K docs, 218.9 MB 350.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 333.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 317.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 249.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 191.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 163.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 141.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 118.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 104.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 87.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 66.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 49.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 45.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 50.0 sec: 220 segments, 24 merges 1081.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 767.3s _158: 8 segs, 141.5 K docs, 563.3 MB 754.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 680.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 540.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 514.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 503.8s _193: 8 segs, 227.2 K docs, 906.1 MB 490.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 464.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 449.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 412.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 355.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 338.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 322.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 254.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 196.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 168.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 146.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 123.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 109.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 92.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 71.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 54.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 50.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 55.0 sec: 220 segments, 24 merges 1086.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 772.4s _158: 8 segs, 141.5 K docs, 563.3 MB 759.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 685.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 545.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 519.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 508.9s _193: 8 segs, 227.2 K docs, 906.1 MB 495.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 469.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 454.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 417.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 360.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 343.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 327.5s _1c2: 9 segs, 44.7 K docs, 177.1 MB 259.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 201.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 173.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 151.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 128.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 114.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 97.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 76.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 59.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 55.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 60.0 sec: 212 segments, 23 merges 1091.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 777.4s _158: 8 segs, 141.5 K docs, 563.3 MB 764.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 690.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 550.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 524.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 513.9s _193: 8 segs, 227.2 K docs, 906.1 MB 500.2s _19a: 8 segs, 38.7 K docs, 153.3 MB 474.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 459.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 422.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 365.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 348.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 264.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 206.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 178.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 156.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 133.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 119.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 102.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 81.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 64.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 60.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 65.0 sec: 212 segments, 23 merges 1096.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 782.4s _158: 8 segs, 141.5 K docs, 563.3 MB 769.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 695.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 555.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 529.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 518.9s _193: 8 segs, 227.2 K docs, 906.1 MB 505.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 479.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 465.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 427.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 370.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 353.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 269.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 211.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 183.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 161.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 138.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 124.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 107.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 86.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 69.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 65.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 70.0 sec: 212 segments, 23 merges 1101.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 787.4s _158: 8 segs, 141.5 K docs, 563.3 MB 774.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 700.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 560.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 534.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 523.9s _193: 8 segs, 227.2 K docs, 906.1 MB 510.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 484.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 470.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 432.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 375.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 358.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 274.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 216.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 188.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 166.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 143.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 129.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 112.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 91.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 74.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 70.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 75.1 sec: 212 segments, 23 merges 1106.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 792.4s _158: 8 segs, 141.5 K docs, 563.3 MB 779.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 705.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 565.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 539.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 528.9s _193: 8 segs, 227.2 K docs, 906.1 MB 515.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 489.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 475.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 437.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 380.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 363.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 279.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 221.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 193.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 171.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 148.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 134.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 117.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 96.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 79.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 75.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 80.1 sec: 212 segments, 23 merges 1111.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 797.4s _158: 8 segs, 141.5 K docs, 563.3 MB 784.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 710.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 570.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 544.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 533.9s _193: 8 segs, 227.2 K docs, 906.1 MB 520.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 494.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 480.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 442.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 385.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 368.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 284.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 226.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 198.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 176.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 153.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 139.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 122.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 101.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 84.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 80.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 85.1 sec: 212 segments, 23 merges 1116.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 802.4s _158: 8 segs, 141.5 K docs, 563.3 MB 789.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 715.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 575.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 549.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 538.9s _193: 8 segs, 227.2 K docs, 906.1 MB 525.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 499.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 485.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 447.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 390.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 373.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 289.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 231.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 203.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 181.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 158.7s _1em: 8 segs, 39.2 K docs, 155.3 MB 144.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 127.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 106.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 89.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 85.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 90.1 sec: 205 segments, 22 merges 1121.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 807.4s _158: 8 segs, 141.5 K docs, 563.3 MB 794.0s _15f: 8 segs, 108.7 K docs, 432.6 MB 720.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 580.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 554.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 543.9s _193: 8 segs, 227.2 K docs, 906.1 MB 530.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 504.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 490.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 452.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 395.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 378.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 294.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 236.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 208.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 186.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 149.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 132.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 111.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 94.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 90.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 95.1 sec: 198 segments, 21 merges 1126.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 812.4s _158: 8 segs, 141.5 K docs, 563.3 MB 725.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 585.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 559.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 548.9s _193: 8 segs, 227.2 K docs, 906.1 MB 535.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 509.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 495.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 457.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 400.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 383.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 299.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 241.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 213.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 191.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 154.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 137.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 116.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 99.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 95.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 100.1 sec: 198 segments, 21 merges 1131.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 817.4s _158: 8 segs, 141.5 K docs, 563.3 MB 730.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 590.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 564.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 553.9s _193: 8 segs, 227.2 K docs, 906.1 MB 540.3s _19a: 8 segs, 38.7 K docs, 153.3 MB 514.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 500.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 462.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 405.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 388.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 304.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 246.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 218.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 196.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 159.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 142.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 121.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 104.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 100.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 105.1 sec: 191 segments, 21 merges 1136.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 822.4s _158: 8 segs, 141.5 K docs, 563.3 MB 735.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 595.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 569.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 558.9s _193: 8 segs, 227.2 K docs, 906.1 MB 519.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 505.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 467.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 410.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 393.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 309.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 251.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 223.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 201.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 164.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 147.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 126.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 109.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 105.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 1.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 110.0 sec: 191 segments, 21 merges 1141.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 827.3s _158: 8 segs, 141.5 K docs, 563.3 MB 740.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 600.5s _18i: 8 segs, 183.5 K docs, 731.7 MB 574.8s _18w: 8 segs, 171.9 K docs, 685.0 MB 563.8s _193: 8 segs, 227.2 K docs, 906.1 MB 524.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 509.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 472.0s _1an: 11 segs, 55.3 K docs, 218.9 MB 415.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 398.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 314.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 256.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 228.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 206.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 169.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 152.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 131.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 114.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 110.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 6.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 115.0 sec: 191 segments, 21 merges 1146.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 832.3s _158: 8 segs, 141.5 K docs, 563.3 MB 745.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 605.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 579.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 568.8s _193: 8 segs, 227.2 K docs, 906.1 MB 529.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 514.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 477.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 420.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 403.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 319.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 261.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 233.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 211.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 174.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 157.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 136.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 119.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 115.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 11.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 120.0 sec: 191 segments, 21 merges 1151.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 837.3s _158: 8 segs, 141.5 K docs, 563.3 MB 750.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 610.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 584.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 573.8s _193: 8 segs, 227.2 K docs, 906.1 MB 534.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 519.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 482.1s _1an: 11 segs, 55.3 K docs, 218.9 MB 425.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 408.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 324.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 266.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 238.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 216.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 179.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 162.3s _1f0: 8 segs, 83.7 K docs, 332.9 MB 141.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 124.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 120.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 16.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 125.0 sec: 181 segments, 20 merges 1156.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 842.4s _158: 8 segs, 141.5 K docs, 563.3 MB 755.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 615.6s _18i: 8 segs, 183.5 K docs, 731.7 MB 589.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 578.9s _193: 8 segs, 227.2 K docs, 906.1 MB 539.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 524.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 430.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 413.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 329.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 271.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 243.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 221.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 184.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 167.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 146.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 129.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 125.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 21.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 130.0 sec: 174 segments, 19 merges 1161.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 847.4s _158: 8 segs, 141.5 K docs, 563.3 MB 760.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 594.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 583.9s _193: 8 segs, 227.2 K docs, 906.1 MB 544.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 530.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 435.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 418.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 334.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 276.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 248.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 226.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 189.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 172.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 151.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 134.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 130.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 26.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 135.1 sec: 174 segments, 19 merges 1166.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 852.4s _158: 8 segs, 141.5 K docs, 563.3 MB 765.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 599.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 588.9s _193: 8 segs, 227.2 K docs, 906.1 MB 549.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 535.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 440.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 423.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 339.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 281.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 253.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 231.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 194.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 177.4s _1f0: 8 segs, 83.7 K docs, 332.9 MB 156.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 139.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 135.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 31.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 140.1 sec: 167 segments, 18 merges 1171.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 857.4s _158: 8 segs, 141.5 K docs, 563.3 MB 770.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 604.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 593.9s _193: 8 segs, 227.2 K docs, 906.1 MB 554.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 540.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 445.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 428.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 344.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 286.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 258.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 236.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 199.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 161.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 144.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 140.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 36.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 145.1 sec: 167 segments, 18 merges 1176.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 862.4s _158: 8 segs, 141.5 K docs, 563.3 MB 775.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 609.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 598.9s _193: 8 segs, 227.2 K docs, 906.1 MB 559.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 545.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 450.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 433.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 349.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 291.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 263.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 241.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 204.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 166.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 149.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 145.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 41.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 150.1 sec: 167 segments, 18 merges 1181.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 867.4s _158: 8 segs, 141.5 K docs, 563.3 MB 780.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 614.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 603.9s _193: 8 segs, 227.2 K docs, 906.1 MB 564.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 550.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 455.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 438.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 354.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 296.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 268.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 246.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 209.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 171.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 154.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 150.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 46.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 155.1 sec: 167 segments, 18 merges 1186.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 872.4s _158: 8 segs, 141.5 K docs, 563.3 MB 785.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 619.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 608.9s _193: 8 segs, 227.2 K docs, 906.1 MB 569.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 555.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 460.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 443.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 359.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 301.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 273.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 251.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 214.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 176.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 159.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 155.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 51.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 160.1 sec: 167 segments, 18 merges 1191.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 877.4s _158: 8 segs, 141.5 K docs, 563.3 MB 790.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 624.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 613.9s _193: 8 segs, 227.2 K docs, 906.1 MB 574.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 560.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 465.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 448.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 364.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 306.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 278.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 256.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 219.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 181.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 164.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 160.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 56.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 165.1 sec: 167 segments, 18 merges 1196.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 882.4s _158: 8 segs, 141.5 K docs, 563.3 MB 795.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 629.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 618.9s _193: 8 segs, 227.2 K docs, 906.1 MB 579.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 565.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 470.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 453.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 369.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 311.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 283.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 261.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 224.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 186.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 169.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 165.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 61.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 170.1 sec: 167 segments, 18 merges 1201.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 887.4s _158: 8 segs, 141.5 K docs, 563.3 MB 800.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 634.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 623.9s _193: 8 segs, 227.2 K docs, 906.1 MB 584.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 570.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 475.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 458.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 374.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 316.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 288.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 266.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 229.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 191.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 174.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 170.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 66.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 175.1 sec: 167 segments, 18 merges 1206.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 892.4s _158: 8 segs, 141.5 K docs, 563.3 MB 805.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 639.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 628.9s _193: 8 segs, 227.2 K docs, 906.1 MB 589.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 575.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 480.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 463.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 379.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 321.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 293.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 271.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 234.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 196.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 179.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 175.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 71.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 180.0 sec: 167 segments, 18 merges 1211.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 897.3s _158: 8 segs, 141.5 K docs, 563.3 MB 810.5s _16k: 8 segs, 179.3 K docs, 714.6 MB 644.8s _18w: 8 segs, 171.9 K docs, 685.0 MB 633.8s _193: 8 segs, 227.2 K docs, 906.1 MB 594.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 579.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 485.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 468.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 384.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 326.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 298.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 276.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 239.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 201.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 184.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 180.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 76.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 185.0 sec: 167 segments, 18 merges 1216.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 902.3s _158: 8 segs, 141.5 K docs, 563.3 MB 815.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 649.8s _18w: 8 segs, 171.9 K docs, 685.0 MB 638.8s _193: 8 segs, 227.2 K docs, 906.1 MB 599.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 584.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 490.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 473.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 389.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 331.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 303.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 281.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 244.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 206.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 189.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 185.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 81.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 190.0 sec: 167 segments, 18 merges 1221.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 907.3s _158: 8 segs, 141.5 K docs, 563.3 MB 820.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 654.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 643.8s _193: 8 segs, 227.2 K docs, 906.1 MB 604.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 589.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 495.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 478.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 394.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 336.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 308.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 286.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 249.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 211.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 194.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 190.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 86.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 195.0 sec: 167 segments, 18 merges 1226.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 912.3s _158: 8 segs, 141.5 K docs, 563.3 MB 825.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 659.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 648.8s _193: 8 segs, 227.2 K docs, 906.1 MB 609.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 594.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 500.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 483.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 399.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 341.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 313.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 291.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 254.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 216.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 199.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 195.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 91.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 200.0 sec: 167 segments, 18 merges 1231.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 917.4s _158: 8 segs, 141.5 K docs, 563.3 MB 830.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 664.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 653.9s _193: 8 segs, 227.2 K docs, 906.1 MB 614.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 599.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 505.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 488.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 404.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 346.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 318.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 296.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 259.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 221.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 204.7s _1fh: 8 segs, 73.7 K docs, 292.7 MB 200.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 96.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 205.0 sec: 167 segments, 18 merges 1236.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 922.4s _158: 8 segs, 141.5 K docs, 563.3 MB 835.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 669.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 658.9s _193: 8 segs, 227.2 K docs, 906.1 MB 619.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 604.9s _19z: 12 segs, 57.6 K docs, 228.0 MB 510.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 493.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 409.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 351.7s _1dy: 8 segs, 42.2 K docs, 167.0 MB 323.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 301.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 264.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 226.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 209.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 205.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 101.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 210.0 sec: 167 segments, 18 merges 1241.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 927.4s _158: 8 segs, 141.5 K docs, 563.3 MB 840.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 674.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 663.9s _193: 8 segs, 227.2 K docs, 906.1 MB 624.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 610.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 515.0s _1bi: 9 segs, 45.7 K docs, 180.9 MB 498.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 414.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 356.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 328.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 306.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 269.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 231.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 214.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 210.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 106.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 215.0 sec: 167 segments, 18 merges 1246.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 932.4s _158: 8 segs, 141.5 K docs, 563.3 MB 845.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 679.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 668.9s _193: 8 segs, 227.2 K docs, 906.1 MB 629.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 615.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 520.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 503.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 419.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 361.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 333.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 311.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 274.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 236.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 219.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 215.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 111.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 220.1 sec: 167 segments, 18 merges 1251.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 937.4s _158: 8 segs, 141.5 K docs, 563.3 MB 850.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 684.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 673.9s _193: 8 segs, 227.2 K docs, 906.1 MB 634.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 620.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 525.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 508.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 424.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 366.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 338.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 316.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 279.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 241.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 224.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 220.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 116.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 225.1 sec: 167 segments, 18 merges 1256.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 942.4s _158: 8 segs, 141.5 K docs, 563.3 MB 855.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 689.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 678.9s _193: 8 segs, 227.2 K docs, 906.1 MB 639.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 625.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 530.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 513.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 429.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 371.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 343.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 321.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 284.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 246.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 229.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 225.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 121.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 230.1 sec: 167 segments, 18 merges 1261.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 947.4s _158: 8 segs, 141.5 K docs, 563.3 MB 860.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 694.9s _18w: 8 segs, 171.9 K docs, 685.0 MB 683.9s _193: 8 segs, 227.2 K docs, 906.1 MB 644.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 630.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 535.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 518.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 434.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 376.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 348.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 326.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 289.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 251.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 234.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 230.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 126.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 235.1 sec: 160 segments, 17 merges 1266.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 952.4s _158: 8 segs, 141.5 K docs, 563.3 MB 865.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 688.9s _193: 8 segs, 227.2 K docs, 906.1 MB 649.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 635.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 540.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 523.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 439.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 381.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 353.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 331.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 294.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 256.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 239.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 235.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 131.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 240.1 sec: 160 segments, 17 merges 1271.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 957.4s _158: 8 segs, 141.5 K docs, 563.3 MB 870.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 693.9s _193: 8 segs, 227.2 K docs, 906.1 MB 654.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 640.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 545.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 528.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 444.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 386.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 358.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 336.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 299.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 261.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 244.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 240.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 136.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 245.1 sec: 160 segments, 17 merges 1276.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 962.4s _158: 8 segs, 141.5 K docs, 563.3 MB 875.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 698.9s _193: 8 segs, 227.2 K docs, 906.1 MB 659.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 645.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 550.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 533.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 449.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 391.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 363.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 341.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 304.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 266.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 249.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 245.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 141.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 250.1 sec: 160 segments, 17 merges 1281.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 967.4s _158: 8 segs, 141.5 K docs, 563.3 MB 880.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 703.9s _193: 8 segs, 227.2 K docs, 906.1 MB 664.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 650.0s _19z: 12 segs, 57.6 K docs, 228.0 MB 555.1s _1bi: 9 segs, 45.7 K docs, 180.9 MB 538.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 454.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 396.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 368.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 346.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 309.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 271.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 254.8s _1fh: 8 segs, 73.7 K docs, 292.7 MB 250.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 146.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 255.1 sec: 134 segments, 14 merges 1286.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 972.4s _158: 8 segs, 141.5 K docs, 563.3 MB 885.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 708.9s _193: 8 segs, 227.2 K docs, 906.1 MB 669.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 543.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 459.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 401.8s _1dy: 8 segs, 42.2 K docs, 167.0 MB 373.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 351.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 314.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 276.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 255.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 151.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 260.1 sec: 127 segments, 14 merges 1291.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 977.4s _158: 8 segs, 141.5 K docs, 563.3 MB 890.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 713.9s _193: 8 segs, 227.2 K docs, 906.1 MB 674.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 548.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 464.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 378.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 356.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 319.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 281.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 260.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 156.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 0.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 265.1 sec: 127 segments, 14 merges 1296.5s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 982.4s _158: 8 segs, 141.5 K docs, 563.3 MB 895.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 718.9s _193: 8 segs, 227.2 K docs, 906.1 MB 679.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 553.2s _1bs: 9 segs, 45.2 K docs, 179.1 MB 469.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 383.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 361.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 324.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 286.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 265.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 161.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 5.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 270.0 sec: 127 segments, 14 merges 1301.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 987.3s _158: 8 segs, 141.5 K docs, 563.3 MB 900.5s _16k: 8 segs, 179.3 K docs, 714.6 MB 723.8s _193: 8 segs, 227.2 K docs, 906.1 MB 684.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 558.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 474.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 388.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 366.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 329.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 291.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 270.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 166.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 10.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 275.0 sec: 127 segments, 14 merges 1306.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 992.3s _158: 8 segs, 141.5 K docs, 563.3 MB 905.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 728.8s _193: 8 segs, 227.2 K docs, 906.1 MB 689.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 563.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 479.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 393.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 371.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 334.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 296.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 275.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 171.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 15.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 280.0 sec: 127 segments, 14 merges 1311.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 997.3s _158: 8 segs, 141.5 K docs, 563.3 MB 910.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 733.8s _193: 8 segs, 227.2 K docs, 906.1 MB 694.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 568.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 484.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 398.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 376.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 339.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 301.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 280.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 176.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 20.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 285.0 sec: 127 segments, 14 merges 1316.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 1002.3s _158: 8 segs, 141.5 K docs, 563.3 MB 915.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 738.8s _193: 8 segs, 227.2 K docs, 906.1 MB 699.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 573.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 489.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 403.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 381.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 344.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 306.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 285.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 181.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 25.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 290.0 sec: 127 segments, 14 merges 1321.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 1007.4s _158: 8 segs, 141.5 K docs, 563.3 MB 920.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 743.8s _193: 8 segs, 227.2 K docs, 906.1 MB 704.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 578.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 494.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 408.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 386.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 349.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 311.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 290.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 186.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 30.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 295.0 sec: 127 segments, 14 merges 1326.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 1012.4s _158: 8 segs, 141.5 K docs, 563.3 MB 925.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 748.9s _193: 8 segs, 227.2 K docs, 906.1 MB 709.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 583.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 499.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 413.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 391.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 354.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 316.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 295.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 191.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 35.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 300.0 sec: 127 segments, 14 merges 1331.4s _10f: 8 segs, 1158.4 K docs, 4629.2 MB 1017.4s _158: 8 segs, 141.5 K docs, 563.3 MB 930.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 753.9s _193: 8 segs, 227.2 K docs, 906.1 MB 714.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 588.1s _1bs: 9 segs, 45.2 K docs, 179.1 MB 504.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 418.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 396.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 359.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 321.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 300.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 196.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 40.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 305.0 sec: 112 segments, 12 merges 1022.4s _158: 8 segs, 141.5 K docs, 563.3 MB 935.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 758.9s _193: 8 segs, 227.2 K docs, 906.1 MB 719.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 509.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 423.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 401.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 364.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 326.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 305.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 201.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 45.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 310.0 sec: 112 segments, 12 merges 1027.4s _158: 8 segs, 141.5 K docs, 563.3 MB 940.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 763.9s _193: 8 segs, 227.2 K docs, 906.1 MB 724.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 514.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 428.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 406.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 369.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 331.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 310.0s _1fj: 9 segs, 33.2 K docs, 131.2 MB 206.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 50.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 315.1 sec: 112 segments, 12 merges 1032.4s _158: 8 segs, 141.5 K docs, 563.3 MB 945.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 768.9s _193: 8 segs, 227.2 K docs, 906.1 MB 729.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 519.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 433.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 411.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 374.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 336.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 315.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 211.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 55.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 320.1 sec: 112 segments, 12 merges 1037.4s _158: 8 segs, 141.5 K docs, 563.3 MB 950.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 773.9s _193: 8 segs, 227.2 K docs, 906.1 MB 734.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 524.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 438.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 416.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 379.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 341.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 320.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 216.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 60.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 325.1 sec: 112 segments, 12 merges 1042.4s _158: 8 segs, 141.5 K docs, 563.3 MB 955.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 778.9s _193: 8 segs, 227.2 K docs, 906.1 MB 739.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 529.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 443.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 421.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 384.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 346.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 325.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 221.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 65.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 330.1 sec: 112 segments, 12 merges 1047.4s _158: 8 segs, 141.5 K docs, 563.3 MB 960.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 783.9s _193: 8 segs, 227.2 K docs, 906.1 MB 744.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 534.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 448.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 426.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 389.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 351.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 330.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 226.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 70.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 335.1 sec: 112 segments, 12 merges 1052.4s _158: 8 segs, 141.5 K docs, 563.3 MB 965.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 788.9s _193: 8 segs, 227.2 K docs, 906.1 MB 749.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 539.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 453.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 431.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 394.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 356.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 335.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 231.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 75.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 340.1 sec: 105 segments, 11 merges 970.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 793.9s _193: 8 segs, 227.2 K docs, 906.1 MB 754.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 544.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 458.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 436.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 399.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 361.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 340.1s _1fj: 9 segs, 33.2 K docs, 131.2 MB 236.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 80.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 345.1 sec: 97 segments, 10 merges 975.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 798.9s _193: 8 segs, 227.2 K docs, 906.1 MB 759.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 549.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 463.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 441.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 404.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 366.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 241.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 85.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 350.1 sec: 97 segments, 10 merges 980.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 803.9s _193: 8 segs, 227.2 K docs, 906.1 MB 764.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 554.9s _1d8: 8 segs, 75.7 K docs, 300.9 MB 468.8s _1e6: 8 segs, 76.2 K docs, 302.7 MB 446.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 409.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 371.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 246.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 90.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 355.0 sec: 97 segments, 10 merges 985.5s _16k: 8 segs, 179.3 K docs, 714.6 MB 808.8s _193: 8 segs, 227.2 K docs, 906.1 MB 769.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 559.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 473.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 451.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 414.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 376.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 251.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 95.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 360.0 sec: 97 segments, 10 merges 990.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 813.8s _193: 8 segs, 227.2 K docs, 906.1 MB 774.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 564.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 478.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 456.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 419.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 381.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 256.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 100.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 365.0 sec: 97 segments, 10 merges 995.6s _16k: 8 segs, 179.3 K docs, 714.6 MB 818.8s _193: 8 segs, 227.2 K docs, 906.1 MB 779.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 569.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 483.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 461.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 424.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 386.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 261.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 105.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 370.0 sec: 90 segments, 9 merges 823.8s _193: 8 segs, 227.2 K docs, 906.1 MB 784.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 574.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 488.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 466.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 429.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 391.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 266.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 110.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 375.0 sec: 90 segments, 9 merges 828.9s _193: 8 segs, 227.2 K docs, 906.1 MB 789.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 579.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 493.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 471.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 434.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 396.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 271.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 115.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 380.0 sec: 90 segments, 9 merges 833.9s _193: 8 segs, 227.2 K docs, 906.1 MB 794.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 584.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 498.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 476.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 439.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 401.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 276.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 120.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 385.0 sec: 90 segments, 9 merges 838.9s _193: 8 segs, 227.2 K docs, 906.1 MB 799.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 589.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 503.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 481.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 444.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 406.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 281.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 125.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 390.0 sec: 90 segments, 9 merges 843.9s _193: 8 segs, 227.2 K docs, 906.1 MB 804.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 594.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 508.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 486.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 449.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 411.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 286.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 130.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 395.0 sec: 90 segments, 9 merges 848.9s _193: 8 segs, 227.2 K docs, 906.1 MB 809.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 599.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 513.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 491.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 454.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 416.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 291.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 135.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 400.1 sec: 90 segments, 9 merges 853.9s _193: 8 segs, 227.2 K docs, 906.1 MB 814.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 604.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 518.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 496.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 459.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 421.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 296.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 140.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 405.1 sec: 90 segments, 9 merges 858.9s _193: 8 segs, 227.2 K docs, 906.1 MB 819.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 609.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 523.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 501.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 464.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 426.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 301.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 145.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 410.1 sec: 90 segments, 9 merges 863.9s _193: 8 segs, 227.2 K docs, 906.1 MB 824.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 614.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 528.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 506.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 469.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 431.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 306.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 150.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 415.1 sec: 90 segments, 9 merges 868.9s _193: 8 segs, 227.2 K docs, 906.1 MB 829.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 619.8s _1d8: 8 segs, 75.7 K docs, 300.9 MB 533.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 511.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 474.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 436.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 311.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 155.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 420.1 sec: 83 segments, 8 merges 873.9s _193: 8 segs, 227.2 K docs, 906.1 MB 834.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 538.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 516.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 479.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 441.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 316.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 160.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 425.1 sec: 76 segments, 7 merges 839.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 543.7s _1e6: 8 segs, 76.2 K docs, 302.7 MB 521.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 484.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 446.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 321.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 165.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 430.1 sec: 69 segments, 7 merges 844.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 526.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 489.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 451.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 326.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 170.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 3.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 435.1 sec: 69 segments, 7 merges 849.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 531.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 494.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 456.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 331.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 175.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 8.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 440.1 sec: 69 segments, 7 merges 854.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 536.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 499.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 461.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 336.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 180.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 13.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 445.1 sec: 69 segments, 7 merges 859.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 541.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 504.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 466.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 341.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 185.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 18.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 450.1 sec: 69 segments, 7 merges 864.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 546.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 509.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 471.9s _1f9: 8 segs, 38.8 K docs, 153.4 MB 346.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 190.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 23.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 455.0 sec: 69 segments, 7 merges 869.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 551.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 514.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 476.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 351.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 195.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 28.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 460.0 sec: 69 segments, 7 merges 874.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 556.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 519.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 481.8s _1f9: 8 segs, 38.8 K docs, 153.4 MB 356.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 200.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 33.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 465.0 sec: 62 segments, 6 merges 879.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 561.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 524.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 361.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 205.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 38.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 470.0 sec: 62 segments, 6 merges 884.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 566.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 529.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 366.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 210.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 43.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 475.0 sec: 62 segments, 6 merges 889.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 571.4s _1ee: 8 segs, 177.4 K docs, 707.0 MB 534.2s _1es: 8 segs, 147.0 K docs, 585.5 MB 371.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 215.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 48.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 480.0 sec: 62 segments, 6 merges 894.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 576.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 539.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 376.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 220.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 53.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 485.0 sec: 62 segments, 6 merges 899.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 581.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 544.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 381.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 225.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 58.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 490.0 sec: 62 segments, 6 merges 904.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 586.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 549.3s _1es: 8 segs, 147.0 K docs, 585.5 MB 386.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 230.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 63.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 495.1 sec: 55 segments, 5 merges 909.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 591.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 391.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 235.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 68.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 500.1 sec: 55 segments, 5 merges 914.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 596.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 396.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 240.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 73.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 505.1 sec: 55 segments, 5 merges 919.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 601.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 401.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 245.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 78.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 510.1 sec: 55 segments, 5 merges 924.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 606.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 406.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 250.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 83.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 515.1 sec: 55 segments, 5 merges 929.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 611.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 411.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 255.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 88.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 520.1 sec: 55 segments, 5 merges 934.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 616.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 416.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 260.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 93.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 525.1 sec: 55 segments, 5 merges 939.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 621.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 421.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 265.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 98.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 530.1 sec: 55 segments, 5 merges 944.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 626.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 426.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 270.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 103.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 535.1 sec: 55 segments, 5 merges 949.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 631.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 431.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 275.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 108.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 540.1 sec: 55 segments, 5 merges 954.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 636.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 436.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 280.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 113.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 545.1 sec: 55 segments, 5 merges 959.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 641.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 441.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 285.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 118.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 550.1 sec: 55 segments, 5 merges 964.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 646.5s _1ee: 8 segs, 177.4 K docs, 707.0 MB 446.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 290.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 123.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 555.1 sec: 48 segments, 4 merges 969.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 451.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 295.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 128.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 560.0 sec: 48 segments, 4 merges 974.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 456.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 300.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 133.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 565.0 sec: 48 segments, 4 merges 979.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 461.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 305.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 138.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 570.0 sec: 48 segments, 4 merges 984.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 466.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 310.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 143.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 575.0 sec: 48 segments, 4 merges 989.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 471.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 315.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 148.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 580.0 sec: 48 segments, 4 merges 994.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 476.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 320.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 153.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 585.0 sec: 48 segments, 4 merges 999.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 481.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 325.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 158.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 590.0 sec: 48 segments, 4 merges 1004.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 486.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 330.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 163.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 595.0 sec: 48 segments, 4 merges 1009.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 491.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 335.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 168.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 600.0 sec: 48 segments, 4 merges 1014.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 496.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 340.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 173.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 605.0 sec: 48 segments, 4 merges 1019.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 501.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 345.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 178.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 610.1 sec: 48 segments, 4 merges 1024.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 506.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 350.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 183.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 615.1 sec: 48 segments, 4 merges 1029.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 511.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 355.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 188.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 620.1 sec: 48 segments, 4 merges 1034.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 516.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 360.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 193.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 625.1 sec: 48 segments, 4 merges 1039.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 521.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 365.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 198.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 630.1 sec: 48 segments, 4 merges 1044.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 526.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 370.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 203.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 635.1 sec: 48 segments, 4 merges 1049.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 531.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 375.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 208.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 640.1 sec: 48 segments, 4 merges 1054.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 536.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 380.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 213.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 645.1 sec: 48 segments, 4 merges 1059.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 541.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 385.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 218.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 650.1 sec: 48 segments, 4 merges 1064.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 546.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 390.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 223.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 655.0 sec: 48 segments, 4 merges 1069.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 551.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 395.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 228.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 660.0 sec: 48 segments, 4 merges 1074.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 556.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 400.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 233.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 665.0 sec: 48 segments, 4 merges 1079.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 561.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 405.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 238.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 670.0 sec: 48 segments, 4 merges 1084.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 566.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 410.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 243.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 675.0 sec: 48 segments, 4 merges 1089.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 571.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 415.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 248.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 680.0 sec: 48 segments, 4 merges 1094.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 576.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 420.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 253.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 685.0 sec: 48 segments, 4 merges 1099.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 581.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 425.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 258.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 690.0 sec: 48 segments, 4 merges 1104.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 586.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 430.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 263.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 695.0 sec: 48 segments, 4 merges 1109.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 591.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 435.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 268.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 700.0 sec: 48 segments, 4 merges 1114.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 596.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 440.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 273.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 705.1 sec: 48 segments, 4 merges 1119.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 601.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 445.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 278.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 710.1 sec: 48 segments, 4 merges 1124.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 606.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 450.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 283.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 715.1 sec: 48 segments, 4 merges 1129.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 611.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 455.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 288.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 720.1 sec: 48 segments, 4 merges 1134.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 616.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 460.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 293.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 725.1 sec: 48 segments, 4 merges 1139.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 621.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 465.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 298.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 730.1 sec: 48 segments, 4 merges 1144.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 626.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 470.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 303.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 735.1 sec: 48 segments, 4 merges 1149.7s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 631.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 475.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 308.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 740.1 sec: 48 segments, 4 merges 1154.8s _19r: 8 segs, 1088.0 K docs, 4348.1 MB 636.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 480.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 313.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 745.1 sec: 41 segments, 3 merges 641.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 485.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 318.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 750.1 sec: 41 segments, 3 merges 646.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 490.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 323.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 755.0 sec: 41 segments, 3 merges 651.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 495.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 328.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 760.0 sec: 41 segments, 3 merges 656.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 500.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 333.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 765.0 sec: 41 segments, 3 merges 661.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 505.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 338.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 770.0 sec: 41 segments, 3 merges 666.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 510.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 343.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 775.0 sec: 41 segments, 3 merges 671.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 515.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 348.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 780.0 sec: 41 segments, 3 merges 676.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 520.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 353.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 785.0 sec: 41 segments, 3 merges 681.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 525.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 358.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 790.0 sec: 41 segments, 3 merges 686.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 530.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 363.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 795.1 sec: 41 segments, 3 merges 691.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 535.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 368.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 800.1 sec: 41 segments, 3 merges 696.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 540.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 373.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 805.1 sec: 41 segments, 3 merges 701.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 545.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 378.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 810.1 sec: 41 segments, 3 merges 706.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 550.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 383.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 815.1 sec: 41 segments, 3 merges 711.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 555.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 388.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 820.1 sec: 41 segments, 3 merges 716.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 560.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 393.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 825.1 sec: 41 segments, 3 merges 721.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 565.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 398.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 830.1 sec: 41 segments, 3 merges 726.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 570.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 403.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 835.1 sec: 41 segments, 3 merges 731.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 575.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 408.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 840.1 sec: 41 segments, 3 merges 736.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 580.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 413.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 845.1 sec: 41 segments, 3 merges 741.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 585.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 418.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 850.0 sec: 41 segments, 3 merges 746.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 590.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 423.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 855.0 sec: 41 segments, 3 merges 751.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 595.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 428.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 860.0 sec: 41 segments, 3 merges 756.6s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 600.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 433.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 865.0 sec: 41 segments, 3 merges 761.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 605.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 438.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 870.0 sec: 41 segments, 3 merges 766.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 610.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 443.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 875.0 sec: 41 segments, 3 merges 771.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 615.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 448.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 880.0 sec: 41 segments, 3 merges 776.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 620.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 453.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 885.0 sec: 41 segments, 3 merges 781.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 625.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 458.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 890.0 sec: 41 segments, 3 merges 786.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 630.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 463.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 895.0 sec: 41 segments, 3 merges 791.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 635.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 468.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 900.1 sec: 41 segments, 3 merges 796.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 640.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 473.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 905.1 sec: 41 segments, 3 merges 801.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 645.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 478.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 910.1 sec: 41 segments, 3 merges 806.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 650.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 483.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 915.1 sec: 41 segments, 3 merges 811.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 655.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 488.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 920.1 sec: 41 segments, 3 merges 816.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 660.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 493.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 925.1 sec: 41 segments, 3 merges 821.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 665.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 498.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 930.1 sec: 41 segments, 3 merges 826.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 670.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 503.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 935.1 sec: 41 segments, 3 merges 831.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 675.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 508.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 940.1 sec: 41 segments, 3 merges 836.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 680.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 513.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 945.1 sec: 41 segments, 3 merges 841.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 685.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 518.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 950.1 sec: 41 segments, 3 merges 846.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 690.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 523.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 955.1 sec: 41 segments, 3 merges 851.7s _1fk: 8 segs, 561.9 K docs, 2242.7 MB 695.1s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 528.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 960.0 sec: 34 segments, 2 merges 700.0s _1fl: 8 segs, 392.5 K docs, 1565.5 MB 533.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 965.0 sec: 27 segments, 1 merges 538.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 970.0 sec: 27 segments, 1 merges 543.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 975.0 sec: 27 segments, 1 merges 548.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 980.0 sec: 27 segments, 1 merges 553.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 985.0 sec: 27 segments, 1 merges 558.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 990.0 sec: 27 segments, 1 merges 563.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 995.0 sec: 27 segments, 1 merges 568.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1000.0 sec: 27 segments, 1 merges 573.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1005.0 sec: 27 segments, 1 merges 578.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1010.0 sec: 27 segments, 1 merges 583.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1015.1 sec: 27 segments, 1 merges 588.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1020.1 sec: 27 segments, 1 merges 593.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1025.1 sec: 27 segments, 1 merges 598.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1030.1 sec: 27 segments, 1 merges 603.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1035.1 sec: 27 segments, 1 merges 608.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1040.1 sec: 27 segments, 1 merges 613.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1045.1 sec: 27 segments, 1 merges 618.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1050.1 sec: 27 segments, 1 merges 623.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1055.1 sec: 27 segments, 1 merges 628.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1060.1 sec: 27 segments, 1 merges 633.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1065.1 sec: 27 segments, 1 merges 638.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1070.0 sec: 27 segments, 1 merges 643.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1075.0 sec: 27 segments, 1 merges 648.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1080.0 sec: 27 segments, 1 merges 653.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1085.0 sec: 27 segments, 1 merges 658.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1090.0 sec: 27 segments, 1 merges 663.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1095.0 sec: 27 segments, 1 merges 668.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1100.0 sec: 27 segments, 1 merges 673.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1105.0 sec: 27 segments, 1 merges 678.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1110.0 sec: 27 segments, 1 merges 683.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1115.0 sec: 27 segments, 1 merges 688.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1120.0 sec: 27 segments, 1 merges 693.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1125.1 sec: 27 segments, 1 merges 698.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1130.1 sec: 27 segments, 1 merges 703.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1135.1 sec: 27 segments, 1 merges 708.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1140.1 sec: 27 segments, 1 merges 713.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1145.1 sec: 27 segments, 1 merges 718.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1150.1 sec: 27 segments, 1 merges 723.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1155.1 sec: 27 segments, 1 merges 728.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1160.1 sec: 27 segments, 1 merges 733.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1165.1 sec: 27 segments, 1 merges 738.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1170.1 sec: 27 segments, 1 merges 743.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1175.0 sec: 27 segments, 1 merges 748.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1180.0 sec: 27 segments, 1 merges 753.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1185.0 sec: 27 segments, 1 merges 758.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1190.0 sec: 27 segments, 1 merges 763.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1195.0 sec: 27 segments, 1 merges 768.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1200.0 sec: 27 segments, 1 merges 773.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1205.0 sec: 27 segments, 1 merges 778.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1210.0 sec: 27 segments, 1 merges 783.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1215.0 sec: 27 segments, 1 merges 788.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1220.0 sec: 27 segments, 1 merges 793.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1225.0 sec: 27 segments, 1 merges 798.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1230.1 sec: 27 segments, 1 merges 803.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1235.1 sec: 27 segments, 1 merges 808.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1240.1 sec: 27 segments, 1 merges 813.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1245.1 sec: 27 segments, 1 merges 818.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1250.1 sec: 27 segments, 1 merges 823.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1255.1 sec: 27 segments, 1 merges 828.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1260.1 sec: 27 segments, 1 merges 833.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1265.1 sec: 27 segments, 1 merges 838.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1270.1 sec: 27 segments, 1 merges 843.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1275.1 sec: 27 segments, 1 merges 848.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1280.1 sec: 27 segments, 1 merges 853.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1285.0 sec: 27 segments, 1 merges 858.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1290.0 sec: 27 segments, 1 merges 863.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1295.0 sec: 27 segments, 1 merges 868.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1300.0 sec: 27 segments, 1 merges 873.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1305.0 sec: 27 segments, 1 merges 878.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1310.0 sec: 27 segments, 1 merges 883.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1315.0 sec: 27 segments, 1 merges 888.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1320.0 sec: 27 segments, 1 merges 893.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1325.0 sec: 27 segments, 1 merges 898.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1330.0 sec: 27 segments, 1 merges 903.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1335.0 sec: 27 segments, 1 merges 908.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1340.1 sec: 27 segments, 1 merges 913.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1345.1 sec: 27 segments, 1 merges 918.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1350.1 sec: 27 segments, 1 merges 923.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1355.1 sec: 27 segments, 1 merges 928.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1360.1 sec: 27 segments, 1 merges 933.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1365.1 sec: 27 segments, 1 merges 938.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1370.1 sec: 27 segments, 1 merges 943.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1375.1 sec: 27 segments, 1 merges 948.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1380.1 sec: 27 segments, 1 merges 953.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1385.1 sec: 27 segments, 1 merges 958.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1390.1 sec: 27 segments, 1 merges 963.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1395.1 sec: 27 segments, 1 merges 968.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1400.1 sec: 27 segments, 1 merges 973.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1405.0 sec: 27 segments, 1 merges 978.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1410.0 sec: 27 segments, 1 merges 983.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1415.0 sec: 27 segments, 1 merges 988.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1420.0 sec: 27 segments, 1 merges 993.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1425.0 sec: 27 segments, 1 merges 998.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1430.0 sec: 27 segments, 1 merges 1003.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1435.0 sec: 27 segments, 1 merges 1008.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1440.0 sec: 27 segments, 1 merges 1013.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1445.0 sec: 27 segments, 1 merges 1018.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1450.0 sec: 27 segments, 1 merges 1023.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1455.1 sec: 27 segments, 1 merges 1028.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1460.1 sec: 27 segments, 1 merges 1033.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1465.1 sec: 27 segments, 1 merges 1038.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1470.1 sec: 27 segments, 1 merges 1043.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1475.1 sec: 27 segments, 1 merges 1048.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1480.1 sec: 27 segments, 1 merges 1053.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1485.1 sec: 27 segments, 1 merges 1058.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1490.1 sec: 27 segments, 1 merges 1063.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1495.1 sec: 27 segments, 1 merges 1068.5s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1500.1 sec: 27 segments, 1 merges 1073.6s _1fm: 8 segs, 1225.0 K docs, 4894.9 MB 1505.1 sec: 20 segments, 1 merges 0.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1510.1 sec: 20 segments, 1 merges 5.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1515.0 sec: 20 segments, 1 merges 10.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1520.0 sec: 20 segments, 1 merges 15.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1525.0 sec: 20 segments, 1 merges 20.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1530.0 sec: 20 segments, 1 merges 25.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1535.0 sec: 20 segments, 1 merges 30.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1540.0 sec: 20 segments, 1 merges 35.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1545.1 sec: 20 segments, 1 merges 40.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1550.1 sec: 20 segments, 1 merges 45.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1555.1 sec: 20 segments, 1 merges 50.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1560.1 sec: 20 segments, 1 merges 55.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1565.1 sec: 20 segments, 1 merges 60.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1570.1 sec: 20 segments, 1 merges 65.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1575.1 sec: 20 segments, 1 merges 70.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1580.1 sec: 20 segments, 1 merges 75.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1585.0 sec: 20 segments, 1 merges 80.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1590.0 sec: 20 segments, 1 merges 85.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1595.0 sec: 20 segments, 1 merges 90.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1600.0 sec: 20 segments, 1 merges 95.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1605.0 sec: 20 segments, 1 merges 100.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1610.0 sec: 20 segments, 1 merges 105.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1615.0 sec: 20 segments, 1 merges 110.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1620.0 sec: 20 segments, 1 merges 115.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1625.0 sec: 20 segments, 1 merges 120.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1630.0 sec: 20 segments, 1 merges 125.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1635.0 sec: 20 segments, 1 merges 130.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1640.0 sec: 20 segments, 1 merges 135.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1645.1 sec: 20 segments, 1 merges 140.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1650.1 sec: 20 segments, 1 merges 145.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1655.1 sec: 20 segments, 1 merges 150.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1660.1 sec: 20 segments, 1 merges 155.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1665.1 sec: 20 segments, 1 merges 160.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1670.1 sec: 20 segments, 1 merges 165.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1675.1 sec: 20 segments, 1 merges 170.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1680.1 sec: 20 segments, 1 merges 175.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1685.1 sec: 20 segments, 1 merges 180.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1690.1 sec: 20 segments, 1 merges 185.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1695.1 sec: 20 segments, 1 merges 190.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1700.1 sec: 20 segments, 1 merges 195.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1705.1 sec: 20 segments, 1 merges 200.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1710.0 sec: 20 segments, 1 merges 205.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1715.0 sec: 20 segments, 1 merges 210.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1720.0 sec: 20 segments, 1 merges 215.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1725.0 sec: 20 segments, 1 merges 220.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1730.0 sec: 20 segments, 1 merges 225.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1735.0 sec: 20 segments, 1 merges 230.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1740.0 sec: 20 segments, 1 merges 235.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1745.1 sec: 20 segments, 1 merges 240.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1750.1 sec: 20 segments, 1 merges 245.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1755.1 sec: 20 segments, 1 merges 250.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1760.1 sec: 20 segments, 1 merges 255.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1765.1 sec: 20 segments, 1 merges 260.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1770.1 sec: 20 segments, 1 merges 265.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1775.1 sec: 20 segments, 1 merges 270.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1780.1 sec: 20 segments, 1 merges 275.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1785.1 sec: 20 segments, 1 merges 280.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1790.1 sec: 20 segments, 1 merges 285.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1795.1 sec: 20 segments, 1 merges 290.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1800.0 sec: 20 segments, 1 merges 295.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1805.0 sec: 20 segments, 1 merges 300.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1810.0 sec: 20 segments, 1 merges 305.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1815.0 sec: 20 segments, 1 merges 310.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1820.0 sec: 20 segments, 1 merges 315.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1825.1 sec: 20 segments, 1 merges 320.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1830.1 sec: 20 segments, 1 merges 325.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1835.1 sec: 20 segments, 1 merges 330.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1840.0 sec: 20 segments, 1 merges 335.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1845.0 sec: 20 segments, 1 merges 340.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1850.0 sec: 20 segments, 1 merges 345.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1855.0 sec: 20 segments, 1 merges 350.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1860.0 sec: 20 segments, 1 merges 355.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1865.0 sec: 20 segments, 1 merges 360.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1870.0 sec: 20 segments, 1 merges 365.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1875.0 sec: 20 segments, 1 merges 370.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1880.0 sec: 20 segments, 1 merges 375.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1885.0 sec: 20 segments, 1 merges 380.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1890.0 sec: 20 segments, 1 merges 385.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1895.0 sec: 20 segments, 1 merges 390.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1900.1 sec: 20 segments, 1 merges 395.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1905.1 sec: 20 segments, 1 merges 400.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1910.1 sec: 20 segments, 1 merges 405.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1915.1 sec: 20 segments, 1 merges 410.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1920.1 sec: 20 segments, 1 merges 415.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1925.1 sec: 20 segments, 1 merges 420.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1930.1 sec: 20 segments, 1 merges 425.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1935.1 sec: 20 segments, 1 merges 430.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1940.1 sec: 20 segments, 1 merges 435.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1945.1 sec: 20 segments, 1 merges 440.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1950.1 sec: 20 segments, 1 merges 445.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1955.1 sec: 20 segments, 1 merges 450.5s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1960.0 sec: 20 segments, 1 merges 455.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1965.0 sec: 20 segments, 1 merges 460.4s _1fn: 6 segs, 1253.0 K docs, 5008.8 MB 1970.0 sec: 15 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3087 seconds reindex takes 3087.14 sec index has 15 segments: segments_2: _1fn(11.0.0):C1253049 _g4(11.0.0):C805787 _10f(11.0.0):C1158409 _vp(11.0.0):C643352 _qe(11.0.0):C323706 _19r(11.0.0):C1088045 _1fm(11.0.0):C1224968 _1fk(11.0.0):C561938 _1ee(11.0.0):C177356 _1d8(11.0.0):C75732 _1es(11.0.0):C147031 _1e6(11.0.0):C76176 _1fl(11.0.0):C392533 _1f9(11.0.0):C38752 _1fj(11.0.0):C33166 _1fn: 5017.4 MB _g4: 3224.5 MB _10f: 4637.9 MB _vp: 2573.9 MB _qe: 1294.4 MB _19r: 4355.7 MB _1fm: 4904.8 MB _1fk: 2247.9 MB _1ee: 708.8 MB _1d8: 302.3 MB _1es: 587.5 MB _1e6: 304.1 MB _1fl: 1569.9 MB _1f9: 154.5 MB _1fj: 132.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32015.67 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=54889496743 cpu@end=66631220905 deltaMS=11741.724162 thread 14 name=Reference Handler cpu@start=2907457 cpu@end=2907457 deltaMS=0.0 thread 15 name=Finalizer cpu@start=166383 cpu@end=166383 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55635 cpu@end=55635 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=31707472 cpu@end=31707472 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=45097852804 cpu@end=45099824154 deltaMS=1.97135 thread 42 name=JFR Periodic Tasks cpu@start=367769733240 cpu@end=368333073710 deltaMS=563.34047 thread 45 name=Notification Thread cpu@start=116767 cpu@end=116767 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=5008870948367 cpu@end=5008870948367 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4998278530883 cpu@end=4998278530883 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=5007692689116 cpu@end=5007692689116 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=5003695508905 cpu@end=5003695508905 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=5006406903642 cpu@end=5006406903642 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=5009455900956 cpu@end=5009455900956 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=5008582322765 cpu@end=5008582322765 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=5002616381742 cpu@end=5002616381742 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=5004780728875 cpu@end=5004780728875 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=5000855447682 cpu@end=5000855447682 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=5002149664112 cpu@end=5002149664112 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=5006361647770 cpu@end=5006361647770 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=5006661441969 cpu@end=5006661441969 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=5007890070075 cpu@end=5007890070075 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=5003228142574 cpu@end=5003228142574 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4996035965042 cpu@end=4996035965042 deltaMS=0.0 Average CPU cores used: 1.047201447526902 completed 1000 searches in 11752 ms: 85 QPS CPU time=12306 ms checking results SUMMARY: 0.975 11.752 12.306 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 59381 3087.14 2591.39 0.00 15 32015.67 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1253049 documents Graph level=3 size=78, Fanout min=6, mean=10.15, max=19, meandelta=94966.68 % 0 10 20 30 40 50 60 70 80 90 100 0 7 7 8 9 10 10 12 12 14 19 Graph level=2 size=1176, Fanout min=8, mean=24.33, max=32, meandelta=46843.93 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=1 size=38337, Fanout min=2, mean=28.08, max=32, meandelta=40866.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=1253049, Fanout min=1, mean=39.40, max=64, meandelta=29425.46 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=78, connectedness=1.00 Graph level=2 size=1176, connectedness=1.00 Graph level=1 size=38337, connectedness=1.00 Graph level=0 size=1253049, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 805787 documents Graph level=3 size=37, Fanout min=3, mean=7.03, max=11, meandelta=79527.54 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 6 6 7 8 8 9 10 11 Graph level=2 size=675, Fanout min=8, mean=22.25, max=32, meandelta=32827.77 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 21 24 27 30 32 32 Graph level=1 size=24607, Fanout min=3, mean=27.98, max=32, meandelta=26337.20 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=805787, Fanout min=1, mean=39.55, max=64, meandelta=18879.34 % 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=675, connectedness=1.00 Graph level=1 size=24607, connectedness=1.00 Graph level=0 size=805787, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1158409 documents Graph level=3 size=67, Fanout min=4, mean=9.46, max=17, meandelta=92406.44 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 10 11 12 14 17 Graph level=2 size=1079, Fanout min=7, mean=24.04, max=32, meandelta=43425.39 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=1 size=35419, Fanout min=3, mean=28.10, max=32, meandelta=37758.45 % 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=1158409, Fanout min=1, mean=39.44, max=64, meandelta=27183.02 % 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=67, connectedness=1.00 Graph level=2 size=1079, connectedness=1.00 Graph level=1 size=35419, connectedness=1.00 Graph level=0 size=1158409, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 643352 documents Graph level=3 size=33, Fanout min=2, mean=6.48, max=11, meandelta=58819.29 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 5 6 6 7 8 9 10 11 Graph level=2 size=523, Fanout min=6, mean=20.55, max=32, meandelta=28043.45 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 22 24 27 32 32 Graph level=1 size=19528, Fanout min=3, mean=27.90, max=32, meandelta=21080.64 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=643352, Fanout min=1, mean=39.58, max=64, meandelta=15071.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=33, connectedness=1.00 Graph level=2 size=523, connectedness=1.00 Graph level=1 size=19528, connectedness=1.00 Graph level=0 size=643352, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 323706 documents Graph level=3 size=20, Fanout min=3, mean=6.30, max=10, meandelta=37701.11 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 7 7 7 7 9 10 Graph level=2 size=276, Fanout min=6, mean=17.09, max=32, meandelta=15756.65 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 17 20 22 25 32 Graph level=1 size=9851, Fanout min=6, mean=27.59, max=32, meandelta=10696.20 % 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=323706, Fanout min=1, mean=39.54, max=64, meandelta=7600.76 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=276, connectedness=1.00 Graph level=1 size=9851, connectedness=1.00 Graph level=0 size=323706, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1088045 documents Graph level=3 size=56, Fanout min=4, mean=8.61, max=16, meandelta=94874.27 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 7 8 9 10 11 11 16 Graph level=2 size=991, Fanout min=6, mean=23.58, max=32, meandelta=41727.93 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 28 32 32 32 Graph level=1 size=33251, Fanout min=4, mean=28.06, max=32, meandelta=35497.26 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1088045, Fanout min=1, mean=39.47, max=64, meandelta=25521.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=991, connectedness=1.00 Graph level=1 size=33251, connectedness=1.00 Graph level=0 size=1088045, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1224968 documents Graph level=3 size=61, Fanout min=4, mean=9.48, max=15, meandelta=99138.62 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 11 12 13 15 Graph level=2 size=1130, Fanout min=7, mean=23.79, max=32, meandelta=47066.12 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 21 24 26 29 32 32 32 Graph level=1 size=37385, Fanout min=2, mean=28.10, max=32, meandelta=39956.86 % 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=1224968, Fanout min=1, mean=39.44, max=64, meandelta=28740.81 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=61, connectedness=1.00 Graph level=2 size=1130, connectedness=1.00 Graph level=1 size=37385, connectedness=1.00 Graph level=0 size=1224968, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 561938 documents Graph level=3 size=26, Fanout min=3, mean=6.77, max=12, meandelta=52621.42 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 7 7 10 12 Graph level=2 size=450, Fanout min=7, mean=19.28, max=32, meandelta=25201.40 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 26 29 32 Graph level=1 size=17123, Fanout min=4, mean=27.88, max=32, meandelta=18435.17 % 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=561938, Fanout min=1, mean=39.52, max=64, meandelta=13188.20 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=450, connectedness=1.00 Graph level=1 size=17123, connectedness=1.00 Graph level=0 size=561938, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 177356 documents Graph level=3 size=8, Fanout min=2, mean=3.00, max=6, meandelta=19266.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 5 6 Graph level=2 size=153, Fanout min=6, mean=13.66, max=28, meandelta=10685.54 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 17 20 28 Graph level=1 size=5464, Fanout min=8, mean=27.13, max=32, meandelta=5973.79 % 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=177356, Fanout min=1, mean=39.30, max=64, meandelta=4188.44 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=153, connectedness=1.00 Graph level=1 size=5464, connectedness=1.00 Graph level=0 size=177356, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 75732 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=11653.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 2 2 2 Graph level=2 size=62, Fanout min=3, mean=10.06, max=17, meandelta=6152.57 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 11 11 13 14 17 Graph level=1 size=2321, Fanout min=8, mean=25.93, max=32, meandelta=2652.72 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 25 27 31 32 32 32 32 Graph level=0 size=75732, Fanout min=2, mean=38.57, max=64, meandelta=1821.22 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=62, connectedness=1.00 Graph level=1 size=2321, connectedness=1.00 Graph level=0 size=75732, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 147031 documents Graph level=3 size=6, Fanout min=1, mean=2.67, max=5, meandelta=18450.13 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 3 5 Graph level=2 size=131, Fanout min=6, mean=12.66, max=24, meandelta=9465.66 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 11 12 13 14 15 18 24 Graph level=1 size=4525, Fanout min=7, mean=27.01, max=32, meandelta=4992.81 % 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=147031, Fanout min=1, mean=39.15, max=64, meandelta=3485.19 % 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=131, connectedness=1.00 Graph level=1 size=4525, connectedness=1.00 Graph level=0 size=147031, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 76176 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=15389.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=66, Fanout min=4, mean=9.03, max=18, meandelta=6863.47 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 13 18 Graph level=1 size=2324, Fanout min=8, mean=25.86, max=32, meandelta=2666.02 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 24 27 30 32 32 32 32 Graph level=0 size=76176, Fanout min=2, mean=38.63, max=64, meandelta=1828.69 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=66, connectedness=1.00 Graph level=1 size=2324, connectedness=1.00 Graph level=0 size=76176, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 392533 documents Graph level=3 size=11, Fanout min=2, mean=4.36, max=7, meandelta=42667.75 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 3 4 5 5 6 7 Graph level=2 size=365, Fanout min=7, mean=18.97, max=32, meandelta=18068.82 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 17 18 20 22 24 27 32 Graph level=1 size=12170, Fanout min=7, mean=27.63, max=32, meandelta=13024.53 % 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=392533, Fanout min=1, mean=39.55, max=64, meandelta=9206.08 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=11, connectedness=1.00 Graph level=2 size=365, connectedness=1.00 Graph level=1 size=12170, connectedness=1.00 Graph level=0 size=392533, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 38752 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=31, Fanout min=2, mean=5.68, max=10, meandelta=4859.08 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 6 6 8 8 10 Graph level=1 size=1197, Fanout min=8, mean=23.69, max=32, meandelta=1476.33 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 22 24 26 29 32 32 32 Graph level=0 size=38752, Fanout min=3, mean=37.85, max=64, meandelta=948.71 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=31, connectedness=1.00 Graph level=1 size=1197, connectedness=1.00 Graph level=0 size=38752, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 33166 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=23, Fanout min=2, mean=5.22, max=11, meandelta=4364.77 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 5 5 5 6 6 7 11 Graph level=1 size=1009, Fanout min=7, mean=23.58, max=32, meandelta=1264.96 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=0 size=33166, Fanout min=4, mean=37.71, max=64, meandelta=814.05 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 30 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=23, connectedness=1.00 Graph level=1 size=1009, connectedness=1.00 Graph level=0 size=33166, 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.28.02.18.00/bench-knn-q32-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex': 171,384,395.56 msec task-clock:u 649,837,573,287,627 cycles:u (36.36%) 47,867,065,418,793 instructions:u (36.36%) 9,632,799,479,427 cache-references:u (36.36%) 2,358,771,220,740 cache-misses:u (36.36%) 26,693,070,270,221 L1-dcache-loads:u (36.36%) 2,744,764,837,797 L1-dcache-load-misses:u (36.36%) 3,251,887,939,682 L1-icache-loads:u (36.36%) 32,648,353,131 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,005,456 faults:u 11,175,721 minor-faults:u 150 major-faults:u 4,784,451,122,453 branches:u (36.36%) 83,468,425,861 branch-misses:u (36.36%) 9,955,609,398,062 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5150.574405728 seconds time elapsed 170380.114486000 seconds user 968.878930000 seconds sys took 1:25:50.601724 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=11.752, net_cpu_ms=12.306, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=59381, index_time_sec=3087.14, index_docs_per_sec=2591.39, force_merge_time_sec=0.0, index_num_segments=15, index_size_on_disk_mb=32015.67, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (0, {}), 2: (23, {0: 0, 10: 2, 20: 3, 30: 3, 40: 5, 50: 5, 60: 5, 70: 6, 80: 6, 90: 7, 100: 11}), 1: (1009, {0: 0, 10: 15, 20: 17, 30: 19, 40: 21, 50: 23, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (33166, {0: 0, 10: 20, 20: 24, 30: 27, 40: 30, 50: 34, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5150, microseconds=601724)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 165 Start: 2026-05-28 11:19:49 (UTC) Duration: 3545 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 104361938 1825292780 jdk.FileWrite 8542295 183860251 jdk.FileRead 3352743 78649357 jdk.BooleanFlag 81840 2600417 jdk.CPULoad 65602 1325835 jdk.ObjectAllocationInNewTLAB 40270 803283 jdk.Checkpoint 11641 32883828 jdk.UnsignedIntFlag 7920 269766 jdk.IntFlag 7260 265903 jdk.StringFlag 5610 218708 jdk.Compilation 1202 32868 jdk.ObjectAllocationOutsideTLAB 1162 21768 jdk.CPUInformation 165 247847 jdk.GCConfiguration 165 4307 jdk.JVMInformation 165 149342 jdk.Metadata 165 18236972 jdk.GarbageCollection 25 604 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.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104361938 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.38% 87M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.64% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.28% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.15% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.64% 664414 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.35% 370153 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.31% 320105 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.21% 221722 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 175329 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 168305 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.16% 162289 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.14% 146229 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.13% 138604 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.07% 75529 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 53344 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 52190 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 44964 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 44396 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 43829 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.04% 41783 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.04% 37698 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 33222 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 30325 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.03% 28870 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 24678 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 24675 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 21623 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21561 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 21530 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 18626 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 17852 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 17365 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 16980 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.02% 16484 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 15699 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 15312 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13771 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 13023 org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():317 [JIT compiled code] 0.01% 12039 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 11840 org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.01% 11372 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 11344 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 11063 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.01% 11036 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 10284 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 9679 org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.01% 9029 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] 0.01% 8900 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 8425 java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():645 [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.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104361938 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 77.65% 81M 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.64% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.71% 5M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.43% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.14% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.68% 711359 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.35% 361521 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 321861 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.31% 319472 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.27% 281823 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.19% 193288 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.17% 181070 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.17% 175046 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.13% 138228 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 75529 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.07% 69111 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.07% 67888 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% 61767 org.apache.lucene.util.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% 54017 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% 52257 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 52190 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% 50162 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 45963 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% 44964 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.04% 42417 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.04% 41783 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():415 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 41070 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 33222 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% 30677 org.apache.lucene.util.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% 30325 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% 27233 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% 25521 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% 23310 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% 21561 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% 21360 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 21250 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% 19819 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 19464 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% 18057 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.02% 17506 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 17207 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% 16794 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% 15312 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% 14069 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 14046 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.01% 13738 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% 13703 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% 13533 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 13128 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.0x000000006f175a50#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104361938 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 66.54% 69M 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.0x000000006f1a1ab0#call() [Inlined code] 8.19% 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] 5.79% 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():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.0x000000006f1a1ab0#call() [Inlined code] 4.38% 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.0x000000006f1a1ab0#call() [Inlined code] 2.49% 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.0x000000006f1a1ab0#call() [Inlined code] 2.36% 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.30% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [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.98% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#call() [Inlined code] 0.77% 805947 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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% 655769 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.53% 555537 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.41% 427500 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.0x000000006f1a1ab0#call() [Inlined code] 0.36% 374433 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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% 291165 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.28% 288567 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 281823 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.24% 255099 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.24% 248879 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.0x000000006f1a1ab0#call() [Inlined code] 0.22% 231851 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 210005 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.0x000000006f1a1ab0#call() [Inlined code] 0.17% 181070 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.17% 174932 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#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.0x000000006f1a2008#run() [JIT compiled code] 0.15% 154777 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.14% 149350 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.0x000000006f1a1ab0#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.0x000000006f1a2008#run() [JIT compiled code] 0.12% 129409 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 [JIT compiled code] 0.12% 125397 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.12% 124657 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.09% 95198 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.0x000000006f1a1ab0#call() [Inlined code] 0.08% 87832 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.0x000000006f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 87214 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.0x000000006f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 75477 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% 65194 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 60048 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#call() [Inlined code] 0.05% 55729 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.05% 55562 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.05% 54993 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.05% 52714 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.05% 52178 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [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.05% 50068 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.05% 48520 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.0x000000006f1a1ab0#call() [Inlined code] 0.05% 48353 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 44525 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 41392 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 38716 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.04% 37059 org.apache.lucene.util.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 [Inlined code] 0.03% 33768 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 27748 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 27244 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.02% 25614 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] 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.0x000000006f19caa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.02% 23969 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41423 events (total: 235123M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.36% 64339M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.75% 60553M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 25.49% 59940M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.70% 13406M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.54% 8334M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.68% 6297M java.lang.Integer#valueOf():1006 [Inlined code] 1.78% 4181M java.util.Arrays#copyOf():3478 [Inlined code] 0.78% 1834M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.76% 1784M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.76% 1783M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.71% 1677M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.51% 1192M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.44% 1044M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.36% 841M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.28% 648M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 546M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.23% 538M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 399M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.15% 351M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 340M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 333M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 312M java.util.ArrayList#grow():240 [Inlined code] 0.13% 308M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.12% 272M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.11% 261M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.11% 249M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.10% 243M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.10% 235M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 222M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 183M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 179M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.07% 172M java.lang.String#valueOf():4627 [JIT compiled code] 0.06% 151M java.util.HashMap#resize():711 [JIT compiled code] 0.06% 145M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 118M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 118M java.util.List#of():935 [Inlined code] 0.04% 103M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 99M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 98M knn.IndexerThread#_run():108 [JIT compiled code] 0.04% 97M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 89M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 89M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 89M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 68M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 65M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 54M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.02% 53M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 44M 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.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41423 events (total: 235123M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.89% 49121M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 20.76% 48816M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.84% 39601M 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.52% 24737M 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.70% 13406M 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.81% 11311M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.73% 11123M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.54% 8334M 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.64% 6218M 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.73% 4056M 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% 1783M 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.74% 1742M 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.44% 1044M 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% 952M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.37% 865M 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% 748M 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.29% 688M 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.28% 659M 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% 632M 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% 538M 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.21% 488M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.17% 399M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 351M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.13% 312M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 294M 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.13% 294M 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.0x000000006f183000#concat() [Inlined code] 0.12% 272M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.11% 265M 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% 249M 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% 249M 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.10% 239M 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% 222M 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% 199M 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% 181M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 172M java.lang.String#valueOf():4627 [JIT compiled code] at java.io.PrintStream#print():748 [Inlined code] at java.io.PrintStream#append():1338 [JIT compiled code] at java.io.PrintStream#append():64 [Inlined code] 0.07% 170M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.07% 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.07% 167M 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.07% 158M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 152M 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% 145M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 124M 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.05% 119M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.05% 119M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] 0.05% 118M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 118M 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% 117M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.05% 115M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.05% 105M 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.04% 103M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.28.02.18.00/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmFalse.jfr is 2045.51 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41423 events (total: 235123M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.82% 39537M 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] 13.38% 31459M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f1a1ab0#call() [Inlined code] 13.30% 31272M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f1a1ab0#call() [Inlined code] 7.01% 16493M 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.70% 13406M 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] 4.02% 9457M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.00% 9407M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.51% 8244M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.64% 6218M 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.44% 5730M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 2.41% 5663M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.73% 4056M 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.51% 3544M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.44% 3387M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.38% 3242M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.37% 3221M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 2875M 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.0x000000006f1a1ab0#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.15% 2692M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f1a1ab0#call() [Inlined code] 1.09% 2570M 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.0x000000006f1a1ab0#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.09% 2566M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f1a1ab0#call() [Inlined code] 0.93% 2195M 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.71% 1668M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.71% 1660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.69% 1621M 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.0x000000006f1a1ab0#call() [Inlined code] 0.47% 1107M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.47% 1105M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.43% 1012M 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.31% 722M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.30% 713M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.28% 655M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#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.27% 626M 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.25% 593M 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.0x000000006f1a1ab0#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.21% 490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.18% 419M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.17% 408M 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.0x000000006f1a1ab0#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.17% 405M 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.17% 403M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.17% 399M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 357M 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.13% 312M 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% 310M 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.0x000000006f1a1ab0#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% 298M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.12% 290M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f1a1ab0#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% 289M 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 277M 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 273M 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.0x000000006f1a1ab0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 268M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.11% 266M 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.0x000000006f1a1ab0#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.0x000000006f1a2008#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 266M 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.0x000000006f1a1ab0#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.0x000000006f1a2008#run() [JIT compiled code] 0.11% 257M 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.0x000000006f1a1ab0#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.28.02.18.00/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.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 1000333 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3458651294081523 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 28, 2026 8:45:59 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 261 segments, 29 merges 1068.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 786.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 608.0s _18p: 9 segs, 45.6 K docs, 180.5 MB 576.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 531.6s _19g: 8 segs, 77.6 K docs, 308.3 MB 484.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 459.8s _1a6: 8 segs, 39.0 K docs, 154.4 MB 442.2s _1ad: 8 segs, 172.0 K docs, 685.7 MB 413.3s _1an: 9 segs, 44.3 K docs, 175.2 MB 371.0s _1b3: 8 segs, 74.9 K docs, 297.7 MB 359.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 341.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 329.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 315.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 298.2s _1bz: 11 segs, 53.7 K docs, 212.6 MB 266.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 252.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 215.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 200.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 179.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 157.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 131.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 110.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 92.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 73.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 50.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 35.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 15.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 5.0 sec: 261 segments, 29 merges 1073.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 791.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 613.0s _18p: 9 segs, 45.6 K docs, 180.5 MB 581.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 536.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 489.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 464.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 447.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 418.3s _1an: 9 segs, 44.3 K docs, 175.2 MB 376.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 364.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 346.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 334.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 320.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 303.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 271.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 257.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 220.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 205.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 184.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 162.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 136.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 115.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 97.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 78.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 55.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 40.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 20.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 5.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 10.0 sec: 253 segments, 28 merges 1078.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 796.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 618.1s _18p: 9 segs, 45.6 K docs, 180.5 MB 586.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 541.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 494.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 469.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 452.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 381.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 369.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 351.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 339.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 325.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 308.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 276.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 262.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 225.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 210.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 189.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 167.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 141.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 120.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 102.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 83.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 60.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 45.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 25.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 10.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 15.0 sec: 253 segments, 28 merges 1083.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 801.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 623.1s _18p: 9 segs, 45.6 K docs, 180.5 MB 591.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 546.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 499.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 474.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 457.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 386.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 374.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 356.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 344.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 330.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 313.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 281.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 267.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 230.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 215.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 194.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 172.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 146.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 125.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 107.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 88.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 65.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 50.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 30.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 15.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 20.1 sec: 253 segments, 28 merges 1088.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 806.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 628.1s _18p: 9 segs, 45.6 K docs, 180.5 MB 596.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 551.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 504.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 479.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 462.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 391.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 379.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 361.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 349.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 335.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 318.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 286.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 272.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 235.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 220.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 199.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 177.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 151.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 130.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 112.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 93.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 70.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 55.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 35.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 20.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 25.1 sec: 253 segments, 28 merges 1093.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 811.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 633.1s _18p: 9 segs, 45.6 K docs, 180.5 MB 601.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 556.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 509.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 484.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 467.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 396.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 384.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 366.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 354.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 340.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 323.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 291.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 277.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 240.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 225.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 204.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 182.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 156.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 135.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 117.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 98.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 75.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 60.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 40.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 25.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 30.0 sec: 253 segments, 28 merges 1098.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 816.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 638.0s _18p: 9 segs, 45.6 K docs, 180.5 MB 606.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 561.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 514.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 489.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 472.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 401.0s _1b3: 8 segs, 74.9 K docs, 297.7 MB 389.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 371.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 359.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 345.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 328.2s _1bz: 11 segs, 53.7 K docs, 212.6 MB 296.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 282.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 245.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 230.8s _1de: 9 segs, 42.7 K docs, 168.9 MB 209.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 187.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 161.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 140.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 122.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 103.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 80.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 65.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 45.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 30.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 35.0 sec: 237 segments, 26 merges 1103.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 821.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 611.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 566.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 519.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 494.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 477.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 406.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 394.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 376.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 364.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 350.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 333.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 301.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 287.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 250.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 214.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 192.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 166.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 145.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 127.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 108.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 85.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 70.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 50.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 35.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 40.0 sec: 237 segments, 26 merges 1108.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 826.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 616.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 571.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 524.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 499.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 482.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 411.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 399.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 381.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 369.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 355.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 338.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 306.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 292.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 255.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 219.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 197.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 171.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 150.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 132.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 113.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 90.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 75.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 55.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 40.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 45.0 sec: 237 segments, 26 merges 1113.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 831.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 621.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 576.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 529.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 504.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 487.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 416.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 404.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 386.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 374.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 360.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 343.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 311.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 297.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 260.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 224.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 202.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 176.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 155.0s _1eg: 8 segs, 39.5 K docs, 156.5 MB 137.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 118.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 95.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 80.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 60.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 45.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 50.1 sec: 237 segments, 26 merges 1118.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 836.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 626.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 581.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 534.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 509.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 492.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 421.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 409.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 391.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 379.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 365.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 348.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 316.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 302.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 265.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 229.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 207.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 181.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 160.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 142.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 123.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 100.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 85.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 65.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 50.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 55.1 sec: 237 segments, 26 merges 1123.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 841.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 631.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 586.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 539.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 514.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 497.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 426.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 414.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 396.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 384.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 370.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 353.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 321.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 307.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 270.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 234.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 212.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 186.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 165.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 147.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 128.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 105.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 90.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 70.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 55.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 60.1 sec: 237 segments, 26 merges 1128.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 846.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 636.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 591.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 544.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 519.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 502.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 431.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 419.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 401.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 389.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 375.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 358.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 326.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 312.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 275.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 239.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 217.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 191.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 170.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 152.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 133.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 110.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 95.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 75.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 60.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 65.1 sec: 237 segments, 26 merges 1133.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 851.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 641.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 596.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 549.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 524.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 507.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 436.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 424.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 406.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 394.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 380.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 363.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 331.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 317.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 280.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 244.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 222.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 196.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 175.1s _1eg: 8 segs, 39.5 K docs, 156.5 MB 157.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 138.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 115.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 100.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 80.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 65.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 70.1 sec: 230 segments, 25 merges 1138.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 856.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 646.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 601.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 554.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 529.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 512.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 441.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 429.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 411.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 399.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 385.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 368.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 336.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 322.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 285.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 249.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 227.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 201.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 162.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 143.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 120.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 105.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 85.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 70.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 75.1 sec: 230 segments, 25 merges 1143.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 861.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 651.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 606.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 559.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 534.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 517.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 446.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 434.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 416.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 404.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 390.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 373.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 341.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 327.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 290.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 254.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 232.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 206.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 167.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 148.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 126.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 110.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 90.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 75.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 80.1 sec: 230 segments, 25 merges 1148.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 866.3s _16p: 8 segs, 123.4 K docs, 491.2 MB 656.9s _18z: 9 segs, 44.5 K docs, 176.1 MB 611.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 564.1s _19x: 8 segs, 73.9 K docs, 293.5 MB 539.9s _1a6: 8 segs, 39.0 K docs, 154.4 MB 522.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 451.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 439.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 421.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 409.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 395.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 378.3s _1bz: 11 segs, 53.7 K docs, 212.6 MB 346.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 332.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 295.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 259.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 237.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 211.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 172.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 153.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 131.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 115.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 95.4s _1fl: 8 segs, 38.3 K docs, 151.7 MB 80.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 85.0 sec: 230 segments, 25 merges 1153.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 871.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 661.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 616.6s _19g: 8 segs, 77.6 K docs, 308.3 MB 569.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 544.8s _1a6: 8 segs, 39.0 K docs, 154.4 MB 527.2s _1ad: 8 segs, 172.0 K docs, 685.7 MB 456.0s _1b3: 8 segs, 74.9 K docs, 297.7 MB 444.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 426.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 414.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 400.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 383.2s _1bz: 11 segs, 53.7 K docs, 212.6 MB 351.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 337.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 300.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 264.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 242.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 216.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 177.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 158.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 135.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 120.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 100.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 85.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 90.0 sec: 213 segments, 23 merges 1158.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 876.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 666.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 621.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 574.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 532.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 461.0s _1b3: 8 segs, 74.9 K docs, 297.7 MB 449.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 431.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 419.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 405.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 356.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 342.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 305.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 269.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 247.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 221.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 182.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 163.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 140.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 125.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 105.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 90.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 95.0 sec: 213 segments, 23 merges 1163.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 881.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 671.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 626.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 579.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 537.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 466.0s _1b3: 8 segs, 74.9 K docs, 297.7 MB 454.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 436.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 424.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 410.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 361.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 347.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 310.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 274.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 252.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 226.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 187.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 168.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 145.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 130.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 110.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 95.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 100.0 sec: 213 segments, 23 merges 1168.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 886.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 676.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 631.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 584.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 542.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 471.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 459.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 441.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 429.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 415.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 366.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 352.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 315.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 279.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 257.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 231.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 192.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 173.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 150.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 135.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 115.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 100.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 105.0 sec: 213 segments, 23 merges 1173.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 891.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 681.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 636.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 589.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 547.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 476.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 464.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 446.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 434.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 420.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 371.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 357.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 320.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 284.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 262.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 236.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 197.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 178.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 155.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 140.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 120.3s _1fl: 8 segs, 38.3 K docs, 151.7 MB 105.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 110.0 sec: 206 segments, 23 merges 1178.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 896.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 686.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 641.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 594.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 552.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 481.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 469.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 451.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 439.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 425.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 376.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 362.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 325.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 289.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 267.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 241.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 202.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 183.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 160.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 145.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 110.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 4.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 115.0 sec: 206 segments, 23 merges 1183.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 901.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 691.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 646.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 599.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 557.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 486.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 474.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 456.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 444.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 430.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 381.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 367.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 330.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 294.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 272.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 246.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 207.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 188.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 165.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 150.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 115.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 9.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 120.1 sec: 206 segments, 23 merges 1188.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 906.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 696.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 651.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 604.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 562.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 491.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 479.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 461.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 449.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 435.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 386.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 372.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 335.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 299.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 277.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 251.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 212.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 193.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 170.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 155.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 120.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 14.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 125.1 sec: 206 segments, 23 merges 1193.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 911.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 701.8s _18z: 9 segs, 44.5 K docs, 176.1 MB 656.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 609.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 567.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 496.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 484.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 466.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 454.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 440.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 391.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 377.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 340.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 304.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 282.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 256.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 217.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 198.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 175.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 160.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 125.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 19.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 130.1 sec: 198 segments, 22 merges 1198.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 916.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 661.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 614.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 572.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 501.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 489.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 471.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 459.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 445.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 396.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 382.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 345.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 309.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 287.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 261.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 222.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 203.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 180.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 165.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 130.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 24.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 135.1 sec: 198 segments, 22 merges 1203.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 921.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 666.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 619.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 577.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 506.1s _1b3: 8 segs, 74.9 K docs, 297.7 MB 494.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 476.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 464.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 450.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 401.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 387.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 350.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 314.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 292.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 266.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 227.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 208.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 185.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 170.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 135.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 29.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 140.1 sec: 191 segments, 21 merges 1208.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 926.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 671.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 624.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 582.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 499.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 481.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 469.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 455.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 406.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 392.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 355.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 319.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 297.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 271.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 232.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 213.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 191.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 175.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 140.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 34.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 145.1 sec: 191 segments, 21 merges 1213.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 931.3s _16p: 8 segs, 123.4 K docs, 491.2 MB 676.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 629.1s _19x: 8 segs, 73.9 K docs, 293.5 MB 587.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 504.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 486.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 474.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 460.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 411.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 397.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 360.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 324.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 302.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 276.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 237.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 218.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 196.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 180.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 145.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 39.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 150.1 sec: 191 segments, 21 merges 1218.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 936.3s _16p: 8 segs, 123.4 K docs, 491.2 MB 681.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 634.1s _19x: 8 segs, 73.9 K docs, 293.5 MB 592.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 509.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 491.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 479.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 465.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 416.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 402.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 365.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 329.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 307.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 281.1s _1e7: 9 segs, 46.7 K docs, 184.9 MB 242.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 223.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 201.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 185.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 150.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 44.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 155.0 sec: 191 segments, 21 merges 1223.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 941.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 686.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 639.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 597.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 514.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 496.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 484.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 470.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 421.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 407.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 370.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 334.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 312.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 286.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 247.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 228.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 205.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 190.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 155.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 49.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 160.0 sec: 191 segments, 21 merges 1228.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 946.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 691.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 644.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 602.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 519.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 501.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 489.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 475.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 426.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 412.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 375.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 339.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 317.4s _1dx: 8 segs, 38.9 K docs, 154.0 MB 291.0s _1e7: 9 segs, 46.7 K docs, 184.9 MB 252.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 233.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 210.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 195.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 160.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 54.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 165.0 sec: 183 segments, 20 merges 1233.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 951.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 696.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 649.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 607.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 524.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 506.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 494.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 480.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 431.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 417.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 380.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 344.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 322.5s _1dx: 8 segs, 38.9 K docs, 154.0 MB 257.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 238.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 215.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 200.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 165.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 59.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 170.0 sec: 176 segments, 19 merges 1238.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 956.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 701.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 654.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 612.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 529.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 511.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 499.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 485.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 436.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 422.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 385.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 349.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 262.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 243.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 220.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 205.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 170.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 64.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 175.0 sec: 176 segments, 19 merges 1243.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 961.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 706.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 659.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 617.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 534.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 516.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 504.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 490.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 441.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 427.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 390.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 354.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 267.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 248.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 225.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 210.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 175.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 69.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 180.0 sec: 176 segments, 19 merges 1248.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 966.2s _16p: 8 segs, 123.4 K docs, 491.2 MB 711.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 664.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 622.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 539.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 521.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 509.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 495.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 446.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 432.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 395.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 359.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 272.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 253.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 230.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 215.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 180.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 74.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 185.0 sec: 169 segments, 18 merges 1253.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 716.7s _19g: 8 segs, 77.6 K docs, 308.3 MB 669.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 627.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 544.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 526.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 514.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 500.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 451.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 437.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 400.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 364.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 277.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 258.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 235.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 220.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 185.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 79.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 190.0 sec: 162 segments, 17 merges 1258.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 674.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 632.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 549.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 531.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 519.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 505.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 456.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 442.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 405.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 369.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 282.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 263.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 240.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 225.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 190.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 84.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 195.1 sec: 162 segments, 17 merges 1263.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 679.0s _19x: 8 segs, 73.9 K docs, 293.5 MB 637.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 554.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 536.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 524.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 510.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 461.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 447.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 410.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 374.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 287.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 268.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 245.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 230.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 195.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 89.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 200.1 sec: 155 segments, 16 merges 1268.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 642.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 559.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 541.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 529.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 515.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 466.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 452.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 415.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 379.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 292.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 273.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 250.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 235.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 200.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 94.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 205.1 sec: 155 segments, 16 merges 1273.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 647.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 564.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 546.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 534.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 520.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 471.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 457.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 420.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 384.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 297.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 278.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 255.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 240.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 205.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 99.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 210.1 sec: 155 segments, 16 merges 1278.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 652.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 569.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 551.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 539.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 525.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 476.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 462.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 425.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 389.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 302.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 283.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 260.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 245.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 210.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 104.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 215.1 sec: 155 segments, 16 merges 1283.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 657.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 574.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 556.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 544.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 530.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 481.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 467.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 430.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 394.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 307.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 288.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 265.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 250.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 215.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 109.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 220.1 sec: 155 segments, 16 merges 1288.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 662.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 579.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 561.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 549.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 535.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 486.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 472.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 435.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 399.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 312.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 293.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 270.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 255.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 220.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 114.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 225.1 sec: 155 segments, 16 merges 1293.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 667.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 584.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 566.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 554.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 540.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 491.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 477.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 440.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 404.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 317.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 298.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 275.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 260.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 225.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 119.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 230.1 sec: 155 segments, 16 merges 1298.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 672.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 589.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 571.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 559.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 545.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 496.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 482.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 445.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 409.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 322.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 303.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 281.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 265.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 230.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 124.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 235.1 sec: 155 segments, 16 merges 1303.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 677.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 594.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 576.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 564.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 550.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 501.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 487.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 450.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 414.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 327.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 308.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 286.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 270.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 235.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 129.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 240.1 sec: 155 segments, 16 merges 1308.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 682.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 599.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 581.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 569.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 555.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 506.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 492.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 455.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 419.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 332.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 313.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 291.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 275.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 240.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 134.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 245.0 sec: 155 segments, 16 merges 1313.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 687.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 604.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 586.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 574.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 560.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 511.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 497.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 460.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 424.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 337.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 318.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 295.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 280.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 245.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 139.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 250.0 sec: 155 segments, 16 merges 1318.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 692.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 609.8s _1b9: 8 segs, 179.7 K docs, 715.9 MB 591.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 579.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 565.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 516.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 502.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 465.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 429.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 342.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 323.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 300.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 285.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 250.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 144.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 255.0 sec: 155 segments, 16 merges 1323.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 697.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 614.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 596.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 584.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 570.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 521.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 507.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 470.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 434.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 347.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 328.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 305.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 290.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 255.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 149.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 260.0 sec: 155 segments, 16 merges 1328.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 702.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 619.9s _1b9: 8 segs, 179.7 K docs, 715.9 MB 601.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 589.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 575.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 526.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 512.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 475.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 439.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 352.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 333.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 310.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 295.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 260.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 154.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 265.0 sec: 148 segments, 16 merges 1333.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 707.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 606.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 594.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 580.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 531.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 517.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 480.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 444.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 357.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 338.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 315.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 300.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 265.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 159.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 4.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 270.0 sec: 148 segments, 16 merges 1338.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 712.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 611.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 599.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 585.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 536.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 522.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 485.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 449.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 362.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 343.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 320.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 305.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 270.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 164.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 9.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 275.0 sec: 148 segments, 16 merges 1343.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 717.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 616.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 604.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 590.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 541.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 527.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 490.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 454.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 367.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 348.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 325.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 310.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 275.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 169.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 14.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 280.1 sec: 148 segments, 16 merges 1348.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 722.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 621.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 609.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 595.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 546.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 532.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 495.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 459.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 372.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 353.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 330.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 315.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 280.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 174.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 19.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 285.1 sec: 148 segments, 16 merges 1353.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 727.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 626.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 614.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 600.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 551.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 537.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 500.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 464.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 377.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 358.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 336.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 320.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 285.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 179.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 24.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 290.1 sec: 148 segments, 16 merges 1358.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 732.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 631.9s _1bh: 8 segs, 178.0 K docs, 709.5 MB 619.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 605.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 556.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 542.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 505.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 469.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 382.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 363.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 341.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 325.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 290.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 184.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 29.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 295.1 sec: 141 segments, 15 merges 1363.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 737.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 624.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 610.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 561.1s _1ch: 8 segs, 71.6 K docs, 284.3 MB 547.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 510.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 474.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 387.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 368.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 346.0s _1f3: 8 segs, 38.4 K docs, 152.0 MB 330.9s _1fc: 8 segs, 38.1 K docs, 150.6 MB 295.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 189.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 34.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 300.0 sec: 141 segments, 15 merges 1368.2s _13e: 8 segs, 781.3 K docs, 3121.0 MB 742.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 629.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 615.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 566.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 552.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 515.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 479.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 392.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 373.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 350.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 335.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 300.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 194.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 39.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 305.0 sec: 141 segments, 15 merges 1373.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 747.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 634.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 620.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 571.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 557.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 520.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 484.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 397.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 378.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 355.9s _1f3: 8 segs, 38.4 K docs, 152.0 MB 340.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 305.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 199.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 44.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 310.0 sec: 134 segments, 14 merges 1378.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 752.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 639.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 625.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 576.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 562.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 525.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 489.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 402.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 383.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 345.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 310.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 204.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 49.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 315.0 sec: 134 segments, 14 merges 1383.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 757.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 644.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 630.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 581.0s _1ch: 8 segs, 71.6 K docs, 284.3 MB 567.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 530.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 494.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 407.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 388.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 350.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 315.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 209.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 54.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 320.0 sec: 127 segments, 13 merges 1388.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 762.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 649.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 635.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 572.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 535.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 499.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 412.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 393.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 355.8s _1fc: 8 segs, 38.1 K docs, 150.6 MB 320.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 214.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 59.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 325.0 sec: 120 segments, 12 merges 1393.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 767.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 654.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 640.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 577.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 540.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 504.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 417.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 398.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 325.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 219.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 64.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 330.0 sec: 120 segments, 12 merges 1398.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 772.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 659.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 645.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 582.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 545.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 509.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 422.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 403.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 330.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 224.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 69.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 335.0 sec: 120 segments, 12 merges 1403.3s _13e: 8 segs, 781.3 K docs, 3121.0 MB 777.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 664.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 650.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 587.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 550.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 514.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 427.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 408.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 335.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 229.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 74.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 340.0 sec: 113 segments, 11 merges 782.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 669.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 655.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 592.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 555.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 519.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 432.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 413.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 340.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 234.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 79.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 345.0 sec: 113 segments, 11 merges 787.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 674.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 660.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 597.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 560.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 524.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 437.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 418.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 345.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 239.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 84.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 350.0 sec: 113 segments, 11 merges 792.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 679.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 665.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 602.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 565.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 529.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 442.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 423.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 350.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 244.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 89.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 355.1 sec: 113 segments, 11 merges 797.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 684.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 670.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 607.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 570.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 534.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 447.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 428.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 355.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 249.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 94.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 360.1 sec: 113 segments, 11 merges 802.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 689.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 675.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 612.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 575.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 539.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 452.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 433.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 360.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 254.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 99.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 365.1 sec: 113 segments, 11 merges 807.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 694.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 680.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 617.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 580.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 544.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 457.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 438.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 365.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 259.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 104.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 370.1 sec: 113 segments, 11 merges 812.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 699.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 685.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 622.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 585.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 549.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 462.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 443.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 370.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 264.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 109.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 375.1 sec: 113 segments, 11 merges 817.3s _1ad: 8 segs, 172.0 K docs, 685.7 MB 704.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 690.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 627.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 590.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 554.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 467.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 448.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 375.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 269.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 114.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 380.1 sec: 106 segments, 10 merges 709.2s _1bm: 8 segs, 172.9 K docs, 689.0 MB 695.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 632.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 595.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 559.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 472.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 453.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 380.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 274.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 119.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 385.1 sec: 106 segments, 10 merges 714.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 700.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 637.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 600.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 564.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 477.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 458.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 385.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 279.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 124.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 390.1 sec: 106 segments, 10 merges 719.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 705.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 642.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 605.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 569.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 482.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 463.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 390.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 284.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 129.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 395.1 sec: 106 segments, 10 merges 724.3s _1bm: 8 segs, 172.9 K docs, 689.0 MB 710.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 647.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 610.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 574.4s _1do: 9 segs, 44.5 K docs, 176.3 MB 487.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 468.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 395.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 289.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 134.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 400.0 sec: 99 segments, 9 merges 715.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 652.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 615.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 579.3s _1do: 9 segs, 44.5 K docs, 176.3 MB 492.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 473.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 400.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 294.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 139.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 405.0 sec: 91 segments, 9 merges 720.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 657.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 620.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 497.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 478.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 405.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 299.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 144.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 4.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 410.0 sec: 91 segments, 9 merges 725.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 662.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 625.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 502.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 483.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 410.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 304.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 149.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 9.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 415.0 sec: 91 segments, 9 merges 730.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 667.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 630.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 507.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 488.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 415.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 309.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 154.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 14.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 420.0 sec: 91 segments, 9 merges 735.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 672.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 635.6s _1d5: 8 segs, 173.4 K docs, 691.0 MB 512.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 493.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 420.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 314.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 159.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 19.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 425.0 sec: 91 segments, 9 merges 740.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 677.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 640.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 517.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 498.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 425.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 319.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 164.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 24.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 430.0 sec: 91 segments, 9 merges 745.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 682.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 645.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 522.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 503.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 430.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 324.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 169.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 29.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 435.0 sec: 91 segments, 9 merges 750.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 687.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 650.7s _1d5: 8 segs, 173.4 K docs, 691.0 MB 527.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 508.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 435.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 329.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 174.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 34.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 440.0 sec: 84 segments, 8 merges 755.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 692.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 532.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 513.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 440.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 334.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 179.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 39.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 445.0 sec: 84 segments, 8 merges 760.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 697.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 537.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 518.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 445.0s _1fs: 14 segs, 54.5 K docs, 215.5 MB 339.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 184.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 44.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 450.1 sec: 84 segments, 8 merges 765.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 702.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 542.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 523.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 450.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 344.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 189.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 49.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 455.1 sec: 84 segments, 8 merges 770.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 707.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 547.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 528.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 455.1s _1fs: 14 segs, 54.5 K docs, 215.5 MB 349.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 194.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 54.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 460.1 sec: 71 segments, 7 merges 775.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 712.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 552.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 533.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 354.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 199.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 59.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 465.1 sec: 71 segments, 7 merges 780.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 717.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 557.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 538.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 359.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 204.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 64.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 470.1 sec: 71 segments, 7 merges 785.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 722.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 562.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 543.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 364.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 209.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 69.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 475.1 sec: 71 segments, 7 merges 790.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 727.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 567.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 548.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 369.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 214.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 74.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 480.1 sec: 71 segments, 7 merges 795.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 732.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 572.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 553.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 374.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 219.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 79.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 485.1 sec: 71 segments, 7 merges 800.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 737.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 577.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 558.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 379.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 224.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 84.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 490.1 sec: 71 segments, 7 merges 805.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 742.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 582.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 563.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 384.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 229.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 89.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 495.1 sec: 71 segments, 7 merges 810.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 747.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 587.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 568.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 389.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 234.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 94.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 500.0 sec: 71 segments, 7 merges 815.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 752.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 592.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 573.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 394.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 239.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 99.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 505.0 sec: 71 segments, 7 merges 820.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 757.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 597.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 578.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 399.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 244.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 104.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 510.0 sec: 71 segments, 7 merges 825.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 762.2s _1cn: 8 segs, 127.4 K docs, 507.4 MB 602.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 583.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 404.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 249.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 109.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 515.0 sec: 71 segments, 7 merges 830.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 767.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 607.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 588.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 409.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 254.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 114.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 520.0 sec: 71 segments, 7 merges 835.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 772.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 612.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 593.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 414.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 259.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 119.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 525.0 sec: 71 segments, 7 merges 840.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 777.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 617.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 598.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 419.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 264.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 124.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 530.0 sec: 71 segments, 7 merges 845.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 782.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 622.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 603.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 424.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 269.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 129.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 535.0 sec: 71 segments, 7 merges 850.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 787.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 627.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 608.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 429.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 274.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 134.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 540.0 sec: 71 segments, 7 merges 855.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 792.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 632.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 613.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 434.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 279.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 139.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 545.0 sec: 71 segments, 7 merges 860.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 797.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 637.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 618.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 439.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 284.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 144.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 550.0 sec: 71 segments, 7 merges 865.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 802.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 642.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 623.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 444.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 289.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 149.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 555.0 sec: 71 segments, 7 merges 870.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 807.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 647.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 628.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 449.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 294.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 154.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 560.0 sec: 71 segments, 7 merges 875.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 812.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 652.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 633.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 454.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 299.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 159.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 565.1 sec: 71 segments, 7 merges 880.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 817.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 657.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 638.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 459.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 304.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 164.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 570.1 sec: 71 segments, 7 merges 885.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 822.3s _1cn: 8 segs, 127.4 K docs, 507.4 MB 662.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 643.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 464.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 309.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 169.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 575.1 sec: 64 segments, 6 merges 890.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 667.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 648.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 469.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 314.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 174.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 580.1 sec: 64 segments, 6 merges 895.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 672.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 653.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 474.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 319.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 179.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 585.1 sec: 64 segments, 6 merges 900.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 677.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 658.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 479.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 324.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 184.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 590.1 sec: 64 segments, 6 merges 905.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 682.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 663.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 484.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 329.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 189.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 595.1 sec: 64 segments, 6 merges 910.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 687.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 668.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 489.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 334.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 194.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 600.1 sec: 64 segments, 6 merges 915.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 692.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 673.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 494.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 339.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 199.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 605.1 sec: 64 segments, 6 merges 920.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 697.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 678.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 499.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 344.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 204.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 610.1 sec: 64 segments, 6 merges 925.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 702.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 683.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 504.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 349.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 209.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 615.0 sec: 64 segments, 6 merges 930.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 707.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 688.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 509.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 354.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 214.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 620.0 sec: 64 segments, 6 merges 935.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 712.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 693.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 514.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 359.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 219.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 625.0 sec: 64 segments, 6 merges 940.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 717.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 698.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 519.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 364.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 224.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 630.0 sec: 64 segments, 6 merges 945.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 722.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 703.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 524.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 369.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 229.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 635.0 sec: 64 segments, 6 merges 950.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 727.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 708.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 529.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 374.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 234.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 640.0 sec: 64 segments, 6 merges 955.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 732.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 713.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 534.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 379.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 239.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 645.0 sec: 64 segments, 6 merges 960.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 737.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 718.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 539.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 384.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 244.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 650.0 sec: 64 segments, 6 merges 965.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 742.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 723.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 544.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 389.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 249.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 655.0 sec: 64 segments, 6 merges 970.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 747.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 728.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 549.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 394.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 254.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 660.0 sec: 64 segments, 6 merges 975.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 752.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 733.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 554.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 399.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 259.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 665.1 sec: 64 segments, 6 merges 980.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 757.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 738.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 559.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 404.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 264.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 670.1 sec: 64 segments, 6 merges 985.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 762.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 743.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 564.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 409.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 269.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 675.1 sec: 64 segments, 6 merges 990.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 767.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 748.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 569.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 414.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 274.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 680.1 sec: 64 segments, 6 merges 995.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 772.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 753.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 574.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 419.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 279.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 685.1 sec: 64 segments, 6 merges 1000.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 777.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 758.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 579.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 424.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 284.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 690.1 sec: 64 segments, 6 merges 1005.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 782.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 763.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 584.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 429.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 289.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 695.1 sec: 64 segments, 6 merges 1010.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 787.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 768.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 589.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 434.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 294.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 700.1 sec: 64 segments, 6 merges 1015.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 792.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 773.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 594.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 439.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 299.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 705.1 sec: 64 segments, 6 merges 1020.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 797.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 778.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 599.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 444.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 304.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 710.1 sec: 64 segments, 6 merges 1025.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 802.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 783.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 604.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 449.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 309.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 715.1 sec: 64 segments, 6 merges 1030.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 807.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 788.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 609.5s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 454.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 314.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 720.0 sec: 64 segments, 6 merges 1035.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 812.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 793.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 614.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 459.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 319.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 725.0 sec: 64 segments, 6 merges 1040.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 817.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 798.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 619.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 464.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 324.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 730.0 sec: 64 segments, 6 merges 1045.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 822.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 803.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 624.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 469.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 329.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 735.0 sec: 64 segments, 6 merges 1050.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 827.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 808.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 629.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 474.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 334.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 740.0 sec: 64 segments, 6 merges 1055.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 832.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 813.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 634.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 479.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 339.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 745.0 sec: 64 segments, 6 merges 1060.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 837.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 818.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 639.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 484.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 344.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 750.0 sec: 64 segments, 6 merges 1065.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 842.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 823.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 644.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 489.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 349.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 755.0 sec: 64 segments, 6 merges 1070.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 847.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 828.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 649.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 494.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 354.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 760.0 sec: 64 segments, 6 merges 1075.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 852.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 833.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 654.4s _1ft: 8 segs, 327.0 K docs, 1303.6 MB 499.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 359.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 765.0 sec: 57 segments, 5 merges 1080.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 857.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 838.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 504.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 364.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 770.1 sec: 57 segments, 5 merges 1085.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 862.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 843.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 509.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 369.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 775.1 sec: 57 segments, 5 merges 1090.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 867.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 848.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 514.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 374.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 780.1 sec: 57 segments, 5 merges 1095.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 872.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 853.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 519.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 379.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 785.1 sec: 57 segments, 5 merges 1100.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 877.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 858.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 524.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 384.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 790.1 sec: 57 segments, 5 merges 1105.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 882.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 863.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 529.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 389.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 795.1 sec: 57 segments, 5 merges 1110.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 887.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 868.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 534.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 394.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 800.1 sec: 57 segments, 5 merges 1115.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 892.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 873.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 539.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 399.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 805.1 sec: 57 segments, 5 merges 1120.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 897.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 878.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 544.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 404.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 810.1 sec: 57 segments, 5 merges 1125.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 902.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 883.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 549.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 409.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 815.1 sec: 57 segments, 5 merges 1130.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 907.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 888.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 554.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 414.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 820.1 sec: 57 segments, 5 merges 1135.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 912.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 893.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 559.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 419.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 825.1 sec: 57 segments, 5 merges 1140.6s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 917.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 898.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 564.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 424.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 830.0 sec: 57 segments, 5 merges 1145.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 922.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 903.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 569.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 429.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 835.0 sec: 57 segments, 5 merges 1150.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 927.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 908.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 574.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 434.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 840.0 sec: 57 segments, 5 merges 1155.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 932.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 913.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 579.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 439.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 845.0 sec: 57 segments, 5 merges 1160.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 937.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 918.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 584.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 444.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 850.0 sec: 57 segments, 5 merges 1165.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 942.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 923.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 589.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 449.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 855.0 sec: 57 segments, 5 merges 1170.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 947.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 928.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 594.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 454.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 860.0 sec: 57 segments, 5 merges 1175.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 952.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 933.6s _1ev: 8 segs, 177.7 K docs, 708.5 MB 599.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 459.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 865.0 sec: 57 segments, 5 merges 1180.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 957.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 938.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 604.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 464.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 870.0 sec: 57 segments, 5 merges 1185.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 962.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 943.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 609.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 469.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 875.0 sec: 57 segments, 5 merges 1190.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 967.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 948.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 614.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 474.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 880.0 sec: 57 segments, 5 merges 1195.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 972.5s _1en: 8 segs, 110.9 K docs, 441.3 MB 953.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 619.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 479.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 885.0 sec: 57 segments, 5 merges 1200.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 977.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 958.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 624.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 484.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 890.0 sec: 57 segments, 5 merges 1205.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 982.6s _1en: 8 segs, 110.9 K docs, 441.3 MB 963.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 629.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 489.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 895.0 sec: 50 segments, 4 merges 1210.5s _1bs: 8 segs, 1017.7 K docs, 4066.1 MB 968.7s _1ev: 8 segs, 177.7 K docs, 708.5 MB 634.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 494.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 900.0 sec: 36 segments, 2 merges 639.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 499.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 905.0 sec: 36 segments, 2 merges 644.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 504.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 910.1 sec: 36 segments, 2 merges 649.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 509.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 915.1 sec: 36 segments, 2 merges 654.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 514.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 920.1 sec: 36 segments, 2 merges 659.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 519.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 925.1 sec: 36 segments, 2 merges 664.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 524.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 930.1 sec: 36 segments, 2 merges 669.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 529.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 935.1 sec: 36 segments, 2 merges 674.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 534.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 940.1 sec: 36 segments, 2 merges 679.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 539.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 945.1 sec: 36 segments, 2 merges 684.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 544.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 950.1 sec: 36 segments, 2 merges 689.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 549.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 955.1 sec: 36 segments, 2 merges 694.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 554.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 960.0 sec: 36 segments, 2 merges 699.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 559.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 965.0 sec: 36 segments, 2 merges 704.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 564.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 970.0 sec: 36 segments, 2 merges 709.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 569.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 975.0 sec: 36 segments, 2 merges 714.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 574.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 980.0 sec: 36 segments, 2 merges 719.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 579.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 985.0 sec: 36 segments, 2 merges 724.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 584.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 990.0 sec: 36 segments, 2 merges 729.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 589.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 995.0 sec: 36 segments, 2 merges 734.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 594.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1000.0 sec: 36 segments, 2 merges 739.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 599.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1005.0 sec: 36 segments, 2 merges 744.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 604.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1010.1 sec: 36 segments, 2 merges 749.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 609.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1015.1 sec: 36 segments, 2 merges 754.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 614.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1020.1 sec: 36 segments, 2 merges 759.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 619.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1025.1 sec: 36 segments, 2 merges 764.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 624.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1030.1 sec: 36 segments, 2 merges 769.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 629.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1035.1 sec: 36 segments, 2 merges 774.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 634.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1040.1 sec: 36 segments, 2 merges 779.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 639.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1045.1 sec: 36 segments, 2 merges 784.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 644.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1050.1 sec: 36 segments, 2 merges 789.1s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 649.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1055.1 sec: 36 segments, 2 merges 794.2s _1fu: 8 segs, 654.1 K docs, 2611.5 MB 654.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 1060.0 sec: 29 segments, 2 merges 659.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 0.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1065.0 sec: 29 segments, 2 merges 664.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 5.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1070.0 sec: 29 segments, 2 merges 669.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 10.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1075.0 sec: 29 segments, 2 merges 674.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 15.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1080.0 sec: 29 segments, 2 merges 679.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 20.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1085.0 sec: 29 segments, 2 merges 684.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 25.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1090.0 sec: 29 segments, 2 merges 689.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 30.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1095.0 sec: 29 segments, 2 merges 694.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 35.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1100.1 sec: 29 segments, 2 merges 699.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 40.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1105.1 sec: 29 segments, 2 merges 704.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 45.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1110.1 sec: 29 segments, 2 merges 709.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 50.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1115.1 sec: 29 segments, 2 merges 714.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 55.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1120.1 sec: 29 segments, 2 merges 719.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 60.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1125.1 sec: 29 segments, 2 merges 724.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 65.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1130.0 sec: 29 segments, 2 merges 729.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 70.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1135.0 sec: 29 segments, 2 merges 734.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 75.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1140.0 sec: 29 segments, 2 merges 739.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 80.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1145.0 sec: 29 segments, 2 merges 744.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 85.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1150.0 sec: 29 segments, 2 merges 749.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 90.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1155.0 sec: 29 segments, 2 merges 754.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 95.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1160.0 sec: 29 segments, 2 merges 759.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 100.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1165.0 sec: 29 segments, 2 merges 764.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 105.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1170.0 sec: 29 segments, 2 merges 769.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 110.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1175.1 sec: 29 segments, 2 merges 774.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 115.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1180.1 sec: 29 segments, 2 merges 779.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 120.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1185.1 sec: 29 segments, 2 merges 784.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 125.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1190.1 sec: 29 segments, 2 merges 789.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 130.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1195.1 sec: 29 segments, 2 merges 794.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 135.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1200.1 sec: 29 segments, 2 merges 799.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 140.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1205.0 sec: 29 segments, 2 merges 804.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 145.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1210.0 sec: 29 segments, 2 merges 809.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 150.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1215.0 sec: 29 segments, 2 merges 814.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 155.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1220.0 sec: 29 segments, 2 merges 819.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 160.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1225.0 sec: 29 segments, 2 merges 824.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 165.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1230.0 sec: 29 segments, 2 merges 829.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 170.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1235.0 sec: 29 segments, 2 merges 834.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 175.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1240.0 sec: 29 segments, 2 merges 839.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 180.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1245.0 sec: 29 segments, 2 merges 844.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 185.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1250.0 sec: 29 segments, 2 merges 849.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 190.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1255.0 sec: 29 segments, 2 merges 854.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 195.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1260.0 sec: 29 segments, 2 merges 859.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 200.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1265.1 sec: 29 segments, 2 merges 864.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 205.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1270.1 sec: 29 segments, 2 merges 869.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 210.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1275.1 sec: 29 segments, 2 merges 874.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 215.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1280.1 sec: 29 segments, 2 merges 879.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 220.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1285.1 sec: 29 segments, 2 merges 884.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 225.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1290.1 sec: 29 segments, 2 merges 889.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 230.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1295.1 sec: 29 segments, 2 merges 894.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 235.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1300.1 sec: 29 segments, 2 merges 899.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 240.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1305.1 sec: 29 segments, 2 merges 904.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 245.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1310.1 sec: 29 segments, 2 merges 909.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 250.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1315.1 sec: 29 segments, 2 merges 914.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 255.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1320.1 sec: 29 segments, 2 merges 919.2s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 260.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1325.0 sec: 29 segments, 2 merges 924.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 265.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1330.0 sec: 29 segments, 2 merges 929.1s _1fv: 8 segs, 1115.7 K docs, 4457.7 MB 270.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1335.0 sec: 22 segments, 1 merges 275.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1340.0 sec: 22 segments, 1 merges 280.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1345.0 sec: 22 segments, 1 merges 285.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1350.0 sec: 22 segments, 1 merges 290.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1355.0 sec: 22 segments, 1 merges 295.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1360.0 sec: 22 segments, 1 merges 300.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1365.0 sec: 22 segments, 1 merges 305.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1370.0 sec: 22 segments, 1 merges 310.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1375.0 sec: 22 segments, 1 merges 315.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1380.1 sec: 22 segments, 1 merges 320.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1385.1 sec: 22 segments, 1 merges 325.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1390.1 sec: 22 segments, 1 merges 330.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1395.1 sec: 22 segments, 1 merges 335.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1400.1 sec: 22 segments, 1 merges 340.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1405.1 sec: 22 segments, 1 merges 345.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1410.0 sec: 22 segments, 1 merges 350.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1415.0 sec: 22 segments, 1 merges 355.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1420.0 sec: 22 segments, 1 merges 360.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1425.0 sec: 22 segments, 1 merges 365.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1430.0 sec: 22 segments, 1 merges 370.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1435.0 sec: 22 segments, 1 merges 375.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1440.1 sec: 22 segments, 1 merges 380.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1445.1 sec: 22 segments, 1 merges 385.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1450.1 sec: 22 segments, 1 merges 390.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1455.1 sec: 22 segments, 1 merges 395.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1460.1 sec: 22 segments, 1 merges 400.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1465.1 sec: 22 segments, 1 merges 405.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1470.0 sec: 22 segments, 1 merges 410.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1475.0 sec: 22 segments, 1 merges 415.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1480.0 sec: 22 segments, 1 merges 420.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1485.0 sec: 22 segments, 1 merges 425.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1490.0 sec: 22 segments, 1 merges 430.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1495.0 sec: 22 segments, 1 merges 435.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1500.1 sec: 22 segments, 1 merges 440.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1505.1 sec: 22 segments, 1 merges 445.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1510.1 sec: 22 segments, 1 merges 450.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1515.1 sec: 22 segments, 1 merges 455.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1520.1 sec: 22 segments, 1 merges 460.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1525.1 sec: 22 segments, 1 merges 465.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1530.1 sec: 22 segments, 1 merges 470.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1535.1 sec: 22 segments, 1 merges 475.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1540.1 sec: 22 segments, 1 merges 480.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1545.1 sec: 22 segments, 1 merges 485.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1550.0 sec: 22 segments, 1 merges 490.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1555.0 sec: 22 segments, 1 merges 495.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1560.0 sec: 22 segments, 1 merges 500.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1565.0 sec: 22 segments, 1 merges 505.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1570.0 sec: 22 segments, 1 merges 510.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1575.0 sec: 22 segments, 1 merges 515.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1580.0 sec: 22 segments, 1 merges 520.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1585.0 sec: 22 segments, 1 merges 525.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1590.0 sec: 22 segments, 1 merges 530.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1595.0 sec: 22 segments, 1 merges 535.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB 1600.1 sec: 22 segments, 1 merges 540.6s _1fw: 6 segs, 1243.2 K docs, 4969.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3284 seconds reindex takes 3284.24 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 _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 10.0 sec: 17 segments, 1 merges 10.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 15.0 sec: 17 segments, 1 merges 15.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 20.0 sec: 17 segments, 1 merges 20.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 25.0 sec: 17 segments, 1 merges 25.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 30.0 sec: 17 segments, 1 merges 30.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 35.0 sec: 17 segments, 1 merges 35.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 40.0 sec: 17 segments, 1 merges 40.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 45.0 sec: 17 segments, 1 merges 45.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 50.0 sec: 17 segments, 1 merges 50.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 55.0 sec: 17 segments, 1 merges 55.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 60.0 sec: 17 segments, 1 merges 60.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 65.0 sec: 17 segments, 1 merges 65.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 70.1 sec: 17 segments, 1 merges 70.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 75.1 sec: 17 segments, 1 merges 75.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 80.1 sec: 17 segments, 1 merges 80.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 85.1 sec: 17 segments, 1 merges 85.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 90.1 sec: 17 segments, 1 merges 90.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 95.1 sec: 17 segments, 1 merges 95.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 100.1 sec: 17 segments, 1 merges 100.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 105.1 sec: 17 segments, 1 merges 105.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 110.1 sec: 17 segments, 1 merges 110.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 115.1 sec: 17 segments, 1 merges 115.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 120.1 sec: 17 segments, 1 merges 120.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 125.0 sec: 17 segments, 1 merges 125.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 130.0 sec: 17 segments, 1 merges 130.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 135.0 sec: 17 segments, 1 merges 135.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 140.0 sec: 17 segments, 1 merges 140.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 145.0 sec: 17 segments, 1 merges 145.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 150.0 sec: 17 segments, 1 merges 150.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 155.1 sec: 17 segments, 1 merges 155.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 160.1 sec: 17 segments, 1 merges 160.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 165.1 sec: 17 segments, 1 merges 165.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 170.1 sec: 17 segments, 1 merges 170.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 175.1 sec: 17 segments, 1 merges 175.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 180.1 sec: 17 segments, 1 merges 180.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 185.0 sec: 17 segments, 1 merges 185.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 190.0 sec: 17 segments, 1 merges 190.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 195.0 sec: 17 segments, 1 merges 195.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 200.0 sec: 17 segments, 1 merges 200.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 205.0 sec: 17 segments, 1 merges 205.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 210.0 sec: 17 segments, 1 merges 210.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 215.1 sec: 17 segments, 1 merges 215.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 220.1 sec: 17 segments, 1 merges 220.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 225.1 sec: 17 segments, 1 merges 225.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 230.1 sec: 17 segments, 1 merges 230.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 235.1 sec: 17 segments, 1 merges 235.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 240.1 sec: 17 segments, 1 merges 240.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 245.1 sec: 17 segments, 1 merges 245.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 250.0 sec: 17 segments, 1 merges 250.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 255.0 sec: 17 segments, 1 merges 255.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 260.0 sec: 17 segments, 1 merges 260.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 265.0 sec: 17 segments, 1 merges 265.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 270.0 sec: 17 segments, 1 merges 270.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 275.0 sec: 17 segments, 1 merges 275.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 280.0 sec: 17 segments, 1 merges 280.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 285.1 sec: 17 segments, 1 merges 285.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 290.1 sec: 17 segments, 1 merges 290.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 295.1 sec: 17 segments, 1 merges 295.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 300.1 sec: 17 segments, 1 merges 300.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 305.1 sec: 17 segments, 1 merges 305.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 310.0 sec: 17 segments, 1 merges 310.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 315.0 sec: 17 segments, 1 merges 315.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 320.0 sec: 17 segments, 1 merges 320.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 325.1 sec: 17 segments, 1 merges 325.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 330.1 sec: 17 segments, 1 merges 330.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 335.1 sec: 17 segments, 1 merges 335.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 340.1 sec: 17 segments, 1 merges 340.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 345.1 sec: 17 segments, 1 merges 345.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 350.1 sec: 17 segments, 1 merges 350.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 355.1 sec: 17 segments, 1 merges 355.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 360.1 sec: 17 segments, 1 merges 360.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 365.1 sec: 17 segments, 1 merges 365.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 370.1 sec: 17 segments, 1 merges 370.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 375.1 sec: 17 segments, 1 merges 375.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 380.1 sec: 17 segments, 1 merges 380.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 385.0 sec: 17 segments, 1 merges 385.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 390.0 sec: 17 segments, 1 merges 390.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 395.0 sec: 17 segments, 1 merges 395.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 400.0 sec: 17 segments, 1 merges 400.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 405.0 sec: 17 segments, 1 merges 405.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 410.0 sec: 17 segments, 1 merges 410.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 415.0 sec: 17 segments, 1 merges 415.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 420.0 sec: 17 segments, 1 merges 420.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 425.0 sec: 17 segments, 1 merges 425.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 430.0 sec: 17 segments, 1 merges 430.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 435.0 sec: 17 segments, 1 merges 435.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 440.1 sec: 17 segments, 1 merges 440.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 445.1 sec: 17 segments, 1 merges 445.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 450.1 sec: 17 segments, 1 merges 450.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 455.1 sec: 17 segments, 1 merges 455.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 460.1 sec: 17 segments, 1 merges 460.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 465.1 sec: 17 segments, 1 merges 465.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 470.1 sec: 17 segments, 1 merges 470.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 475.1 sec: 17 segments, 1 merges 475.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 480.1 sec: 17 segments, 1 merges 480.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 485.1 sec: 17 segments, 1 merges 485.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 490.1 sec: 17 segments, 1 merges 490.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 495.0 sec: 17 segments, 1 merges 495.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 500.0 sec: 17 segments, 1 merges 500.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 505.0 sec: 17 segments, 1 merges 505.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 510.0 sec: 17 segments, 1 merges 510.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 515.0 sec: 17 segments, 1 merges 515.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 520.0 sec: 17 segments, 1 merges 520.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 525.0 sec: 17 segments, 1 merges 525.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 530.0 sec: 17 segments, 1 merges 530.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 535.0 sec: 17 segments, 1 merges 535.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 540.0 sec: 17 segments, 1 merges 540.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 545.0 sec: 17 segments, 1 merges 545.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 550.1 sec: 17 segments, 1 merges 550.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 555.1 sec: 17 segments, 1 merges 555.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 560.1 sec: 17 segments, 1 merges 560.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 565.1 sec: 17 segments, 1 merges 565.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 570.1 sec: 17 segments, 1 merges 570.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 575.1 sec: 17 segments, 1 merges 575.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 580.1 sec: 17 segments, 1 merges 580.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 585.1 sec: 17 segments, 1 merges 585.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 590.1 sec: 17 segments, 1 merges 590.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 595.1 sec: 17 segments, 1 merges 595.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 600.1 sec: 17 segments, 1 merges 600.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 605.1 sec: 17 segments, 1 merges 605.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 610.1 sec: 17 segments, 1 merges 610.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 615.0 sec: 17 segments, 1 merges 615.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 620.0 sec: 17 segments, 1 merges 620.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 625.0 sec: 17 segments, 1 merges 625.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 630.0 sec: 17 segments, 1 merges 630.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 635.0 sec: 17 segments, 1 merges 635.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 640.0 sec: 17 segments, 1 merges 640.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 645.0 sec: 17 segments, 1 merges 645.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 650.0 sec: 17 segments, 1 merges 650.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 655.0 sec: 17 segments, 1 merges 655.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 660.0 sec: 17 segments, 1 merges 660.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 665.0 sec: 17 segments, 1 merges 665.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 670.0 sec: 17 segments, 1 merges 670.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 675.1 sec: 17 segments, 1 merges 675.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 680.1 sec: 17 segments, 1 merges 680.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 685.1 sec: 17 segments, 1 merges 685.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 690.1 sec: 17 segments, 1 merges 690.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 695.1 sec: 17 segments, 1 merges 695.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 700.1 sec: 17 segments, 1 merges 700.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 705.1 sec: 17 segments, 1 merges 705.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 710.1 sec: 17 segments, 1 merges 710.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 715.1 sec: 17 segments, 1 merges 715.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 720.1 sec: 17 segments, 1 merges 720.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 725.1 sec: 17 segments, 1 merges 725.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 730.1 sec: 17 segments, 1 merges 730.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 735.0 sec: 17 segments, 1 merges 735.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 740.0 sec: 17 segments, 1 merges 740.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 745.0 sec: 17 segments, 1 merges 745.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 750.0 sec: 17 segments, 1 merges 750.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 755.0 sec: 17 segments, 1 merges 755.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 760.0 sec: 17 segments, 1 merges 760.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 765.0 sec: 17 segments, 1 merges 765.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 770.0 sec: 17 segments, 1 merges 770.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 775.0 sec: 17 segments, 1 merges 775.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 780.0 sec: 17 segments, 1 merges 780.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 785.0 sec: 17 segments, 1 merges 785.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 790.0 sec: 17 segments, 1 merges 790.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 795.0 sec: 17 segments, 1 merges 795.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 800.1 sec: 17 segments, 1 merges 800.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 805.1 sec: 17 segments, 1 merges 805.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 810.1 sec: 17 segments, 1 merges 810.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 815.1 sec: 17 segments, 1 merges 815.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 820.1 sec: 17 segments, 1 merges 820.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 825.1 sec: 17 segments, 1 merges 825.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 830.1 sec: 17 segments, 1 merges 830.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 835.1 sec: 17 segments, 1 merges 835.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 840.1 sec: 17 segments, 1 merges 840.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 845.1 sec: 17 segments, 1 merges 845.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 850.1 sec: 17 segments, 1 merges 850.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 855.1 sec: 17 segments, 1 merges 855.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 860.1 sec: 17 segments, 1 merges 860.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 865.1 sec: 17 segments, 1 merges 865.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 870.1 sec: 17 segments, 1 merges 870.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 875.1 sec: 17 segments, 1 merges 875.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 880.1 sec: 17 segments, 1 merges 880.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 885.1 sec: 17 segments, 1 merges 885.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 890.0 sec: 17 segments, 1 merges 890.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 895.0 sec: 17 segments, 1 merges 895.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 900.0 sec: 17 segments, 1 merges 900.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 905.0 sec: 17 segments, 1 merges 905.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 910.0 sec: 17 segments, 1 merges 910.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 915.0 sec: 17 segments, 1 merges 915.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 920.0 sec: 17 segments, 1 merges 920.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 925.0 sec: 17 segments, 1 merges 925.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 930.0 sec: 17 segments, 1 merges 930.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 935.0 sec: 17 segments, 1 merges 935.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 940.1 sec: 17 segments, 1 merges 940.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 945.1 sec: 17 segments, 1 merges 945.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 950.1 sec: 17 segments, 1 merges 950.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 955.1 sec: 17 segments, 1 merges 955.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 960.1 sec: 17 segments, 1 merges 960.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 965.1 sec: 17 segments, 1 merges 965.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 970.1 sec: 17 segments, 1 merges 970.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 975.1 sec: 17 segments, 1 merges 975.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 980.1 sec: 17 segments, 1 merges 980.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 985.1 sec: 17 segments, 1 merges 985.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 990.1 sec: 17 segments, 1 merges 990.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 995.0 sec: 17 segments, 1 merges 995.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1045.1 sec: 17 segments, 1 merges 1045.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1100.0 sec: 17 segments, 1 merges 1100.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1105.0 sec: 17 segments, 1 merges 1105.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1110.0 sec: 17 segments, 1 merges 1110.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1115.0 sec: 17 segments, 1 merges 1115.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1120.0 sec: 17 segments, 1 merges 1120.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1125.0 sec: 17 segments, 1 merges 1125.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1130.0 sec: 17 segments, 1 merges 1130.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1135.0 sec: 17 segments, 1 merges 1135.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1140.0 sec: 17 segments, 1 merges 1140.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1145.0 sec: 17 segments, 1 merges 1145.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1150.1 sec: 17 segments, 1 merges 1150.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1155.1 sec: 17 segments, 1 merges 1155.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1160.1 sec: 17 segments, 1 merges 1160.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1165.1 sec: 17 segments, 1 merges 1165.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1170.1 sec: 17 segments, 1 merges 1170.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1175.1 sec: 17 segments, 1 merges 1175.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1180.1 sec: 17 segments, 1 merges 1180.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1185.1 sec: 17 segments, 1 merges 1185.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1190.1 sec: 17 segments, 1 merges 1190.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1195.1 sec: 17 segments, 1 merges 1195.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1200.1 sec: 17 segments, 1 merges 1200.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1205.0 sec: 17 segments, 1 merges 1205.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1210.0 sec: 17 segments, 1 merges 1210.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1215.0 sec: 17 segments, 1 merges 1215.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1220.0 sec: 17 segments, 1 merges 1220.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1225.0 sec: 17 segments, 1 merges 1225.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1230.0 sec: 17 segments, 1 merges 1230.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1235.0 sec: 17 segments, 1 merges 1235.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1240.1 sec: 17 segments, 1 merges 1240.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1245.1 sec: 17 segments, 1 merges 1245.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1250.1 sec: 17 segments, 1 merges 1250.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1255.1 sec: 17 segments, 1 merges 1255.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1260.1 sec: 17 segments, 1 merges 1260.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1265.1 sec: 17 segments, 1 merges 1265.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1270.0 sec: 17 segments, 1 merges 1270.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1275.0 sec: 17 segments, 1 merges 1275.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1280.0 sec: 17 segments, 1 merges 1280.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1285.0 sec: 17 segments, 1 merges 1285.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1290.0 sec: 17 segments, 1 merges 1290.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1295.0 sec: 17 segments, 1 merges 1295.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1300.0 sec: 17 segments, 1 merges 1300.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1305.0 sec: 17 segments, 1 merges 1305.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1310.0 sec: 17 segments, 1 merges 1310.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1315.0 sec: 17 segments, 1 merges 1315.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1320.0 sec: 17 segments, 1 merges 1320.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1325.0 sec: 17 segments, 1 merges 1325.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1330.0 sec: 17 segments, 1 merges 1330.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1335.0 sec: 17 segments, 1 merges 1335.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1340.0 sec: 17 segments, 1 merges 1340.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1345.0 sec: 17 segments, 1 merges 1345.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1350.1 sec: 17 segments, 1 merges 1350.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1355.1 sec: 17 segments, 1 merges 1355.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1360.1 sec: 17 segments, 1 merges 1360.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1365.1 sec: 17 segments, 1 merges 1365.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1370.1 sec: 17 segments, 1 merges 1370.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1375.1 sec: 17 segments, 1 merges 1375.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1380.1 sec: 17 segments, 1 merges 1380.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1385.1 sec: 17 segments, 1 merges 1385.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1390.1 sec: 17 segments, 1 merges 1390.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1395.1 sec: 17 segments, 1 merges 1395.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1400.1 sec: 17 segments, 1 merges 1400.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1405.1 sec: 17 segments, 1 merges 1405.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1410.1 sec: 17 segments, 1 merges 1410.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1415.0 sec: 17 segments, 1 merges 1415.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1420.0 sec: 17 segments, 1 merges 1420.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1425.0 sec: 17 segments, 1 merges 1425.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1430.0 sec: 17 segments, 1 merges 1430.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1435.0 sec: 17 segments, 1 merges 1435.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1440.0 sec: 17 segments, 1 merges 1440.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1445.0 sec: 17 segments, 1 merges 1445.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1450.0 sec: 17 segments, 1 merges 1450.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1455.0 sec: 17 segments, 1 merges 1455.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1460.0 sec: 17 segments, 1 merges 1460.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1465.0 sec: 17 segments, 1 merges 1465.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1470.0 sec: 17 segments, 1 merges 1470.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1475.0 sec: 17 segments, 1 merges 1475.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1480.1 sec: 17 segments, 1 merges 1480.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1485.1 sec: 17 segments, 1 merges 1485.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1490.1 sec: 17 segments, 1 merges 1490.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1495.1 sec: 17 segments, 1 merges 1495.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1500.1 sec: 17 segments, 1 merges 1500.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1505.1 sec: 17 segments, 1 merges 1505.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1510.1 sec: 17 segments, 1 merges 1510.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1515.1 sec: 17 segments, 1 merges 1515.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1520.1 sec: 17 segments, 1 merges 1520.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1525.1 sec: 17 segments, 1 merges 1525.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1530.1 sec: 17 segments, 1 merges 1530.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1535.1 sec: 17 segments, 1 merges 1535.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1540.1 sec: 17 segments, 1 merges 1540.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1545.0 sec: 17 segments, 1 merges 1545.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1550.0 sec: 17 segments, 1 merges 1550.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1555.0 sec: 17 segments, 1 merges 1555.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1560.0 sec: 17 segments, 1 merges 1560.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1565.0 sec: 17 segments, 1 merges 1565.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1570.0 sec: 17 segments, 1 merges 1570.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1575.0 sec: 17 segments, 1 merges 1575.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1580.0 sec: 17 segments, 1 merges 1580.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1585.0 sec: 17 segments, 1 merges 1585.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1590.0 sec: 17 segments, 1 merges 1590.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1595.0 sec: 17 segments, 1 merges 1595.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1600.0 sec: 17 segments, 1 merges 1600.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1605.0 sec: 17 segments, 1 merges 1605.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1610.0 sec: 17 segments, 1 merges 1610.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1615.1 sec: 17 segments, 1 merges 1615.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1620.1 sec: 17 segments, 1 merges 1620.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1625.1 sec: 17 segments, 1 merges 1625.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1630.1 sec: 17 segments, 1 merges 1630.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1635.1 sec: 17 segments, 1 merges 1635.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1640.1 sec: 17 segments, 1 merges 1640.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1645.1 sec: 17 segments, 1 merges 1645.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1650.1 sec: 17 segments, 1 merges 1650.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1655.1 sec: 17 segments, 1 merges 1655.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1660.1 sec: 17 segments, 1 merges 1660.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1665.1 sec: 17 segments, 1 merges 1665.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1670.1 sec: 17 segments, 1 merges 1670.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1675.0 sec: 17 segments, 1 merges 1675.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1680.0 sec: 17 segments, 1 merges 1680.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1685.0 sec: 17 segments, 1 merges 1685.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1690.0 sec: 17 segments, 1 merges 1690.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1695.0 sec: 17 segments, 1 merges 1695.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1700.0 sec: 17 segments, 1 merges 1700.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1705.0 sec: 17 segments, 1 merges 1705.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1710.0 sec: 17 segments, 1 merges 1710.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1715.0 sec: 17 segments, 1 merges 1715.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1720.0 sec: 17 segments, 1 merges 1720.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1725.0 sec: 17 segments, 1 merges 1725.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1730.0 sec: 17 segments, 1 merges 1730.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1735.0 sec: 17 segments, 1 merges 1735.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1740.0 sec: 17 segments, 1 merges 1740.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1745.0 sec: 17 segments, 1 merges 1745.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1750.0 sec: 17 segments, 1 merges 1750.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1755.0 sec: 17 segments, 1 merges 1755.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1760.1 sec: 17 segments, 1 merges 1760.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1765.1 sec: 17 segments, 1 merges 1765.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1770.1 sec: 17 segments, 1 merges 1770.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1775.1 sec: 17 segments, 1 merges 1775.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1780.1 sec: 17 segments, 1 merges 1780.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1785.1 sec: 17 segments, 1 merges 1785.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1790.1 sec: 17 segments, 1 merges 1790.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1795.1 sec: 17 segments, 1 merges 1795.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1805.1 sec: 17 segments, 1 merges 1805.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1810.0 sec: 17 segments, 1 merges 1810.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1815.0 sec: 17 segments, 1 merges 1815.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1820.0 sec: 17 segments, 1 merges 1820.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1825.0 sec: 17 segments, 1 merges 1825.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1830.0 sec: 17 segments, 1 merges 1830.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1835.0 sec: 17 segments, 1 merges 1835.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1840.0 sec: 17 segments, 1 merges 1840.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1845.0 sec: 17 segments, 1 merges 1845.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1850.0 sec: 17 segments, 1 merges 1850.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1855.0 sec: 17 segments, 1 merges 1855.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1865.0 sec: 17 segments, 1 merges 1865.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1870.0 sec: 17 segments, 1 merges 1870.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1875.1 sec: 17 segments, 1 merges 1875.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1880.1 sec: 17 segments, 1 merges 1880.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1885.1 sec: 17 segments, 1 merges 1885.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1890.1 sec: 17 segments, 1 merges 1890.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1895.1 sec: 17 segments, 1 merges 1895.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1900.1 sec: 17 segments, 1 merges 1900.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1905.1 sec: 17 segments, 1 merges 1905.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1910.1 sec: 17 segments, 1 merges 1910.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1915.1 sec: 17 segments, 1 merges 1915.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1920.1 sec: 17 segments, 1 merges 1920.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1925.1 sec: 17 segments, 1 merges 1925.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1930.1 sec: 17 segments, 1 merges 1930.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1935.1 sec: 17 segments, 1 merges 1935.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1940.0 sec: 17 segments, 1 merges 1940.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1945.0 sec: 17 segments, 1 merges 1945.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1950.0 sec: 17 segments, 1 merges 1950.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1955.0 sec: 17 segments, 1 merges 1955.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1960.0 sec: 17 segments, 1 merges 1960.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1965.0 sec: 17 segments, 1 merges 1965.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1970.0 sec: 17 segments, 1 merges 1970.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1975.0 sec: 17 segments, 1 merges 1975.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1980.0 sec: 17 segments, 1 merges 1980.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1985.0 sec: 17 segments, 1 merges 1985.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1990.0 sec: 17 segments, 1 merges 1990.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 1995.0 sec: 17 segments, 1 merges 1995.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2000.0 sec: 17 segments, 1 merges 2000.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2005.1 sec: 17 segments, 1 merges 2005.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2010.1 sec: 17 segments, 1 merges 2010.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2015.1 sec: 17 segments, 1 merges 2015.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2020.1 sec: 17 segments, 1 merges 2020.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2025.1 sec: 17 segments, 1 merges 2025.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2030.1 sec: 17 segments, 1 merges 2030.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2035.1 sec: 17 segments, 1 merges 2035.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2040.1 sec: 17 segments, 1 merges 2040.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2045.1 sec: 17 segments, 1 merges 2045.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2050.1 sec: 17 segments, 1 merges 2050.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2055.1 sec: 17 segments, 1 merges 2055.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2060.1 sec: 17 segments, 1 merges 2060.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2065.1 sec: 17 segments, 1 merges 2065.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2070.0 sec: 17 segments, 1 merges 2070.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2075.0 sec: 17 segments, 1 merges 2075.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2080.0 sec: 17 segments, 1 merges 2080.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2085.0 sec: 17 segments, 1 merges 2085.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2090.0 sec: 17 segments, 1 merges 2090.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2095.0 sec: 17 segments, 1 merges 2095.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2100.0 sec: 17 segments, 1 merges 2100.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2105.0 sec: 17 segments, 1 merges 2105.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2110.0 sec: 17 segments, 1 merges 2110.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2115.0 sec: 17 segments, 1 merges 2115.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2120.0 sec: 17 segments, 1 merges 2120.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2125.0 sec: 17 segments, 1 merges 2125.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2130.0 sec: 17 segments, 1 merges 2130.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2135.0 sec: 17 segments, 1 merges 2135.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2140.0 sec: 17 segments, 1 merges 2140.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2145.0 sec: 17 segments, 1 merges 2145.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2150.1 sec: 17 segments, 1 merges 2150.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2155.1 sec: 17 segments, 1 merges 2155.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2160.1 sec: 17 segments, 1 merges 2160.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2165.1 sec: 17 segments, 1 merges 2165.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2170.1 sec: 17 segments, 1 merges 2170.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2175.1 sec: 17 segments, 1 merges 2175.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2180.1 sec: 17 segments, 1 merges 2180.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2185.1 sec: 17 segments, 1 merges 2185.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2190.1 sec: 17 segments, 1 merges 2190.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2195.1 sec: 17 segments, 1 merges 2195.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2200.1 sec: 17 segments, 1 merges 2200.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2205.1 sec: 17 segments, 1 merges 2205.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2210.1 sec: 17 segments, 1 merges 2210.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2215.1 sec: 17 segments, 1 merges 2215.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2220.0 sec: 17 segments, 1 merges 2220.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2225.0 sec: 17 segments, 1 merges 2225.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2230.0 sec: 17 segments, 1 merges 2230.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2235.0 sec: 17 segments, 1 merges 2235.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2240.0 sec: 17 segments, 1 merges 2240.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2245.0 sec: 17 segments, 1 merges 2245.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2250.0 sec: 17 segments, 1 merges 2250.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2255.0 sec: 17 segments, 1 merges 2255.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2260.0 sec: 17 segments, 1 merges 2260.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2265.0 sec: 17 segments, 1 merges 2265.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2270.0 sec: 17 segments, 1 merges 2270.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2275.0 sec: 17 segments, 1 merges 2275.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2280.0 sec: 17 segments, 1 merges 2280.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2285.1 sec: 17 segments, 1 merges 2285.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2290.1 sec: 17 segments, 1 merges 2290.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2295.1 sec: 17 segments, 1 merges 2295.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2300.1 sec: 17 segments, 1 merges 2300.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2305.1 sec: 17 segments, 1 merges 2305.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2310.1 sec: 17 segments, 1 merges 2310.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2315.1 sec: 17 segments, 1 merges 2315.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2320.1 sec: 17 segments, 1 merges 2320.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2325.1 sec: 17 segments, 1 merges 2325.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2330.1 sec: 17 segments, 1 merges 2330.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2335.1 sec: 17 segments, 1 merges 2335.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2340.1 sec: 17 segments, 1 merges 2340.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2345.1 sec: 17 segments, 1 merges 2345.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2350.1 sec: 17 segments, 1 merges 2350.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2355.0 sec: 17 segments, 1 merges 2355.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2360.0 sec: 17 segments, 1 merges 2360.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2365.0 sec: 17 segments, 1 merges 2365.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2370.0 sec: 17 segments, 1 merges 2370.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2375.0 sec: 17 segments, 1 merges 2375.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2380.0 sec: 17 segments, 1 merges 2380.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2385.0 sec: 17 segments, 1 merges 2385.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2390.0 sec: 17 segments, 1 merges 2390.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2395.0 sec: 17 segments, 1 merges 2395.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2400.0 sec: 17 segments, 1 merges 2400.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2405.0 sec: 17 segments, 1 merges 2405.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2410.0 sec: 17 segments, 1 merges 2410.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2415.0 sec: 17 segments, 1 merges 2415.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2420.1 sec: 17 segments, 1 merges 2420.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2425.1 sec: 17 segments, 1 merges 2425.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2430.1 sec: 17 segments, 1 merges 2430.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2435.1 sec: 17 segments, 1 merges 2435.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2440.1 sec: 17 segments, 1 merges 2440.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2445.1 sec: 17 segments, 1 merges 2445.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2450.1 sec: 17 segments, 1 merges 2450.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2455.1 sec: 17 segments, 1 merges 2455.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2460.1 sec: 17 segments, 1 merges 2460.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2465.1 sec: 17 segments, 1 merges 2465.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2470.1 sec: 17 segments, 1 merges 2470.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2475.1 sec: 17 segments, 1 merges 2475.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2480.1 sec: 17 segments, 1 merges 2480.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2485.1 sec: 17 segments, 1 merges 2485.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2490.1 sec: 17 segments, 1 merges 2490.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2495.1 sec: 17 segments, 1 merges 2495.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2500.1 sec: 17 segments, 1 merges 2500.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2505.1 sec: 17 segments, 1 merges 2505.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2510.1 sec: 17 segments, 1 merges 2510.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2515.0 sec: 17 segments, 1 merges 2515.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2520.0 sec: 17 segments, 1 merges 2520.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2525.0 sec: 17 segments, 1 merges 2525.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2530.0 sec: 17 segments, 1 merges 2530.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2535.0 sec: 17 segments, 1 merges 2535.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2540.0 sec: 17 segments, 1 merges 2540.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2545.0 sec: 17 segments, 1 merges 2545.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2550.0 sec: 17 segments, 1 merges 2550.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2555.0 sec: 17 segments, 1 merges 2555.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2560.0 sec: 17 segments, 1 merges 2560.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2565.0 sec: 17 segments, 1 merges 2565.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2570.0 sec: 17 segments, 1 merges 2570.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2575.0 sec: 17 segments, 1 merges 2575.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2580.0 sec: 17 segments, 1 merges 2580.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2585.1 sec: 17 segments, 1 merges 2585.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2590.1 sec: 17 segments, 1 merges 2590.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2595.1 sec: 17 segments, 1 merges 2595.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2600.1 sec: 17 segments, 1 merges 2600.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2605.1 sec: 17 segments, 1 merges 2605.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2610.1 sec: 17 segments, 1 merges 2610.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2615.1 sec: 17 segments, 1 merges 2615.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2620.1 sec: 17 segments, 1 merges 2620.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2625.1 sec: 17 segments, 1 merges 2625.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2630.1 sec: 17 segments, 1 merges 2630.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2635.1 sec: 17 segments, 1 merges 2635.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2640.1 sec: 17 segments, 1 merges 2640.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2645.1 sec: 17 segments, 1 merges 2645.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2650.0 sec: 17 segments, 1 merges 2650.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2655.0 sec: 17 segments, 1 merges 2655.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2660.0 sec: 17 segments, 1 merges 2660.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2665.0 sec: 17 segments, 1 merges 2665.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2670.0 sec: 17 segments, 1 merges 2670.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2675.0 sec: 17 segments, 1 merges 2675.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2680.0 sec: 17 segments, 1 merges 2680.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2685.0 sec: 17 segments, 1 merges 2685.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2690.0 sec: 17 segments, 1 merges 2690.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2695.0 sec: 17 segments, 1 merges 2695.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2700.0 sec: 17 segments, 1 merges 2700.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2705.0 sec: 17 segments, 1 merges 2705.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2710.0 sec: 17 segments, 1 merges 2710.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2715.0 sec: 17 segments, 1 merges 2715.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2720.1 sec: 17 segments, 1 merges 2720.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2725.1 sec: 17 segments, 1 merges 2725.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2730.1 sec: 17 segments, 1 merges 2730.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2735.1 sec: 17 segments, 1 merges 2735.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2740.1 sec: 17 segments, 1 merges 2740.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2745.1 sec: 17 segments, 1 merges 2745.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2750.1 sec: 17 segments, 1 merges 2750.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2755.1 sec: 17 segments, 1 merges 2755.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2760.1 sec: 17 segments, 1 merges 2760.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2765.1 sec: 17 segments, 1 merges 2765.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2770.0 sec: 17 segments, 1 merges 2770.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2775.0 sec: 17 segments, 1 merges 2775.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2780.0 sec: 17 segments, 1 merges 2780.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2785.0 sec: 17 segments, 1 merges 2785.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2790.0 sec: 17 segments, 1 merges 2790.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2795.0 sec: 17 segments, 1 merges 2795.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2800.0 sec: 17 segments, 1 merges 2800.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2805.0 sec: 17 segments, 1 merges 2805.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2810.0 sec: 17 segments, 1 merges 2810.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2815.0 sec: 17 segments, 1 merges 2815.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2820.0 sec: 17 segments, 1 merges 2820.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2825.0 sec: 17 segments, 1 merges 2825.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2830.1 sec: 17 segments, 1 merges 2830.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2835.1 sec: 17 segments, 1 merges 2835.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2840.1 sec: 17 segments, 1 merges 2840.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2845.1 sec: 17 segments, 1 merges 2845.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2850.1 sec: 17 segments, 1 merges 2850.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2855.1 sec: 17 segments, 1 merges 2855.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2860.1 sec: 17 segments, 1 merges 2860.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2865.1 sec: 17 segments, 1 merges 2865.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2870.1 sec: 17 segments, 1 merges 2870.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2875.1 sec: 17 segments, 1 merges 2875.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2880.1 sec: 17 segments, 1 merges 2880.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2885.1 sec: 17 segments, 1 merges 2885.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2890.1 sec: 17 segments, 1 merges 2890.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2895.0 sec: 17 segments, 1 merges 2895.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2900.0 sec: 17 segments, 1 merges 2900.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2905.0 sec: 17 segments, 1 merges 2905.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2910.0 sec: 17 segments, 1 merges 2910.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2915.0 sec: 17 segments, 1 merges 2915.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2920.0 sec: 17 segments, 1 merges 2920.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2925.0 sec: 17 segments, 1 merges 2925.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2930.0 sec: 17 segments, 1 merges 2930.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2935.0 sec: 17 segments, 1 merges 2935.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2940.0 sec: 17 segments, 1 merges 2940.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2945.0 sec: 17 segments, 1 merges 2945.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2950.0 sec: 17 segments, 1 merges 2950.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2955.0 sec: 17 segments, 1 merges 2955.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2960.1 sec: 17 segments, 1 merges 2960.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2965.1 sec: 17 segments, 1 merges 2965.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2970.1 sec: 17 segments, 1 merges 2970.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2975.1 sec: 17 segments, 1 merges 2975.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2980.1 sec: 17 segments, 1 merges 2980.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2985.1 sec: 17 segments, 1 merges 2985.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2990.1 sec: 17 segments, 1 merges 2990.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 2995.1 sec: 17 segments, 1 merges 2995.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3000.1 sec: 17 segments, 1 merges 3000.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3005.1 sec: 17 segments, 1 merges 3005.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3010.1 sec: 17 segments, 1 merges 3010.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3015.1 sec: 17 segments, 1 merges 3015.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3020.1 sec: 17 segments, 1 merges 3020.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3025.1 sec: 17 segments, 1 merges 3025.1s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3030.0 sec: 17 segments, 1 merges 3030.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3035.0 sec: 17 segments, 1 merges 3035.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3040.0 sec: 17 segments, 1 merges 3040.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3045.0 sec: 17 segments, 1 merges 3045.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3050.0 sec: 17 segments, 1 merges 3050.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3055.0 sec: 17 segments, 1 merges 3055.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3060.0 sec: 17 segments, 1 merges 3060.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3065.0 sec: 17 segments, 1 merges 3065.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3070.0 sec: 17 segments, 1 merges 3070.0s _1fx: 17 segs, 8000.0 K docs, 32012.1 MB 3075.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3078.58 sec index has 1 segments: segments_3: _1fx(11.0.0):C8000000 _1fx: 32156.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.01 MB vector disk usage is 31250.00 MB vector RAM usage is 31250.00 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=49492546677 cpu@end=52698644799 deltaMS=3206.098122 thread 14 name=Reference Handler cpu@start=2983745 cpu@end=2983745 deltaMS=0.0 thread 15 name=Finalizer cpu@start=143684 cpu@end=143684 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55324 cpu@end=55324 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=30242591 cpu@end=30242591 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=62552949371 cpu@end=62553778110 deltaMS=0.828739 thread 42 name=JFR Periodic Tasks cpu@start=551924252411 cpu@end=552080289259 deltaMS=156.036848 thread 45 name=Notification Thread cpu@start=107863 cpu@end=107863 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7856986645508 cpu@end=7856986645508 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7856627779187 cpu@end=7856627779187 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7857695977866 cpu@end=7857695977866 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7857826171902 cpu@end=7857826171902 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7857214829574 cpu@end=7857214829574 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7856510075408 cpu@end=7856510075408 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7857393494337 cpu@end=7857393494337 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7859496915042 cpu@end=7859496915042 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7861046063819 cpu@end=7861046063819 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7858138612364 cpu@end=7858138612364 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7853023828732 cpu@end=7853023828732 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7861456113922 cpu@end=7861456113922 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7858348661506 cpu@end=7858348661506 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7857913408958 cpu@end=7857913408958 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7853854806445 cpu@end=7853854806445 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7855768328977 cpu@end=7855768328977 deltaMS=0.0 Average CPU cores used: 1.0467016069393251 completed 1000 searches in 3212 ms: 311 QPS CPU time=3362 ms checking results SUMMARY: 0.942 3.212 3.362 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5669 3284.24 2435.88 3078.58 1 32156.01 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=245, Fanout min=6, mean=17.11, max=32, meandelta=409067.19 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 18 20 22 24 32 Graph level=2 size=7589, Fanout min=6, mean=27.41, max=32, meandelta=265225.84 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=246660, Fanout min=1, mean=28.28, max=32, meandelta=258522.36 % 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.66, max=64, meandelta=194590.09 % 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=245, connectedness=1.00 Graph level=2 size=7589, connectedness=1.00 Graph level=1 size=246660, 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.28.02.18.00/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': 234,908,550.93 msec task-clock:u 894,956,193,295,562 cycles:u (36.36%) 83,834,701,839,515 instructions:u (36.36%) 13,423,756,824,071 cache-references:u (36.36%) 3,678,063,976,725 cache-misses:u (36.36%) 51,538,298,730,822 L1-dcache-loads:u (36.36%) 3,548,535,638,619 L1-dcache-load-misses:u (36.36%) 4,080,815,297,673 L1-icache-loads:u (36.36%) 43,497,439,884 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 48,681,059 faults:u 22,807,428 minor-faults:u 122 major-faults:u 10,701,593,713,324 branches:u (36.36%) 115,368,061,852 branch-misses:u (36.36%) 11,644,387,155,686 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8046.200675240 seconds time elapsed 233512.724456000 seconds user 1354.150922000 seconds sys took 2:14:06.233371 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='2fc795f6587ab98958d8b86257829b452ef5faae', luceneutil_git_rev='10d2b020d900aa3f6b381f223fc7cc455efe5425', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.942, cpu_time_ms=3.212, net_cpu_ms=3.362, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5669, index_time_sec=3284.24, index_docs_per_sec=2435.88, force_merge_time_sec=3078.58, index_num_segments=1, index_size_on_disk_mb=32156.01, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (245, {0: 0, 10: 11, 20: 12, 30: 14, 40: 15, 50: 16, 60: 18, 70: 20, 80: 22, 90: 24, 100: 32}), 2: (7589, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (246660, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=8046, microseconds=233371)) Profiler summary for /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-28 13:33:44 (UTC) Duration: 5163 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106058705 1886189877 jdk.FileWrite 7806390 188532982 jdk.FileRead 802003 18867105 jdk.CPULoad 96629 2001075 jdk.BooleanFlag 82336 2653822 jdk.ObjectAllocationInNewTLAB 28794 582216 jdk.Checkpoint 13805 24251936 jdk.UnsignedIntFlag 7968 275044 jdk.IntFlag 7304 270854 jdk.StringFlag 5644 222448 jdk.ObjectAllocationOutsideTLAB 1089 20418 jdk.Compilation 1069 29301 jdk.CPUInformation 166 249425 jdk.GCConfiguration 166 4409 jdk.JVMInformation 166 150655 jdk.Metadata 166 18347575 jdk.GarbageCollection 25 625 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.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106058705 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.37% 49M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 40.97% 43M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.19% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.90% 2M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.28% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.17% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.79% 841931 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.71% 751651 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.35% 371250 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 272086 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 233879 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 195825 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 189235 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.13% 138407 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 119060 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 116301 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.09% 95214 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.08% 80530 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.08% 80304 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.07% 76711 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.05% 50932 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 50735 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.05% 48410 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.03% 36645 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 30937 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 28437 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 26007 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 21693 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20599 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 20531 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] 0.02% 18666 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 18526 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18471 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 18219 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.01% 15041 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 14311 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 13357 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 12093 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11667 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11192 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 11186 org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [JIT compiled code] 0.01% 11178 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 11001 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 10906 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10806 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 10741 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 10298 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10012 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 9665 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 9165 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106058705 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.25% 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] 40.66% 43M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 4.19% 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.12% 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.62% 1M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 1.16% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.80% 851470 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.79% 841930 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.71% 751651 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.39% 411260 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.31% 324346 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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.27% 291223 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.27% 290209 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 265607 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 233631 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% 195560 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.18% 189219 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.10% 102089 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 97127 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.09% 92158 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] 0.08% 80274 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] 0.06% 67942 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.05% 58075 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% 54570 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% 54163 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% 50932 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% 50735 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.05% 48538 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 48410 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% 33724 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% 30309 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.03% 29595 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 29521 org.apache.lucene.util.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% 28215 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.03% 27006 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.02% 26007 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 24127 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 22582 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 20531 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 18078 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% 16632 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.01% 13357 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% 13004 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% 12853 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% 12738 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled 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.01% 12319 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% 12012 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.0x00000000941764a0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 11962 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% 11186 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] 0.01% 11178 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106058705 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.31% 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.0x00000000941a2d90#call() [Inlined code] 24.46% 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] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 12.75% 13M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.62% 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.0x00000000941a2d90#call() [Inlined code] 2.36% 2M 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.50% 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.0x00000000941a2d90#call() [Inlined code] 1.41% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.24% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.87% 917940 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.80% 849498 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.64% 683974 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.64% 679523 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.58% 613418 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.0x00000000941a2d90#call() [Inlined code] 0.56% 592464 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.50% 528027 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.48% 507179 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.0x00000000941a2d90#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.46% 492127 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.0x00000000941a2d90#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.45% 481167 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.39% 410211 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.38% 404319 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.33% 353529 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 337015 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.29% 309684 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.0x00000000941a2d90#call() [Interpreted code] 0.27% 284175 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.0x00000000941a2d90#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% 254157 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.0x00000000941a2d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.23% 242807 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.22% 230272 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.0x00000000941a2d90#call() [JIT compiled code] 0.20% 207337 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.0x000000009407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.17% 176593 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.16% 171564 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 166513 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.14% 152901 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.0x00000000941a2d90#call() [Inlined code] 0.14% 147772 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.14% 144603 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 130168 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.12% 126961 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x00000000941a2d90#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.0x00000000941a32e8#run() [JIT compiled code] 0.11% 121245 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#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.0x00000000941a32e8#run() [JIT compiled code] 0.10% 109333 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.09% 97127 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.09% 96043 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#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.0x00000000941a32e8#run() [JIT compiled code] 0.08% 83602 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#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% 80372 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.08% 80220 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.08% 79905 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.0x00000000941a2d90#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.0x00000000941a32e8#run() [JIT compiled code] 0.07% 71868 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% 67942 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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] 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.06% 66480 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.06% 63443 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% 60631 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 59832 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x00000000941a2d90#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.0x00000000941a32e8#run() [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.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29875 events (total: 218463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.09% 63556M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.25% 59521M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.95% 58870M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.45% 7531M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.55% 5567M java.util.Arrays#copyOf():3478 [Inlined code] 2.35% 5134M java.lang.Integer#valueOf():1006 [Inlined code] 1.33% 2903M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 1.08% 2350M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.82% 1792M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.81% 1768M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.80% 1755M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 913M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 856M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.38% 840M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 444M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.20% 431M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.16% 350M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 337M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 316M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.11% 234M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.10% 229M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 207M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.09% 191M java.util.HashMap#resize():711 [JIT compiled code] 0.08% 172M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 155M org.apache.lucene.util.packed.DirectReader#getInstance():71 [Inlined code] 0.07% 146M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.06% 134M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.06% 131M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 124M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 119M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 107M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.05% 100M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 92M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 89M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 74M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.03% 72M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 72M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.03% 71M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 65M java.util.ArrayList#grow():240 [Inlined code] 0.03% 60M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.03% 60M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.03% 60M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 55M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 39M knn.IndexerThread#_run():125 [JIT compiled code] 0.02% 39M java.lang.Thread#beforeSleep():473 [Inlined code] 0.01% 29M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.01% 22M java.util.List#of():935 [Inlined code] 0.01% 21M knn.IndexerThread#_run():108 [JIT compiled code] 0.01% 19M java.io.BufferedOutputStream#():92 [Inlined code] 0.01% 19M knn.IndexerThread#_run():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29875 events (total: 218463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.66% 49503M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.25% 48611M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.89% 39079M 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.20% 24476M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.70% 10259M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.55% 9940M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.45% 7531M 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.54% 5540M 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.34% 5118M 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.33% 2903M 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] 1.06% 2312M 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.81% 1768M 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.42% 907M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.40% 875M 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% 840M 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.36% 781M 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.32% 704M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 703M 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% 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 [JIT compiled code] 0.16% 344M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 337M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 316M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 312M 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% 222M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] 0.10% 222M 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% 217M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 207M 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.09% 194M 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.09% 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 [JIT compiled code] 0.08% 183M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.08% 175M 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% 172M 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% 171M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 159M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [JIT compiled code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.07% 155M org.apache.lucene.util.packed.DirectReader#getInstance():71 [Inlined code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():105 [JIT compiled code] at org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():88 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader$OffHeapHnswGraph#():550 [JIT compiled code] 0.07% 146M 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.06% 134M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.05% 119M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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% 118M 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% 107M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.05% 102M 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% 100M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.04% 92M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 89M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 78M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.03% 74M 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.0x0000000094183000#concat() [Inlined code] 0.03% 72M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.03% 72M 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.03% 65M 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.03% 63M org.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.28.02.18.00/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.28.02.18.00/bench-knn-q32-fmTrue.jfr is 2043.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29875 events (total: 218463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.86% 39015M 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.09% 19862M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [Inlined code] 8.85% 19342M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [Inlined code] 7.47% 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.57% 12162M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [Interpreted code] 5.31% 11590M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [Interpreted code] 4.80% 10487M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [JIT compiled code] 4.29% 9365M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000941a2d90#call() [JIT compiled code] 3.73% 8156M 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.54% 5540M 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.34% 5118M 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.72% 3750M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.52% 3324M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.33% 2903M 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] 1.20% 2613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.19% 2591M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.14% 2484M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.08% 2362M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.04% 2281M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.03% 2249M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 2006M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.82% 1796M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.81% 1778M 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.0x00000000941a2d90#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.80% 1748M 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.0x00000000941a2d90#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.79% 1728M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.76% 1666M 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.0x00000000941a2d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.72% 1570M 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.0x00000000941a2d90#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.68% 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.60% 1306M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.55% 1201M 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.0x00000000941a2d90#call() [Inlined code] 0.50% 1093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.50% 1093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.44% 962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 725M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 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.27% 587M 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.0x00000000941a2d90#call() [JIT compiled code] 0.22% 484M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 483M 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.0x00000000941a2d90#call() [Interpreted code] 0.21% 469M 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.0x00000000941a2d90#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.17% 378M 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 362M 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.0x00000000941a2d90#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.16% 359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.16% 358M 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.16% 344M 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.0x00000000941a2d90#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.15% 332M 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 319M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.14% 298M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.12% 270M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 252M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000941a2d90#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.0x00000000941a32e8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 247M 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 240M 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.0x00000000941a2d90#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth overSample bp-reorder indexType rerank quantized vec_disk(MB) vec_RAM(MB) index(s) index_docs/s force_merge(s) num_segments index_size(MB) recall latency(ms) netCPU avgCpuCount 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 911.91 8772.78 0.00 17 36041.93 0.897 12.958 13.564 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 1044.75 7657.33 1120.81 1 36185.89 0.882 2.344 2.447 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 1470.74 5439.44 1321.68 1 40090.49 0.930 2.468 2.579 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1487.00 5379.96 0.00 21 39938.18 0.954 15.514 16.278 1.049 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3087.14 2591.39 0.00 15 32015.67 0.975 11.752 12.306 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3284.24 2435.88 3078.58 1 32156.01 0.942 3.212 3.362 1.047 saving all results to /l/logs.nightly/2026.05.28.02.18.00/knn_results.pk done! took 28429.7 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-28 11:27:33.235008] now generate KNN nightly charts [2026-05-28 11:27:36.458415] 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=1094564 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 17 Start: 2026-05-28 15:27:36 (UTC) Duration: 140 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 4139997 72897054 jdk.FileWrite 3999478 83638647 jdk.FileRead 796369 18974091 jdk.ObjectAllocationInNewTLAB 385882 6834623 jdk.ObjectAllocationOutsideTLAB 101157 1633944 jdk.BooleanFlag 11764 373039 jdk.Compilation 6239 161007 jdk.CPULoad 2521 49814 jdk.UnsignedIntFlag 1054 36427 jdk.IntFlag 952 34179 jdk.Checkpoint 889 26833314 jdk.StringFlag 765 28589 jdk.GarbageCollection 44 1044 jdk.CPUInformation 17 25529 jdk.GCConfiguration 17 437 jdk.JVMInformation 17 17964 jdk.Metadata 17 1878955 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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4139997 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.42% 472607 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 6.09% 252218 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 5.05% 209063 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.07% 168539 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.20% 132405 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.90% 119971 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.60% 107812 java.lang.Character#codePointAtImpl():9670 [Inlined code] 2.46% 101979 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.46% 101867 java.lang.Character#codePointAt():9662 [Inlined code] 2.39% 98900 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.05% 84697 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.53% 63476 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.48% 61276 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.40% 58145 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.26% 52179 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.20% 49827 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.16% 48078 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.15% 47590 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.14% 47138 java.lang.Character#toChars():9872 [Inlined code] 1.05% 43268 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.03% 42707 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.98% 40651 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.98% 40537 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.94% 38844 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.91% 37507 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.73% 30054 java.lang.ThreadLocal#get():171 [Inlined code] 0.72% 29745 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.70% 28899 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.66% 27414 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.64% 26419 java.lang.Character#toLowerCase():11251 [Inlined code] 0.54% 22357 java.lang.Character#codePointAt():9665 [Inlined code] 0.50% 20609 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.48% 19709 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.46% 18945 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.44% 18244 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.42% 17328 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.41% 16941 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.41% 16936 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.39% 16098 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.38% 15608 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.37% 15232 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.36% 14904 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.35% 14502 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.33% 13806 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.33% 13721 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.33% 13637 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.33% 13540 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.32% 13286 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.32% 13165 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.30% 12291 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4139997 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.42% 472607 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.07% 168424 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.20% 132458 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 3.20% 132405 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.90% 119930 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.89% 119758 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 2.60% 107812 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 2.46% 101979 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.39% 98900 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.28% 94191 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.03% 84238 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.53% 63454 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.48% 61276 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.44% 59455 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.40% 58144 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.30% 53858 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.26% 52179 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.20% 49827 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.19% 49373 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.16% 48078 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.14% 47277 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.14% 47138 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.12% 46377 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.05% 43268 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.03% 42706 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.98% 40537 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.93% 38383 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.72% 29739 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.68% 28312 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.66% 27403 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.63% 26202 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.50% 20890 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.50% 20609 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.48% 19975 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 19730 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.48% 19705 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.47% 19543 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.46% 18945 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.41% 16935 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.37% 15244 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.37% 15221 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.36% 14838 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.36% 14763 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.35% 14566 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.35% 14502 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.34% 13881 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.33% 13801 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.33% 13721 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 13635 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.33% 13538 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4139997 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.42% 472607 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 4.07% 168392 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.08% 127672 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.83% 117117 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.54% 105246 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.44% 101170 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.44% 100953 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] 2.39% 98898 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.27% 93973 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.96% 81081 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.59% 65921 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.53% 63449 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.48% 61276 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.40% 57910 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.28% 52900 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.26% 52179 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.20% 49827 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.18% 48962 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.16% 48078 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.14% 47138 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.10% 45708 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.05% 43268 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] 1.02% 42036 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.01% 41821 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.93% 38383 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.72% 29739 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.69% 28658 org.apache.lucene.index.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.68% 28176 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.66% 27403 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.65% 26910 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.63% 26202 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% 24032 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.56% 23022 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.50% 20609 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.50% 20519 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.48% 19705 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.47% 19376 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.46% 18945 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.41% 16935 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.37% 15221 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.37% 15200 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.37% 15185 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.37% 15127 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.36% 14838 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.36% 14763 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.35% 14566 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% 14507 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.33% 13799 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% 13767 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 13721 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4139997 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.76% 238518 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] 5.64% 233502 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] 2.66% 110164 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.57% 106602 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.39% 98892 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.97% 81563 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.96% 81081 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] 1.94% 80157 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.84% 76311 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.59% 65921 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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.31% 54372 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.30% 53748 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] 1.18% 48934 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.17% 48574 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] 1.14% 47205 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] 1.12% 46530 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.10% 45700 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.09% 45285 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] 1.05% 43292 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.02% 42024 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.01% 41779 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% 31325 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.69% 28752 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.69% 28372 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.68% 28176 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% 27233 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.65% 26884 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.64% 26484 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.64% 26380 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% 25643 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.59% 24483 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.58% 23850 org.apache.lucene.index.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.56% 23299 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.54% 22194 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.53% 22098 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% 21761 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.52% 21681 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.52% 21394 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.50% 20539 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% 20248 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.49% 20208 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.47% 19541 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.41% 17138 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.41% 16825 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 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 15472 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.37% 15168 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 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.36% 15109 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.36% 14838 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.36% 14837 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.34% 14263 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4139997 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.76% 238459 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] 5.64% 233446 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] 2.66% 110164 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.55% 105446 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.39% 98892 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] 1.95% 80815 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.91% 79260 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.82% 75365 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.59% 65921 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.0x000000008a1d6b18#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% 48040 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.09% 45251 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] 1.09% 45039 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.04% 42938 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.03% 42848 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.00% 41315 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.96% 39780 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] 0.94% 38984 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.94% 38850 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.93% 38403 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.86% 35480 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] 0.85% 35246 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.84% 34731 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.75% 30892 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.69% 28407 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.68% 28176 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 28080 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.65% 26873 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.63% 26029 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.59% 24383 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.58% 24084 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.57% 23647 org.apache.lucene.index.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.57% 23596 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.56% 23031 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.53% 21888 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.52% 21514 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.51% 21256 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.51% 21115 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.50% 20539 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.48% 19975 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.48% 19947 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.48% 19737 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% 19538 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.40% 16710 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 [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.39% 16023 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.37% 15448 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.36% 15047 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 [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% 14817 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.34% 14248 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.31% 13017 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.30% 12576 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487012 events (total: 315300M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.11% 53935M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.36% 29514M java.lang.StringUTF16#compress():212 [Inlined code] 8.69% 27396M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.10% 22396M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.96% 21959M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.33% 13652M java.lang.StringUTF16#compress():216 [Inlined code] 3.49% 11004M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.29% 10366M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.16% 9957M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.77% 8743M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.26% 7113M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.94% 6120M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.92% 6063M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.86% 5878M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.84% 5804M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.77% 5592M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.77% 5591M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.61% 5078M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.56% 4911M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.38% 4356M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.32% 4164M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.25% 3944M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.17% 3687M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.94% 2963M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.57% 1799M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.57% 1794M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.57% 1787M java.nio.HeapByteBuffer#():75 [Inlined code] 0.56% 1777M java.util.ArrayList#grow():240 [Inlined code] 0.51% 1597M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.49% 1549M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.46% 1463M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.41% 1301M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.38% 1210M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.33% 1031M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.32% 1021M java.util.List#of():935 [Inlined code] 0.32% 1016M perf.LineFileDocs#intToID():299 [Inlined code] 0.30% 956M java.util.ArrayDeque#():179 [Inlined code] 0.30% 948M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 927M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 877M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.27% 864M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.21% 674M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.20% 627M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.18% 581M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 534M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 507M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.15% 484M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 425M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487012 events (total: 315300M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 53763M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.36% 29514M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.69% 27396M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.10% 22396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.96% 21959M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.33% 13652M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.49% 11004M org.apache.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.12% 9833M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.77% 8743M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.56% 8067M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.26% 7113M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.94% 6120M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.92% 6063M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.86% 5878M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.77% 5592M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.77% 5591M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.76% 5552M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.61% 5078M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.56% 4911M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.38% 4356M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.32% 4164M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 3944M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.17% 3687M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.73% 2299M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.57% 1799M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.57% 1787M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.56% 1777M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.56% 1769M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.51% 1597M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.49% 1549M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1463M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.38% 1210M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1031M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.33% 1024M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.32% 1021M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.32% 1016M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.32% 1006M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.31% 982M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 956M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 950M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 948M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 927M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 877M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 864M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.20% 627M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.17% 534M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.16% 507M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 484M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.13% 408M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000008a1b4400#newInvokeSpecial() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487012 events (total: 315300M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 53763M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.67% 27345M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.45% 26641M 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.10% 22396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.37% 16920M org.apache.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.30% 13551M 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.12% 9826M 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.77% 8743M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.56% 8062M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.26% 7113M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.94% 6120M 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.92% 6063M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.86% 5878M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.77% 5591M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.75% 5532M 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.61% 5078M 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.57% 4951M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.56% 4911M 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.55% 4874M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.38% 4356M 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.32% 4164M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3687M 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.14% 3597M org.apache.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.11% 3501M 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.02% 3215M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.73% 2299M 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.56% 1777M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.55% 1741M 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.55% 1719M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008a13f1b8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.51% 1597M 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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1463M 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.46% 1442M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.45% 1419M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.41% 1303M 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.38% 1210M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1044M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.33% 1033M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.33% 1031M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.33% 1024M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1021M 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.32% 1016M 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.32% 1006M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.31% 982M 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.30% 956M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 950M 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% 948M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 947M 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% 927M 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#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487012 events (total: 315300M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 53763M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.45% 26641M 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.10% 22396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.30% 13551M 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.75% 11826M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.38% 7490M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 2.26% 7113M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.77% 5591M 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.73% 5453M 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.66% 5247M org.apache.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.66% 5230M 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.63% 5153M 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.59% 5010M 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.59% 5007M 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.58% 4996M 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.57% 4951M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.56% 4911M 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.36% 4293M 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.33% 4177M 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.0x000000008a1d6b18#merge() [Interpreted code] 1.32% 4164M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 3753M 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% 3695M 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.0x000000008a1d6b18#merge() [Interpreted code] 1.07% 3377M 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.02% 3215M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.94% 2952M org.apache.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.92% 2895M 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% 2868M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.84% 2636M 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.82% 2595M 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.81% 2557M org.apache.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.81% 2539M 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.75% 2362M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.75% 2352M org.apache.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.72% 2255M org.apache.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.58% 1833M 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.57% 1781M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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#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.49% 1546M 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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1520M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008a13f1b8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.48% 1511M 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% 1488M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.46% 1457M 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.45% 1419M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1303M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1210M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1206M 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.35% 1106M org.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.33% 1052M 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% 1033M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 203.53 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487012 events (total: 315300M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 53763M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.45% 26641M 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.10% 22396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.30% 13551M 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.75% 11826M 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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.26% 7113M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.73% 5459M 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.73% 5453M 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.0x000000008a1d6b18#merge() [Interpreted code] 1.63% 5153M 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% 4996M 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.0x000000008a1d6b18#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.57% 4951M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008a1d6b18#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.57% 4943M 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.57% 4943M 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.50% 4723M 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% 4676M 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.48% 4668M 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.33% 4177M 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.0x000000008a1d6b18#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.32% 4164M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.28% 4030M 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.26% 3973M org.apache.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% 3695M 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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.07% 3377M 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.02% 3215M 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.93% 2936M org.apache.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.88% 2783M 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.81% 2557M org.apache.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.75% 2352M org.apache.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.72% 2262M org.apache.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.72% 2255M org.apache.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.69% 2166M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.62% 1944M 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.57% 1794M 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.57% 1794M 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.57% 1781M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.55% 1741M 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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.55% 1730M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():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.54% 1712M 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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1520M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008a13f1b8#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% 1511M 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.0x000000008a1d6b18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1447M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.46% 1442M 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.45% 1419M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1303M 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.40% 1273M org.apache.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.38% 1210M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1189M 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.37% 1165M 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.35% 1097M 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% 1063M org.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 [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] move log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocs.top.log [2026-05-28 11:31:58.117622] took 114.3 sec [2026-05-28 11:31:58.121774] medIndexAtClose None [2026-05-28 11:31:58.123048] 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=1098399 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 50 Start: 2026-05-28 19:05:35 (UTC) Duration: 1661 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97939320 1958749238 jdk.FileWrite 4199238 114957867 jdk.ObjectAllocationInNewTLAB 118842 2586676 jdk.FileRead 83908 2370642 jdk.BooleanFlag 34600 1141950 jdk.CPULoad 10247 215187 jdk.ObjectAllocationOutsideTLAB 8453 168037 jdk.UnsignedIntFlag 3100 111150 jdk.IntFlag 2800 104150 jdk.StringFlag 2250 88000 jdk.Checkpoint 2037 48862433 jdk.Compilation 90 2526 jdk.CPUInformation 50 75150 jdk.GCConfiguration 50 1350 jdk.JVMInformation 50 60300 jdk.Metadata 50 5526400 jdk.GarbageCollection 17 445 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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97939320 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.49% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.65% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 2.17% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.06% 1M org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 1.03% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.95% 931027 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.53% 519468 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.50% 487874 java.util.Arrays#fill():3144 [Inlined code] 0.38% 373001 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.36% 348071 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.34% 335747 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.25% 243841 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.24% 237193 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.24% 232620 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.23% 227184 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.17% 171192 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.17% 169535 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.15% 143119 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.14% 141482 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.14% 141098 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.14% 139274 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.13% 126101 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.11% 111466 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.11% 104658 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 102864 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 97201 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.09% 92097 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 87504 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 86412 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.09% 85440 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.08% 82279 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 79157 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 74472 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 72284 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.07% 69430 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 68104 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 67238 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.07% 66746 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.07% 66277 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.07% 66082 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 64532 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 63461 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 61931 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 60375 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 58490 java.util.Arrays#fill():3143 [Inlined code] 0.06% 56485 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 54075 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] 0.05% 53747 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():346 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97939320 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.49% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.65% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.99% 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.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.06% 1M org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 1.03% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.95% 931027 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.53% 519468 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.50% 487874 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.34% 335747 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.32% 311212 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.25% 243841 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% 232620 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 227184 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.19% 184684 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.17% 169535 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.17% 168595 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.16% 156239 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 146120 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.15% 143119 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.14% 141098 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.14% 139274 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.13% 129569 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.13% 127261 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.11% 102864 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.10% 100390 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 97201 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 87504 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 86412 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 80954 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 80089 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.08% 77495 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 76646 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.08% 76049 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.08% 74472 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 69430 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 67238 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.07% 64444 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 62541 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% 60666 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 60550 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 59053 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 58490 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 57216 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 54075 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.05% 52970 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 50659 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():346 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 48897 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.05% 48160 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97939320 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.49% 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.65% 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.09% 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.91% 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.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.23% 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.03% 1M org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.94% 919648 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.68% 669128 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.51% 495283 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.50% 487874 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.47% 460655 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.34% 334703 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.30% 297512 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.23% 227184 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 222812 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 196809 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.20% 196173 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% 184684 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% 158822 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.16% 153893 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 146120 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.14% 139274 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.14% 138675 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.13% 131426 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.13% 124134 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 119444 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 102864 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.10% 99699 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 95318 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 88580 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.09% 86166 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.08% 80954 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% 78875 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.08% 78676 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.08% 75308 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 73946 org.apache.lucene.util.hnsw.RandomVectorScorer#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% 72549 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% 70029 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.07% 69430 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.07% 67238 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.07% 64064 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.06% 60550 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 60214 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% 58490 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% 55503 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 53146 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():263 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.05% 51338 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 48897 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.05% 48160 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97939320 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.81% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 13.04% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.12% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 11.71% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.30% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.84% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.08% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.84% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.55% 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.99% 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.86% 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 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 1.54% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.36% 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.14% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.92% 899213 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.83% 815747 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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] 0.82% 803224 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.80% 788119 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.71% 690766 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.70% 683503 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.68% 669128 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.53% 522206 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.51% 495283 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.45% 436729 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.44% 432261 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.41% 405640 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.34% 334703 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.30% 297512 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% 222812 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 212863 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.21% 210532 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.20% 196809 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.18% 176632 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.16% 158822 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.16% 155315 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% 153483 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% 139274 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.14% 137795 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.13% 124134 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.12% 119444 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.12% 113418 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.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 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.12% 112704 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 107584 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% 97530 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.10% 95865 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 95571 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 91795 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 91346 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] 0.09% 88570 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 80864 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97939320 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.11% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.46% 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] 11.09% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 10.00% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 7.17% 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] 2.96% 2M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.64% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 2.05% 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] 1.96% 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.86% 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 [Inlined 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.77% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.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] 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.38% 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.33% 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.28% 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.24% 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.99% 972126 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.86% 842919 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#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.83% 811884 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.80% 788119 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.79% 772603 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.71% 690633 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.70% 683503 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.67% 653119 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.61% 601468 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.54% 529008 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.52% 513045 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.51% 495283 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.48% 468451 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.47% 461892 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.45% 444658 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.44% 432261 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.0x0000000025200880#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.43% 423467 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 423063 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.41% 397879 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 373011 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.37% 361519 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.36% 354994 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 353644 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.36% 352664 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 343412 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.34% 336142 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.32% 316541 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.31% 307015 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.29% 281533 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.0x0000000025200880#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% 212863 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 210532 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [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.21% 208815 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#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% 193899 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.19% 181897 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 127294 events (total: 127561M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.78% 30330M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.34% 29767M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 7.05% 8992M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.44% 8214M java.nio.HeapByteBuffer#():75 [Inlined code] 5.77% 7364M perf.LineFileDocs#readVector():212 [Inlined code] 3.32% 4235M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.91% 3717M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.81% 3582M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.97% 2515M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.65% 2105M java.lang.StringUTF16#compress():212 [Inlined code] 1.65% 2103M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.25% 1599M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.25% 1594M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.22% 1562M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.07% 1368M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.90% 1143M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.88% 1120M java.lang.StringUTF16#compress():216 [Inlined code] 0.80% 1022M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.76% 973M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.66% 838M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.62% 789M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 716M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.50% 642M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.50% 631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.45% 580M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.43% 546M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.41% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.38% 482M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.37% 467M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.36% 459M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.33% 415M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.31% 399M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.27% 342M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.26% 328M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.25% 315M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.24% 302M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.18% 234M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 232M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 215M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.16% 204M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 170M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.13% 170M java.util.ArrayList#grow():240 [Inlined code] 0.13% 162M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 156M java.util.ArrayDeque#():179 [Inlined code] 0.12% 154M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 142M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.11% 139M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.10% 129M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 127M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.10% 122M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 127294 events (total: 127561M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.64% 30152M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 23.34% 29767M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 7.05% 8992M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.44% 8214M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.77% 7364M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.32% 4235M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.91% 3717M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.81% 3582M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.97% 2515M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.65% 2105M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.65% 2103M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 1599M org.apache.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% 1581M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.22% 1562M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.07% 1368M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.88% 1120M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.80% 1022M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.76% 973M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.72% 919M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.66% 838M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.50% 642M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.50% 631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 580M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 546M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 504M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 482M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 478M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 454M 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% 429M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.31% 390M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.30% 384M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.27% 342M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.26% 328M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.25% 315M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.24% 302M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.22% 284M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.19% 238M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 223M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.17% 215M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 204M 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% 188M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.14% 178M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.13% 170M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.13% 170M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.12% 156M 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% 156M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.11% 142M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.11% 142M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.10% 129M 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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 127294 events (total: 127561M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.56% 27496M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.32% 27190M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 7.05% 8992M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.77% 7364M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.51% 7030M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.32% 4235M 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.91% 3717M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.79% 3555M 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.08% 2655M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.02% 2576M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.65% 2103M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 1940M 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.46% 1858M 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.24% 1581M 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% 1368M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.91% 1160M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.87% 1105M 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.80% 1022M 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.76% 969M 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.72% 919M 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.70% 894M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.69% 886M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.66% 838M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.55% 705M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 642M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.50% 631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.45% 580M 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.45% 574M 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.43% 546M 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.41% 528M 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.39% 498M 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% 482M 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.37% 478M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 342M 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.26% 328M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.24% 304M 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.24% 302M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.23% 294M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.23% 289M 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.22% 277M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000025183280#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.22% 274M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.20% 253M 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.18% 235M 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% 223M 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.18% 223M 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 [Inlined code] 0.18% 223M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.17% 215M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.15% 186M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.13% 170M 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.13% 170M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 127294 events (total: 127561M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.63% 17390M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 13.49% 17203M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 7.05% 8992M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 5.77% 7364M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 7190M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 5.59% 7124M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 5.51% 7030M 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] 2.91% 3717M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.12% 2705M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 2.08% 2649M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 2.02% 2579M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.88% 2397M 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.65% 2103M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 1940M 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.46% 1858M 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.44% 1837M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [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.21% 1546M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.11% 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.87% 1105M 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.80% 1022M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.77% 976M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.70% 894M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000251eb290#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.69% 886M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.68% 871M 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.0x00000000251eb290#merge() [Interpreted code] 0.66% 838M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.57% 727M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.56% 720M 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.0x00000000251eb290#merge() [Interpreted code] 0.56% 710M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.56% 709M 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.55% 698M 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.51% 648M 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.51% 648M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.45% 580M 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.45% 572M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.43% 546M 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.41% 528M 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.41% 522M 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.40% 505M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.37% 465M 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% 446M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 441M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.29% 366M 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.28% 351M 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.27% 340M 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.26% 328M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.25% 321M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.25% 320M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.24% 304M 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.0x0000000025200880#call() [JIT compiled code] 0.24% 302M 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.23% 294M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#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=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 2036.12 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 127294 events (total: 127561M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.63% 17390M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000025200880#call() [JIT compiled code] 13.49% 17203M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000025200880#call() [JIT compiled code] 7.05% 8992M 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 [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] 5.77% 7364M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 7190M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.59% 7124M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.51% 7030M 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] 2.91% 3717M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.88% 2397M 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.0x00000000251eb290#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.88% 2396M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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.0x0000000025200880#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.65% 2103M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.57% 1996M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.53% 1952M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.52% 1940M 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.0x0000000025200880#call() [JIT compiled code] 1.46% 1858M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.21% 1546M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.11% 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.94% 1194M 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 [Inlined code] 0.87% 1105M 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.80% 1022M 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.0x00000000251eb290#merge() [Interpreted code] 0.77% 976M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.70% 894M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000251eb290#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.69% 886M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.68% 871M 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.0x00000000251eb290#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.66% 838M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.56% 720M 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.0x00000000251eb290#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.56% 708M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.55% 698M 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.0x00000000251eb290#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.55% 697M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.55% 697M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.54% 684M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.48% 616M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.45% 580M 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.45% 572M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.43% 546M 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.41% 528M 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.41% 522M 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.40% 505M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.37% 465M 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% 446M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 431M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.32% 405M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.29% 366M 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.27% 342M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.26% 330M 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.0x0000000025200880#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% 328M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.25% 321M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.25% 320M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.25% 316M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000025200880#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 302M 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.0x00000000251eb290#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] move log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectors.top.log [2026-05-28 16:15:46.125750] took 13904.4 sec [2026-05-28 16:15:46.924780] medIndexVectorsAtClose None [2026-05-28 16:15:46.932685] 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=1270627 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-05-28 21:51:38 (UTC) Duration: 1373 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 84023438 1680367232 jdk.FileWrite 10530454 287614639 jdk.ObjectAllocationInNewTLAB 239043 5056421 jdk.FileRead 203500 5947284 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 30987 595360 jdk.CPULoad 20913 439173 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6242 133037668 jdk.CPUInformation 162 243486 jdk.Compilation 162 4519 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201690 jdk.Metadata 162 17905536 jdk.GarbageCollection 42 1098 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84023437 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.27% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 35.44% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.80% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.31% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.33% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.23% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.64% 533620 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.62% 520022 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.59% 495909 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.49% 411978 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.35% 295259 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 258668 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 246997 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 221333 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.26% 214594 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.25% 207626 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.23% 197183 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 191867 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.21% 173341 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 172839 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 150348 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.18% 149999 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 143822 java.util.Arrays#fill():3144 [Inlined code] 0.16% 135411 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 131596 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.13% 113315 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 112832 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 103585 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.12% 103491 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 100014 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.11% 93173 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.10% 88047 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.10% 86334 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.09% 79297 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 78918 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 65046 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 64362 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 57590 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 57072 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56520 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 50040 java.util.Arrays#fill():3143 [Inlined code] 0.06% 50030 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 48586 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.06% 47971 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.06% 47264 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 47204 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 43910 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 43673 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 41983 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 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84023437 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.27% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.84% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 5.80% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.05% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.33% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.23% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.64% 533620 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.59% 495909 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.54% 457005 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.49% 411978 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 317696 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.35% 295259 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 246997 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.26% 221333 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.26% 215990 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.26% 214594 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.25% 207626 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.24% 200176 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.23% 197183 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 191867 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 172839 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.20% 169191 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% 149999 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.17% 143822 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.17% 141462 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.16% 131596 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.13% 113315 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 103585 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 100014 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.11% 95001 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.11% 93173 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 92809 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 88046 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.10% 86334 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.09% 78918 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 68636 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 65046 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 58492 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57590 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% 57072 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 56562 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.07% 56520 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.06% 50040 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 48817 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 48586 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% 47969 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] 0.06% 47738 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 47264 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.06% 47199 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84023437 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.27% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 33.05% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 5.80% 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.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.90% 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.73% 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.26% 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.10% 925421 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.63% 531896 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.59% 495909 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.54% 457005 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.51% 429478 org.apache.lucene.codecs.lucene104.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.49% 411978 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.46% 386138 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% 317696 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% 295255 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.29% 246525 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.25% 214045 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.25% 209076 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 207111 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] 0.23% 191867 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 188461 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.21% 172839 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% 150588 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 143822 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.16% 134187 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.16% 131596 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% 129071 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% 116602 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 113315 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% 112817 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 108195 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.12% 102394 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.12% 102370 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 95289 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% 94743 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% 88738 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 86334 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.10% 85942 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.10% 84249 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] 0.09% 78917 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.09% 74327 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.08% 71105 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% 66580 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.08% 65405 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% 56562 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 54959 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.06% 54472 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% 50040 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% 47264 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84023437 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.05% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 27.65% 23M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 5.80% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.08% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.83% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 2.63% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.73% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.26% 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] 0.98% 826859 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.91% 768596 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.63% 531896 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.56% 467589 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.54% 457005 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 [JIT compiled code] 0.51% 429478 org.apache.lucene.codecs.lucene104.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.47% 398491 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 386138 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% 306080 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.35% 295255 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.29% 246525 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.25% 213377 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.25% 207107 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] 0.22% 188461 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 180742 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.21% 172839 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.19% 155549 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 150588 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000002b1fb8c0#call() [JIT compiled code] 0.16% 134187 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 128765 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% 124327 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% 123285 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% 116602 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% 112817 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 102139 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.11% 95289 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 89125 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% 81659 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] 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.10% 80548 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#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.10% 80514 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.09% 75296 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.0x000000002b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 74327 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.08% 71105 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% 69626 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 65405 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.07% 61757 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% 59546 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 0.07% 57322 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% 57138 org.apache.lucene.util.hnsw.RandomVectorScorer#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% 54472 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84023437 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.05% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 26.23% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.72% 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.57% 3M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.83% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 2.41% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.81% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] 1.62% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.57% 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.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.26% 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.0x000000002b1fb8c0#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.98% 826477 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.77% 643726 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.71% 595862 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.63% 531896 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 [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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.59% 499877 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.54% 457005 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 [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.51% 429478 org.apache.lucene.codecs.lucene104.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.0x000000002b1fb8c0#call() [JIT compiled code] 0.48% 403907 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.45% 374792 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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.43% 358923 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.36% 306080 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 0.28% 233767 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.25% 214077 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 [Inlined code] 0.25% 213377 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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 [JIT compiled code] 0.23% 189688 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% 180742 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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 178922 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 [Inlined code] 0.21% 176340 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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 172596 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 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 171890 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.20% 164103 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.17% 146391 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 141049 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000002b1fb8c0#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.0x000000002b1fe000#run() [JIT compiled code] 0.16% 134187 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.0x000000002b1fb8c0#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.16% 132782 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 128765 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.0x000000002b1f3a08#merge() [Interpreted code] 0.15% 124327 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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 123285 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.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 112803 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.13% 112387 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 109977 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 108852 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 102139 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 0.11% 95289 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.0x000000002b1f3a08#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 94722 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 89125 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% 81659 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] 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.10% 80514 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.10% 79857 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 270028 events (total: 339987M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.39% 72726M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.07% 58024M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.91% 57500M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.22% 21137M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.15% 20913M java.nio.HeapByteBuffer#():75 [Inlined code] 5.33% 18136M perf.LineFileDocs#readVector():212 [Inlined code] 2.86% 9724M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.64% 8980M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.43% 8250M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.52% 5164M java.lang.StringUTF16#compress():212 [Inlined code] 1.47% 4989M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.43% 4850M perf.LineFileDocs#readDocs():176 [JIT compiled code] 0.97% 3306M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.97% 3294M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.88% 2993M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.80% 2715M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.74% 2531M java.lang.StringUTF16#compress():216 [Inlined code] 0.59% 1997M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.53% 1804M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.53% 1786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.48% 1635M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.46% 1571M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.44% 1502M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 1478M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 1431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 1430M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.37% 1256M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1119M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.33% 1107M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.28% 967M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 858M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.25% 846M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 805M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.16% 550M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 535M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 501M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 459M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.13% 451M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 433M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.12% 405M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 370M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 349M java.util.ArrayDeque#():179 [Inlined code] 0.10% 340M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 328M java.util.ArrayList#grow():240 [Inlined code] 0.09% 301M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.08% 275M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 267M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.07% 236M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 270028 events (total: 339987M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.07% 71623M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 16.96% 57663M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.91% 57500M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.22% 21137M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.15% 20910M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.33% 18136M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.86% 9724M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.64% 8980M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.43% 8250M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.52% 5164M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.47% 4989M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.43% 4850M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.97% 3306M org.apache.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.97% 3294M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.86% 2937M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.80% 2715M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.74% 2531M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.59% 1997M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.53% 1786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.46% 1571M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.44% 1502M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 1455M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.42% 1431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1430M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.37% 1256M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 1245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 1107M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.32% 1103M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 0.32% 1071M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.31% 1048M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.28% 967M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 931M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.25% 858M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 846M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.24% 805M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.16% 550M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.15% 496M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 483M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 451M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 433M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.12% 405M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 381M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 374M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.11% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.11% 360M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 349M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.10% 349M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.10% 340M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 328M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined 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 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 270028 events (total: 339987M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.44% 52477M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.33% 52128M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.07% 37638M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.69% 29539M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.22% 21137M 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.66% 19239M 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.33% 18136M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.86% 9724M 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.64% 8980M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.43% 8250M 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% 5371M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.53% 5186M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.47% 4989M 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] 1.43% 4850M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4620M 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.30% 4410M 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.86% 2937M 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.80% 2715M 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.74% 2508M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.67% 2286M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.59% 1997M 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.53% 1786M 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.50% 1683M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1622M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.46% 1571M 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.44% 1502M 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% 1455M 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.42% 1431M 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% 1430M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.37% 1256M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 1245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.33% 1107M 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% 1103M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 1090M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.32% 1071M 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.27% 931M 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.26% 888M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.24% 805M 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.22% 742M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.20% 664M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.16% 550M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.16% 537M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.16% 532M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 524M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002b13d570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.15% 496M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 483M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 433M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.11% 374M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.10% 349M 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.10% 349M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 270028 events (total: 339987M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 11.07% 37638M 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 [JIT compiled code] 8.86% 30112M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.84% 30047M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.69% 29539M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 6.22% 21137M 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.66% 19239M 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.33% 18136M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.91% 16688M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.85% 16490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.64% 8980M 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% 5646M 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.54% 5227M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.48% 5033M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.43% 4850M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4620M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.30% 4410M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.26% 4295M 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.18% 3995M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 1.16% 3955M 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.01% 3437M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.79% 2674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.76% 2590M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.74% 2508M 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% 1997M 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.53% 1818M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 1685M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 1622M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002b1ecaf0#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.46% 1548M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.43% 1474M 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.0x000000002b1ecaf0#merge() [Interpreted code] 0.43% 1473M 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.43% 1463M 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% 1431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.42% 1430M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.40% 1366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.39% 1320M 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.37% 1245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.37% 1242M 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.0x000000002b1ecaf0#merge() [Interpreted code] 0.34% 1163M 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.34% 1140M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.33% 1106M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.32% 1103M 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.0x000000002b1fb8c0#call() [JIT compiled code] 0.32% 1090M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.31% 1039M 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.27% 928M 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.27% 910M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 888M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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% 879M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 756M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.20% 687M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.20% 679M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.16 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 270028 events (total: 339987M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 11.07% 37638M 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 [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.86% 30112M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000002b1fb8c0#call() [JIT compiled code] 8.84% 30047M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000002b1fb8c0#call() [JIT compiled code] 8.69% 29539M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002b1fb8c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.22% 21137M 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 [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] 5.66% 19239M 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.33% 18136M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.91% 16688M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 4.85% 16490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.64% 8980M 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% 5179M 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.0x000000002b1fb8c0#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.43% 4850M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4620M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.30% 4410M 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 [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.0x000000002b1fb8c0#call() [JIT compiled code] 1.18% 3995M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.16% 3955M 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.0x000000002b1ecaf0#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.01% 3437M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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.0x000000002b1fb8c0#call() [JIT compiled code] 1.01% 3418M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 0.97% 3300M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.88% 2992M 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 [Inlined code] 0.79% 2674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.76% 2590M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.74% 2508M 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% 1997M 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.0x000000002b1ecaf0#merge() [Interpreted code] 0.53% 1792M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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% 1761M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.50% 1710M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.48% 1633M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [Inlined code] 0.48% 1622M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002b1ecaf0#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.46% 1548M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.43% 1474M 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.0x000000002b1ecaf0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.42% 1431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.42% 1430M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.40% 1366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.39% 1320M 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 [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.37% 1245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.37% 1242M 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.0x000000002b1ecaf0#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.34% 1140M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.33% 1106M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.32% 1090M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.32% 1089M 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.0x000000002b1fb8c0#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.0x000000002b1fe000#run() [JIT compiled code] 0.31% 1066M 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.0x000000002b1fb8c0#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% 1039M 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.0x000000002b1ecaf0#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.30% 1028M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.30% 1017M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.30% 1017M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.27% 928M 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] 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.27% 910M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 888M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.26% 879M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] move log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-28 18:48:18.893964] took 7055.5 sec [2026-05-28 18:48:18.898071] medIndexVectorsAtClose None [2026-05-28 18:48:18.907976] 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=1363543 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 19 Start: 2026-05-28 22:48:19 (UTC) Duration: 187 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5087206 121768742 jdk.CPUTimeSample 3638229 63991295 jdk.FileRead 796637 18902262 jdk.ObjectAllocationInNewTLAB 362423 6454578 jdk.ObjectAllocationOutsideTLAB 96866 1571564 jdk.BooleanFlag 13148 417333 jdk.Compilation 7134 184554 jdk.CPULoad 3389 67182 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 1044 33116947 jdk.StringFlag 855 32164 jdk.GarbageCollection 49 1161 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21180 jdk.Metadata 19 2100009 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3638229 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.00% 218454 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.87% 177281 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.75% 172663 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 4.01% 145748 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.96% 144103 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.29% 119675 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.78% 101011 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.23% 81246 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.81% 66031 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.70% 61921 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.68% 61236 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.45% 52736 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.38% 50327 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.38% 50232 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 48823 java.lang.Character#toChars():9872 [Inlined code] 1.24% 44941 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.19% 43140 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.18% 42933 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.09% 39625 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.04% 37656 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.99% 35971 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.86% 31386 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.83% 30076 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.83% 30074 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.74% 27036 java.lang.ThreadLocal#get():171 [Inlined code] 0.68% 24860 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.68% 24714 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.65% 23788 java.lang.Character#toLowerCase():11251 [Inlined code] 0.63% 22891 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.58% 21162 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.55% 19877 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.55% 19840 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.53% 19279 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.52% 19004 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.51% 18558 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.51% 18476 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.48% 17616 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.47% 16968 java.lang.Character#codePointAt():9662 [Inlined code] 0.44% 16159 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.44% 16087 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.43% 15556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.42% 15437 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.42% 15375 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.42% 15287 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 15201 java.lang.Character#codePointAt():9665 [Inlined code] 0.41% 14922 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.40% 14672 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.40% 14636 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.40% 14447 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.38% 13967 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3638229 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.87% 177281 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.75% 172663 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 4.00% 145655 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.96% 144101 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.25% 118364 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.78% 101008 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.22% 80927 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.81% 66030 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.70% 61921 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.68% 61236 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.68% 61182 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.54% 56090 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.45% 52719 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.39% 50694 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.39% 50488 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.38% 50327 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.38% 50232 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.34% 48823 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.24% 44941 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.19% 43140 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.18% 42933 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.98% 35699 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.86% 31375 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.83% 30076 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.73% 26621 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.68% 24855 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.68% 24714 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.65% 23664 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.61% 22367 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.58% 21162 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.57% 20614 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.55% 19839 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.53% 19225 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.51% 18558 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.51% 18463 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.48% 17610 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.46% 16880 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.46% 16628 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 16053 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.44% 16000 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.43% 15668 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.43% 15556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.42% 15287 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.41% 14921 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 14671 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.40% 14661 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.40% 14636 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.40% 14446 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.38% 13967 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.37% 13564 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3638229 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.68% 170134 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.00% 145605 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.80% 138149 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.76% 100595 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.39% 86868 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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] 2.34% 85242 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [JIT compiled code] 2.15% 78070 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.81% 66030 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.76% 64080 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.68% 61033 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.67% 60799 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.45% 52712 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.45% 52621 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.38% 50327 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.38% 50297 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.38% 50232 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.34% 48823 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.32% 48102 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.25% 45647 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.24% 44940 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.23% 44727 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.18% 42933 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.86% 31181 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.83% 30076 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.74% 26742 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.73% 26525 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.68% 24855 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.68% 24564 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.65% 23664 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.61% 22367 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.58% 21162 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.55% 20126 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.53% 19224 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.51% 18558 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.51% 18463 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.50% 18121 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.48% 17360 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.46% 16628 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.44% 16053 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% 15556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.41% 15006 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.41% 14964 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.41% 14921 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.40% 14671 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] 0.40% 14635 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.40% 14505 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.40% 14438 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.39% 14327 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.37% 13303 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.36% 13234 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3638229 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.21% 116835 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.52% 91660 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.26% 82134 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.16% 78474 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.15% 78070 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] 1.85% 67409 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.82% 66054 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.79% 65298 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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.77% 64363 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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.76% 64080 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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.38% 50295 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.32% 48102 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.28% 46453 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.25% 45629 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.23% 44727 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.89% 32301 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] 0.87% 31517 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.86% 31181 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.83% 30017 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.80% 29103 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.78% 28346 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] 0.73% 26525 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.73% 26436 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.70% 25332 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.69% 24951 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.68% 24564 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.65% 23783 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.65% 23715 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.65% 23518 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.64% 23118 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.63% 22880 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.63% 22840 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% 22415 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.61% 22289 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.58% 21206 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.58% 21196 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.55% 20044 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.54% 19800 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.53% 19221 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.50% 18216 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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 [Inlined code] 0.48% 17547 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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] 0.47% 17107 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.41% 14951 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.40% 14686 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.40% 14501 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.39% 14283 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] 0.39% 14275 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% 13812 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.38% 13806 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] at org.apache.lucene.index.IndexingChain#processField():1307 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.36% 13196 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3638229 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.18% 115548 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.23% 81209 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 [Inlined code] 2.00% 72656 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] 1.83% 66737 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 [Inlined code] 1.80% 65355 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 [Inlined code] 1.79% 65225 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.77% 64330 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.76% 64080 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.0x000000006c1e3128#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.70% 61713 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] 1.28% 46508 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.26% 45921 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.24% 45230 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.16% 42257 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] 1.14% 41442 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.87% 31522 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] 0.86% 31441 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.86% 31181 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 [Inlined code] 0.86% 31181 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.0x000000006c1e3128#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.82% 29725 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 [Inlined code] 0.75% 27151 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] 0.73% 26525 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 26150 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 [Inlined code] 0.68% 24790 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 [Inlined code] 0.68% 24705 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.68% 24564 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.66% 24047 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.65% 23540 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.63% 22904 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 [Inlined code] 0.62% 22595 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.62% 22581 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 22180 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 [Inlined code] 0.61% 22032 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 [Inlined code] 0.60% 21852 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.58% 20998 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19838 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 19598 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 19379 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.51% 18705 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.49% 17676 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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 [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.47% 17159 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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.46% 16840 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.45% 16492 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.43% 15722 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.41% 14951 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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.40% 14663 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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.38% 13807 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.38% 13659 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] 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.37% 13571 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.37% 13295 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.36% 13087 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 459256 events (total: 345352M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.27% 52728M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.77% 30273M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.62% 29782M java.lang.StringUTF16#compress():212 [Inlined code] 6.60% 22779M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.49% 22407M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.06% 14037M java.lang.StringUTF16#compress():216 [Inlined code] 3.52% 12139M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.41% 11777M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.37% 11642M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.82% 9750M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.78% 9595M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.22% 7660M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.12% 7333M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.80% 6218M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.78% 6135M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.67% 5761M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.63% 5639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.62% 5610M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.46% 5032M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.44% 4960M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.21% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.15% 3979M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.15% 3958M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.77% 2661M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.66% 2296M java.nio.HeapByteBuffer#():75 [Inlined code] 0.64% 2212M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.61% 2095M java.util.ArrayList#grow():240 [Inlined code] 0.59% 2024M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.58% 1986M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.51% 1746M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.50% 1725M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.46% 1599M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.45% 1540M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.41% 1419M java.lang.Long#valueOf():1000 [Inlined code] 0.40% 1391M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.33% 1139M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.31% 1066M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.30% 1052M java.util.ArrayDeque#():179 [Inlined code] 0.30% 1019M perf.LineFileDocs#intToID():299 [Inlined code] 0.29% 1009M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 1007M perf.LineFileDocs#intToID():305 [Inlined code] 0.29% 995M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.28% 962M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 906M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.26% 889M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.25% 875M java.util.List#of():935 [Inlined code] 0.25% 871M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.23% 802M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.22% 747M org.apache.lucene.document.IntField#binaryValue():85 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 459256 events (total: 345352M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52642M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.77% 30273M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.62% 29782M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.60% 22779M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.49% 22407M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.06% 14037M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.51% 12123M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.30% 11399M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.74% 9456M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.69% 9304M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.69% 9273M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.21% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.12% 7333M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.80% 6218M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.78% 6135M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.67% 5761M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 5639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.62% 5610M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.46% 5032M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.44% 4960M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.21% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3979M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3958M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.77% 2647M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.73% 2504M 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% 2296M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.64% 2212M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.61% 2095M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.58% 1986M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1725M 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.45% 1540M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.41% 1419M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.40% 1391M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.33% 1151M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.33% 1139M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 1117M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.31% 1066M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 1047M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 1019M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 1009M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 1007M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 962M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 952M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 907M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.26% 906M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue():88 [JIT compiled code] 0.26% 884M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.25% 875M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.25% 871M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [Inlined code] 0.25% 866M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1314 [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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 459256 events (total: 345352M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52642M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.44% 29159M 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.81% 26962M 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% 22407M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.95% 17105M org.apache.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.02% 13894M 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.28% 11318M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.66% 9181M 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.62% 9054M 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.21% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.12% 7333M 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.81% 6262M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.80% 6218M 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.78% 6135M 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.67% 5761M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.64% 5676M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 5639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.62% 5610M 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.46% 5032M 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.44% 4960M 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.21% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3979M 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.11% 3818M org.apache.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.05% 3624M 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.95% 3297M 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.91% 3132M 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.72% 2484M 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.71% 2437M 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% 2190M 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.62% 2141M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006c13d330#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.61% 2095M 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% 1856M org.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% 1700M 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.45% 1540M 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.37% 1261M 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.33% 1139M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1136M 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.32% 1117M 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.32% 1109M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.32% 1096M 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% 1066M 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% 1047M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.30% 1019M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1009M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1007M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 987M 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.28% 962M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 952M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 939M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 459256 events (total: 345352M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52642M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26876M 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% 22407M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.32% 14922M 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.02% 13894M 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.26% 7804M 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.21% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 7272M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.81% 6262M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.72% 5934M 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.70% 5878M 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.67% 5763M 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.0x000000006c1e3128#merge() [Interpreted code] 1.63% 5639M 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.52% 5251M 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.51% 5221M 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.50% 5187M org.apache.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.44% 4960M 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.41% 4874M 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.36% 4713M 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.24% 4282M 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.0x000000006c1e3128#merge() [Interpreted code] 1.21% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4114M 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.00% 3459M 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.94% 3254M 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.93% 3223M 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% 3132M 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.89% 3073M org.apache.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% 3064M 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% 2746M 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.75% 2587M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.74% 2550M org.apache.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.73% 2520M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.71% 2444M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.69% 2377M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.67% 2318M 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.64% 2219M org.apache.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.64% 2203M 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.63% 2190M 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.56% 1945M 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% 1896M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006c13d330#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% 1720M 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.49% 1704M 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.49% 1689M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.37% 1283M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.37% 1267M 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.37% 1261M 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.35% 1225M 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% 1209M org.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.33% 1139M 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 237.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 459256 events (total: 345352M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52642M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26876M 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% 22407M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.32% 14922M 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.0x000000006c1e3128#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.02% 13894M 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.21% 7637M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.11% 7272M 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.0x000000006c1e3128#merge() [Interpreted code] 1.92% 6646M 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.81% 6262M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000006c1e3128#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.72% 5934M 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.0x000000006c1e3128#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.67% 5763M 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.0x000000006c1e3128#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.52% 5246M 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.45% 5015M 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.44% 4983M 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.38% 4754M 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.34% 4615M 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.27% 4391M 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.24% 4282M 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.0x000000006c1e3128#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% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 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.00% 3449M 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.98% 3387M 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.94% 3254M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.91% 3132M 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.86% 2969M 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% 2962M org.apache.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.75% 2587M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.74% 2550M org.apache.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.74% 2541M 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.73% 2520M org.apache.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.66% 2262M org.apache.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.65% 2246M 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] 0.65% 2230M 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.64% 2219M org.apache.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.64% 2203M 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 [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.63% 2190M 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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.54% 1867M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006c13d330#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.52% 1800M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.49% 1689M 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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1516M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 1408M 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.40% 1398M org.apache.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.39% 1359M 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.37% 1264M 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 [Inlined code] 0.37% 1263M 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 [JIT compiled code] 0.37% 1261M 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.35% 1225M 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.0x000000006c1e3128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.35% 1217M 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.34% 1174M 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] move log to /l/logs.nightly/2026.05.28.02.18.00/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/nrtIndexMediumDocs.top.log [2026-05-28 18:53:19.805642] took 186.9 sec [2026-05-28 18:53:19.809700] run CheckIndex [2026-05-28 18:53:19.809778] 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.28.02.18.00/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-28 19:08:52.509683] took 932.7 sec [2026-05-28 19:08:52.511070] nrtMedIndexAtClose 28 segments: segments_2: _77(11.0.0):C6931952 _1a(11.0.0):C452751 _1k(11.0.0):C593965 _5o(11.0.0):C6847132 _27(11.0.0):C922708 _2f(11.0.0):C748872 _6j(11.0.0):C898969 _8j(11.0.0):C7307715 _70(11.0.0):C899139 _8i(11.0.0):C843669 _7s(11.0.0):C74970 _84(11.0.0):C36035 _7t(11.0.0):C72215 _8h(11.0.0):c113249 _7y(11.0.0):C59730 _7w(11.0.0):C61798 _7o(11.0.0):C90626 _7u(11.0.0):C68155 _7z(11.0.0):C54188 _7q(11.0.0):C88141 _7v(11.0.0):C65453 _7r(11.0.0):C83777 _80(11.0.0):C52075 _81(11.0.0):C49564 _83(11.0.0):C40843 _82(11.0.0):C43622 _7n(11.0.0):C91783 _86(11.0.0):C31942 [2026-05-28 19:08:52.511212] 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.28.02.18.00/nrt.log 2>&1 [2026-05-28 19:38:53.557182] took 1801.0 sec [2026-05-28 19:38:53.561690] drop: 498.3 499.4 500.9 507.9 514.1 524.4 526.4 526.6 526.7 526.8 528.1 529.5 530.2 530.3 530.7 531.4 531.4 531.6 531.6 532.1 532.3 532.4 532.6 532.7 532.7 533.0 533.0 533.0 533.1 533.2 533.3 533.6 533.6 533.7 534.2 [2026-05-28 19:38:53.562069] times: 20.2 20.3 20.5 20.8 20.9 21.1 21.1 21.1 21.2 21.2 21.3 21.3 21.3 21.5 21.5 21.6 21.6 21.6 21.7 21.7 21.7 21.7 21.8 21.9 21.9 21.9 21.9 21.9 21.9 22.0 22.0 22.0 22.0 22.0 22.0 22.1 22.1 22.3 22.3 22.3 22.4 22.4 22.4 22.5 22.5 22.5 22.7 22.7 22.7 22.8 22.8 22.8 22.8 22.9 22.9 22.9 22.9 22.9 23.0 23.0 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.5 23.6 23.6 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.9 23.9 23.9 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.3 24.3 24.3 24.3 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.6 24.7 24.7 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.8 25.8 25.9 25.9 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.7 26.8 26.8 26.8 26.8 26.9 27.0 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.2 27.2 27.2 27.2 27.2 27.2 27.3 27.3 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 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.9 27.9 27.9 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.2 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.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.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.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.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.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.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.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.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.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.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.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.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.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.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 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.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.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.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.5 33.5 33.5 33.5 33.5 33.6 33.6 33.7 33.7 33.7 33.8 33.8 33.8 33.8 33.9 33.9 33.9 34.0 34.1 34.1 34.1 34.1 34.2 34.3 34.3 34.3 34.5 34.6 34.7 34.8 34.8 35.3 35.3 35.4 35.5 35.6 35.7 36.2 36.5 36.7 37.7 37.7 38.3 38.9 39.2 39.9 40.0 146.9 147.5 156.6 157.9 160.1 166.5 189.0 198.0 208.7 209.4 210.4 213.6 215.9 216.3 216.3 216.9 217.0 217.0 217.1 217.2 217.4 217.7 218.1 218.5 218.8 218.9 220.4 220.7 220.9 221.3 222.0 222.3 222.4 222.6 222.8 224.1 227.2 227.3 228.8 229.7 230.8 234.0 238.0 239.2 241.3 242.1 242.8 243.0 245.3 249.5 261.1 261.2 261.8 262.6 263.9 265.1 268.1 273.2 283.4 287.4 291.7 293.7 303.1 304.4 309.3 310.7 311.2 314.1 318.1 318.8 321.2 324.6 326.4 330.5 333.1 335.5 335.9 337.4 337.9 340.3 341.1 341.6 342.4 343.0 344.0 344.0 345.0 346.0 346.5 346.7 347.4 347.5 347.7 348.0 349.1 349.2 349.4 349.4 350.6 350.9 351.6 351.6 351.8 352.1 353.4 354.5 357.2 358.5 358.9 361.4 362.4 364.0 367.1 367.6 374.0 374.1 378.2 382.6 383.6 384.2 384.8 387.4 393.4 394.2 395.0 411.9 411.9 412.5 418.3 421.3 423.0 424.7 425.1 425.9 428.8 431.3 432.1 433.6 444.7 446.8 448.9 453.0 455.2 456.0 456.0 457.7 457.7 457.7 458.3 458.6 459.2 459.2 459.6 460.4 460.7 461.0 461.4 461.5 461.8 462.1 462.5 462.6 462.8 463.6 463.7 464.3 464.8 464.8 465.9 466.3 466.4 467.0 467.3 469.1 471.6 472.8 472.8 475.3 477.0 477.5 478.7 480.4 482.4 491.7 [2026-05-28 19:38:53.562206] NRT reopen time (msec) mean=62.6332 stdDev=100.4747 [2026-05-28 19:38:53.562212] run CheckIndex [2026-05-28 19:38:53.562279] 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.28.02.18.00/checkIndex.nrt.log 2>&1 [2026-05-28 19:47:21.051219] took 507.5 sec [2026-05-28 19:47:22.003706] 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=1400105 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-28 23:47:22 (UTC) Duration: 107 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3881922 80746280 jdk.CPUTimeSample 2887089 50453002 jdk.ObjectAllocationInNewTLAB 637759 11114869 jdk.FileRead 624187 14671322 jdk.ObjectAllocationOutsideTLAB 171798 2724667 jdk.BooleanFlag 10380 328053 jdk.Compilation 5792 148949 jdk.CPULoad 1913 37666 jdk.UnsignedIntFlag 930 32043 jdk.IntFlag 840 30069 jdk.Checkpoint 738 23761620 jdk.StringFlag 675 25110 jdk.GarbageCollection 41 971 jdk.CPUInformation 15 22524 jdk.GCConfiguration 15 384 jdk.JVMInformation 15 15624 jdk.Metadata 15 1657901 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2887083 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.67% 163708 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.95% 142957 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.78% 138141 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 4.72% 136211 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.86% 111319 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.37% 97427 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.27% 94303 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.82% 81295 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.26% 65129 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.14% 61640 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.96% 56604 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.70% 49092 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.64% 47267 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.55% 44848 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.51% 43714 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.50% 43422 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.50% 43224 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.34% 38705 java.lang.Character#toChars():9872 [Inlined code] 1.26% 36428 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.22% 35271 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.16% 33466 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.02% 29512 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.81% 23421 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.73% 21166 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.66% 19075 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.65% 18711 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.64% 18409 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.62% 18017 java.lang.Character#codePointAt():9662 [Inlined code] 0.62% 17927 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.60% 17251 java.lang.Character#toLowerCase():11251 [Inlined code] 0.55% 15983 java.lang.Character#codePointAt():9665 [Inlined code] 0.54% 15595 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.54% 15559 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.51% 14783 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.51% 14757 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 13725 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.47% 13625 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.46% 13407 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.44% 12701 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.44% 12683 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.42% 12067 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 11965 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.41% 11775 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.40% 11565 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.40% 11489 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.39% 11332 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.39% 11322 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.38% 11071 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.38% 10865 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.37% 10792 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [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 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2887083 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.95% 142818 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.72% 136211 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.86% 111319 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.37% 97419 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.27% 94302 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.82% 81295 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.45% 70839 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.41% 69688 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 2.37% 68327 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 2.25% 64958 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.13% 61639 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.96% 56589 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.70% 49092 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.64% 47267 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.55% 44848 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.51% 43714 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.50% 43405 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.50% 43197 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 1.34% 38705 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.26% 36428 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.23% 35611 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.22% 35271 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.14% 32998 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.02% 29508 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.84% 24260 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.65% 18750 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.64% 18466 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.62% 17927 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.60% 17196 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.58% 16647 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.57% 16376 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.55% 15767 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.54% 15595 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.54% 15552 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.51% 14728 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.50% 14555 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.50% 14519 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.50% 14513 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.47% 13706 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.47% 13615 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.46% 13390 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.44% 12699 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.41% 11965 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.40% 11550 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.40% 11489 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.39% 11368 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.39% 11322 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.38% 10900 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.38% 10847 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.37% 10797 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2887083 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.94% 142620 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 4.54% 131201 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.80% 109792 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] 3.24% 93674 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.82% 81289 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.16% 62320 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.14% 61778 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.13% 61626 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] 2.09% 60386 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.96% 56561 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.79% 51792 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.70% 49064 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] 1.70% 48967 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.68% 48431 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.64% 47252 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.55% 44831 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.51% 43714 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.34% 38701 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.22% 35270 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] 1.18% 34123 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.13% 32498 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.02% 29507 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.90% 26092 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.90% 25872 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.76% 22001 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1337 [JIT compiled code] 0.74% 21235 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 [JIT compiled code] 0.65% 18749 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.65% 18716 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.62% 17926 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 0.61% 17606 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.60% 17325 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.60% 17191 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% 16647 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.55% 15766 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.54% 15595 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.54% 15552 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.51% 14728 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.50% 14518 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.50% 14316 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.49% 14180 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.47% 13691 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.47% 13613 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.46% 13390 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.45% 12930 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.44% 12694 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.40% 11620 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.40% 11538 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.40% 11486 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.38% 10995 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.38% 10905 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2887083 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.01% 86798 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] 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] 2.38% 68781 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 [JIT compiled code] 2.30% 66363 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.25% 65062 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 [JIT compiled code] 2.24% 64814 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.16% 62313 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.11% 61020 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.92% 55562 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.87% 54078 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.79% 51733 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.68% 48431 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.64% 47218 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.60% 46062 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.15% 33234 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] 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.14% 32965 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.12% 32280 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.02% 29527 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.01% 29055 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 [JIT compiled code] 1.00% 28841 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 [JIT compiled code] 0.99% 28663 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 [JIT compiled code] 0.87% 25062 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.82% 23750 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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] 0.82% 23737 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 [JIT compiled code] 0.82% 23669 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.78% 22445 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.77% 22231 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.70% 20325 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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] 0.70% 20323 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 [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.70% 20321 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.68% 19659 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.68% 19653 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 [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.63% 18299 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 [JIT compiled code] 0.62% 17865 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 [JIT compiled code] 0.61% 17606 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.59% 17161 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.58% 16619 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.57% 16526 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.57% 16418 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.57% 16375 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] 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.55% 15907 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 0.52% 15085 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.51% 14726 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% 14267 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 0.48% 13847 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.48% 13780 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.47% 13623 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.46% 13388 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.44% 12844 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] 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% 10988 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.36% 10511 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2887083 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.79% 80687 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] 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 [JIT compiled code] 2.22% 63971 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 [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.08% 60153 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.05% 59175 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] 1.99% 57395 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] 1.96% 56642 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.88% 54392 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.83% 52934 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.68% 48431 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.0x00000000321cbb18#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.67% 48191 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.54% 44464 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.50% 43393 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.08% 31264 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.07% 30893 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] 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 [JIT compiled code] 1.06% 30547 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.01% 29132 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.95% 27418 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.94% 27085 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 [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.93% 26820 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 [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.92% 26701 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 [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.77% 22123 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.76% 21938 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 [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.73% 21083 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 [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.72% 20685 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 [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.71% 20561 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.66% 19049 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 [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.66% 18948 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 18675 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 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.63% 18317 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 [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.63% 18188 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 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.61% 17606 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.60% 17267 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 [Inlined code] 0.59% 17005 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 [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.58% 16679 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 [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.53% 15443 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 [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.53% 15277 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 [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.53% 15261 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] 0.52% 15002 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] 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 [JIT compiled code] 0.51% 14702 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% 13893 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.48% 13885 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.46% 13388 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.45% 12945 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.44% 12752 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 [JIT compiled code] 0.44% 12587 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 [JIT compiled code] 0.41% 11853 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] 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 [JIT compiled code] 0.38% 11048 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 10712 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 0.35% 10213 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 [Inlined code] 0.35% 10094 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 809530 events (total: 287458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.63% 44917M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.50% 35942M java.lang.StringUTF16#compress():216 [Inlined code] 8.88% 25534M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.59% 24690M java.lang.StringUTF16#compress():212 [Inlined code] 7.58% 21776M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.06% 20286M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.00% 8617M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.97% 8547M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.86% 8229M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.81% 8068M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.92% 5509M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.85% 5328M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.77% 5085M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.74% 5006M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.73% 4970M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.72% 4930M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.70% 4887M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.61% 4616M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.35% 3889M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.20% 3448M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.10% 3154M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.06% 3055M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.99% 2831M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.57% 1651M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] 0.55% 1576M java.nio.HeapByteBuffer#():75 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.51% 1451M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.47% 1355M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.42% 1209M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.42% 1196M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.36% 1029M java.util.ArrayList#grow():240 [Inlined code] 0.25% 705M java.util.ArrayDeque#():179 [Inlined code] 0.20% 580M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 496M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 491M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.16% 465M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.15% 431M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 378M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 377M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.13% 366M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.12% 336M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.11% 324M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.11% 324M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.11% 322M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.11% 306M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.09% 270M java.util.List#of():935 [Inlined code] 0.09% 251M perf.LineFileDocs#intToID():299 [Inlined code] 0.09% 245M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.08% 242M 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 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 809530 events (total: 287458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.53% 41772M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.50% 35942M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.88% 25534M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.59% 24690M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.57% 21773M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.06% 20286M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.97% 8547M org.apache.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.82% 8110M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.79% 8016M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.63% 7564M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.92% 5509M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5328M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.74% 5006M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 4970M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4956M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.72% 4930M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.66% 4757M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.61% 4616M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.18% 3405M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.10% 3154M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.09% 3145M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.05% 3005M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.99% 2831M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.57% 1651M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2040 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.55% 1576M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1339M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.44% 1272M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.42% 1193M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.37% 1052M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.36% 1029M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.35% 1009M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.24% 703M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.21% 592M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.17% 491M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.16% 465M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 413M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 371M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000321a9c00#newInvokeSpecial() [Inlined code] 0.12% 336M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 326M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 324M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 324M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.11% 322M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 306M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#toBufferList():242 [JIT compiled code] 0.10% 299M 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% 252M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.09% 251M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.09% 245M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 809530 events (total: 287458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.53% 41772M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.49% 33019M 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.74% 22259M 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.53% 21633M 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% 20286M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.01% 20136M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 2.82% 8102M 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.79% 8016M 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.63% 7564M 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.92% 5509M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.85% 5328M 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.74% 5006M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 4970M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4956M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.71% 4913M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.70% 4898M 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.66% 4757M 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.61% 4616M 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.35% 3889M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 1.18% 3405M 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.17% 3375M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.15% 3297M 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% 3145M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.05% 3005M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.05% 3005M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.98% 2813M 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.88% 2541M 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.57% 1651M 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 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1508M org.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.52% 1493M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003213bb20#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.51% 1479M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.47% 1339M 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.44% 1272M 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.41% 1189M 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.36% 1035M 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.36% 1029M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.24% 703M 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.21% 592M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.19% 546M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.16% 465M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.14% 413M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.13% 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% 371M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000321a9c00#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 371M 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.12% 336M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.11% 326M 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% 324M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.11% 322M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.11% 306M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 809530 events (total: 287458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.53% 41772M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.64% 30592M 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.41% 21311M 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% 20286M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8790M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 3.05% 8780M 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.57% 7378M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 1.88% 5397M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.77% 5078M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.74% 5004M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.73% 4970M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4909M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [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] 1.70% 4898M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.63% 4684M 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.61% 4613M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.60% 4585M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.56% 4488M 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.51% 4349M 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] 1.17% 3375M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.17% 3358M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.15% 3297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3283M 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.0x00000000321cbb18#merge() [Interpreted code] 1.14% 3277M 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.0x00000000321cbb18#merge() [Interpreted code] 1.09% 3145M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.05% 3019M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] 1.05% 3005M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.03% 2970M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.95% 2724M 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.94% 2714M 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.88% 2541M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 2487M 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.84% 2427M 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.70% 2000M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.64% 1847M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.63% 1817M 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.60% 1738M 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.54% 1561M 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 [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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1307 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1479M 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.51% 1477M org.apache.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.50% 1436M org.apache.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.49% 1401M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003213bb20#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.47% 1339M 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.47% 1339M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.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.44% 1271M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.42% 1201M org.apache.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.37% 1070M 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.37% 1057M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.35% 1010M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.33% 947M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 809530 events (total: 287458M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.53% 41772M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.64% 30592M 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.41% 21311M 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% 20286M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.05% 8780M 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.99% 5708M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.74% 4987M 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.73% 4970M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4898M 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.0x00000000321cbb18#merge() [Interpreted code] 1.69% 4849M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.67% 4798M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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% 4624M 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 [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% 4488M 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.55% 4468M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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% 4275M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.45% 4164M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [JIT compiled code] 1.41% 4042M 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] 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.17% 3375M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000321cbb18#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.15% 3297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3283M 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.0x00000000321cbb18#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.14% 3277M 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.11% 3186M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.09% 3145M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.07% 3082M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 1.05% 3005M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.00% 2865M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.99% 2845M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] 0.94% 2697M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [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.88% 2541M 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% 2427M 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% 2355M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.67% 1930M 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.65% 1859M 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.59% 1709M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.59% 1699M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1479M 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.51% 1477M 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 [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 [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.51% 1454M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.50% 1436M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.49% 1401M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003213bb20#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.47% 1339M 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.0x00000000321cbb18#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.47% 1339M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.43% 1232M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.43% 1222M 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.42% 1201M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1917 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1805 [Inlined code] 0.41% 1184M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.37% 1057M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 1017M 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.35% 1009M 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] move log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/fastIndexBigDocs.top.log [2026-05-28 19:50:51.108622] took 80.7 sec [2026-05-28 19:50:51.109715] bigIndexAtClose None [2026-05-28 19:50:51.110846] 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=1403393 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-29 07:35:22 (UTC) Duration: 11893 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 86858776 1649841679 jdk.FileWrite 15408131 354358453 jdk.FileRead 343579 9548336 jdk.CPULoad 224620 4717020 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 37705 821068 jdk.Checkpoint 35469 101142691 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 198 3526 jdk.Compilation 171 4770 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316512 jdk.Metadata 168 18568704 jdk.GarbageCollection 69 1794 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86858776 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.55% 40M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 30.06% 26M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 8.66% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.78% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.44% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.85% 734596 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.79% 686294 java.util.Arrays#fill():3144 [Inlined code] 0.72% 621438 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.67% 586211 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.55% 478598 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.42% 363325 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.38% 332789 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.36% 316504 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.34% 295404 java.util.ArrayList#elementData():412 [Inlined code] 0.33% 290823 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.30% 263660 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.21% 185806 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.21% 179717 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.18% 159705 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.18% 159577 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.18% 156739 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.18% 154830 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.15% 129612 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.15% 128790 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 117077 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 107578 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.10% 85275 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.10% 84313 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.10% 84178 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 78620 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 76913 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 65524 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 60431 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.07% 60383 java.util.Arrays#fill():3143 [Inlined code] 0.07% 60359 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.05% 47503 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 45177 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 44972 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 44381 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 43333 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 42743 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 41613 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 41585 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.05% 39635 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 39490 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 38690 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 33251 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 33214 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32665 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.04% 31500 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86858776 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.55% 40M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 30.06% 26M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 8.66% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.78% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.40% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.85% 734596 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.79% 686294 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.72% 621438 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.67% 586211 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.55% 478598 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.38% 332789 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.36% 316504 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.34% 295370 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.33% 290823 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.30% 263660 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.29% 248419 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.21% 185806 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.18% 159705 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.18% 156739 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 143296 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.16% 137848 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.15% 129612 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 128790 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.15% 126525 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.13% 113881 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% 103237 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% 90550 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.10% 84313 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% 65524 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 64853 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 60383 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.07% 60359 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 55872 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 52294 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.06% 51171 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 47503 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 44972 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 43333 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 41613 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 41585 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.05% 40779 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.05% 39293 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.04% 38696 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% 38690 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 38495 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.04% 33214 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 33010 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.04% 32942 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.04% 32665 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.04% 31804 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [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=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86858776 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.55% 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] 30.06% 26M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 8.66% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 1.38% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.79% 686294 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.78% 676735 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.72% 621781 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.67% 586211 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.66% 571678 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.62% 540884 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.55% 478598 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.40% 351673 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.38% 332789 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% 316119 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% 290823 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.33% 285489 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.29% 251901 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.27% 235644 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.21% 182062 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 153628 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 132465 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.15% 129612 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% 122146 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% 119541 org.apache.lucene.util.hnsw.RandomVectorScorer#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% 112189 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 104235 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% 94203 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 90550 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% 87490 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 80576 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 80554 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.07% 64519 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 60383 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% 57246 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% 52781 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% 52294 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 48373 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 47503 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% 43333 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% 40235 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 39904 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.05% 39401 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 39293 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 38495 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 36945 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.04% 34998 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.04% 34815 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.04% 33214 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.04% 32280 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% 31857 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86858776 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.42% 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 [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] 13.32% 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.48% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 9.34% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 6.66% 5M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.71% 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.22% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.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.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] 1.70% 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.34% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 1.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.04% 900713 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.91% 786617 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.79% 686583 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.69% 595951 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% 588545 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.68% 586679 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.67% 577865 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 574024 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.62% 540884 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.60% 520734 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.60% 518939 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.58% 503790 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.57% 493914 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.55% 478598 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000002807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.36% 316119 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.32% 274943 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% 270994 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 251901 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.27% 235644 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% 205243 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.21% 178621 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.19% 161237 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.17% 146186 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.14% 122146 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% 120167 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 112189 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002820b818#call() [JIT compiled code] 0.13% 111970 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.13% 111203 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.12% 108227 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.12% 104235 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.12% 101275 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 94203 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] 0.11% 91374 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.10% 87538 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.10% 87044 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 82325 org.apache.lucene.util.hnsw.RandomVectorScorer#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] 0.09% 82018 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 81823 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86858776 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.41% 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 11.93% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.93% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 8.94% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.54% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.31% 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] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.84% 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.71% 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.62% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.58% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.34% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 1.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.05% 915210 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.90% 781689 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.89% 768835 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.88% 766744 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.71% 614458 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.68% 591260 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.66% 576394 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.66% 574024 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.0x000000002820b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.62% 540884 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.0x000000002820b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.60% 520734 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002820b818#call() [JIT compiled code] 0.59% 509789 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.57% 493707 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.55% 481102 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.55% 478598 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000002807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.53% 462574 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.0x000000002820b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.45% 387967 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.40% 347880 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.37% 320591 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.37% 319765 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.35% 300429 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.34% 299594 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.32% 274943 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.0x000000002820b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.31% 270964 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():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.30% 258459 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.30% 256544 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.29% 253372 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.27% 235831 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.0x000000002820b818#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% 235644 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.0x000000002820b818#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.22% 188925 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.21% 178621 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.19% 168566 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.18% 159021 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.18% 156374 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.17% 149815 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002820b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 146175 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.17% 145697 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.15% 133388 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.14% 123120 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37899 events (total: 682741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.57% 106306M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.10% 96240M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.08% 34685M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.06% 34554M perf.LineFileDocs#readVector():212 [Inlined code] 4.83% 32971M java.nio.HeapByteBuffer#():75 [Inlined code] 3.26% 22276M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.81% 19213M java.util.Arrays#copyOf():3478 [Inlined code] 2.60% 17755M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.12% 14492M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.03% 13827M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.77% 12061M java.util.Arrays#copyOf():3537 [Inlined code] 1.55% 10550M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.50% 10238M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.26% 8634M java.lang.StringUTF16#compress():212 [Inlined code] 1.26% 8586M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.19% 8119M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.18% 8071M java.util.ArrayList#grow():240 [Inlined code] 1.18% 8041M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 1.13% 7732M java.lang.StringBuilder#toString():478 [Inlined code] 1.07% 7314M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.06% 7232M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.04% 7112M java.util.HashMap#newNode():1910 [Inlined code] 0.96% 6552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.94% 6433M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.90% 6136M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.83% 5693M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.79% 5416M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.78% 5350M org.apache.lucene.document.StringField#():61 [Inlined code] 0.74% 5025M java.util.HashMap#resize():711 [JIT compiled code] 0.73% 4987M java.lang.StringUTF16#compress():216 [Inlined code] 0.70% 4791M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.61% 4160M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.58% 3952M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.53% 3621M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.51% 3471M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.47% 3216M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.46% 3171M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.44% 3000M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] 0.41% 2799M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.41% 2788M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.40% 2741M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.39% 2671M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.38% 2580M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.36% 2478M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.35% 2419M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.33% 2275M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.33% 2260M java.lang.Long#valueOf():1000 [Inlined code] 0.32% 2205M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.32% 2191M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.31% 2134M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37899 events (total: 682741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.07% 102901M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 14.10% 96240M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 5.08% 34685M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 5.06% 34554M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.72% 32241M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.24% 22121M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.81% 19213M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.60% 17755M 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.12% 14492M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.03% 13827M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.77% 12061M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.55% 10550M 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.50% 10238M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.26% 8634M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.26% 8586M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.19% 8119M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.18% 8071M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.13% 7732M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.07% 7314M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.06% 7232M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.96% 6552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 0.94% 6433M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.90% 6136M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.83% 5693M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.79% 5416M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.73% 4987M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.65% 4467M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.61% 4160M org.apache.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.58% 3977M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.58% 3952M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.55% 3786M 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% 3684M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.52% 3573M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.51% 3471M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.51% 3457M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.50% 3404M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.47% 3216M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.46% 3171M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.44% 3000M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] 0.41% 2799M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 2788M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 2741M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 2478M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.35% 2419M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 2275M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 2252M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.32% 2205M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.31% 2134M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.31% 2123M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.30% 2077M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37899 events (total: 682741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.77% 93991M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.78% 87273M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.08% 34685M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.06% 34554M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.72% 32241M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.81% 19213M 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.60% 17755M 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.12% 14492M 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.03% 13827M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 1.77% 12061M 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.50% 10238M 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.31% 8966M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.31% 8910M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 8586M 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.19% 8109M 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.18% 8071M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 1.15% 7828M 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.14% 7769M 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.07% 7314M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.96% 6552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.90% 6136M 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.87% 5958M 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.77% 5278M 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.0x000000002804c400#concat() [Inlined code] 0.73% 4973M org.apache.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.70% 4776M 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.68% 4622M 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.67% 4586M 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.65% 4467M 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.58% 3952M 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.55% 3786M 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.52% 3573M 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.51% 3471M 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.51% 3464M 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.49% 3358M 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.47% 3216M 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.46% 3171M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.44% 3000M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.41% 2799M 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.41% 2788M 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.40% 2741M 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.40% 2721M 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.35% 2419M 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.33% 2275M 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.33% 2252M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.32% 2213M 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.32% 2205M 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.31% 2138M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.31% 2134M 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.31% 2125M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.31% 2124M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37899 events (total: 682741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.00% 54622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.00% 54588M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 5.08% 34685M 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 [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] 5.06% 34554M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.72% 32241M 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.28% 29234M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 3.54% 24138M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 2.60% 17755M 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.03% 13827M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.38% 9447M 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.38% 9434M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.25% 8512M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.15% 7828M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 1.14% 7769M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.08% 7348M 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.07% 7314M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.99% 6746M 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.96% 6552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.90% 6136M 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.83% 5698M 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.77% 5278M 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.0x000000002804c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002804c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.74% 5045M 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] 0.70% 4776M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.66% 4539M 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.65% 4467M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.65% 4463M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.64% 4374M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.57% 3875M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.54% 3670M 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.52% 3573M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.52% 3528M 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.51% 3471M 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.51% 3464M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.50% 3396M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.48% 3280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 3216M 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.45% 3097M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.45% 3054M 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.44% 3000M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.42% 2867M 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.41% 2781M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.40% 2721M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.39% 2647M 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.36% 2430M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.35% 2364M 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.34% 2341M 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.34% 2319M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.33% 2252M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.32% 2213M 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 [JIT compiled code] 0.32% 2206M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():496 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2045.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 37899 events (total: 682741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.00% 54622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000002820b818#call() [JIT compiled code] 8.00% 54588M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000002820b818#call() [JIT compiled code] 5.08% 34685M 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 [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#addDocuments():1524 [Inlined code] 5.06% 34554M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.72% 32241M 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.28% 29234M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 3.54% 24138M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 2.60% 17755M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.03% 13827M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.15% 7828M 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.14% 7769M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.09% 7443M 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.0x000000002820b818#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.08% 7348M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 7314M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.99% 6746M 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.0x000000002820b818#call() [JIT compiled code] 0.96% 6552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.93% 6316M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.90% 6136M 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.87% 5961M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.83% 5698M 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.0x00000000281db950#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.74% 5045M 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#addDocuments():1524 [Inlined code] 0.70% 4776M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.66% 4503M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.65% 4467M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.65% 4463M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.64% 4374M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.57% 3875M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.54% 3670M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.52% 3573M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.52% 3528M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.51% 3472M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.51% 3471M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.51% 3464M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.50% 3437M 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.0x000000002804c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002804c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.50% 3396M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.48% 3280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1624 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1317 [JIT compiled code] 0.47% 3216M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000281db950#merge() [JIT compiled code] 0.45% 3097M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.45% 3054M 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.44% 3000M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.42% 2867M 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.0x00000000281db950#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.41% 2781M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.40% 2721M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.39% 2647M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.36% 2430M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.35% 2364M 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.34% 2341M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.34% 2319M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.33% 2252M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.32% 2213M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.28.02.18.00/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.28.02.18.00/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.28.02.18.00/fixedIndex.top.log [2026-05-29 07:29:45.005782] took 39763.3 sec [2026-05-29 07:29:45.009009] run CheckIndex [2026-05-29 07:29:45.009091] 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.28.02.18.00/checkIndex.fixedIndex.log 2>&1 [2026-05-29 07:35:52.594645] took 367.6 sec [2026-05-29 07:35:52.595643] 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-29 07:35:52.595768] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.28.02.18.00/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.28.02.18.00/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.28.02.18.00/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 426.4 s 53.2 actual sustained QPS; 2.6 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 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.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.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.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 414.3 s 54.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.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.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.3 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 423.6 s 53.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.6 s 54.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.8 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-8.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6290602 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.8 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.8 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 410.1 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.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 407.2 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 419.2 s 54.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.12 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-12.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -563807 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.12 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.4 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.1 s 54.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 416.0 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.6 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 411.8 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.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 411.1 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.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 411.2 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.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 413.2 s 55.0 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=1841623 [2026-05-29 09:54:16.567277] done search (2:18:23.971487) 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.633 1.636 0.2% 4.954 4.934 -0.4% 5.289 5.229 -1.1% 5.318 5.303 -0.3% 5.701 5.532 -3.0% ('And3Terms', None) 1.610 1.611 0.1% 3.179 3.223 1.4% 3.437 3.535 2.8% 3.484 3.650 4.8% 3.664 3.765 2.8% ('AndHighHigh', None) 4.828 4.928 2.1% 6.908 6.872 -0.5% 7.249 7.209 -0.5% 7.948 17.606 121.5% 15.626 21.246 36.0% ('AndHighHighDayTaxoFacets', None) 69.241 62.980 -9.0% 131.685 115.990 -11.9% 137.728 119.473 -13.3% 139.732 121.003 -13.4% 140.380 161.981 15.4% ('AndHighMed', None) 2.201 2.170 -1.4% 2.956 3.004 1.6% 3.196 3.225 0.9% 3.262 3.252 -0.3% 3.406 3.415 0.2% ('AndHighMedDayTaxoFacets', None) 7.712 7.723 0.2% 22.122 21.411 -3.2% 22.583 22.452 -0.6% 23.063 22.734 -1.4% 24.943 22.941 -8.0% ('AndHighOrMedMed', None) 6.216 6.566 5.6% 11.010 11.789 7.1% 11.365 12.319 8.4% 11.849 12.674 7.0% 24.350 25.974 6.7% ('AndMedOrHighHigh', None) 4.300 4.348 1.1% 11.498 11.544 0.4% 12.444 11.906 -4.3% 13.659 12.666 -7.3% 58.794 74.992 27.6% ('AndMissingHigh', 'Title') 0.161 0.158 -2.0% 0.263 0.261 -0.7% 0.411 0.424 3.4% 0.462 0.478 3.5% 0.507 0.547 7.8% ('AndStopWords', None) 5.901 5.911 0.2% 18.923 18.704 -1.2% 19.094 19.354 1.4% 19.094 19.354 1.4% 20.197 20.366 0.8% ('BrowseDateSSDVFacets', None) 652.079 656.811 0.7% 656.843 663.176 1.0% 665.879 673.257 1.1% 665.879 673.257 1.1% 740.914 708.763 -4.3% ('BrowseDateTaxoFacets', None) 138.706 138.624 -0.1% 140.639 140.454 -0.1% 152.902 153.466 0.4% 152.902 153.466 0.4% 154.045 153.606 -0.3% ('BrowseDayOfYearSSDVFacets', None) 173.347 173.613 0.2% 176.682 175.720 -0.5% 184.553 182.727 -1.0% 184.553 182.727 -1.0% 185.536 186.428 0.5% ('BrowseDayOfYearTaxoFacets', None) 138.054 138.184 0.1% 140.633 143.798 2.3% 151.989 153.332 0.9% 151.989 153.332 0.9% 153.070 153.334 0.2% ('BrowseMonthSSDVFacets', None) 161.882 161.991 0.1% 166.340 165.012 -0.8% 171.754 172.837 0.6% 171.754 172.837 0.6% 172.111 175.339 1.9% ('BrowseMonthTaxoFacets', None) 148.460 148.197 -0.2% 150.722 151.763 0.7% 158.389 159.775 0.9% 158.389 159.775 0.9% 209.444 331.987 58.5% ('BrowseRandomLabelSSDVFacets', None) 214.602 210.817 -1.8% 220.743 220.466 -0.1% 232.530 236.777 1.8% 232.530 236.777 1.8% 242.448 243.425 0.4% ('BrowseRandomLabelTaxoFacets', None) 158.343 157.047 -0.8% 166.972 163.546 -2.1% 168.621 169.284 0.4% 168.621 169.284 0.4% 170.474 169.390 -0.6% ('CombinedAndHighHigh', None) 17.775 19.105 7.5% 18.960 20.264 6.9% 20.744 20.884 0.7% 21.417 22.089 3.1% 47.107 36.181 -23.2% ('CombinedAndHighMed', None) 3.201 3.226 0.8% 8.918 9.758 9.4% 9.562 10.191 6.6% 10.232 10.315 0.8% 130.840 131.251 0.3% ('CombinedOrHighHigh', None) 17.940 19.228 7.2% 19.358 20.471 5.7% 20.827 21.036 1.0% 23.016 22.188 -3.6% 27.689 24.977 -9.8% ('CombinedOrHighMed', None) 3.286 3.336 1.5% 9.021 9.793 8.6% 9.313 10.224 9.8% 9.320 11.136 19.5% 27.056 24.092 -11.0% ('CombinedTerm', None) 6.493 7.001 7.8% 12.423 13.620 9.6% 12.703 14.020 10.4% 14.085 14.285 1.4% 14.226 53.369 275.2% ('CountAndHighHigh', None) 1.842 1.829 -0.7% 2.021 2.022 0.0% 2.248 2.260 0.5% 3.530 2.356 -33.3% 4.252 2.385 -43.9% ('CountAndHighMed', None) 1.703 1.702 -0.1% 1.976 1.957 -1.0% 2.311 2.227 -3.6% 54.784 53.469 -2.4% 83.981 85.197 1.4% ('CountFilteredIntNRQ', None) 6.677 6.746 1.0% 7.522 7.651 1.7% 9.411 8.080 -14.1% 38.223 38.179 -0.1% 41.130 44.799 8.9% ('CountFilteredOrHighHigh', None) 4.888 4.858 -0.6% 5.141 5.167 0.5% 5.343 5.485 2.7% 6.046 5.736 -5.1% 20.947 21.011 0.3% ('CountFilteredOrHighMed', None) 4.397 4.371 -0.6% 4.777 4.785 0.2% 6.358 4.982 -21.6% 7.611 4.995 -34.4% 7.748 5.020 -35.2% ('CountFilteredOrMany', None) 17.590 17.511 -0.4% 20.704 20.758 0.3% 21.382 21.480 0.5% 22.859 23.414 2.4% 88.381 112.615 27.4% ('CountFilteredPhrase', None) 11.946 11.774 -1.4% 17.079 16.681 -2.3% 18.086 17.521 -3.1% 26.009 23.921 -8.0% 110.318 70.549 -36.0% ('CountOrHighHigh', None) 1.742 1.743 0.1% 1.989 1.984 -0.3% 2.343 2.335 -0.3% 2.421 2.350 -2.9% 4.845 2.516 -48.1% ('CountOrHighMed', None) 1.656 1.677 1.3% 1.955 1.971 0.8% 2.690 2.261 -16.0% 4.384 3.803 -13.2% 14.761 16.314 10.5% ('CountOrMany', None) 15.729 15.617 -0.7% 19.474 19.410 -0.3% 20.075 19.947 -0.6% 20.760 24.382 17.4% 25.165 24.389 -3.1% ('CountPhrase', None) 38.776 40.010 3.2% 80.979 81.878 1.1% 90.648 92.618 2.2% 91.156 92.869 1.9% 101.867 93.053 -8.7% ('CountTerm', None) 0.102 0.107 4.6% 0.152 0.152 0.4% 0.303 0.264 -13.1% 0.378 0.357 -5.8% 0.387 0.394 1.9% ('DismaxOrHighHigh', None) 2.801 2.877 2.7% 7.102 7.247 2.1% 7.421 7.608 2.5% 14.200 12.491 -12.0% 15.296 12.957 -15.3% ('DismaxOrHighMed', None) 2.500 2.607 4.3% 3.099 3.248 4.8% 3.414 3.545 3.9% 4.938 3.667 -25.7% 12.156 5.291 -56.5% ('DismaxTerm', None) 0.712 0.686 -3.5% 0.945 0.933 -1.3% 2.618 2.375 -9.3% 9.292 4.184 -55.0% 24.621 4.354 -82.3% ('FilteredAnd2Terms2StopWords', None) 1.018 0.981 -3.7% 6.303 6.216 -1.4% 6.575 6.462 -1.7% 6.637 6.518 -1.8% 9.877 6.616 -33.0% ('FilteredAnd3Terms', None) 1.476 1.447 -2.0% 2.505 2.507 0.1% 2.729 2.729 0.0% 2.871 2.968 3.4% 21.205 2.982 -85.9% ('FilteredAndHighHigh', None) 7.377 7.379 0.0% 7.657 7.623 -0.4% 7.914 7.942 0.4% 8.449 8.965 6.1% 8.539 11.708 37.1% ('FilteredAndHighMed', None) 2.185 2.237 2.4% 5.597 5.652 1.0% 5.842 5.795 -0.8% 5.923 5.890 -0.6% 6.569 5.932 -9.7% ('FilteredAndStopWords', None) 8.455 9.745 15.3% 10.192 10.228 0.3% 11.070 11.195 1.1% 11.070 11.195 1.1% 99.357 101.181 1.8% ('FilteredDismaxOrHighHigh', None) 10.592 10.404 -1.8% 11.238 11.027 -1.9% 11.490 11.527 0.3% 25.585 25.905 1.2% 30.355 31.144 2.6% ('FilteredDismaxOrHighMed', None) 3.310 3.212 -3.0% 7.674 7.510 -2.1% 8.327 7.848 -5.8% 10.422 8.126 -22.0% 98.983 97.206 -1.8% ('FilteredDismaxTerm', None) 3.654 3.644 -0.3% 4.906 4.889 -0.3% 5.265 5.285 0.4% 6.381 5.770 -9.6% 6.825 6.338 -7.1% ('FilteredIntNRQ', None) 3.231 3.314 2.6% 4.134 4.229 2.3% 4.560 4.567 0.2% 6.275 4.670 -25.6% 56.811 53.173 -6.4% ('FilteredOr2Terms2StopWords', None) 3.420 3.375 -1.3% 7.343 7.321 -0.3% 7.583 7.643 0.8% 7.957 7.649 -3.9% 97.429 82.513 -15.3% ('FilteredOr3Terms', None) 4.620 4.612 -0.2% 6.083 6.118 0.6% 6.358 6.619 4.1% 6.496 6.729 3.6% 6.549 18.532 183.0% ('FilteredOrHighHigh', None) 7.674 7.841 2.2% 8.027 8.198 2.1% 8.296 8.382 1.0% 10.325 9.904 -4.1% 58.481 57.817 -1.1% ('FilteredOrHighMed', None) 2.244 2.242 -0.1% 5.545 5.662 2.1% 5.830 7.073 21.3% 5.967 8.812 47.7% 27.181 25.032 -7.9% ('FilteredOrMany', None) 31.345 31.504 0.5% 34.493 34.403 -0.3% 36.380 36.188 -0.5% 36.602 36.220 -1.0% 127.278 36.267 -71.5% ('FilteredOrStopWords', None) 11.318 11.867 4.9% 11.940 12.333 3.3% 12.612 12.603 -0.1% 12.612 12.603 -0.1% 139.049 136.670 -1.7% ('FilteredPhrase', None) 11.177 10.925 -2.3% 17.300 16.786 -3.0% 26.497 18.861 -28.8% 27.499 22.801 -17.1% 37.231 31.255 -16.0% ('FilteredPrefix3', None) 1.821 1.765 -3.0% 4.004 3.966 -0.9% 4.426 4.444 0.4% 4.517 4.615 2.2% 4.709 6.494 37.9% ('FilteredTerm', None) 3.238 3.265 0.8% 4.635 4.635 0.0% 4.991 4.875 -2.3% 5.250 4.967 -5.4% 29.985 31.088 3.7% ('Fuzzy1', None) 8.945 9.172 2.5% 10.879 11.131 2.3% 11.607 11.988 3.3% 12.000 14.799 23.3% 42.468 34.489 -18.8% ('Fuzzy2', None) 10.030 10.130 1.0% 12.005 12.158 1.3% 12.777 12.937 1.3% 13.663 13.331 -2.4% 13.743 14.007 1.9% ('IntNRQ', None) 3.160 3.290 4.1% 4.007 4.187 4.5% 4.400 4.477 1.8% 6.558 4.564 -30.4% 7.033 6.961 -1.0% ('IntSet', None) 1.184 1.183 -0.1% 1.367 1.350 -1.2% 3.305 3.336 0.9% 19.689 17.149 -12.9% 27.306 26.309 -3.7% ('IntervalsOrdered', None) 36.400 34.759 -4.5% 93.278 92.258 -1.1% 94.092 93.475 -0.7% 98.942 93.618 -5.4% 102.461 107.825 5.2% ('MedTermDayTaxoFacets', None) 24.685 22.745 -7.9% 29.864 26.322 -11.9% 30.530 26.847 -12.1% 30.564 27.049 -11.5% 30.772 35.294 14.7% ('Or2Terms2StopWords', None) 1.751 1.776 1.4% 5.044 4.996 -0.9% 5.477 5.327 -2.7% 5.726 5.419 -5.4% 35.155 34.150 -2.9% ('Or3Terms', None) 2.154 2.120 -1.6% 3.559 3.615 1.6% 3.906 3.974 1.7% 4.674 4.482 -4.1% 264.461 279.821 5.8% ('OrHighHigh', None) 5.202 5.318 2.2% 5.834 5.939 1.8% 6.159 6.211 0.9% 6.733 7.389 9.8% 18.129 16.568 -8.6% ('OrHighMed', None) 1.706 1.694 -0.7% 2.869 2.943 2.6% 3.239 3.201 -1.2% 8.242 6.956 -15.6% 8.754 8.068 -7.8% ('OrHighMedDayTaxoFacets', None) 88.689 76.208 -14.1% 294.968 245.512 -16.8% 299.118 249.734 -16.5% 320.441 251.363 -21.6% 395.741 286.802 -27.5% ('OrHighRare', None) 2.701 3.305 22.4% 3.018 3.554 17.8% 3.307 3.678 11.2% 3.368 3.712 10.2% 3.675 3.712 1.0% ('OrMany', None) 24.530 25.017 2.0% 27.489 27.580 0.3% 29.419 29.846 1.5% 31.062 31.298 0.8% 44.767 57.967 29.5% ('OrStopWords', None) 7.868 7.123 -9.5% 15.586 15.673 0.6% 15.843 16.041 1.3% 15.843 16.041 1.3% 16.029 16.109 0.5% ('PKLookup',) 2.723 2.719 -0.1% 2.869 2.884 0.5% 4.135 3.994 -3.4% 5.973 5.876 -1.6% 7.468 7.577 1.5% ('Phrase', None) 14.730 14.716 -0.1% 39.764 39.777 0.0% 41.687 42.415 1.7% 59.481 43.170 -27.4% 66.732 60.839 -8.8% ('PostFilteredVectorSearch', None) 1.957 1.842 -5.9% 2.258 2.147 -4.9% 5.119 5.054 -1.3% 6.594 6.611 0.3% 6.626 6.734 1.6% ('PreFilteredVectorSearch', None) 5.820 5.731 -1.5% 6.502 6.345 -2.4% 9.764 21.854 123.8% 76.394 72.327 -5.3% 306.155 338.154 10.5% ('Prefix3', None) 1.107 1.092 -1.4% 3.582 3.517 -1.8% 4.060 4.154 2.3% 11.404 14.779 29.6% 90.167 86.429 -4.1% ('Respell',) 14.494 14.808 2.2% 16.987 17.342 2.1% 19.451 19.690 1.2% 25.361 26.393 4.1% 32.431 32.722 0.9% ('SloppyPhrase', None) 78.809 80.715 2.4% 208.546 213.946 2.6% 210.582 216.021 2.6% 210.687 217.671 3.3% 287.114 327.795 14.2% ('SpanNear', None) 34.312 34.293 -0.1% 91.944 90.330 -1.8% 93.183 91.602 -1.7% 95.158 91.905 -3.4% 211.403 203.998 -3.5% ('Term', None) 0.848 0.833 -1.7% 1.024 1.020 -0.4% 1.150 1.172 1.9% 1.344 1.282 -4.6% 26.887 22.051 -18.0% ('TermBGroup1M', None) 50.698 51.677 1.9% 82.032 84.078 2.5% 84.683 85.288 0.7% 84.821 86.341 1.8% 84.891 87.471 3.0% ('TermBGroup1M1P', None) 24.801 25.714 3.7% 44.140 45.770 3.7% 44.801 46.513 3.8% 47.192 47.323 0.3% 49.570 52.782 6.5% ('TermDateFacets', None) 33.898 29.276 -13.6% 59.059 49.972 -15.4% 60.924 50.612 -16.9% 61.485 67.209 9.3% 158.080 142.125 -10.1% ('TermDateTimeSort', 'DateTime') 3.999 4.051 1.3% 5.462 5.823 6.6% 5.931 6.089 2.7% 20.390 31.751 55.7% 68.546 50.552 -26.3% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.617 6.369 -3.7% 10.201 10.125 -0.7% 10.697 10.558 -1.3% 12.607 12.533 -0.6% 56.257 38.274 -32.0% ('TermDayOfYearSort', 'DayOfYear') 2.219 2.351 6.0% 3.248 3.306 1.8% 3.800 3.751 -1.3% 3.847 5.782 50.3% 23.215 23.824 2.6% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.296 6.246 -0.8% 10.914 10.884 -0.3% 11.125 11.138 0.1% 11.205 11.362 1.4% 11.523 12.021 4.3% ('TermGroup100', None) 55.829 58.176 4.2% 107.122 110.313 3.0% 109.285 111.582 2.1% 109.848 112.034 2.0% 122.453 112.254 -8.3% ('TermGroup10K', None) 63.121 63.807 1.1% 108.292 109.861 1.4% 110.290 111.223 0.8% 113.382 113.736 0.3% 126.087 156.843 24.4% ('TermGroup1M', None) 63.861 64.541 1.1% 112.787 113.980 1.1% 115.155 116.054 0.8% 116.576 116.506 -0.1% 120.826 118.047 -2.3% ('TermMonthSort', 'Month') 0.899 0.898 -0.0% 1.047 1.025 -2.1% 1.198 1.549 29.3% 1.878 1.869 -0.5% 2.368 2.270 -4.1% ('TermMonthSortSkipper', 'Month (skipper)') 5.175 5.142 -0.6% 9.011 8.987 -0.3% 9.185 9.187 0.0% 9.422 9.303 -1.3% 59.639 59.569 -0.1% ('TermTitleSort', 'Title') 7.408 7.799 5.3% 9.772 10.254 4.9% 20.262 14.016 -30.8% 68.497 76.469 11.6% 121.932 120.622 -1.1% ('TermTitleSortSkipper', 'Title (skipper)') 6.552 6.495 -0.9% 10.192 10.106 -0.8% 10.412 10.585 1.7% 10.527 11.102 5.5% 71.955 72.287 0.5% ('VectorSearch', None) 2.107 2.020 -4.1% 2.304 2.265 -1.7% 6.049 6.123 1.2% 6.611 6.821 3.2% 8.314 8.347 0.4% ('Wildcard', None) 24.736 23.176 -6.3% 38.491 36.794 -4.4% 46.026 44.722 -2.8% 52.257 51.742 -1.0% 79.201 79.797 0.8% generate vmstat pretties /l/reports.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.28.02.18.00/search-tasks /l/reports.nightly/2026.05.28.02.18.00/fastIndexBigDocs /l/reports.nightly/2026.05.28.02.18.00/fixedIndex /l/reports.nightly/2026.05.28.02.18.00/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.28.02.18.00/nrtIndexMediumDocs /l/reports.nightly/2026.05.28.02.18.00/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 44.44 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 61.69 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 95.12 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 161.43 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 227.60 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.05 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.30 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.30 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.57 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.84 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.19.120, 52.92.17.128, 3.5.66.19, 3.5.69.59, 52.92.32.32, 3.5.67.206, 3.5.72.92, 52.92.3.72 * Trying 52.92.19.120: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.19.120 port 443) from 10.17.4.7 port 53152 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/b067d4cf-f775-4e40-a027-262c19b1fd70.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFQEoaGsQYa4%2BDi33H2oL%2BnnG6posZPbCmMZFNVE2psCAiAFuQ2CkpXrWK801DdwfmN74wAhMg%2FF2VFCROpoMDDHZirDBQjH%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMYVprpbrkCJsW0kmsKpcFw2gZoAcCg0VcVOZlw2CmUHm2rSYKdhQXVG8Dqdb3oJ2J1idmHoFA8SWgCeuPfsgBSKyRHR6NJvHjDo9%2BFLYFVf8xxA8YJPsuQPRA8gBAmkFTKk8dm65IsxvNmBCkwIMURZS0kbrxxMdxZtxqnEDyoQPGsHS5S7lud6rlTlBQLjqq5kqUHik62KCubKQnrboZRUGHh6FvpFoYd0lKQXh3I1W9eC%2B1pC37oD9nQ2Sf4CUly0xlDsSa7IsI0smW3TgsR0v4yz7sAQ%2FP95p2QXNHCjFtK8lKVVwyQVq3GJrboZSZFn41tfnEGjnpCOiYTamts%2BDoupwNvQ80VN2Qh53ZTlJbzXJMsBTzit1mtNtt2z%2BqfK8v20%2FouMd0eiRK3j3vqdKSsqjO210h2VkTgR3Fxb7tYyLqzVv%2F8I1IypnHHMy35OGVEjuwkXpkeCpAgvpVKMDq2qMJjmRooj2L%2BoJE2g8n4ibO1U4z0zSrz8%2B6InB6syBsy6ooxrrvTOcX7RNkmeruFyh44v%2BigDOCkoWJv6eEqH5yOkYnWQXOhfDzlr6xTB8BuObkApqMkV%2BlUBrADl2lbMAcz01uZzr%2FGW5zA5ZResgMsB2OeqGdPkOOl6rJ3Y%2F4xyIea5KorFlRg9a0JOULd2sobBRN7%2Bd%2Fx0RHUD3yPS2rf4nS%2BWLk%2BsgoM34aN1qaxAhaNJh1D9NrX4Mz4fzVtWIjkQa3ZaSctcFa8dmf9Y8CiOAhgQXpYIKen7vHM754E7hd%2FENrN3MQIDQItxMKaKALviV4mjl2pkMARIseBhKUonYXhbzQYfRopXX%2BbaS3vbFVwvrTFCHJjwo15QfghLXBBoJu2OTC54t2QWDfv6pu4kyBqLgf0zFvsTbnHq5C4DFMMJuv5tAGOrIBH0eLm61%2FrZ0NU4%2F%2FGB43xzaQh2lHksM85mJxV6YfnhiwvtTduqpwpsCQl32YBYsKl2GQ871RAoOGrL1UuK2YuBP9f5LSrhbStSO%2Bj5Zmf237id%2FuweuTS09szGM8Na6jlJvUcNeeF8%2F%2FKb%2FmyDN85WXuHqCaErWjfq3LX5Ea4XGO4hDLEKQ0d5Zpz1drwsPP7oGNmd%2BVxJdYXVNJNe4QayIpsjm329wi8Q1VvL67TNLaXQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260529T140715Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC63ZJD7A%2F20260529%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=39b0470e3a6a5a160a91a287e32ccdafbcc42f3dfb430c9c088583cc0b9e5b38 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 428913624 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.0M 0 0 0 448.0k 0 379.8k 18:22 00:01 18:21 379.9k 0 409.0M 0 0 0 704.0k 0 278.2k 25:05 00:02 25:03 278.2k 0 409.0M 0 0 0 896.0k 0 237.8k 29:20 00:03 29:17 237.8k 0 409.0M 0 0 0 1.12M 0 225.0k 31:00 00:05 30:55 225.1k 0 409.0M 0 0 0 1.31M 0 206.5k 33:48 00:06 33:42 206.5k 0 409.0M 0 0 0 1.50M 0 204.2k 34:11 00:07 34:04 171.5k 0 409.0M 0 0 0 1.68M 0 199.4k 35:00 00:08 34:52 166.9k 0 409.0M 0 0 0 1.93M 0 196.2k 35:34 00:10 35:24 171.5k 0 409.0M 0 0 0 2.12M 0 194.4k 35:54 00:11 35:43 168.5k 0 409.0M 0 0 0 2.37M 0 193.9k 35:59 00:12 35:47 180.4k 0 409.0M 0 0 0 2.56M 0 189.7k 36:47 00:13 36:34 172.4k 0 409.0M 0 0 0 2.75M 0 184.3k 37:52 00:15 37:37 164.5k 0 409.0M 0 0 0 2.87M 0 179.1k 38:58 00:16 38:42 151.8k 0 409.0M 0 0 0 3.00M 0 175.6k 39:44 00:17 39:27 142.3k 0 409.0M 0 0 0 3.12M 0 170.8k 40:51 00:18 40:33 124.0k 0 409.0M 0 0 0 3.25M 0 168.0k 41:33 00:19 41:14 117.7k 0 409.0M 0 0 0 3.43M 0 167.1k 41:45 00:21 41:24 121.7k 0 409.0M 0 0 0 3.56M 0 164.3k 42:28 00:22 42:06 122.2k 0 409.0M 0 0 0 3.75M 0 164.1k 42:31 00:23 42:08 130.0k 0 409.0M 0 0 0 4.00M 0 165.1k 42:16 00:24 41:52 147.6k 1 409.0M 0 0 1 4.18M 0 163.0k 42:49 00:26 42:23 147.7k 1 409.0M 0 0 1 4.37M 0 163.2k 42:46 00:27 42:19 150.2k 1 409.0M 0 0 1 4.62M 0 164.2k 42:29 00:28 42:01 163.9k 1 409.0M 0 0 1 4.87M 0 165.5k 42:10 00:30 41:40 170.1k 1 409.0M 0 0 1 5.12M 0 165.3k 42:12 00:31 41:41 166.1k 1 409.0M 0 0 1 5.31M 0 165.5k 42:09 00:32 41:37 175.8k 1 409.0M 0 0 1 5.62M 0 169.1k 41:15 00:34 40:41 193.9k 1 409.0M 0 0 1 6.00M 0 174.3k 40:02 00:35 39:27 219.4k 1 409.0M 0 0 1 6.31M 0 177.8k 39:15 00:36 38:39 237.8k 1 409.0M 0 0 1 6.62M 0 181.3k 38:29 00:37 37:52 270.7k 1 409.0M 0 0 1 7.00M 0 185.4k 37:39 00:38 37:01 297.7k 1 409.0M 0 0 1 7.18M 0 184.6k 37:47 00:39 37:08 275.6k 1 409.0M 0 0 1 7.43M 0 185.2k 37:40 00:41 36:59 251.1k 1 409.0M 0 0 1 7.62M 0 184.8k 37:46 00:42 37:04 227.9k 1 409.0M 0 0 1 7.81M 0 182.9k 38:09 00:43 37:26 192.7k 1 409.0M 0 0 1 8.00M 0 182.5k 38:14 00:44 37:30 164.7k 2 409.0M 0 0 2 8.18M 0 182.1k 38:19 00:46 37:33 165.9k 2 409.0M 0 0 2 8.37M 0 181.6k 38:25 00:47 37:38 157.5k 2 409.0M 0 0 2 8.56M 0 181.0k 38:34 00:48 37:46 154.9k 2 409.0M 0 0 2 8.75M 0 180.0k 38:45 00:49 37:56 159.0k 2 409.0M 0 0 2 8.93M 0 179.9k 38:47 00:50 37:57 160.7k 2 409.0M 0 0 2 9.12M 0 180.0k 38:46 00:51 37:55 163.2k 2 409.0M 0 0 2 9.31M 0 180.0k 38:45 00:52 37:53 166.9k 2 409.0M 0 0 2 9.56M 0 181.2k 38:30 00:54 37:36 183.3k 2 409.0M 0 0 2 9.81M 0 181.7k 38:24 00:55 37:29 196.7k 2 409.0M 0 0 2 9.93M 0 179.8k 38:48 00:56 37:52 178.7k 2 409.0M 0 0 2 10.06M 0 177.5k 39:19 00:58 38:21 156.5k 2 409.0M 0 0 2 10.18M 0 176.3k 39:35 00:59 38:36 144.1k 2 409.0M 0 0 2 10.31M 0 174.8k 39:56 01:00 38:56 120.2k 2 409.0M 0 0 2 10.50M 0 174.6k 39:58 01:01 38:57 111.9k 2 409.0M 0 0 2 10.75M 0 174.9k 39:54 01:02 38:52 131.1k 2 409.0M 0 0 2 10.93M 0 174.2k 40:03 01:04 38:59 143.6k 2 409.0M 0 0 2 11.06M 0 172.0k 40:34 01:05 39:29 134.2k 2 409.0M 0 0 2 11.25M 0 170.9k 40:49 01:07 39:42 137.9k 2 409.0M 0 0 2 11.37M 0 169.4k 41:11 01:08 40:03 125.1k 2 409.0M 0 0 2 11.56M 0 168.9k 41:18 01:10 40:08 116.4k 2 409.0M 0 0 2 11.75M 0 168.0k 41:32 01:11 40:21 113.6k 2 409.0M 0 0 2 11.93M 0 168.0k 41:32 01:12 40:20 129.6k 2 409.0M 0 0 2 12.12M 0 168.0k 41:32 01:13 40:19 137.5k 2 409.0M 0 0 2 12.25M 0 166.8k 41:50 01:15 40:35 138.8k 3 409.0M 0 0 3 12.37M 0 165.7k 42:06 01:16 40:50 130.4k 3 409.0M 0 0 3 12.56M 0 166.0k 42:02 01:17 40:45 141.9k 3 409.0M 0 0 3 12.81M 0 166.5k 41:55 01:18 40:37 148.5k 3 409.0M 0 0 3 13.00M 0 165.6k 42:09 01:20 40:49 137.8k 3 409.0M 0 0 3 13.12M 0 164.8k 42:21 01:21 41:00 140.7k 3 409.0M 0 0 3 13.31M 0 164.6k 42:24 01:22 41:02 150.8k 3 409.0M 0 0 3 13.43M 0 164.1k 42:31 01:23 41:08 140.5k 3 409.0M 0 0 3 13.56M 0 163.0k 42:48 01:25 41:23 120.4k 3 409.0M 0 0 3 13.68M 0 162.5k 42:57 01:26 41:31 120.4k 3 409.0M 0 0 3 13.87M 0 162.5k 42:56 01:27 41:29 131.5k 3 409.0M 0 0 3 14.06M 0 162.5k 42:56 01:28 41:28 132.6k 3 409.0M 0 0 3 14.18M 0 161.8k 43:07 01:29 41:38 129.8k 3 409.0M 0 0 3 14.31M 0 160.7k 43:26 01:31 41:55 127.1k 3 409.0M 0 0 3 14.43M 0 159.8k 43:40 01:32 42:08 122.8k 3 409.0M 0 0 3 14.62M 0 159.9k 43:39 01:33 42:06 122.4k 3 409.0M 0 0 3 14.81M 0 159.9k 43:39 01:34 42:05 122.5k 3 409.0M 0 0 3 15.00M 0 160.1k 43:35 01:35 42:00 134.9k 3 409.0M 0 0 3 15.18M 0 159.8k 43:40 01:37 42:03 147.3k 3 409.0M 0 0 3 15.31M 0 159.2k 43:49 01:38 42:11 150.4k 3 409.0M 0 0 3 15.43M 0 158.7k 43:59 01:39 42:20 139.9k 3 409.0M 0 0 3 15.56M 0 158.1k 44:07 01:40 42:27 130.4k 3 409.0M 0 0 3 15.75M 0 158.2k 44:07 01:41 42:26 127.2k 3 409.0M 0 0 3 15.87M 0 157.8k 44:13 01:42 42:31 123.2k 3 409.0M 0 0 3 16.00M 0 156.9k 44:28 01:44 42:44 118.3k 3 409.0M 0 0 3 16.12M 0 156.3k 44:39 01:45 42:54 116.7k 3 409.0M 0 0 3 16.31M 0 156.0k 44:44 01:47 42:57 121.7k 4 409.0M 0 0 4 16.50M 0 155.5k 44:52 01:48 43:04 115.4k 4 409.0M 0 0 4 16.62M 0 155.1k 45:00 01:49 43:11 113.7k 4 409.0M 0 0 4 16.81M 0 155.2k 44:58 01:50 43:08 127.6k 4 409.0M 0 0 4 17.06M 0 155.7k 44:48 01:52 42:56 147.2k 4 409.0M 0 0 4 17.31M 0 156.3k 44:39 01:53 42:46 161.1k 4 409.0M 0 0 4 17.50M 0 156.2k 44:40 01:54 42:46 168.5k 4 409.0M 0 0 4 17.62M 0 155.9k 44:45 01:55 42:50 171.4k 4 409.0M 0 0 4 17.81M 0 156.0k 44:43 01:56 42:47 171.8k 4 409.0M 0 0 4 17.93M 0 155.6k 44:51 01:58 42:53 152.0k 4 409.0M 0 0 4 18.12M 0 155.3k 44:56 01:59 42:57 136.8k 4 409.0M 0 0 4 18.25M 0 154.7k 45:06 02:00 43:06 126.1k 4 409.0M 0 0 4 18.37M 0 154.0k 45:18 02:02 43:16 119.5k 4 409.0M 0 0 4 18.50M 0 153.5k 45:28 02:03 43:25 107.7k 4 409.0M 0 0 4 18.62M 0 153.2k 45:33 02:04 43:29 109.2k 4 409.0M 0 0 4 18.75M 0 152.9k 45:37 02:05 43:32 106.5k 4 409.0M 0 0 4 18.87M 0 152.5k 45:45 02:06 43:39 107.8k 4 409.0M 0 0 4 19.06M 0 152.8k 45:40 02:07 43:33 126.0k 4 409.0M 0 0 4 19.31M 0 153.5k 45:28 02:08 43:20 154.0k 4 409.0M 0 0 4 19.62M 0 154.4k 45:11 02:10 43:01 181.9k 4 409.0M 0 0 4 19.81M 0 154.4k 45:12 02:11 43:01 184.7k 4 409.0M 0 0 4 20.00M 0 154.2k 45:15 02:12 43:03 189.8k 4 409.0M 0 0 4 20.18M 0 153.9k 45:21 02:14 43:07 175.1k 4 409.0M 0 0 4 20.37M 0 153.9k 45:20 02:15 43:05 162.7k 5 409.0M 0 0 5 20.50M 0 153.6k 45:25 02:16 43:09 138.4k 5 409.0M 0 0 5 20.62M 0 153.4k 45:29 02:17 43:12 133.1k 5 409.0M 0 0 5 20.75M 0 153.2k 45:33 02:18 43:15 130.5k 5 409.0M 0 0 5 20.87M 0 153.0k 45:37 02:19 43:18 130.4k 5 409.0M 0 0 5 21.06M 0 152.9k 45:38 02:21 43:17 127.5k 5 409.0M 0 0 5 21.18M 0 152.4k 45:47 02:22 43:25 123.3k 5 409.0M 0 0 5 21.31M 0 152.2k 45:51 02:23 43:28 123.2k 5 409.0M 0 0 5 21.43M 0 151.7k 45:59 02:24 43:35 117.8k 5 409.0M 0 0 5 21.56M 0 151.5k 46:04 02:25 43:39 117.0k 5 409.0M 0 0 5 21.68M 0 151.1k 46:10 02:26 43:44 108.4k 5 409.0M 0 0 5 21.81M 0 150.9k 46:15 02:27 43:48 112.4k 5 409.0M 0 0 5 21.93M 0 150.5k 46:21 02:29 43:52 109.6k 5 409.0M 0 0 5 22.06M 0 150.2k 46:27 02:30 43:57 111.6k 5 409.0M 0 0 5 22.18M 0 149.7k 46:37 02:31 44:06 106.4k 5 409.0M 0 0 5 22.31M 0 149.2k 46:46 02:33 44:13 104.0k 5 409.0M 0 0 5 22.50M 0 149.4k 46:43 02:34 44:09 112.9k 5 409.0M 0 0 5 22.68M 0 149.0k 46:50 02:35 44:15 114.5k 5 409.0M 0 0 5 22.81M 0 148.6k 46:57 02:37 44:20 113.0k 5 409.0M 0 0 5 22.93M 0 148.4k 47:00 02:38 44:22 118.9k 5 409.0M 0 0 5 23.12M 0 148.5k 46:59 02:39 44:20 131.7k 5 409.0M 0 0 5 23.31M 0 148.3k 47:02 02:40 44:22 124.8k 5 409.0M 0 0 5 23.50M 0 148.5k 46:59 02:41 44:18 136.3k 5 409.0M 0 0 5 23.68M 0 148.7k 46:56 02:43 44:13 150.6k 5 409.0M 0 0 5 23.87M 0 148.7k 46:55 02:44 44:11 156.0k 5 409.0M 0 0 5 24.00M 0 148.5k 47:00 02:45 44:15 147.0k 5 409.0M 0 0 5 24.12M 0 148.2k 47:05 02:46 44:19 143.8k 5 409.0M 0 0 5 24.25M 0 147.6k 47:16 02:48 44:28 123.8k 5 409.0M 0 0 5 24.37M 0 147.3k 47:23 02:49 44:34 111.2k 5 409.0M 0 0 5 24.50M 0 147.1k 47:27 02:50 44:37 103.3k 6 409.0M 0 0 6 24.68M 0 147.1k 47:26 02:51 44:35 111.7k 6 409.0M 0 0 6 24.87M 0 147.2k 47:25 02:53 44:32 120.5k 6 409.0M 0 0 6 25.00M 0 146.4k 47:39 02:54 44:45 116.6k 6 409.0M 0 0 6 25.12M 0 146.2k 47:44 02:55 44:49 117.3k 6 409.0M 0 0 6 25.31M 0 146.3k 47:42 02:57 44:45 125.3k 6 409.0M 0 0 6 25.43M 0 146.1k 47:45 02:58 44:47 119.0k 6 409.0M 0 0 6 25.56M 0 145.8k 47:52 02:59 44:53 108.9k 6 409.0M 0 0 6 25.68M 0 145.5k 47:58 03:00 44:58 117.5k 6 409.0M 0 0 6 25.87M 0 145.5k 47:57 03:02 44:55 126.8k 6 409.0M 0 0 6 26.06M 0 145.6k 47:54 03:03 44:51 127.8k 6 409.0M 0 0 6 26.25M 0 145.7k 47:53 03:04 44:49 134.1k 6 409.0M 0 0 6 26.50M 0 146.1k 47:46 03:05 44:41 154.8k 6 409.0M 0 0 6 26.68M 0 146.3k 47:41 03:06 44:35 172.1k 6 409.0M 0 0 6 26.93M 0 146.8k 47:31 03:07 44:24 188.3k 6 409.0M 0 0 6 27.12M 0 147.0k 47:28 03:08 44:20 189.1k 6 409.0M 0 0 6 27.31M 0 147.0k 47:27 03:10 44:17 190.5k 6 409.0M 0 0 6 27.50M 0 146.9k 47:29 03:11 44:18 173.4k 6 409.0M 0 0 6 27.75M 0 147.2k 47:24 03:12 44:12 173.4k 6 409.0M 0 0 6 27.93M 0 147.1k 47:26 03:14 44:12 154.4k 6 409.0M 0 0 6 28.12M 0 147.1k 47:25 03:15 44:10 151.7k 6 409.0M 0 0 6 28.25M 0 146.5k 47:38 03:17 44:21 132.3k 6 409.0M 0 0 6 28.31M 0 146.1k 47:46 03:18 44:28 122.4k 6 409.0M 0 0 6 28.43M 0 145.7k 47:53 03:19 44:34 103.9k 6 409.0M 0 0 6 28.62M 0 145.6k 47:54 03:21 44:33 104.1k 7 409.0M 0 0 7 28.81M 0 145.7k 47:53 03:22 44:31 104.7k 7 409.0M 0 0 7 29.00M 0 145.7k 47:53 03:23 44:30 121.7k 7 409.0M 0 0 7 29.12M 0 145.6k 47:56 03:24 44:32 129.1k 7 409.0M 0 0 7 29.31M 0 145.5k 47:58 03:26 44:32 137.3k 7 409.0M 0 0 7 29.43M 0 145.3k 48:00 03:27 44:33 135.5k 7 409.0M 0 0 7 29.56M 0 145.2k 48:03 03:28 44:35 128.1k 7 409.0M 0 0 7 29.68M 0 145.1k 48:05 03:29 44:36 123.5k 7 409.0M 0 0 7 29.81M 0 145.0k 48:06 03:30 44:36 126.5k 7 409.0M 0 0 7 29.93M 0 144.9k 48:10 03:31 44:39 121.3k 7 409.0M 0 0 7 30.06M 0 144.7k 48:14 03:32 44:42 119.1k 7 409.0M 0 0 7 30.25M 0 144.7k 48:13 03:33 44:40 126.2k 7 409.0M 0 0 7 30.50M 0 145.1k 48:06 03:35 44:31 142.8k 7 409.0M 0 0 7 30.75M 0 145.3k 48:01 03:36 44:25 154.0k 7 409.0M 0 0 7 30.93M 0 145.5k 47:57 03:37 44:20 168.2k 7 409.0M 0 0 7 31.18M 0 145.9k 47:49 03:38 44:11 190.4k 7 409.0M 0 0 7 31.43M 0 146.3k 47:41 03:39 44:02 203.6k 7 409.0M 0 0 7 31.62M 0 146.3k 47:41 03:41 44:00 192.0k 7 409.0M 0 0 7 31.75M 0 146.2k 47:43 03:42 44:01 181.4k 7 409.0M 0 0 7 31.93M 0 146.1k 47:46 03:43 44:03 165.5k 7 409.0M 0 0 7 32.06M 0 145.9k 47:49 03:44 44:05 144.7k 7 409.0M 0 0 7 32.18M 0 145.8k 47:51 03:45 44:06 127.6k 7 409.0M 0 0 7 32.37M 0 145.8k 47:51 03:47 44:04 127.2k 7 409.0M 0 0 7 32.56M 0 146.0k 47:48 03:48 44:00 136.7k 7 409.0M 0 0 7 32.68M 0 145.8k 47:51 03:49 44:02 136.6k 8 409.0M 0 0 8 32.81M 0 145.5k 47:57 03:50 44:07 130.0k 8 409.0M 0 0 8 33.00M 0 145.6k 47:55 03:51 44:04 138.2k 8 409.0M 0 0 8 33.12M 0 145.5k 47:57 03:53 44:04 133.3k 8 409.0M 0 0 8 33.31M 0 145.6k 47:55 03:54 44:01 131.3k 8 409.0M 0 0 8 33.56M 0 145.9k 47:49 03:55 43:54 148.3k 8 409.0M 0 0 8 33.75M 0 145.7k 47:53 03:57 43:56 153.2k 8 409.0M 0 0 8 33.93M 0 145.6k 47:55 03:58 43:57 145.6k 8 409.0M 0 0 8 34.06M 0 145.5k 47:58 03:59 43:59 143.3k 8 409.0M 0 0 8 34.25M 0 145.5k 47:57 04:00 43:57 141.8k 8 409.0M 0 0 8 34.43M 0 145.7k 47:54 04:02 43:52 137.4k 8 409.0M 0 0 8 34.62M 0 145.8k 47:52 04:03 43:49 148.0k 8 409.0M 0 0 8 34.87M 0 146.0k 47:47 04:04 43:43 161.5k 8 409.0M 0 0 8 35.06M 0 146.0k 47:48 04:05 43:43 165.9k 8 409.0M 0 0 8 35.25M 0 146.0k 47:48 04:07 43:41 163.8k 8 409.0M 0 0 8 35.43M 0 145.9k 47:49 04:08 43:41 155.2k 8 409.0M 0 0 8 35.62M 0 145.9k 47:49 04:09 43:40 151.6k 8 409.0M 0 0 8 35.81M 0 146.0k 47:48 04:11 43:37 143.9k 8 409.0M 0 0 8 36.00M 0 146.0k 47:48 04:12 43:36 146.6k 8 409.0M 0 0 8 36.18M 0 146.0k 47:47 04:13 43:34 149.0k 8 409.0M 0 0 8 36.37M 0 146.2k 47:44 04:14 43:30 156.7k 8 409.0M 0 0 8 36.62M 0 146.5k 47:38 04:15 43:23 169.1k 8 409.0M 0 0 8 36.81M 0 146.5k 47:39 04:17 43:22 167.0k 9 409.0M 0 0 9 37.00M 0 146.3k 47:41 04:18 43:23 160.0k 9 409.0M 0 0 9 37.18M 0 146.3k 47:41 04:20 43:21 158.4k 9 409.0M 0 0 9 37.37M 0 146.3k 47:42 04:21 43:21 150.9k 9 409.0M 0 0 9 37.56M 0 146.2k 47:44 04:23 43:21 136.2k 9 409.0M 0 0 9 37.75M 0 146.2k 47:44 04:24 43:20 135.5k 9 409.0M 0 0 9 38.00M 0 146.4k 47:40 04:25 43:15 148.9k 9 409.0M 0 0 9 38.18M 0 146.5k 47:38 04:26 43:12 152.9k 9 409.0M 0 0 9 38.37M 0 146.6k 47:37 04:28 43:09 156.7k 9 409.0M 0 0 9 38.50M 0 146.4k 47:40 04:29 43:11 154.2k 9 409.0M 0 0 9 38.68M 0 146.4k 47:39 04:30 43:09 157.1k 9 409.0M 0 0 9 38.87M 0 146.5k 47:38 04:31 43:07 149.5k 9 409.0M 0 0 9 39.00M 0 146.4k 47:40 04:32 43:08 140.3k 9 409.0M 0 0 9 39.12M 0 146.3k 47:42 04:33 43:09 133.4k 9 409.0M 0 0 9 39.31M 0 146.4k 47:39 04:34 43:05 149.6k 9 409.0M 0 0 9 39.50M 0 146.6k 47:36 04:35 43:01 156.0k 9 409.0M 0 0 9 39.68M 0 146.7k 47:34 04:36 42:58 158.8k 9 409.0M 0 0 9 39.87M 0 146.8k 47:31 04:37 42:54 171.4k 9 409.0M 0 0 9 40.06M 0 147.0k 47:28 04:39 42:49 183.3k 9 409.0M 0 0 9 40.31M 0 147.2k 47:24 04:40 42:44 185.6k 9 409.0M 0 0 9 40.56M 0 147.5k 47:19 04:41 42:38 189.3k 9 409.0M 0 0 9 40.75M 0 147.5k 47:19 04:42 42:37 183.6k 10 409.0M 0 0 10 40.93M 0 147.5k 47:18 04:44 42:34 176.8k 10 409.0M 0 0 10 41.12M 0 147.6k 47:17 04:45 42:32 173.4k 10 409.0M 0 0 10 41.31M 0 147.6k 47:17 04:46 42:31 163.6k 10 409.0M 0 0 10 41.50M 0 147.5k 47:18 04:47 42:31 150.1k 10 409.0M 0 0 10 41.62M 0 147.4k 47:20 04:49 42:31 144.7k 10 409.0M 0 0 10 41.81M 0 147.3k 47:22 04:50 42:32 140.3k 10 409.0M 0 0 10 42.00M 0 147.3k 47:22 04:51 42:31 136.7k 10 409.0M 0 0 10 42.18M 0 147.2k 47:24 04:53 42:31 132.7k 10 409.0M 0 0 10 42.31M 0 147.1k 47:25 04:54 42:31 129.4k 10 409.0M 0 0 10 42.50M 0 147.1k 47:26 04:55 42:31 132.4k 10 409.0M 0 0 10 42.68M 0 147.2k 47:24 04:56 42:28 141.1k 10 409.0M 0 0 10 42.93M 0 147.4k 47:20 04:58 42:22 152.9k 10 409.0M 0 0 10 43.12M 0 147.5k 47:19 04:59 42:20 159.0k 10 409.0M 0 0 10 43.31M 0 147.4k 47:19 05:00 42:19 162.3k 10 409.0M 0 0 10 43.50M 0 147.5k 47:18 05:01 42:17 169.3k 10 409.0M 0 0 10 43.68M 0 147.6k 47:16 05:02 42:14 169.0k 10 409.0M 0 0 10 43.87M 0 147.7k 47:14 05:04 42:10 162.3k 10 409.0M 0 0 10 44.00M 0 147.6k 47:16 05:05 42:11 155.8k 10 409.0M 0 0 10 44.12M 0 147.5k 47:18 05:06 42:12 150.9k 10 409.0M 0 0 10 44.31M 0 147.4k 47:20 05:07 42:13 143.1k 10 409.0M 0 0 10 44.50M 0 147.5k 47:18 05:08 42:10 140.6k 10 409.0M 0 0 10 44.62M 0 147.4k 47:21 05:09 42:12 129.3k 10 409.0M 0 0 10 44.81M 0 147.4k 47:21 05:11 42:10 135.5k 11 409.0M 0 0 11 45.00M 0 147.4k 47:20 05:12 42:08 142.3k 11 409.0M 0 0 11 45.12M 0 147.3k 47:22 05:13 42:09 140.8k 11 409.0M 0 0 11 45.31M 0 147.3k 47:23 05:14 42:09 137.8k 11 409.0M 0 0 11 45.31M 0 147.3k 47:23 05:14 42:09 147.3k 11 409.0M 0 0 11 45.50M 0 147.3k 47:22 05:16 42:06 150.0k 11 409.0M 0 0 11 45.62M 0 147.2k 47:24 05:17 42:07 137.2k 11 409.0M 0 0 11 45.75M 0 147.1k 47:26 05:18 42:08 129.5k 11 409.0M 0 0 11 45.93M 0 147.0k 47:27 05:19 42:08 131.9k 11 409.0M 0 0 11 46.12M 0 147.1k 47:26 05:20 42:06 138.5k 11 409.0M 0 0 11 46.31M 0 147.0k 47:29 05:22 42:07 130.8k 11 409.0M 0 0 11 46.43M 0 146.8k 47:31 05:23 42:08 129.4k 11 409.0M 0 0 11 46.62M 0 146.9k 47:30 05:24 42:06 137.9k 11 409.0M 0 0 11 46.81M 0 146.9k 47:29 05:26 42:03 141.8k 11 409.0M 0 0 11 46.93M 0 146.9k 47:31 05:27 42:04 134.3k 11 409.0M 0 0 11 47.06M 0 146.6k 47:35 05:28 42:07 128.7k 11 409.0M 0 0 11 47.18M 0 146.5k 47:37 05:29 42:08 130.3k 11 409.0M 0 0 11 47.31M 0 146.4k 47:40 05:30 42:10 119.1k 11 409.0M 0 0 11 47.50M 0 146.4k 47:39 05:32 42:07 119.0k 11 409.0M 0 0 11 47.68M 0 146.6k 47:36 05:33 42:03 129.8k 11 409.0M 0 0 11 47.81M 0 146.5k 47:38 05:34 42:04 138.9k 11 409.0M 0 0 11 48.00M 0 146.6k 47:36 05:35 42:01 147.4k 11 409.0M 0 0 11 48.12M 0 146.4k 47:41 05:36 42:05 143.7k 11 409.0M 0 0 11 48.25M 0 146.2k 47:44 05:37 42:07 131.6k 11 409.0M 0 0 11 48.43M 0 146.2k 47:44 05:39 42:05 124.7k 11 409.0M 0 0 11 48.68M 0 146.4k 47:40 05:40 42:00 140.5k 11 409.0M 0 0 11 48.87M 0 146.4k 47:40 05:41 41:59 136.8k 11 409.0M 0 0 11 49.00M 0 146.3k 47:42 05:42 42:00 143.3k 12 409.0M 0 0 12 49.12M 0 146.0k 47:47 05:44 42:03 137.2k 12 409.0M 0 0 12 49.25M 0 145.9k 47:49 05:45 42:04 131.5k 12 409.0M 0 0 12 49.37M 0 145.7k 47:53 05:46 42:07 110.7k 12 409.0M 0 0 12 49.56M 0 145.8k 47:51 05:47 42:04 114.2k 12 409.0M 0 0 12 49.75M 0 145.9k 47:49 05:49 42:00 124.3k 12 409.0M 0 0 12 49.93M 0 146.0k 47:48 05:50 41:58 142.3k 12 409.0M 0 0 12 50.12M 0 146.1k 47:46 05:51 41:55 155.6k 12 409.0M 0 0 12 50.31M 0 146.1k 47:45 05:52 41:53 168.6k 12 409.0M 0 0 12 50.56M 0 146.3k 47:41 05:53 41:48 176.5k 12 409.0M 0 0 12 50.81M 0 146.6k 47:36 05:54 41:42 185.6k 12 409.0M 0 0 12 51.06M 0 146.8k 47:32 05:56 41:36 198.5k 12 409.0M 0 0 12 51.25M 0 146.9k 47:29 05:57 41:32 199.8k 12 409.0M 0 0 12 51.50M 0 147.1k 47:26 05:58 41:28 208.1k 12 409.0M 0 0 12 51.75M 0 147.3k 47:22 05:59 41:23 208.6k 12 409.0M 0 0 12 52.00M 0 147.5k 47:19 06:00 41:19 200.5k 12 409.0M 0 0 12 52.18M 0 147.6k 47:17 06:01 41:16 193.5k 12 409.0M 0 0 12 52.43M 0 147.9k 47:11 06:03 41:08 203.6k 12 409.0M 0 0 12 52.62M 0 147.9k 47:10 06:04 41:06 199.4k 12 409.0M 0 0 12 52.75M 0 147.8k 47:13 06:05 41:08 176.7k 12 409.0M 0 0 12 52.87M 0 147.6k 47:17 06:06 41:11 154.1k 12 409.0M 0 0 12 53.00M 0 147.5k 47:18 06:07 41:11 143.6k 13 409.0M 0 0 13 53.18M 0 147.6k 47:16 06:08 41:08 132.7k 13 409.0M 0 0 13 53.37M 0 147.7k 47:14 06:09 41:05 132.8k 13 409.0M 0 0 13 53.56M 0 147.8k 47:13 06:11 41:02 146.7k 13 409.0M 0 0 13 53.75M 0 147.8k 47:12 06:12 41:00 165.1k 13 409.0M 0 0 13 53.93M 0 147.9k 47:10 06:13 40:57 177.3k 13 409.0M 0 0 13 54.18M 0 148.1k 47:06 06:14 40:52 181.5k 13 409.0M 0 0 13 54.43M 0 148.3k 47:03 06:15 40:48 186.7k 13 409.0M 0 0 13 54.68M 0 148.6k 46:58 06:16 40:42 201.1k 13 409.0M 0 0 13 54.87M 0 148.6k 46:58 06:18 40:40 196.7k 13 409.0M 0 0 13 55.06M 0 148.6k 46:58 06:19 40:39 187.0k 13 409.0M 0 0 13 55.25M 0 148.6k 46:58 06:20 40:38 175.8k 13 409.0M 0 0 13 55.50M 0 148.7k 46:55 06:22 40:33 172.2k 13 409.0M 0 0 13 55.62M 0 148.6k 46:57 06:23 40:34 151.6k 13 409.0M 0 0 13 55.75M 0 148.5k 46:59 06:24 40:35 143.1k 13 409.0M 0 0 13 55.87M 0 148.4k 47:01 06:25 40:36 136.4k 13 409.0M 0 0 13 56.00M 0 148.3k 47:04 06:26 40:38 128.4k 13 409.0M 0 0 13 56.18M 0 148.3k 47:03 06:27 40:36 122.1k 13 409.0M 0 0 13 56.37M 0 148.4k 47:01 06:28 40:33 133.4k 13 409.0M 0 0 13 56.56M 0 148.4k 47:00 06:30 40:30 144.7k 13 409.0M 0 0 13 56.75M 0 148.5k 46:59 06:31 40:28 156.9k 13 409.0M 0 0 13 56.93M 0 148.5k 46:59 06:32 40:27 163.1k 13 409.0M 0 0 13 57.06M 0 148.4k 47:01 06:33 40:28 155.0k 13 409.0M 0 0 13 57.25M 0 148.4k 47:01 06:34 40:27 147.3k 14 409.0M 0 0 14 57.43M 0 148.4k 47:02 06:36 40:26 142.9k 14 409.0M 0 0 14 57.62M 0 148.3k 47:04 06:37 40:27 134.0k 14 409.0M 0 0 14 57.81M 0 148.3k 47:02 06:38 40:24 139.1k 14 409.0M 0 0 14 58.00M 0 148.4k 47:01 06:40 40:21 149.6k 14 409.0M 0 0 14 58.18M 0 148.5k 47:00 06:41 40:19 154.5k 14 409.0M 0 0 14 58.37M 0 148.6k 46:58 06:42 40:16 162.8k 14 409.0M 0 0 14 58.56M 0 148.5k 46:59 06:43 40:16 165.4k 14 409.0M 0 0 14 58.68M 0 148.4k 47:02 06:44 40:18 150.7k 14 409.0M 0 0 14 58.81M 0 148.2k 47:04 06:46 40:18 135.5k 14 409.0M 0 0 14 59.00M 0 148.2k 47:05 06:47 40:18 131.6k 14 409.0M 0 0 14 59.18M 0 148.2k 47:05 06:48 40:17 126.7k 14 409.0M 0 0 14 59.37M 0 148.2k 47:05 06:50 40:15 128.4k 14 409.0M 0 0 14 59.56M 0 148.2k 47:04 06:51 40:13 138.7k 14 409.0M 0 0 14 59.75M 0 148.3k 47:04 06:52 40:12 149.6k 14 409.0M 0 0 14 60.00M 0 148.4k 47:01 06:53 40:08 160.6k 14 409.0M 0 0 14 60.18M 0 148.4k 47:02 06:55 40:07 157.4k 14 409.0M 0 0 14 60.31M 0 148.2k 47:04 06:56 40:08 150.0k 14 409.0M 0 0 14 60.43M 0 148.0k 47:08 06:57 40:11 135.0k 14 409.0M 0 0 14 60.56M 0 147.9k 47:10 06:59 40:11 126.9k 14 409.0M 0 0 14 60.75M 0 147.9k 47:10 07:00 40:10 116.3k 14 409.0M 0 0 14 60.93M 0 148.0k 47:09 07:01 40:08 122.4k 14 409.0M 0 0 14 61.12M 0 148.0k 47:09 07:02 40:07 133.0k 14 409.0M 0 0 14 61.31M 0 148.0k 47:09 07:04 40:05 145.4k 15 409.0M 0 0 15 61.56M 0 148.1k 47:06 07:05 40:01 161.9k 15 409.0M 0 0 15 61.81M 0 148.3k 47:03 07:06 39:57 173.9k 15 409.0M 0 0 15 62.00M 0 148.3k 47:04 07:08 39:56 167.5k 15 409.0M 0 0 15 62.18M 0 148.3k 47:02 07:09 39:53 171.0k 15 409.0M 0 0 15 62.37M 0 148.3k 47:03 07:10 39:53 170.6k 15 409.0M 0 0 15 62.50M 0 148.3k 47:04 07:11 39:53 157.5k 15 409.0M 0 0 15 62.68M 0 148.3k 47:03 07:12 39:51 148.5k 15 409.0M 0 0 15 62.93M 0 148.4k 47:00 07:14 39:46 160.8k 15 409.0M 0 0 15 63.18M 0 148.6k 46:56 07:15 39:41 170.7k 15 409.0M 0 0 15 63.37M 0 148.7k 46:55 07:16 39:39 178.8k 15 409.0M 0 0 15 63.56M 0 148.7k 46:55 07:17 39:38 184.2k 15 409.0M 0 0 15 63.81M 0 148.8k 46:53 07:18 39:35 184.4k 15 409.0M 0 0 15 64.00M 0 148.8k 46:54 07:20 39:34 172.5k 15 409.0M 0 0 15 64.18M 0 148.8k 46:53 07:21 39:32 161.5k 15 409.0M 0 0 15 64.37M 0 148.7k 46:56 07:23 39:33 145.1k 15 409.0M 0 0 15 64.50M 0 148.5k 46:59 07:24 39:35 134.9k 15 409.0M 0 0 15 64.68M 0 148.6k 46:58 07:25 39:33 132.5k 15 409.0M 0 0 15 64.93M 0 148.7k 46:55 07:26 39:29 144.9k 15 409.0M 0 0 15 65.12M 0 148.8k 46:54 07:28 39:26 145.5k 15 409.0M 0 0 15 65.37M 0 148.9k 46:51 07:29 39:22 169.7k 16 409.0M 0 0 16 65.56M 0 149.0k 46:50 07:30 39:20 185.6k 16 409.0M 0 0 16 65.75M 0 148.9k 46:52 07:32 39:20 173.0k 16 409.0M 0 0 16 65.87M 0 148.8k 46:53 07:33 39:20 156.5k 16 409.0M 0 0 16 66.00M 0 148.8k 46:54 07:34 39:20 148.4k 16 409.0M 0 0 16 66.12M 0 148.7k 46:55 07:35 39:20 131.4k 16 409.0M 0 0 16 66.25M 0 148.4k 47:00 07:36 39:24 109.1k 16 409.0M 0 0 16 66.37M 0 148.3k 47:02 07:38 39:24 107.0k 16 409.0M 0 0 16 66.56M 0 148.3k 47:03 07:39 39:24 110.4k 16 409.0M 0 0 16 66.75M 0 148.3k 47:03 07:40 39:23 116.4k 16 409.0M 0 0 16 66.93M 0 148.4k 47:01 07:41 39:20 126.3k 16 409.0M 0 0 16 67.12M 0 148.4k 47:01 07:43 39:18 145.4k 16 409.0M 0 0 16 67.25M 0 148.2k 47:05 07:44 39:21 137.7k 16 409.0M 0 0 16 67.37M 0 148.2k 47:06 07:45 39:21 137.1k 16 409.0M 0 0 16 67.56M 0 148.2k 47:05 07:46 39:19 137.3k 16 409.0M 0 0 16 67.68M 0 148.0k 47:08 07:48 39:20 121.2k 16 409.0M 0 0 16 67.81M 0 147.8k 47:12 07:49 39:23 108.0k 16 409.0M 0 0 16 67.93M 0 147.6k 47:16 07:51 39:25 107.4k 16 409.0M 0 0 16 68.06M 0 147.6k 47:17 07:52 39:25 106.0k 16 409.0M 0 0 16 68.18M 0 147.3k 47:22 07:53 39:29 93157 16 409.0M 0 0 16 68.37M 0 147.3k 47:22 07:55 39:27 100.2k 16 409.0M 0 0 16 68.62M 0 147.4k 47:19 07:56 39:23 120.3k 16 409.0M 0 0 16 68.81M 0 147.5k 47:18 07:57 39:21 139.1k 16 409.0M 0 0 16 68.93M 0 147.4k 47:20 07:58 39:22 138.3k 16 409.0M 0 0 16 69.06M 0 147.3k 47:22 07:59 39:23 145.6k 16 409.0M 0 0 16 69.18M 0 147.1k 47:25 08:01 39:24 134.6k 16 409.0M 0 0 16 69.37M 0 147.1k 47:25 08:02 39:23 123.5k 17 409.0M 0 0 17 69.56M 0 147.2k 47:25 08:03 39:22 121.1k 17 409.0M 0 0 17 69.75M 0 147.1k 47:25 08:05 39:20 125.6k 17 409.0M 0 0 17 69.87M 0 147.1k 47:26 08:06 39:20 131.1k 17 409.0M 0 0 17 70.06M 0 147.1k 47:27 08:07 39:20 140.0k 17 409.0M 0 0 17 70.25M 0 147.1k 47:26 08:08 39:18 144.9k 17 409.0M 0 0 17 70.43M 0 147.1k 47:26 08:10 39:16 142.5k 17 409.0M 0 0 17 70.62M 0 147.2k 47:25 08:11 39:14 148.9k 17 409.0M 0 0 17 70.81M 0 147.2k 47:24 08:12 39:12 157.8k 17 409.0M 0 0 17 70.93M 0 147.1k 47:25 08:13 39:12 153.7k 17 409.0M 0 0 17 71.06M 0 147.1k 47:26 08:14 39:12 146.2k 17 409.0M 0 0 17 71.18M 0 147.0k 47:28 08:15 39:13 138.1k 17 409.0M 0 0 17 71.37M 0 147.0k 47:28 08:16 39:12 135.0k 17 409.0M 0 0 17 71.56M 0 146.9k 47:29 08:18 39:11 123.4k 17 409.0M 0 0 17 71.75M 0 146.9k 47:30 08:19 39:11 129.4k 17 409.0M 0 0 17 72.00M 0 147.0k 47:28 08:21 39:07 138.9k 17 409.0M 0 0 17 72.18M 0 147.0k 47:28 08:22 39:06 144.3k 17 409.0M 0 0 17 72.37M 0 147.0k 47:29 08:24 39:05 142.5k 17 409.0M 0 0 17 72.56M 0 147.0k 47:28 08:25 39:03 153.0k 17 409.0M 0 0 17 72.75M 0 147.1k 47:27 08:26 39:01 160.1k 17 409.0M 0 0 17 72.87M 0 147.0k 47:28 08:27 39:01 149.4k 17 409.0M 0 0 17 73.06M 0 147.0k 47:29 08:28 39:01 145.7k 17 409.0M 0 0 17 73.25M 0 147.0k 47:28 08:30 38:58 148.1k 17 409.0M 0 0 17 73.43M 0 146.9k 47:29 08:31 38:58 141.9k 17 409.0M 0 0 17 73.62M 0 146.9k 47:29 08:32 38:57 135.4k 18 409.0M 0 0 18 73.81M 0 147.0k 47:28 08:34 38:54 145.8k 18 409.0M 0 0 18 74.12M 0 147.3k 47:23 08:35 38:48 173.8k 18 409.0M 0 0 18 74.31M 0 147.3k 47:23 08:36 38:47 172.3k 18 409.0M 0 0 18 74.50M 0 147.2k 47:23 08:37 38:46 171.5k 18 409.0M 0 0 18 74.62M 0 147.2k 47:25 08:39 38:46 166.4k 18 409.0M 0 0 18 74.75M 0 146.9k 47:29 08:40 38:49 142.7k 18 409.0M 0 0 18 74.87M 0 146.8k 47:33 08:42 38:51 108.3k 18 409.0M 0 0 18 75.06M 0 146.7k 47:34 08:43 38:51 106.1k 18 409.0M 0 0 18 75.18M 0 146.6k 47:36 08:44 38:52 100.1k 18 409.0M 0 0 18 75.37M 0 146.7k 47:34 08:46 38:48 110.6k 18 409.0M 0 0 18 75.62M 0 146.8k 47:31 08:47 38:44 137.9k 18 409.0M 0 0 18 75.81M 0 146.9k 47:30 08:48 38:42 159.2k 18 409.0M 0 0 18 76.00M 0 146.9k 47:30 08:49 38:41 163.0k 18 409.0M 0 0 18 76.12M 0 146.9k 47:31 08:50 38:41 169.8k 18 409.0M 0 0 18 76.25M 0 146.8k 47:33 08:51 38:42 154.5k 18 409.0M 0 0 18 76.37M 0 146.7k 47:35 08:53 38:42 131.4k 18 409.0M 0 0 18 76.56M 0 146.7k 47:34 08:54 38:40 127.3k 18 409.0M 0 0 18 76.75M 0 146.7k 47:33 08:55 38:38 132.9k 18 409.0M 0 0 18 77.00M 0 146.9k 47:29 08:56 38:33 153.5k 18 409.0M 0 0 18 77.31M 0 147.2k 47:23 08:57 38:26 191.7k 18 409.0M 0 0 18 77.56M 0 147.3k 47:22 08:58 38:24 206.3k 18 409.0M 0 0 18 77.68M 0 147.2k 47:24 09:00 38:24 193.1k 19 409.0M 0 0 19 77.81M 0 147.1k 47:26 09:01 38:25 180.2k 19 409.0M 0 0 19 78.00M 0 147.2k 47:24 09:02 38:22 170.0k 19 409.0M 0 0 19 78.18M 0 147.1k 47:26 09:04 38:22 137.0k 19 409.0M 0 0 19 78.37M 0 147.1k 47:26 09:05 38:21 129.5k 19 409.0M 0 0 19 78.56M 0 147.1k 47:26 09:06 38:20 141.5k 19 409.0M 0 0 19 78.75M 0 147.1k 47:26 09:07 38:19 147.5k 19 409.0M 0 0 19 79.00M 0 147.2k 47:23 09:09 38:14 151.4k 19 409.0M 0 0 19 79.25M 0 147.3k 47:22 09:10 38:12 164.1k 19 409.0M 0 0 19 79.37M 0 147.2k 47:23 09:11 38:12 160.0k 19 409.0M 0 0 19 79.50M 0 147.2k 47:25 09:12 38:13 152.2k 19 409.0M 0 0 19 79.62M 0 147.1k 47:25 09:13 38:12 149.1k 19 409.0M 0 0 19 79.87M 0 147.3k 47:22 09:15 38:07 151.6k 19 409.0M 0 0 19 80.18M 0 147.5k 47:18 09:16 38:02 166.6k 19 409.0M 0 0 19 80.43M 0 147.7k 47:15 09:17 37:58 185.4k 19 409.0M 0 0 19 80.68M 0 147.7k 47:14 09:19 37:55 197.4k 19 409.0M 0 0 19 80.87M 0 147.6k 47:16 09:20 37:56 188.3k 19 409.0M 0 0 19 81.00M 0 147.5k 47:18 09:22 37:56 166.1k 19 409.0M 0 0 19 81.18M 0 147.5k 47:18 09:23 37:55 149.2k 19 409.0M 0 0 19 81.37M 0 147.6k 47:16 09:24 37:52 144.2k 19 409.0M 0 0 19 81.56M 0 147.6k 47:16 09:25 37:51 137.7k 19 409.0M 0 0 19 81.75M 0 147.6k 47:16 09:26 37:50 144.4k 20 409.0M 0 0 20 81.87M 0 147.5k 47:19 09:28 37:51 145.2k 20 409.0M 0 0 20 82.00M 0 147.4k 47:20 09:29 37:51 137.9k 20 409.0M 0 0 20 82.12M 0 147.4k 47:21 09:30 37:51 124.9k 20 409.0M 0 0 20 82.25M 0 147.3k 47:22 09:31 37:51 118.2k 20 409.0M 0 0 20 82.43M 0 147.4k 47:21 09:32 37:49 123.0k 20 409.0M 0 0 20 82.68M 0 147.5k 47:19 09:33 37:46 145.2k 20 409.0M 0 0 20 82.87M 0 147.5k 47:18 09:35 37:43 153.3k 20 409.0M 0 0 20 83.06M 0 147.5k 47:18 09:36 37:42 161.0k 20 409.0M 0 0 20 83.25M 0 147.5k 47:17 09:37 37:40 170.3k 20 409.0M 0 0 20 83.50M 0 147.6k 47:15 09:38 37:37 174.4k 20 409.0M 0 0 20 83.68M 0 147.7k 47:14 09:39 37:35 171.1k 20 409.0M 0 0 20 83.81M 0 147.7k 47:15 09:40 37:35 165.9k 20 409.0M 0 0 20 84.00M 0 147.7k 47:15 09:42 37:33 165.9k 20 409.0M 0 0 20 84.18M 0 147.7k 47:14 09:43 37:31 165.7k 20 409.0M 0 0 20 84.43M 0 147.9k 47:11 09:44 37:27 169.7k 20 409.0M 0 0 20 84.68M 0 148.0k 47:08 09:45 37:23 181.5k 20 409.0M 0 0 20 84.93M 0 148.2k 47:05 09:46 37:19 199.0k 20 409.0M 0 0 20 85.18M 0 148.3k 47:03 09:47 37:16 212.0k 20 409.0M 0 0 20 85.37M 0 148.3k 47:02 09:49 37:13 211.4k 20 409.0M 0 0 20 85.50M 0 148.2k 47:04 09:50 37:14 185.7k 20 409.0M 0 0 20 85.62M 0 148.1k 47:07 09:51 37:16 154.4k 20 409.0M 0 0 20 85.75M 0 148.0k 47:09 09:53 37:16 131.5k 20 409.0M 0 0 20 85.87M 0 147.9k 47:10 09:54 37:16 111.6k 21 409.0M 0 0 21 86.06M 0 147.9k 47:11 09:55 37:16 106.8k 21 409.0M 0 0 21 86.18M 0 147.8k 47:12 09:56 37:16 111.5k 21 409.0M 0 0 21 86.37M 0 147.8k 47:12 09:58 37:14 121.9k 21 409.0M 0 0 21 86.56M 0 147.8k 47:12 09:59 37:13 129.5k 21 409.0M 0 0 21 86.68M 0 147.8k 47:13 10:00 37:13 132.0k 21 409.0M 0 0 21 86.87M 0 147.7k 47:15 10:02 37:13 129.7k 21 409.0M 0 0 21 87.06M 0 147.7k 47:15 10:03 37:12 132.7k 21 409.0M 0 0 21 87.25M 0 147.7k 47:15 10:04 37:11 134.0k 21 409.0M 0 0 21 87.43M 0 147.7k 47:15 10:06 37:09 134.2k 21 409.0M 0 0 21 87.62M 0 147.7k 47:15 10:07 37:08 141.7k 21 409.0M 0 0 21 87.81M 0 147.7k 47:14 10:08 37:06 151.4k 21 409.0M 0 0 21 88.06M 0 147.8k 47:12 10:09 37:03 164.1k 21 409.0M 0 0 21 88.25M 0 147.9k 47:11 10:10 37:01 167.6k 21 409.0M 0 0 21 88.37M 0 147.8k 47:12 10:12 37:00 162.8k 21 409.0M 0 0 21 88.50M 0 147.7k 47:14 10:13 37:01 153.4k 21 409.0M 0 0 21 88.68M 0 147.7k 47:14 10:14 37:00 145.3k 21 409.0M 0 0 21 88.87M 0 147.8k 47:13 10:15 36:58 140.3k 21 409.0M 0 0 21 89.12M 0 147.9k 47:11 10:17 36:54 146.8k 21 409.0M 0 0 21 89.31M 0 147.9k 47:11 10:18 36:53 158.2k 21 409.0M 0 0 21 89.43M 0 147.8k 47:13 10:19 36:54 148.8k 21 409.0M 0 0 21 89.62M 0 147.8k 47:13 10:20 36:53 155.8k 21 409.0M 0 0 21 89.81M 0 147.8k 47:12 10:21 36:51 155.3k 22 409.0M 0 0 22 90.00M 0 147.8k 47:12 10:23 36:49 144.7k 22 409.0M 0 0 22 90.18M 0 147.8k 47:13 10:24 36:49 137.7k 22 409.0M 0 0 22 90.31M 0 147.7k 47:15 10:26 36:49 139.1k 22 409.0M 0 0 22 90.43M 0 147.5k 47:18 10:27 36:51 122.5k 22 409.0M 0 0 22 90.62M 0 147.5k 47:18 10:28 36:50 118.2k 22 409.0M 0 0 22 90.81M 0 147.5k 47:18 10:30 36:48 119.8k 22 409.0M 0 0 22 91.00M 0 147.5k 47:18 10:31 36:47 145.8k 22 409.0M 0 0 22 91.00M 0 147.5k 47:18 10:31 36:47 147.5k 22 409.0M 0 0 22 91.18M 0 147.5k 47:19 10:32 36:47 139.2k 22 409.0M 0 0 22 91.37M 0 147.5k 47:18 10:34 36:44 151.4k 22 409.0M 0 0 22 91.56M 0 147.5k 47:18 10:35 36:43 150.6k 22 409.0M 0 0 22 91.75M 0 147.6k 47:17 10:36 36:41 156.7k 22 409.0M 0 0 22 91.93M 0 147.6k 47:16 10:37 36:39 160.0k 22 409.0M 0 0 22 92.06M 0 147.5k 47:18 10:38 36:40 153.3k 22 409.0M 0 0 22 92.18M 0 147.4k 47:21 10:40 36:41 131.4k 22 409.0M 0 0 22 92.31M 0 147.3k 47:22 10:41 36:41 123.8k 22 409.0M 0 0 22 92.43M 0 147.2k 47:24 10:42 36:42 108.7k 22 409.0M 0 0 22 92.56M 0 147.2k 47:25 10:43 36:42 100.2k 22 409.0M 0 0 22 92.75M 0 147.2k 47:25 10:45 36:40 108.7k 22 409.0M 0 0 22 92.87M 0 147.1k 47:26 10:46 36:40 118.0k 22 409.0M 0 0 22 93.06M 0 147.1k 47:26 10:47 36:39 126.8k 22 409.0M 0 0 22 93.25M 0 147.2k 47:25 10:48 36:37 143.4k 22 409.0M 0 0 22 93.43M 0 147.2k 47:24 10:49 36:35 151.0k 22 409.0M 0 0 22 93.56M 0 147.2k 47:25 10:50 36:35 147.7k 22 409.0M 0 0 22 93.75M 0 147.2k 47:25 10:52 36:33 154.5k 22 409.0M 0 0 22 93.87M 0 147.1k 47:26 10:53 36:33 145.5k 22 409.0M 0 0 22 94.06M 0 147.1k 47:26 10:54 36:32 139.0k 23 409.0M 0 0 23 94.25M 0 147.1k 47:25 10:55 36:30 142.2k 23 409.0M 0 0 23 94.50M 0 147.3k 47:22 10:56 36:26 163.2k 23 409.0M 0 0 23 94.81M 0 147.5k 47:18 10:57 36:21 189.1k 23 409.0M 0 0 23 95.06M 0 147.6k 47:16 10:59 36:17 205.5k 23 409.0M 0 0 23 95.25M 0 147.6k 47:15 11:00 36:15 213.2k 23 409.0M 0 0 23 95.43M 0 147.6k 47:16 11:01 36:15 198.1k 23 409.0M 0 0 23 95.62M 0 147.7k 47:15 11:02 36:13 186.7k 23 409.0M 0 0 23 95.93M 0 147.9k 47:11 11:04 36:07 185.2k 23 409.0M 0 0 23 96.18M 0 148.0k 47:09 11:05 36:04 185.7k 23 409.0M 0 0 23 96.37M 0 148.0k 47:09 11:06 36:03 181.5k 23 409.0M 0 0 23 96.62M 0 148.1k 47:07 11:07 36:00 198.7k 23 409.0M 0 0 23 96.93M 0 148.2k 47:04 11:09 35:55 208.1k 23 409.0M 0 0 23 97.12M 0 148.3k 47:04 11:10 35:54 187.3k 23 409.0M 0 0 23 97.31M 0 148.2k 47:04 11:12 35:52 175.4k 23 409.0M 0 0 23 97.43M 0 148.2k 47:05 11:13 35:52 169.7k 23 409.0M 0 0 23 97.56M 0 148.1k 47:07 11:14 35:53 150.8k 23 409.0M 0 0 23 97.68M 0 148.0k 47:09 11:15 35:54 121.6k 23 409.0M 0 0 23 97.81M 0 147.9k 47:10 11:16 35:54 112.4k 23 409.0M 0 0 23 98.00M 0 147.9k 47:10 11:18 35:52 114.4k 24 409.0M 0 0 24 98.18M 0 147.9k 47:10 11:19 35:51 122.5k 24 409.0M 0 0 24 98.43M 0 148.0k 47:08 11:20 35:48 140.9k 24 409.0M 0 0 24 98.62M 0 148.0k 47:08 11:22 35:46 150.6k 24 409.0M 0 0 24 98.75M 0 148.0k 47:09 11:23 35:46 153.3k 24 409.0M 0 0 24 98.87M 0 147.8k 47:12 11:24 35:48 139.5k 24 409.0M 0 0 24 99.00M 0 147.7k 47:14 11:26 35:48 125.4k 24 409.0M 0 0 24 99.12M 0 147.7k 47:15 11:27 35:48 109.0k 24 409.0M 0 0 24 99.31M 0 147.7k 47:14 11:28 35:46 114.8k 24 409.0M 0 0 24 99.50M 0 147.8k 47:13 11:29 35:44 123.5k 24 409.0M 0 0 24 99.68M 0 147.7k 47:14 11:30 35:44 132.2k 24 409.0M 0 0 24 99.81M 0 147.6k 47:16 11:32 35:44 138.0k 24 409.0M 0 0 24 100.0M 0 147.5k 47:18 11:33 35:45 132.6k 24 409.0M 0 0 24 100.1M 0 147.4k 47:20 11:35 35:45 115.4k 24 409.0M 0 0 24 100.2M 0 147.3k 47:22 11:36 35:46 106.5k 24 409.0M 0 0 24 100.3M 0 147.3k 47:23 11:37 35:46 103.2k 24 409.0M 0 0 24 100.5M 0 147.2k 47:24 11:38 35:46 105.0k 24 409.0M 0 0 24 100.6M 0 147.3k 47:23 11:39 35:44 116.4k 24 409.0M 0 0 24 100.8M 0 147.3k 47:22 11:40 35:42 137.7k 24 409.0M 0 0 24 101.1M 0 147.4k 47:20 11:42 35:38 158.4k 24 409.0M 0 0 24 101.3M 0 147.5k 47:19 11:43 35:36 171.3k 24 409.0M 0 0 24 101.5M 0 147.5k 47:19 11:44 35:35 179.2k 24 409.0M 0 0 24 101.6M 0 147.5k 47:18 11:45 35:33 177.2k 24 409.0M 0 0 24 101.8M 0 147.6k 47:17 11:46 35:31 177.3k 24 409.0M 0 0 24 102.0M 0 147.5k 47:18 11:47 35:31 158.4k 24 409.0M 0 0 24 102.1M 0 147.4k 47:20 11:49 35:31 140.7k 24 409.0M 0 0 24 102.2M 0 147.3k 47:22 11:50 35:32 128.4k 25 409.0M 0 0 25 102.3M 0 147.3k 47:22 11:51 35:31 121.2k 25 409.0M 0 0 25 102.5M 0 147.3k 47:22 11:52 35:30 118.6k 25 409.0M 0 0 25 102.7M 0 147.3k 47:22 11:53 35:29 125.1k 25 409.0M 0 0 25 102.9M 0 147.3k 47:21 11:55 35:26 139.6k 25 409.0M 0 0 25 103.1M 0 147.4k 47:20 11:56 35:24 157.1k 25 409.0M 0 0 25 103.3M 0 147.5k 47:17 11:57 35:20 179.0k 25 409.0M 0 0 25 103.6M 0 147.7k 47:14 11:58 35:16 200.3k 25 409.0M 0 0 25 103.8M 0 147.8k 47:13 11:59 35:14 203.4k 25 409.0M 0 0 25 104.0M 0 147.6k 47:17 12:01 35:16 172.1k 25 409.0M 0 0 25 104.1M 0 147.5k 47:19 12:02 35:17 153.4k 25 409.0M 0 0 25 104.2M 0 147.4k 47:21 12:04 35:17 128.6k 25 409.0M 0 0 25 104.3M 0 147.3k 47:22 12:05 35:17 102.7k 25 409.0M 0 0 25 104.5M 0 147.3k 47:22 12:06 35:16 102.0k 25 409.0M 0 0 25 104.8M 0 147.4k 47:19 12:07 35:12 134.5k 25 409.0M 0 0 25 105.0M 0 147.6k 47:17 12:08 35:09 163.2k 25 409.0M 0 0 25 105.3M 0 147.7k 47:14 12:09 35:05 190.5k 25 409.0M 0 0 25 105.5M 0 147.7k 47:15 12:11 35:04 190.8k 25 409.0M 0 0 25 105.6M 0 147.6k 47:17 12:12 35:05 175.0k 25 409.0M 0 0 25 105.8M 0 147.5k 47:17 12:14 35:03 158.3k 25 409.0M 0 0 25 106.0M 0 147.6k 47:16 12:15 35:01 148.3k 25 409.0M 0 0 25 106.1M 0 147.6k 47:16 12:16 35:00 141.1k 26 409.0M 0 0 26 106.4M 0 147.7k 47:14 12:17 34:57 152.7k 26 409.0M 0 0 26 106.6M 0 147.8k 47:13 12:18 34:55 172.7k 26 409.0M 0 0 26 106.8M 0 147.8k 47:12 12:19 34:53 186.0k 26 409.0M 0 0 26 107.1M 0 147.9k 47:10 12:21 34:49 187.4k 26 409.0M 0 0 26 107.3M 0 148.0k 47:09 12:22 34:47 188.4k 26 409.0M 0 0 26 107.5M 0 148.1k 47:07 12:23 34:44 191.1k 26 409.0M 0 0 26 107.7M 0 148.1k 47:07 12:24 34:43 186.4k 26 409.0M 0 0 26 107.9M 0 148.1k 47:08 12:26 34:42 172.4k 26 409.0M 0 0 26 108.1M 0 148.1k 47:07 12:27 34:40 170.3k 26 409.0M 0 0 26 108.3M 0 148.1k 47:06 12:28 34:38 166.8k 26 409.0M 0 0 26 108.5M 0 148.1k 47:06 12:29 34:37 156.3k 26 409.0M 0 0 26 108.6M 0 148.1k 47:06 12:31 34:35 154.0k 26 409.0M 0 0 26 108.8M 0 148.1k 47:07 12:32 34:35 152.2k 26 409.0M 0 0 26 108.9M 0 148.0k 47:08 12:33 34:35 139.2k 26 409.0M 0 0 26 109.1M 0 148.0k 47:08 12:34 34:34 133.6k 26 409.0M 0 0 26 109.3M 0 148.1k 47:08 12:35 34:33 138.1k 26 409.0M 0 0 26 109.5M 0 148.2k 47:06 12:37 34:29 151.4k 26 409.0M 0 0 26 109.8M 0 148.3k 47:04 12:38 34:26 171.0k 26 409.0M 0 0 26 110.0M 0 148.3k 47:03 12:39 34:24 184.5k 26 409.0M 0 0 26 110.1M 0 148.2k 47:05 12:40 34:25 172.3k 26 409.0M 0 0 26 110.2M 0 148.1k 47:07 12:42 34:25 149.3k 26 409.0M 0 0 26 110.3M 0 148.0k 47:08 12:43 34:25 133.0k 27 409.0M 0 0 27 110.5M 0 148.0k 47:08 12:44 34:24 121.3k 27 409.0M 0 0 27 110.7M 0 148.0k 47:08 12:45 34:23 116.3k 27 409.0M 0 0 27 110.8M 0 148.0k 47:09 12:46 34:23 121.0k 27 409.0M 0 0 27 111.0M 0 148.0k 47:09 12:48 34:21 138.5k 27 409.0M 0 0 27 111.2M 0 148.0k 47:08 12:49 34:19 150.8k 27 409.0M 0 0 27 111.4M 0 148.1k 47:07 12:50 34:17 154.1k 27 409.0M 0 0 27 111.6M 0 148.1k 47:06 12:51 34:15 162.0k 27 409.0M 0 0 27 111.8M 0 148.1k 47:06 12:52 34:14 171.3k 27 409.0M 0 0 27 112.0M 0 148.1k 47:06 12:53 34:13 168.8k 27 409.0M 0 0 27 112.1M 0 148.1k 47:07 12:54 34:13 156.1k 27 409.0M 0 0 27 112.3M 0 148.1k 47:08 12:56 34:12 144.1k 27 409.0M 0 0 27 112.4M 0 148.0k 47:08 12:57 34:11 132.9k 27 409.0M 0 0 27 112.5M 0 147.9k 47:10 12:58 34:12 122.6k 27 409.0M 0 0 27 112.6M 0 147.9k 47:11 12:59 34:12 115.9k 27 409.0M 0 0 27 112.8M 0 147.9k 47:11 13:01 34:10 117.7k 27 409.0M 0 0 27 113.0M 0 147.8k 47:12 13:02 34:10 115.1k 27 409.0M 0 0 27 113.1M 0 147.8k 47:13 13:04 34:09 118.0k 27 409.0M 0 0 27 113.3M 0 147.8k 47:13 13:05 34:08 128.2k 27 409.0M 0 0 27 113.6M 0 147.9k 47:11 13:06 34:05 146.6k 27 409.0M 0 0 27 113.8M 0 147.9k 47:11 13:07 34:04 152.6k 27 409.0M 0 0 27 113.9M 0 147.9k 47:11 13:08 34:03 155.9k 27 409.0M 0 0 27 114.1M 0 147.9k 47:10 13:10 34:00 171.6k 27 409.0M 0 0 27 114.3M 0 148.0k 47:09 13:11 33:58 174.2k 27 409.0M 0 0 27 114.5M 0 147.9k 47:10 13:12 33:58 154.2k 28 409.0M 0 0 28 114.6M 0 147.9k 47:11 13:13 33:58 148.4k 28 409.0M 0 0 28 114.8M 0 147.8k 47:12 13:14 33:58 145.7k 28 409.0M 0 0 28 115.0M 0 147.8k 47:12 13:16 33:56 133.7k 28 409.0M 0 0 28 115.1M 0 147.9k 47:11 13:17 33:54 135.2k 28 409.0M 0 0 28 115.3M 0 147.9k 47:11 13:18 33:53 140.1k 28 409.0M 0 0 28 115.5M 0 147.8k 47:12 13:20 33:52 142.3k 28 409.0M 0 0 28 115.6M 0 147.8k 47:13 13:21 33:52 140.5k 28 409.0M 0 0 28 115.8M 0 147.8k 47:13 13:22 33:51 143.1k 28 409.0M 0 0 28 116.0M 0 147.8k 47:12 13:23 33:49 141.6k 28 409.0M 0 0 28 116.2M 0 147.8k 47:12 13:24 33:48 144.9k 28 409.0M 0 0 28 116.3M 0 147.8k 47:12 13:25 33:47 143.5k 28 409.0M 0 0 28 116.5M 0 147.8k 47:13 13:27 33:46 145.2k 28 409.0M 0 0 28 116.6M 0 147.7k 47:15 13:28 33:47 132.7k 28 409.0M 0 0 28 116.8M 0 147.7k 47:15 13:30 33:45 128.6k 28 409.0M 0 0 28 117.0M 0 147.7k 47:14 13:31 33:43 131.2k 28 409.0M 0 0 28 117.2M 0 147.7k 47:15 13:32 33:43 132.3k 28 409.0M 0 0 28 117.4M 0 147.6k 47:16 13:34 33:42 130.6k 28 409.0M 0 0 28 117.5M 0 147.6k 47:17 13:35 33:42 132.2k 28 409.0M 0 0 28 117.6M 0 147.5k 47:19 13:36 33:43 119.4k 28 409.0M 0 0 28 117.7M 0 147.3k 47:21 13:38 33:43 102.6k 28 409.0M 0 0 28 117.8M 0 147.3k 47:22 13:39 33:43 98.08k 28 409.0M 0 0 28 118.0M 0 147.3k 47:22 13:40 33:42 105.2k 28 409.0M 0 0 28 118.2M 0 147.3k 47:22 13:41 33:41 116.7k 28 409.0M 0 0 28 118.4M 0 147.3k 47:22 13:42 33:40 130.8k 29 409.0M 0 0 29 118.6M 0 147.4k 47:20 13:44 33:36 155.4k 29 409.0M 0 0 29 118.8M 0 147.4k 47:21 13:45 33:36 156.4k 29 409.0M 0 0 29 119.0M 0 147.4k 47:21 13:47 33:34 152.9k 29 409.0M 0 0 29 119.2M 0 147.3k 47:22 13:48 33:34 145.4k 29 409.0M 0 0 29 119.4M 0 147.3k 47:22 13:49 33:33 145.7k 29 409.0M 0 0 29 119.6M 0 147.3k 47:22 13:51 33:31 135.8k 29 409.0M 0 0 29 119.7M 0 147.3k 47:23 13:52 33:31 135.2k 29 409.0M 0 0 29 119.9M 0 147.3k 47:22 13:53 33:29 142.3k 29 409.0M 0 0 29 120.1M 0 147.4k 47:19 13:54 33:25 166.6k 29 409.0M 0 0 29 120.4M 0 147.5k 47:18 13:55 33:23 177.0k 29 409.0M 0 0 29 120.6M 0 147.5k 47:17 13:56 33:21 183.6k 29 409.0M 0 0 29 120.8M 0 147.5k 47:18 13:58 33:20 185.2k 29 409.0M 0 0 29 121.0M 0 147.6k 47:17 13:59 33:18 180.9k 29 409.0M 0 0 29 121.1M 0 147.5k 47:18 14:00 33:18 156.6k 29 409.0M 0 0 29 121.3M 0 147.4k 47:19 14:02 33:17 138.5k 29 409.0M 0 0 29 121.4M 0 147.4k 47:20 14:03 33:17 130.3k 29 409.0M 0 0 29 121.6M 0 147.4k 47:19 14:04 33:15 134.3k 29 409.0M 0 0 29 121.8M 0 147.4k 47:20 14:05 33:15 130.5k 29 409.0M 0 0 29 121.9M 0 147.3k 47:22 14:07 33:15 122.2k 29 409.0M 0 0 29 122.0M 0 147.2k 47:23 14:08 33:15 120.6k 29 409.0M 0 0 29 122.2M 0 147.3k 47:23 14:09 33:14 128.1k 29 409.0M 0 0 29 122.4M 0 147.3k 47:23 14:10 33:13 126.9k 29 409.0M 0 0 29 122.6M 0 147.3k 47:22 14:12 33:10 132.6k 30 409.0M 0 0 30 122.8M 0 147.3k 47:23 14:13 33:10 139.4k 30 409.0M 0 0 30 122.9M 0 147.2k 47:24 14:14 33:10 142.7k 30 409.0M 0 0 30 123.0M 0 147.1k 47:25 14:16 33:09 131.2k 30 409.0M 0 0 30 123.1M 0 147.1k 47:26 14:17 33:09 124.0k 30 409.0M 0 0 30 123.4M 0 147.2k 47:24 14:18 33:06 130.1k 30 409.0M 0 0 30 123.6M 0 147.2k 47:23 14:19 33:04 143.8k 30 409.0M 0 0 30 123.8M 0 147.2k 47:24 14:21 33:03 148.7k 30 409.0M 0 0 30 124.0M 0 147.2k 47:24 14:22 33:02 153.8k 30 409.0M 0 0 30 124.1M 0 147.2k 47:25 14:23 33:02 153.5k 30 409.0M 0 0 30 124.3M 0 147.1k 47:26 14:25 33:01 136.5k 30 409.0M 0 0 30 124.4M 0 147.1k 47:26 14:26 33:00 125.3k 30 409.0M 0 0 30 124.6M 0 147.1k 47:26 14:27 32:59 128.7k 30 409.0M 0 0 30 124.8M 0 147.1k 47:27 14:28 32:59 126.9k 30 409.0M 0 0 30 125.0M 0 147.1k 47:27 14:30 32:57 132.2k 30 409.0M 0 0 30 125.1M 0 147.1k 47:26 14:31 32:55 143.6k 30 409.0M 0 0 30 125.4M 0 147.1k 47:25 14:32 32:53 155.4k 30 409.0M 0 0 30 125.6M 0 147.2k 47:23 14:33 32:50 165.2k 30 409.0M 0 0 30 125.8M 0 147.2k 47:25 14:35 32:50 161.8k 30 409.0M 0 0 30 125.9M 0 147.1k 47:26 14:36 32:50 151.0k 30 409.0M 0 0 30 126.0M 0 147.0k 47:27 14:37 32:50 141.5k 30 409.0M 0 0 30 126.1M 0 147.0k 47:28 14:38 32:50 127.8k 30 409.0M 0 0 30 126.3M 0 147.0k 47:28 14:39 32:49 108.5k 30 409.0M 0 0 30 126.5M 0 147.0k 47:29 14:41 32:48 117.9k 30 409.0M 0 0 30 126.6M 0 147.0k 47:28 14:42 32:46 135.4k 31 409.0M 0 0 31 126.8M 0 147.0k 47:27 14:43 32:44 146.6k 31 409.0M 0 0 31 127.0M 0 147.0k 47:28 14:44 32:44 145.0k 31 409.0M 0 0 31 127.1M 0 147.0k 47:28 14:45 32:43 147.2k 31 409.0M 0 0 31 127.3M 0 146.9k 47:29 14:46 32:43 143.3k 31 409.0M 0 0 31 127.4M 0 146.9k 47:30 14:47 32:43 132.0k 31 409.0M 0 0 31 127.6M 0 146.9k 47:29 14:49 32:40 131.4k 31 409.0M 0 0 31 127.8M 0 147.0k 47:28 14:50 32:38 148.8k 31 409.0M 0 0 31 128.1M 0 147.1k 47:26 14:51 32:35 167.9k 31 409.0M 0 0 31 128.3M 0 147.2k 47:24 14:52 32:32 183.5k 31 409.0M 0 0 31 128.5M 0 147.2k 47:24 14:54 32:30 186.3k 31 409.0M 0 0 31 128.6M 0 147.1k 47:25 14:55 32:30 177.4k 31 409.0M 0 0 31 128.8M 0 147.2k 47:25 14:56 32:29 169.9k 31 409.0M 0 0 31 129.1M 0 147.2k 47:23 14:57 32:26 167.3k 31 409.0M 0 0 31 129.2M 0 147.1k 47:25 14:59 32:26 142.5k 31 409.0M 0 0 31 129.3M 0 147.1k 47:26 15:00 32:26 135.7k 31 409.0M 0 0 31 129.6M 0 147.2k 47:24 15:01 32:23 151.9k 31 409.0M 0 0 31 129.8M 0 147.3k 47:22 15:02 32:20 166.6k 31 409.0M 0 0 31 130.1M 0 147.4k 47:21 15:03 32:18 164.2k 31 409.0M 0 0 31 130.3M 0 147.3k 47:21 15:05 32:16 174.7k 31 409.0M 0 0 31 130.5M 0 147.3k 47:21 15:06 32:15 179.8k 31 409.0M 0 0 31 130.6M 0 147.4k 47:21 15:07 32:14 174.1k 32 409.0M 0 0 32 130.9M 0 147.4k 47:20 15:09 32:11 160.6k 32 409.0M 0 0 32 131.0M 0 147.3k 47:22 15:10 32:12 143.0k 32 409.0M 0 0 32 131.1M 0 147.3k 47:22 15:11 32:11 140.9k 32 409.0M 0 0 32 131.3M 0 147.3k 47:23 15:12 32:11 137.3k 32 409.0M 0 0 32 131.5M 0 147.3k 47:23 15:14 32:09 133.3k 32 409.0M 0 0 32 131.6M 0 147.3k 47:22 15:15 32:07 129.2k 32 409.0M 0 0 32 131.8M 0 147.3k 47:22 15:16 32:06 141.3k 32 409.0M 0 0 32 132.0M 0 147.3k 47:22 15:17 32:05 146.2k 32 409.0M 0 0 32 132.1M 0 147.2k 47:23 15:19 32:04 142.9k 32 409.0M 0 0 32 132.3M 0 147.2k 47:23 15:20 32:03 141.9k 32 409.0M 0 0 32 132.5M 0 147.3k 47:23 15:21 32:02 145.6k 32 409.0M 0 0 32 132.7M 0 147.3k 47:22 15:22 32:00 149.7k 32 409.0M 0 0 32 132.8M 0 147.3k 47:23 15:23 32:00 145.9k 32 409.0M 0 0 32 133.0M 0 147.2k 47:23 15:24 31:59 146.6k 32 409.0M 0 0 32 133.1M 0 147.2k 47:24 15:25 31:59 140.1k 32 409.0M 0 0 32 133.3M 0 147.2k 47:24 15:26 31:58 139.7k 32 409.0M 0 0 32 133.5M 0 147.2k 47:23 15:28 31:55 136.2k 32 409.0M 0 0 32 133.6M 0 147.2k 47:24 15:29 31:55 135.6k 32 409.0M 0 0 32 133.8M 0 147.2k 47:23 15:30 31:53 149.1k 32 409.0M 0 0 32 134.0M 0 147.3k 47:21 15:31 31:50 173.2k 32 409.0M 0 0 32 134.3M 0 147.5k 47:19 15:32 31:47 185.9k 32 409.0M 0 0 32 134.5M 0 147.5k 47:18 15:33 31:45 198.3k 32 409.0M 0 0 32 134.8M 0 147.6k 47:16 15:34 31:42 212.6k 33 409.0M 0 0 33 135.0M 0 147.6k 47:16 15:36 31:40 209.0k 33 409.0M 0 0 33 135.1M 0 147.6k 47:17 15:37 31:40 183.1k 33 409.0M 0 0 33 135.3M 0 147.6k 47:17 15:39 31:38 162.7k 33 409.0M 0 0 33 135.5M 0 147.6k 47:16 15:40 31:36 156.1k 33 409.0M 0 0 33 135.8M 0 147.7k 47:15 15:41 31:34 159.3k 33 409.0M 0 0 33 136.0M 0 147.7k 47:14 15:42 31:32 162.1k 33 409.0M 0 0 33 136.1M 0 147.7k 47:15 15:43 31:32 164.7k 33 409.0M 0 0 33 136.3M 0 147.7k 47:15 15:44 31:31 168.8k 33 409.0M 0 0 33 136.5M 0 147.7k 47:14 15:46 31:28 142.5k 33 409.0M 0 0 33 136.5M 0 147.7k 47:14 15:46 31:28 147.7k 33 409.0M 0 0 33 136.6M 0 147.7k 47:14 15:47 31:27 153.7k 33 409.0M 0 0 33 136.8M 0 147.7k 47:15 15:48 31:27 127.6k 33 409.0M 0 0 33 136.9M 0 147.6k 47:16 15:49 31:27 127.4k 33 409.0M 0 0 33 137.0M 0 147.6k 47:17 15:50 31:27 122.5k 33 409.0M 0 0 33 137.1M 0 147.5k 47:18 15:51 31:27 112.2k 33 409.0M 0 0 33 137.2M 0 147.4k 47:20 15:53 31:27 98.83k 33 409.0M 0 0 33 137.3M 0 147.4k 47:21 15:54 31:27 98.79k 33 409.0M 0 0 33 137.5M 0 147.4k 47:21 15:55 31:26 107.0k 33 409.0M 0 0 33 137.8M 0 147.4k 47:20 15:56 31:24 125.0k 33 409.0M 0 0 33 138.0M 0 147.5k 47:18 15:58 31:20 149.9k 33 409.0M 0 0 33 138.3M 0 147.6k 47:16 15:59 31:17 175.6k 33 409.0M 0 0 33 138.5M 0 147.7k 47:15 16:00 31:15 194.6k 33 409.0M 0 0 33 138.7M 0 147.7k 47:15 16:01 31:14 192.8k 33 409.0M 0 0 33 138.8M 0 147.6k 47:16 16:02 31:14 180.1k 33 409.0M 0 0 33 139.0M 0 147.6k 47:16 16:04 31:12 164.3k 34 409.0M 0 0 34 139.1M 0 147.6k 47:17 16:05 31:12 144.1k 34 409.0M 0 0 34 139.3M 0 147.6k 47:16 16:06 31:10 139.4k 34 409.0M 0 0 34 139.5M 0 147.6k 47:16 16:07 31:09 136.8k 34 409.0M 0 0 34 139.7M 0 147.6k 47:17 16:09 31:08 139.4k 34 409.0M 0 0 34 139.9M 0 147.6k 47:17 16:10 31:07 143.7k 34 409.0M 0 0 34 140.1M 0 147.7k 47:15 16:11 31:04 159.7k 34 409.0M 0 0 34 140.4M 0 147.7k 47:14 16:13 31:01 164.5k 34 409.0M 0 0 34 140.6M 0 147.8k 47:12 16:14 30:58 179.1k 34 409.0M 0 0 34 140.9M 0 147.9k 47:11 16:15 30:56 190.8k 34 409.0M 0 0 34 141.1M 0 147.9k 47:11 16:16 30:55 191.3k 34 409.0M 0 0 34 141.3M 0 147.9k 47:10 16:17 30:53 190.7k 34 409.0M 0 0 34 141.5M 0 147.9k 47:10 16:19 30:51 179.0k 34 409.0M 0 0 34 141.6M 0 147.9k 47:11 16:20 30:51 158.8k 34 409.0M 0 0 34 141.7M 0 147.8k 47:13 16:21 30:52 136.1k 34 409.0M 0 0 34 141.8M 0 147.7k 47:14 16:23 30:51 122.7k 34 409.0M 0 0 34 142.0M 0 147.7k 47:14 16:24 30:50 118.3k 34 409.0M 0 0 34 142.2M 0 147.7k 47:14 16:25 30:49 120.8k 34 409.0M 0 0 34 142.4M 0 147.8k 47:13 16:26 30:47 131.8k 34 409.0M 0 0 34 142.6M 0 147.9k 47:11 16:27 30:44 158.9k 34 409.0M 0 0 34 142.8M 0 147.9k 47:11 16:28 30:43 177.0k 34 409.0M 0 0 34 143.0M 0 147.9k 47:11 16:30 30:41 174.4k 35 409.0M 0 0 35 143.1M 0 147.9k 47:11 16:31 30:40 167.7k 35 409.0M 0 0 35 143.3M 0 147.8k 47:12 16:32 30:40 157.6k 35 409.0M 0 0 35 143.4M 0 147.8k 47:12 16:33 30:39 137.3k 35 409.0M 0 0 35 143.5M 0 147.7k 47:15 16:35 30:40 116.2k 35 409.0M 0 0 35 143.6M 0 147.6k 47:16 16:36 30:40 107.1k 35 409.0M 0 0 35 143.8M 0 147.7k 47:15 16:37 30:38 117.2k 35 409.0M 0 0 35 144.1M 0 147.7k 47:14 16:38 30:36 132.2k 35 409.0M 0 0 35 144.3M 0 147.8k 47:13 16:40 30:33 145.5k 35 409.0M 0 0 35 144.5M 0 147.8k 47:13 16:41 30:32 164.9k 35 409.0M 0 0 35 144.8M 0 147.9k 47:11 16:42 30:29 189.2k 35 409.0M 0 0 35 145.1M 0 148.0k 47:08 16:43 30:25 209.1k 35 409.0M 0 0 35 145.3M 0 148.1k 47:06 16:44 30:22 215.9k 35 409.0M 0 0 35 145.6M 0 148.2k 47:05 16:45 30:20 218.0k 35 409.0M 0 0 35 145.8M 0 148.2k 47:05 16:47 30:18 218.6k 35 409.0M 0 0 35 146.0M 0 148.2k 47:04 16:48 30:16 209.2k 35 409.0M 0 0 35 146.1M 0 148.2k 47:05 16:49 30:16 173.3k 35 409.0M 0 0 35 146.3M 0 148.1k 47:07 16:51 30:16 141.6k 35 409.0M 0 0 35 146.4M 0 148.1k 47:08 16:52 30:16 127.0k 35 409.0M 0 0 35 146.6M 0 148.1k 47:07 16:53 30:14 126.9k 35 409.0M 0 0 35 146.8M 0 148.1k 47:07 16:54 30:13 125.3k 35 409.0M 0 0 35 147.0M 0 148.1k 47:06 16:55 30:11 133.8k 35 409.0M 0 0 35 147.2M 0 148.2k 47:05 16:57 30:08 166.2k 36 409.0M 0 0 36 147.5M 0 148.3k 47:02 16:58 30:04 198.0k 36 409.0M 0 0 36 147.7M 0 148.3k 47:02 16:59 30:03 193.2k 36 409.0M 0 0 36 147.8M 0 148.3k 47:03 17:00 30:03 185.6k 36 409.0M 0 0 36 148.0M 0 148.3k 47:02 17:01 30:01 187.4k 36 409.0M 0 0 36 148.2M 0 148.4k 47:02 17:02 30:00 180.5k 36 409.0M 0 0 36 148.4M 0 148.4k 47:02 17:04 29:58 153.7k 36 409.0M 0 0 36 148.6M 0 148.5k 47:00 17:05 29:55 169.4k 36 409.0M 0 0 36 148.9M 0 148.5k 46:59 17:06 29:53 183.8k 36 409.0M 0 0 36 149.1M 0 148.5k 46:59 17:07 29:52 181.6k 36 409.0M 0 0 36 149.3M 0 148.6k 46:57 17:08 29:49 189.0k 36 409.0M 0 0 36 149.6M 0 148.7k 46:55 17:10 29:45 210.8k 36 409.0M 0 0 36 149.9M 0 148.8k 46:53 17:11 29:42 208.8k 36 409.0M 0 0 36 150.1M 0 148.9k 46:52 17:12 29:40 210.2k 36 409.0M 0 0 36 150.3M 0 148.8k 46:53 17:13 29:40 200.0k 36 409.0M 0 0 36 150.4M 0 148.8k 46:54 17:15 29:39 171.1k 36 409.0M 0 0 36 150.5M 0 148.7k 46:56 17:16 29:40 134.4k 36 409.0M 0 0 36 150.6M 0 148.6k 46:57 17:18 29:39 116.1k 36 409.0M 0 0 36 150.9M 0 148.7k 46:56 17:19 29:37 114.4k 36 409.0M 0 0 36 151.1M 0 148.6k 46:56 17:20 29:36 120.6k 36 409.0M 0 0 36 151.3M 0 148.7k 46:56 17:21 29:35 135.2k 37 409.0M 0 0 37 151.5M 0 148.7k 46:56 17:23 29:33 152.8k 37 409.0M 0 0 37 151.6M 0 148.7k 46:55 17:24 29:31 168.0k 37 409.0M 0 0 37 151.8M 0 148.7k 46:54 17:25 29:29 165.6k 37 409.0M 0 0 37 152.0M 0 148.7k 46:55 17:26 29:29 160.2k 37 409.0M 0 0 37 152.2M 0 148.7k 46:55 17:27 29:28 160.5k 37 409.0M 0 0 37 152.5M 0 148.8k 46:54 17:29 29:25 168.5k 37 409.0M 0 0 37 152.6M 0 148.8k 46:54 17:30 29:24 162.0k 37 409.0M 0 0 37 152.8M 0 148.8k 46:53 17:31 29:22 157.5k 37 409.0M 0 0 37 153.0M 0 148.8k 46:54 17:32 29:22 157.2k 37 409.0M 0 0 37 153.1M 0 148.7k 46:55 17:33 29:22 149.7k 37 409.0M 0 0 37 153.3M 0 148.8k 46:54 17:35 29:19 150.0k 37 409.0M 0 0 37 153.6M 0 148.9k 46:52 17:36 29:16 166.1k 37 409.0M 0 0 37 153.9M 0 149.0k 46:49 17:37 29:12 192.1k 37 409.0M 0 0 37 154.2M 0 149.2k 46:46 17:38 29:08 228.4k 37 409.0M 0 0 37 154.5M 0 149.3k 46:44 17:39 29:05 253.0k 37 409.0M 0 0 37 154.7M 0 149.3k 46:43 17:40 29:03 254.7k 37 409.0M 0 0 37 155.0M 0 149.4k 46:42 17:41 29:01 248.1k 37 409.0M 0 0 37 155.1M 0 149.4k 46:42 17:43 28:59 212.2k 37 409.0M 0 0 37 155.3M 0 149.3k 46:43 17:44 28:59 175.4k 38 409.0M 0 0 38 155.5M 0 149.4k 46:43 17:45 28:58 160.7k 38 409.0M 0 0 38 155.8M 0 149.5k 46:40 17:46 28:54 175.2k 38 409.0M 0 0 38 155.9M 0 149.5k 46:41 17:48 28:53 155.4k 38 409.0M 0 0 38 156.1M 0 149.5k 46:41 17:49 28:52 160.6k 38 409.0M 0 0 38 156.3M 0 149.5k 46:41 17:50 28:51 175.3k 38 409.0M 0 0 38 156.4M 0 149.5k 46:41 17:51 28:50 164.1k 38 409.0M 0 0 38 156.5M 0 149.4k 46:42 17:52 28:50 136.8k 38 409.0M 0 0 38 156.7M 0 149.4k 46:41 17:53 28:48 147.4k 38 409.0M 0 0 38 157.0M 0 149.5k 46:40 17:54 28:46 159.7k 38 409.0M 0 0 38 157.2M 0 149.6k 46:39 17:56 28:43 168.3k 38 409.0M 0 0 38 157.4M 0 149.6k 46:38 17:57 28:41 175.5k 38 409.0M 0 0 38 157.6M 0 149.6k 46:38 17:58 28:40 185.4k 38 409.0M 0 0 38 157.8M 0 149.7k 46:37 17:59 28:38 194.1k 38 409.0M 0 0 38 158.0M 0 149.7k 46:36 18:00 28:36 189.8k 38 409.0M 0 0 38 158.3M 0 149.8k 46:35 18:01 28:34 192.2k 38 409.0M 0 0 38 158.5M 0 149.8k 46:34 18:02 28:32 194.8k 38 409.0M 0 0 38 158.6M 0 149.9k 46:34 18:03 28:31 195.4k 38 409.0M 0 0 38 158.8M 0 149.9k 46:34 18:05 28:29 182.1k 38 409.0M 0 0 38 159.0M 0 149.8k 46:34 18:06 28:28 172.3k 38 409.0M 0 0 38 159.1M 0 149.8k 46:34 18:07 28:27 151.6k 38 409.0M 0 0 38 159.3M 0 149.7k 46:36 18:09 28:27 132.4k 38 409.0M 0 0 38 159.4M 0 149.6k 46:38 18:10 28:28 108.8k 38 409.0M 0 0 38 159.5M 0 149.5k 46:40 18:11 28:29 97292 39 409.0M 0 0 39 159.6M 0 149.5k 46:41 18:13 28:28 88936 39 409.0M 0 0 39 159.8M 0 149.4k 46:41 18:14 28:27 94691 39 409.0M 0 0 39 160.0M 0 149.5k 46:41 18:15 28:26 106.4k 39 409.0M 0 0 39 160.1M 0 149.5k 46:41 18:17 28:24 123.5k 39 409.0M 0 0 39 160.3M 0 149.5k 46:41 18:18 28:23 138.3k 39 409.0M 0 0 39 160.5M 0 149.5k 46:41 18:19 28:22 149.2k 39 409.0M 0 0 39 160.7M 0 149.5k 46:41 18:20 28:21 151.9k 39 409.0M 0 0 39 160.9M 0 149.4k 46:41 18:22 28:19 145.0k 39 409.0M 0 0 39 161.1M 0 149.4k 46:42 18:23 28:19 145.7k 39 409.0M 0 0 39 161.2M 0 149.4k 46:43 18:25 28:18 134.5k 39 409.0M 0 0 39 161.4M 0 149.4k 46:43 18:26 28:17 131.8k 39 409.0M 0 0 39 161.5M 0 149.3k 46:45 18:27 28:18 119.4k 39 409.0M 0 0 39 161.6M 0 149.3k 46:45 18:28 28:17 117.3k 39 409.0M 0 0 39 161.8M 0 149.2k 46:45 18:29 28:16 113.6k 39 409.0M 0 0 39 162.0M 0 149.2k 46:45 18:31 28:14 125.6k 39 409.0M 0 0 39 162.2M 0 149.3k 46:44 18:32 28:12 137.1k 39 409.0M 0 0 39 162.4M 0 149.3k 46:44 18:33 28:11 154.0k 39 409.0M 0 0 39 162.6M 0 149.3k 46:44 18:34 28:10 160.0k 39 409.0M 0 0 39 162.8M 0 149.3k 46:44 18:36 28:08 159.8k 39 409.0M 0 0 39 163.0M 0 149.3k 46:44 18:37 28:07 159.3k 39 409.0M 0 0 39 163.1M 0 149.3k 46:45 18:38 28:07 143.3k 39 409.0M 0 0 39 163.3M 0 149.3k 46:44 18:39 28:05 146.5k 39 409.0M 0 0 39 163.5M 0 149.3k 46:44 18:40 28:04 150.8k 40 409.0M 0 0 40 163.8M 0 149.4k 46:42 18:42 28:00 175.2k 40 409.0M 0 0 40 164.0M 0 149.5k 46:41 18:43 27:58 181.8k 40 409.0M 0 0 40 164.1M 0 149.4k 46:42 18:44 27:58 178.9k 40 409.0M 0 0 40 164.2M 0 149.4k 46:42 18:45 27:57 169.1k 40 409.0M 0 0 40 164.4M 0 149.4k 46:42 18:46 27:56 164.0k 40 409.0M 0 0 40 164.6M 0 149.5k 46:41 18:47 27:54 162.6k 40 409.0M 0 0 40 165.0M 0 149.6k 46:38 18:48 27:50 179.8k 40 409.0M 0 0 40 165.2M 0 149.7k 46:37 18:50 27:47 201.7k 40 409.0M 0 0 40 165.5M 0 149.7k 46:36 18:51 27:45 210.6k 40 409.0M 0 0 40 165.6M 0 149.7k 46:37 18:53 27:44 199.3k 40 409.0M 0 0 40 165.8M 0 149.7k 46:37 18:54 27:43 179.7k 40 409.0M 0 0 40 165.9M 0 149.6k 46:38 18:55 27:43 154.9k 40 409.0M 0 0 40 166.1M 0 149.6k 46:38 18:56 27:42 142.3k 40 409.0M 0 0 40 166.3M 0 149.6k 46:38 18:57 27:41 136.7k 40 409.0M 0 0 40 166.5M 0 149.7k 46:36 18:58 27:38 154.5k 40 409.0M 0 0 40 166.8M 0 149.8k 46:35 19:00 27:35 171.1k 40 409.0M 0 0 40 167.0M 0 149.8k 46:35 19:01 27:34 176.9k 40 409.0M 0 0 40 167.2M 0 149.8k 46:34 19:02 27:32 187.1k 40 409.0M 0 0 40 167.3M 0 149.8k 46:35 19:03 27:32 179.9k 40 409.0M 0 0 40 167.6M 0 149.9k 46:34 19:04 27:30 179.8k 41 409.0M 0 0 41 167.9M 0 150.0k 46:31 19:06 27:25 188.6k 41 409.0M 0 0 41 168.1M 0 150.1k 46:30 19:07 27:23 204.5k 41 409.0M 0 0 41 168.3M 0 150.1k 46:29 19:08 27:21 205.3k 41 409.0M 0 0 41 168.5M 0 150.1k 46:30 19:09 27:21 200.2k 41 409.0M 0 0 41 168.6M 0 150.0k 46:31 19:10 27:21 177.5k 41 409.0M 0 0 41 168.8M 0 150.0k 46:31 19:12 27:19 150.9k 41 409.0M 0 0 41 169.0M 0 150.0k 46:31 19:13 27:18 136.1k 41 409.0M 0 0 41 169.1M 0 150.0k 46:31 19:14 27:17 134.9k 41 409.0M 0 0 41 169.3M 0 150.0k 46:31 19:15 27:16 140.1k 41 409.0M 0 0 41 169.5M 0 150.0k 46:31 19:17 27:14 150.8k 41 409.0M 0 0 41 169.7M 0 150.0k 46:30 19:18 27:12 160.0k 41 409.0M 0 0 41 169.9M 0 150.1k 46:30 19:19 27:11 164.6k 41 409.0M 0 0 41 170.1M 0 150.1k 46:28 19:20 27:08 174.2k 41 409.0M 0 0 41 170.4M 0 150.2k 46:27 19:21 27:06 192.8k 41 409.0M 0 0 41 170.6M 0 150.2k 46:27 19:22 27:05 192.0k 41 409.0M 0 0 41 170.8M 0 150.2k 46:27 19:24 27:03 179.9k 41 409.0M 0 0 41 171.0M 0 150.2k 46:26 19:25 27:01 184.4k 41 409.0M 0 0 41 171.3M 0 150.3k 46:25 19:26 26:59 180.5k 41 409.0M 0 0 41 171.5M 0 150.3k 46:25 19:27 26:58 172.6k 41 409.0M 0 0 41 171.7M 0 150.4k 46:24 19:29 26:55 177.6k 42 409.0M 0 0 42 171.9M 0 150.4k 46:24 19:30 26:54 181.0k 42 409.0M 0 0 42 172.1M 0 150.4k 46:23 19:31 26:52 181.6k 42 409.0M 0 0 42 172.3M 0 150.4k 46:23 19:33 26:50 168.5k 42 409.0M 0 0 42 172.6M 0 150.5k 46:22 19:34 26:48 173.1k 42 409.0M 0 0 42 172.8M 0 150.5k 46:21 19:35 26:46 182.1k 42 409.0M 0 0 42 173.1M 0 150.6k 46:19 19:36 26:43 204.9k 42 409.0M 0 0 42 173.3M 0 150.6k 46:19 19:38 26:41 192.1k 42 409.0M 0 0 42 173.5M 0 150.7k 46:19 19:39 26:40 198.9k 42 409.0M 0 0 42 173.7M 0 150.7k 46:18 19:40 26:38 197.5k 42 409.0M 0 0 42 173.9M 0 150.6k 46:19 19:41 26:38 170.0k 42 409.0M 0 0 42 174.0M 0 150.6k 46:21 19:43 26:38 135.4k 42 409.0M 0 0 42 174.1M 0 150.5k 46:21 19:44 26:37 128.7k 42 409.0M 0 0 42 174.3M 0 150.5k 46:22 19:45 26:37 120.8k 42 409.0M 0 0 42 174.5M 0 150.5k 46:22 19:46 26:36 116.8k 42 409.0M 0 0 42 174.7M 0 150.6k 46:20 19:48 26:32 137.5k 42 409.0M 0 0 42 175.0M 0 150.6k 46:20 19:49 26:31 158.3k 42 409.0M 0 0 42 175.1M 0 150.6k 46:21 19:51 26:30 157.3k 42 409.0M 0 0 42 175.3M 0 150.4k 46:23 19:52 26:31 140.3k 42 409.0M 0 0 42 175.4M 0 150.4k 46:24 19:54 26:30 133.4k 42 409.0M 0 0 42 175.5M 0 150.4k 46:24 19:55 26:29 116.1k 42 409.0M 0 0 42 175.7M 0 150.3k 46:25 19:56 26:29 107.4k 42 409.0M 0 0 42 175.8M 0 150.3k 46:25 19:57 26:28 105.9k 43 409.0M 0 0 43 176.0M 0 150.3k 46:26 19:58 26:28 120.0k 43 409.0M 0 0 43 176.1M 0 150.3k 46:26 19:59 26:27 122.8k 43 409.0M 0 0 43 176.3M 0 150.3k 46:26 20:01 26:25 127.7k 43 409.0M 0 0 43 176.4M 0 150.2k 46:27 20:02 26:25 125.5k 43 409.0M 0 0 43 176.6M 0 150.2k 46:27 20:03 26:24 127.1k 43 409.0M 0 0 43 176.8M 0 150.2k 46:27 20:05 26:22 131.4k 43 409.0M 0 0 43 176.9M 0 150.2k 46:28 20:06 26:22 130.4k 43 409.0M 0 0 43 177.0M 0 150.1k 46:29 20:07 26:22 121.0k 43 409.0M 0 0 43 177.1M 0 150.0k 46:31 20:09 26:22 109.5k 43 409.0M 0 0 43 177.3M 0 150.0k 46:31 20:10 26:21 112.5k 43 409.0M 0 0 43 177.5M 0 150.0k 46:31 20:11 26:20 117.3k 43 409.0M 0 0 43 177.8M 0 150.1k 46:30 20:12 26:18 131.4k 43 409.0M 0 0 43 177.9M 0 150.0k 46:30 20:14 26:16 138.5k 43 409.0M 0 0 43 178.1M 0 150.0k 46:30 20:15 26:15 158.8k 43 409.0M 0 0 43 178.2M 0 150.0k 46:31 20:16 26:15 153.2k 43 409.0M 0 0 43 178.3M 0 150.0k 46:31 20:17 26:14 142.3k 43 409.0M 0 0 43 178.5M 0 150.0k 46:32 20:18 26:14 131.5k 43 409.0M 0 0 43 178.7M 0 150.0k 46:32 20:20 26:12 135.0k 43 409.0M 0 0 43 178.9M 0 150.0k 46:32 20:21 26:11 133.6k 43 409.0M 0 0 43 179.1M 0 150.0k 46:31 20:23 26:08 146.7k 43 409.0M 0 0 43 179.3M 0 150.0k 46:32 20:24 26:08 147.3k 43 409.0M 0 0 43 179.5M 0 149.9k 46:32 20:25 26:07 144.8k 43 409.0M 0 0 43 179.6M 0 149.9k 46:32 20:26 26:06 147.0k 43 409.0M 0 0 43 179.8M 0 150.0k 46:32 20:27 26:05 151.7k 44 409.0M 0 0 44 180.0M 0 150.0k 46:32 20:29 26:03 147.1k 44 409.0M 0 0 44 180.2M 0 150.0k 46:31 20:30 26:01 153.8k 44 409.0M 0 0 44 180.4M 0 150.0k 46:31 20:31 26:00 160.4k 44 409.0M 0 0 44 180.6M 0 150.0k 46:31 20:32 25:59 163.5k 44 409.0M 0 0 44 180.8M 0 150.0k 46:31 20:34 25:57 162.9k 44 409.0M 0 0 44 181.0M 0 149.9k 46:32 20:35 25:57 145.9k 44 409.0M 0 0 44 181.1M 0 149.9k 46:32 20:37 25:55 142.4k 44 409.0M 0 0 44 181.3M 0 149.9k 46:33 20:38 25:55 134.5k 44 409.0M 0 0 44 181.4M 0 149.9k 46:33 20:39 25:54 125.3k 44 409.0M 0 0 44 181.6M 0 149.9k 46:34 20:40 25:54 118.2k 44 409.0M 0 0 44 181.8M 0 149.9k 46:34 20:41 25:53 133.3k 44 409.0M 0 0 44 182.0M 0 149.9k 46:34 20:43 25:51 134.2k 44 409.0M 0 0 44 182.1M 0 149.8k 46:34 20:44 25:50 138.5k 44 409.0M 0 0 44 182.3M 0 149.8k 46:34 20:45 25:49 143.9k 44 409.0M 0 0 44 182.5M 0 149.8k 46:34 20:47 25:47 143.7k 44 409.0M 0 0 44 182.7M 0 149.8k 46:34 20:48 25:46 142.1k 44 409.0M 0 0 44 183.0M 0 149.9k 46:33 20:49 25:44 152.5k 44 409.0M 0 0 44 183.2M 0 149.9k 46:32 20:51 25:41 167.6k 44 409.0M 0 0 44 183.5M 0 150.0k 46:31 20:52 25:39 176.8k 44 409.0M 0 0 44 183.6M 0 149.9k 46:32 20:53 25:39 171.9k 44 409.0M 0 0 44 183.8M 0 149.9k 46:32 20:55 25:37 170.5k 44 409.0M 0 0 44 183.9M 0 149.9k 46:33 20:56 25:37 154.6k 44 409.0M 0 0 44 184.0M 0 149.9k 46:33 20:57 25:36 136.7k 45 409.0M 0 0 45 184.2M 0 149.9k 46:33 20:58 25:35 130.9k 45 409.0M 0 0 45 184.3M 0 149.9k 46:33 20:59 25:34 136.7k 45 409.0M 0 0 45 184.5M 0 149.8k 46:34 21:00 25:34 136.3k 45 409.0M 0 0 45 184.5M 0 149.8k 46:34 21:00 25:34 149.8k 45 409.0M 0 0 45 184.6M 0 149.9k 46:34 21:01 25:33 166.9k 45 409.0M 0 0 45 184.9M 0 149.9k 46:33 21:02 25:31 177.0k 45 409.0M 0 0 45 185.1M 0 149.9k 46:32 21:04 25:28 185.8k 45 409.0M 0 0 45 185.4M 0 150.0k 46:31 21:05 25:26 191.2k 45 409.0M 0 0 45 185.6M 0 150.1k 46:30 21:06 25:24 198.6k 45 409.0M 0 0 45 186.0M 0 150.2k 46:28 21:07 25:21 215.6k 45 409.0M 0 0 45 186.2M 0 150.2k 46:27 21:09 25:18 215.3k 45 409.0M 0 0 45 186.3M 0 150.2k 46:28 21:10 25:18 191.8k 45 409.0M 0 0 45 186.5M 0 150.1k 46:29 21:12 25:17 165.4k 45 409.0M 0 0 45 186.6M 0 150.0k 46:30 21:13 25:17 143.0k 45 409.0M 0 0 45 186.7M 0 150.0k 46:31 21:14 25:17 112.7k 45 409.0M 0 0 45 186.9M 0 150.0k 46:32 21:16 25:16 101.3k 45 409.0M 0 0 45 187.0M 0 149.9k 46:32 21:17 25:15 105.9k 45 409.0M 0 0 45 187.1M 0 149.9k 46:33 21:18 25:15 109.5k 45 409.0M 0 0 45 187.3M 0 149.8k 46:34 21:19 25:15 111.4k 45 409.0M 0 0 45 187.4M 0 149.8k 46:34 21:20 25:14 115.1k 45 409.0M 0 0 45 187.5M 0 149.8k 46:35 21:21 25:14 109.3k 45 409.0M 0 0 45 187.7M 0 149.8k 46:35 21:23 25:12 116.5k 45 409.0M 0 0 45 187.9M 0 149.8k 46:35 21:24 25:11 131.2k 46 409.0M 0 0 46 188.1M 0 149.8k 46:34 21:25 25:09 147.0k 46 409.0M 0 0 46 188.3M 0 149.8k 46:35 21:27 25:08 149.0k 46 409.0M 0 0 46 188.5M 0 149.8k 46:35 21:28 25:07 151.5k 46 409.0M 0 0 46 188.6M 0 149.8k 46:35 21:29 25:06 154.1k 46 409.0M 0 0 46 188.8M 0 149.8k 46:34 21:30 25:04 155.3k 46 409.0M 0 0 46 189.0M 0 149.8k 46:34 21:31 25:03 152.0k 46 409.0M 0 0 46 189.2M 0 149.9k 46:33 21:32 25:01 165.3k 46 409.0M 0 0 46 189.4M 0 149.9k 46:33 21:33 25:00 180.4k 46 409.0M 0 0 46 189.6M 0 149.9k 46:33 21:34 24:59 179.7k 46 409.0M 0 0 46 189.7M 0 149.9k 46:33 21:35 24:58 163.9k 46 409.0M 0 0 46 189.8M 0 149.9k 46:34 21:36 24:58 154.1k 46 409.0M 0 0 46 190.0M 0 149.8k 46:35 21:38 24:57 132.9k 46 409.0M 0 0 46 190.1M 0 149.8k 46:35 21:40 24:55 120.7k 46 409.0M 0 0 46 190.3M 0 149.7k 46:36 21:41 24:55 112.7k 46 409.0M 0 0 46 190.5M 0 149.7k 46:36 21:42 24:54 119.3k 46 409.0M 0 0 46 190.6M 0 149.7k 46:36 21:43 24:53 118.6k 46 409.0M 0 0 46 190.7M 0 149.7k 46:37 21:44 24:53 125.5k 46 409.0M 0 0 46 190.9M 0 149.7k 46:37 21:45 24:52 132.1k 46 409.0M 0 0 46 191.1M 0 149.7k 46:37 21:46 24:51 140.2k 46 409.0M 0 0 46 191.2M 0 149.7k 46:37 21:47 24:50 136.7k 46 409.0M 0 0 46 191.3M 0 149.6k 46:38 21:49 24:49 132.5k 46 409.0M 0 0 46 191.5M 0 149.6k 46:38 21:50 24:48 134.9k 46 409.0M 0 0 46 191.6M 0 149.6k 46:39 21:52 24:47 123.7k 46 409.0M 0 0 46 191.8M 0 149.5k 46:40 21:53 24:47 113.2k 46 409.0M 0 0 46 192.0M 0 149.5k 46:40 21:54 24:46 119.8k 46 409.0M 0 0 46 192.1M 0 149.5k 46:40 21:55 24:45 128.5k 47 409.0M 0 0 47 192.3M 0 149.5k 46:40 21:56 24:44 131.2k 47 409.0M 0 0 47 192.5M 0 149.5k 46:40 21:58 24:42 140.3k 47 409.0M 0 0 47 192.7M 0 149.5k 46:40 21:59 24:41 150.8k 47 409.0M 0 0 47 193.0M 0 149.6k 46:39 22:00 24:39 157.4k 47 409.0M 0 0 47 193.1M 0 149.5k 46:39 22:02 24:37 153.7k 47 409.0M 0 0 47 193.3M 0 149.5k 46:40 22:03 24:37 147.8k 47 409.0M 0 0 47 193.5M 0 149.5k 46:40 22:04 24:36 151.0k 47 409.0M 0 0 47 193.6M 0 149.5k 46:40 22:06 24:34 148.9k 47 409.0M 0 0 47 193.8M 0 149.5k 46:40 22:07 24:33 137.1k 47 409.0M 0 0 47 194.0M 0 149.5k 46:41 22:08 24:33 137.1k 47 409.0M 0 0 47 194.2M 0 149.5k 46:40 22:09 24:31 148.4k 47 409.0M 0 0 47 194.4M 0 149.5k 46:40 22:10 24:30 153.9k 47 409.0M 0 0 47 194.6M 0 149.6k 46:39 22:12 24:27 163.8k 47 409.0M 0 0 47 194.9M 0 149.6k 46:38 22:13 24:25 176.5k 47 409.0M 0 0 47 195.1M 0 149.7k 46:37 22:14 24:23 192.7k 47 409.0M 0 0 47 195.3M 0 149.7k 46:37 22:15 24:22 191.3k 47 409.0M 0 0 47 195.5M 0 149.7k 46:36 22:17 24:19 188.3k 47 409.0M 0 0 47 195.8M 0 149.8k 46:35 22:18 24:17 187.6k 47 409.0M 0 0 47 196.0M 0 149.8k 46:35 22:19 24:16 184.4k 47 409.0M 0 0 47 196.2M 0 149.8k 46:34 22:20 24:14 183.4k 48 409.0M 0 0 48 196.4M 0 149.8k 46:34 22:22 24:12 176.4k 48 409.0M 0 0 48 196.6M 0 149.8k 46:34 22:23 24:11 175.1k 48 409.0M 0 0 48 196.8M 0 149.8k 46:35 22:25 24:10 153.7k 48 409.0M 0 0 48 196.9M 0 149.7k 46:37 22:26 24:11 133.5k 48 409.0M 0 0 48 197.0M 0 149.7k 46:37 22:27 24:10 119.8k 48 409.0M 0 0 48 197.2M 0 149.7k 46:37 22:28 24:09 124.9k 48 409.0M 0 0 48 197.5M 0 149.8k 46:36 22:30 24:06 133.6k 48 409.0M 0 0 48 197.7M 0 149.8k 46:35 22:31 24:04 149.3k 48 409.0M 0 0 48 197.9M 0 149.8k 46:35 22:32 24:03 169.7k 48 409.0M 0 0 48 198.1M 0 149.8k 46:35 22:33 24:02 177.5k 48 409.0M 0 0 48 198.3M 0 149.8k 46:35 22:35 24:00 169.3k 48 409.0M 0 0 48 198.4M 0 149.8k 46:35 22:36 23:59 153.9k 48 409.0M 0 0 48 198.6M 0 149.8k 46:35 22:37 23:58 148.2k 48 409.0M 0 0 48 198.8M 0 149.8k 46:35 22:38 23:57 143.9k 48 409.0M 0 0 48 198.9M 0 149.7k 46:36 22:40 23:56 134.6k 48 409.0M 0 0 48 199.0M 0 149.7k 46:37 22:41 23:56 128.2k 48 409.0M 0 0 48 199.1M 0 149.7k 46:37 22:42 23:55 127.5k 48 409.0M 0 0 48 199.3M 0 149.7k 46:37 22:43 23:54 126.0k 48 409.0M 0 0 48 199.5M 0 149.6k 46:38 22:44 23:54 122.5k 48 409.0M 0 0 48 199.6M 0 149.6k 46:38 22:45 23:53 123.6k 48 409.0M 0 0 48 199.7M 0 149.6k 46:39 22:47 23:52 119.0k 48 409.0M 0 0 48 199.8M 0 149.5k 46:40 22:48 23:52 113.4k 48 409.0M 0 0 48 200.0M 0 149.5k 46:40 22:49 23:51 114.2k 48 409.0M 0 0 48 200.1M 0 149.5k 46:40 22:50 23:50 115.3k 48 409.0M 0 0 48 200.3M 0 149.5k 46:41 22:51 23:50 113.4k 49 409.0M 0 0 49 200.5M 0 149.5k 46:41 22:53 23:48 130.5k 49 409.0M 0 0 49 200.7M 0 149.6k 46:39 22:54 23:45 161.3k 49 409.0M 0 0 49 201.0M 0 149.6k 46:38 22:55 23:43 171.9k 49 409.0M 0 0 49 201.1M 0 149.6k 46:38 22:56 23:42 176.4k 49 409.0M 0 0 49 201.3M 0 149.6k 46:39 22:57 23:42 179.4k 49 409.0M 0 0 49 201.5M 0 149.6k 46:39 22:59 23:40 167.5k 49 409.0M 0 0 49 201.6M 0 149.6k 46:39 23:00 23:39 149.0k 49 409.0M 0 0 49 201.8M 0 149.5k 46:40 23:01 23:39 135.4k 49 409.0M 0 0 49 202.0M 0 149.5k 46:41 23:03 23:38 120.5k 49 409.0M 0 0 49 202.1M 0 149.4k 46:41 23:04 23:37 120.3k 49 409.0M 0 0 49 202.3M 0 149.4k 46:42 23:05 23:37 123.2k 49 409.0M 0 0 49 202.5M 0 149.4k 46:42 23:07 23:35 124.5k 49 409.0M 0 0 49 202.6M 0 149.5k 46:41 23:08 23:33 133.4k 49 409.0M 0 0 49 202.9M 0 149.5k 46:40 23:09 23:31 167.2k 49 409.0M 0 0 49 203.1M 0 149.6k 46:39 23:10 23:29 178.8k 49 409.0M 0 0 49 203.3M 0 149.6k 46:39 23:11 23:28 181.3k 49 409.0M 0 0 49 203.4M 0 149.5k 46:39 23:12 23:27 179.6k 49 409.0M 0 0 49 203.6M 0 149.5k 46:40 23:13 23:27 166.3k 49 409.0M 0 0 49 203.8M 0 149.5k 46:39 23:15 23:24 152.5k 49 409.0M 0 0 49 204.0M 0 149.6k 46:39 23:16 23:23 150.1k 49 409.0M 0 0 49 204.1M 0 149.5k 46:40 23:17 23:23 141.7k 49 409.0M 0 0 49 204.3M 0 149.5k 46:40 23:18 23:22 141.0k 49 409.0M 0 0 49 204.4M 0 149.5k 46:41 23:19 23:22 138.6k 50 409.0M 0 0 50 204.5M 0 149.5k 46:41 23:21 23:20 129.6k 50 409.0M 0 0 50 204.7M 0 149.5k 46:41 23:22 23:19 126.4k 50 409.0M 0 0 50 204.9M 0 149.5k 46:41 23:23 23:18 130.7k 50 409.0M 0 0 50 205.1M 0 149.4k 46:41 23:25 23:16 135.4k 50 409.0M 0 0 50 205.3M 0 149.5k 46:41 23:26 23:15 150.3k 50 409.0M 0 0 50 205.5M 0 149.5k 46:40 23:27 23:13 158.4k 50 409.0M 0 0 50 205.7M 0 149.5k 46:40 23:28 23:12 159.2k 50 409.0M 0 0 50 205.9M 0 149.5k 46:40 23:30 23:10 158.6k 50 409.0M 0 0 50 206.1M 0 149.5k 46:41 23:31 23:10 156.0k 50 409.0M 0 0 50 206.3M 0 149.5k 46:40 23:32 23:08 151.1k 50 409.0M 0 0 50 206.5M 0 149.5k 46:41 23:34 23:07 146.6k 50 409.0M 0 0 50 206.6M 0 149.5k 46:40 23:35 23:05 146.6k 50 409.0M 0 0 50 206.9M 0 149.5k 46:40 23:36 23:04 158.2k 50 409.0M 0 0 50 207.1M 0 149.5k 46:40 23:38 23:02 158.1k 50 409.0M 0 0 50 207.2M 0 149.5k 46:41 23:39 23:02 143.1k 50 409.0M 0 0 50 207.3M 0 149.4k 46:42 23:40 23:02 132.3k 50 409.0M 0 0 50 207.5M 0 149.4k 46:42 23:41 23:01 127.1k 50 409.0M 0 0 50 207.7M 0 149.4k 46:42 23:43 22:59 127.5k 50 409.0M 0 0 50 208.0M 0 149.5k 46:41 23:44 22:57 142.4k 50 409.0M 0 0 50 208.2M 0 149.5k 46:39 23:45 22:54 168.7k 50 409.0M 0 0 50 208.5M 0 149.6k 46:39 23:46 22:53 193.3k 51 409.0M 0 0 51 208.6M 0 149.6k 46:38 23:47 22:51 204.8k 51 409.0M 0 0 51 208.8M 0 149.6k 46:38 23:48 22:50 198.2k 51 409.0M 0 0 51 209.0M 0 149.6k 46:38 23:50 22:48 175.3k 51 409.0M 0 0 51 209.1M 0 149.5k 46:40 23:52 22:48 146.6k 51 409.0M 0 0 51 209.3M 0 149.5k 46:41 23:53 22:48 126.6k 51 409.0M 0 0 51 209.5M 0 149.5k 46:41 23:54 22:47 120.6k 51 409.0M 0 0 51 209.6M 0 149.5k 46:40 23:55 22:45 121.1k 51 409.0M 0 0 51 209.8M 0 149.5k 46:41 23:57 22:44 125.4k 51 409.0M 0 0 51 210.0M 0 149.5k 46:40 23:58 22:42 144.6k 51 409.0M 0 0 51 210.2M 0 149.5k 46:40 23:59 22:41 157.7k 51 409.0M 0 0 51 210.4M 0 149.5k 46:39 24:00 22:39 165.5k 51 409.0M 0 0 51 210.6M 0 149.6k 46:39 24:01 22:38 167.8k 51 409.0M 0 0 51 210.8M 0 149.6k 46:39 24:02 22:37 165.4k 51 409.0M 0 0 51 211.0M 0 149.6k 46:39 24:04 22:35 165.8k 51 409.0M 0 0 51 211.1M 0 149.6k 46:39 24:05 22:34 159.2k 51 409.0M 0 0 51 211.3M 0 149.5k 46:40 24:06 22:34 148.4k 51 409.0M 0 0 51 211.5M 0 149.5k 46:40 24:07 22:33 141.2k 51 409.0M 0 0 51 211.6M 0 149.5k 46:40 24:09 22:31 145.4k 51 409.0M 0 0 51 211.8M 0 149.5k 46:40 24:10 22:30 136.5k 51 409.0M 0 0 51 212.0M 0 149.5k 46:40 24:11 22:29 133.5k 51 409.0M 0 0 51 212.1M 0 149.4k 46:42 24:13 22:29 123.0k 51 409.0M 0 0 51 212.2M 0 149.4k 46:43 24:14 22:29 115.7k 51 409.0M 0 0 51 212.4M 0 149.4k 46:43 24:15 22:28 113.5k 51 409.0M 0 0 51 212.5M 0 149.3k 46:44 24:17 22:27 107.2k 51 409.0M 0 0 51 212.6M 0 149.3k 46:44 24:18 22:26 108.0k 52 409.0M 0 0 52 212.8M 0 149.3k 46:45 24:19 22:26 114.0k 52 409.0M 0 0 52 213.0M 0 149.3k 46:44 24:20 22:24 128.1k 52 409.0M 0 0 52 213.2M 0 149.3k 46:43 24:21 22:22 144.4k 52 409.0M 0 0 52 213.4M 0 149.4k 46:43 24:22 22:21 161.1k 52 409.0M 0 0 52 213.6M 0 149.4k 46:42 24:23 22:19 181.7k 52 409.0M 0 0 52 213.8M 0 149.4k 46:41 24:25 22:16 195.4k 52 409.0M 0 0 52 214.0M 0 149.5k 46:41 24:26 22:15 191.2k 52 409.0M 0 0 52 214.2M 0 149.5k 46:41 24:27 22:14 180.3k 52 409.0M 0 0 52 214.3M 0 149.4k 46:42 24:28 22:14 162.4k 52 409.0M 0 0 52 214.5M 0 149.4k 46:42 24:29 22:13 143.9k 52 409.0M 0 0 52 214.6M 0 149.4k 46:42 24:30 22:12 140.0k 52 409.0M 0 0 52 214.8M 0 149.4k 46:42 24:31 22:11 143.9k 52 409.0M 0 0 52 215.1M 0 149.5k 46:40 24:33 22:07 155.6k 52 409.0M 0 0 52 215.4M 0 149.6k 46:39 24:34 22:05 189.5k 52 409.0M 0 0 52 215.7M 0 149.7k 46:37 24:35 22:02 213.0k 52 409.0M 0 0 52 215.9M 0 149.7k 46:37 24:36 22:01 219.8k 52 409.0M 0 0 52 216.1M 0 149.7k 46:37 24:37 22:00 213.3k 52 409.0M 0 0 52 216.3M 0 149.7k 46:37 24:39 21:58 197.5k 52 409.0M 0 0 52 216.5M 0 149.7k 46:36 24:40 21:56 191.6k 53 409.0M 0 0 53 216.8M 0 149.8k 46:34 24:41 21:53 191.3k 53 409.0M 0 0 53 217.0M 0 149.8k 46:34 24:43 21:51 185.2k 53 409.0M 0 0 53 217.2M 0 149.8k 46:34 24:44 21:50 186.4k 53 409.0M 0 0 53 217.4M 0 149.8k 46:34 24:45 21:49 187.5k 53 409.0M 0 0 53 217.6M 0 149.8k 46:34 24:46 21:48 169.6k 53 409.0M 0 0 53 217.8M 0 149.8k 46:34 24:48 21:46 145.4k 53 409.0M 0 0 53 218.0M 0 149.9k 46:33 24:49 21:44 158.9k 53 409.0M 0 0 53 218.3M 0 149.9k 46:32 24:50 21:42 169.7k 53 409.0M 0 0 53 218.5M 0 149.9k 46:32 24:51 21:41 172.2k 53 409.0M 0 0 53 218.6M 0 149.9k 46:32 24:53 21:39 170.8k 53 409.0M 0 0 53 218.8M 0 149.9k 46:32 24:54 21:38 182.6k 53 409.0M 0 0 53 219.0M 0 149.9k 46:32 24:55 21:37 163.7k 53 409.0M 0 0 53 219.1M 0 149.9k 46:34 24:57 21:37 132.9k 53 409.0M 0 0 53 219.3M 0 149.9k 46:34 24:58 21:36 130.1k 53 409.0M 0 0 53 219.6M 0 149.9k 46:33 24:59 21:34 142.3k 53 409.0M 0 0 53 219.8M 0 149.9k 46:32 25:01 21:31 147.5k 53 409.0M 0 0 53 220.0M 0 149.9k 46:32 25:02 21:30 154.6k 53 409.0M 0 0 53 220.1M 0 149.9k 46:33 25:03 21:30 160.4k 53 409.0M 0 0 53 220.3M 0 149.8k 46:34 25:05 21:29 143.8k 53 409.0M 0 0 53 220.4M 0 149.8k 46:35 25:06 21:29 125.5k 53 409.0M 0 0 53 220.6M 0 149.8k 46:35 25:07 21:28 116.0k 53 409.0M 0 0 53 220.8M 0 149.8k 46:34 25:08 21:26 125.8k 54 409.0M 0 0 54 221.0M 0 149.8k 46:34 25:10 21:24 138.5k 54 409.0M 0 0 54 221.1M 0 149.8k 46:34 25:11 21:23 150.1k 54 409.0M 0 0 54 221.3M 0 149.8k 46:35 25:12 21:23 152.1k 54 409.0M 0 0 54 221.4M 0 149.7k 46:36 25:13 21:23 136.3k 54 409.0M 0 0 54 221.5M 0 149.7k 46:36 25:14 21:22 117.3k 54 409.0M 0 0 54 221.7M 0 149.7k 46:37 25:16 21:21 112.5k 54 409.0M 0 0 54 221.9M 0 149.7k 46:37 25:17 21:20 113.8k 54 409.0M 0 0 54 222.0M 0 149.6k 46:38 25:19 21:19 116.1k 54 409.0M 0 0 54 222.2M 0 149.6k 46:38 25:20 21:18 125.9k 54 409.0M 0 0 54 222.4M 0 149.6k 46:38 25:21 21:17 133.3k 54 409.0M 0 0 54 222.6M 0 149.7k 46:37 25:22 21:15 142.5k 54 409.0M 0 0 54 222.7M 0 149.6k 46:38 25:23 21:15 143.5k 54 409.0M 0 0 54 222.9M 0 149.6k 46:38 25:25 21:13 146.2k 54 409.0M 0 0 54 223.1M 0 149.6k 46:38 25:26 21:12 146.8k 54 409.0M 0 0 54 223.3M 0 149.6k 46:38 25:27 21:11 143.1k 54 409.0M 0 0 54 223.5M 0 149.6k 46:38 25:29 21:09 146.6k 54 409.0M 0 0 54 223.6M 0 149.6k 46:38 25:30 21:08 147.3k 54 409.0M 0 0 54 223.8M 0 149.6k 46:38 25:31 21:07 145.9k 54 409.0M 0 0 54 224.0M 0 149.6k 46:38 25:33 21:05 145.7k 54 409.0M 0 0 54 224.2M 0 149.6k 46:39 25:34 21:05 145.5k 54 409.0M 0 0 54 224.4M 0 149.6k 46:38 25:35 21:03 139.5k 54 409.0M 0 0 54 224.5M 0 149.6k 46:39 25:36 21:03 139.5k 54 409.0M 0 0 54 224.6M 0 149.6k 46:39 25:37 21:02 137.7k 54 409.0M 0 0 54 224.8M 0 149.5k 46:40 25:39 21:01 133.2k 55 409.0M 0 0 55 225.0M 0 149.5k 46:40 25:40 21:00 132.8k 55 409.0M 0 0 55 225.2M 0 149.5k 46:40 25:42 20:58 128.6k 55 409.0M 0 0 55 225.4M 0 149.5k 46:40 25:43 20:57 135.5k 55 409.0M 0 0 55 225.5M 0 149.5k 46:41 25:44 20:57 130.4k 55 409.0M 0 0 55 225.6M 0 149.5k 46:41 25:45 20:56 132.3k 55 409.0M 0 0 55 225.8M 0 149.5k 46:41 25:46 20:55 137.9k 55 409.0M 0 0 55 226.0M 0 149.5k 46:41 25:48 20:53 139.6k 55 409.0M 0 0 55 226.2M 0 149.5k 46:41 25:49 20:52 135.2k 55 409.0M 0 0 55 226.4M 0 149.5k 46:41 25:50 20:51 145.6k 55 409.0M 0 0 55 226.6M 0 149.5k 46:40 25:51 20:49 156.6k 55 409.0M 0 0 55 226.8M 0 149.5k 46:40 25:53 20:47 161.2k 55 409.0M 0 0 55 227.0M 0 149.5k 46:40 25:54 20:46 153.8k 55 409.0M 0 0 55 227.1M 0 149.5k 46:41 25:55 20:46 149.4k 55 409.0M 0 0 55 227.3M 0 149.4k 46:41 25:56 20:45 144.1k 55 409.0M 0 0 55 227.4M 0 149.4k 46:42 25:58 20:44 134.0k 55 409.0M 0 0 55 227.5M 0 149.4k 46:42 25:59 20:43 116.2k 55 409.0M 0 0 55 227.7M 0 149.4k 46:42 26:00 20:42 123.5k 55 409.0M 0 0 55 227.9M 0 149.4k 46:43 26:02 20:41 127.3k 55 409.0M 0 0 55 228.1M 0 149.4k 46:42 26:03 20:39 136.1k 55 409.0M 0 0 55 228.3M 0 149.4k 46:41 26:04 20:37 152.5k 55 409.0M 0 0 55 228.6M 0 149.5k 46:40 26:05 20:35 177.6k 55 409.0M 0 0 55 228.8M 0 149.5k 46:40 26:06 20:34 183.2k 55 409.0M 0 0 55 229.0M 0 149.5k 46:40 26:07 20:33 189.8k 56 409.0M 0 0 56 229.1M 0 149.5k 46:40 26:09 20:31 173.9k 56 409.0M 0 0 56 229.3M 0 149.5k 46:41 26:10 20:31 152.5k 56 409.0M 0 0 56 229.4M 0 149.4k 46:42 26:12 20:30 121.5k 56 409.0M 0 0 56 229.6M 0 149.4k 46:42 26:13 20:29 119.9k 56 409.0M 0 0 56 229.8M 0 149.4k 46:41 26:14 20:27 129.3k 56 409.0M 0 0 56 230.1M 0 149.5k 46:41 26:16 20:25 144.2k 56 409.0M 0 0 56 230.3M 0 149.5k 46:40 26:17 20:23 158.6k 56 409.0M 0 0 56 230.5M 0 149.5k 46:40 26:18 20:22 191.2k 56 409.0M 0 0 56 230.5M 0 149.5k 46:40 26:18 20:22 149.5k 56 409.0M 0 0 56 230.7M 0 149.6k 46:39 26:19 20:20 179.2k 56 409.0M 0 0 56 230.9M 0 149.6k 46:39 26:20 20:19 171.7k 56 409.0M 0 0 56 231.0M 0 149.5k 46:40 26:21 20:19 151.1k 56 409.0M 0 0 56 231.1M 0 149.5k 46:40 26:22 20:18 138.0k 56 409.0M 0 0 56 231.3M 0 149.5k 46:41 26:23 20:18 136.2k 56 409.0M 0 0 56 231.5M 0 149.5k 46:41 26:25 20:16 129.9k 56 409.0M 0 0 56 231.6M 0 149.5k 46:41 26:26 20:15 121.3k 56 409.0M 0 0 56 231.8M 0 149.4k 46:42 26:27 20:15 123.4k 56 409.0M 0 0 56 232.0M 0 149.5k 46:41 26:29 20:12 137.9k 56 409.0M 0 0 56 232.1M 0 149.5k 46:41 26:30 20:11 147.3k 56 409.0M 0 0 56 232.3M 0 149.5k 46:40 26:31 20:09 152.1k 56 409.0M 0 0 56 232.5M 0 149.5k 46:41 26:32 20:09 154.1k 56 409.0M 0 0 56 232.6M 0 149.4k 46:42 26:34 20:08 140.3k 56 409.0M 0 0 56 232.8M 0 149.3k 46:43 26:35 20:08 121.4k 56 409.0M 0 0 56 233.0M 0 149.3k 46:43 26:37 20:06 119.5k 57 409.0M 0 0 57 233.1M 0 149.4k 46:43 26:38 20:05 120.0k 57 409.0M 0 0 57 233.3M 0 149.4k 46:43 26:39 20:04 125.0k 57 409.0M 0 0 57 233.5M 0 149.4k 46:43 26:40 20:03 143.4k 57 409.0M 0 0 57 233.8M 0 149.4k 46:42 26:41 20:01 171.5k 57 409.0M 0 0 57 234.0M 0 149.5k 46:41 26:43 19:58 178.5k 57 409.0M 0 0 57 234.2M 0 149.4k 46:41 26:44 19:57 168.4k 57 409.0M 0 0 57 234.3M 0 149.4k 46:42 26:45 19:57 163.1k 57 409.0M 0 0 57 234.5M 0 149.4k 46:42 26:46 19:56 163.7k 57 409.0M 0 0 57 234.7M 0 149.4k 46:41 26:48 19:53 154.6k 57 409.0M 0 0 57 234.9M 0 149.4k 46:42 26:49 19:53 138.5k 57 409.0M 0 0 57 235.0M 0 149.4k 46:42 26:50 19:52 134.9k 57 409.0M 0 0 57 235.2M 0 149.4k 46:42 26:51 19:51 145.3k 57 409.0M 0 0 57 235.5M 0 149.4k 46:41 26:53 19:48 151.1k 57 409.0M 0 0 57 235.6M 0 149.4k 46:42 26:54 19:48 148.7k 57 409.0M 0 0 57 235.8M 0 149.4k 46:42 26:56 19:46 149.2k 57 409.0M 0 0 57 236.0M 0 149.4k 46:43 26:57 19:46 143.6k 57 409.0M 0 0 57 236.1M 0 149.3k 46:43 26:58 19:45 134.1k 57 409.0M 0 0 57 236.2M 0 149.3k 46:44 26:59 19:45 118.1k 57 409.0M 0 0 57 236.4M 0 149.3k 46:44 27:00 19:44 121.9k 57 409.0M 0 0 57 236.6M 0 149.4k 46:42 27:01 19:41 143.3k 57 409.0M 0 0 57 236.8M 0 149.4k 46:42 27:02 19:40 164.4k 57 409.0M 0 0 57 237.0M 0 149.4k 46:43 27:04 19:39 158.5k 57 409.0M 0 0 57 237.1M 0 149.3k 46:43 27:05 19:38 160.0k 58 409.0M 0 0 58 237.2M 0 149.3k 46:44 27:06 19:38 140.8k 58 409.0M 0 0 58 237.3M 0 149.3k 46:45 27:07 19:38 115.3k 58 409.0M 0 0 58 237.5M 0 149.3k 46:45 27:09 19:36 110.2k 58 409.0M 0 0 58 237.7M 0 149.3k 46:45 27:10 19:35 118.6k 58 409.0M 0 0 58 237.9M 0 149.2k 46:45 27:12 19:33 122.9k 58 409.0M 0 0 58 238.1M 0 149.3k 46:45 27:13 19:32 137.7k 58 409.0M 0 0 58 238.3M 0 149.3k 46:45 27:14 19:31 152.4k 58 409.0M 0 0 58 238.5M 0 149.3k 46:44 27:15 19:29 158.7k 58 409.0M 0 0 58 238.6M 0 149.3k 46:44 27:16 19:28 163.5k 58 409.0M 0 0 58 238.8M 0 149.3k 46:44 27:17 19:27 169.6k 58 409.0M 0 0 58 239.1M 0 149.3k 46:43 27:19 19:24 175.5k 58 409.0M 0 0 58 239.2M 0 149.3k 46:44 27:20 19:24 157.2k 58 409.0M 0 0 58 239.3M 0 149.3k 46:44 27:21 19:23 148.6k 58 409.0M 0 0 58 239.6M 0 149.3k 46:44 27:22 19:22 149.7k 58 409.0M 0 0 58 239.8M 0 149.3k 46:44 27:24 19:20 151.7k 58 409.0M 0 0 58 240.0M 0 149.4k 46:43 27:25 19:18 159.3k 58 409.0M 0 0 58 240.2M 0 149.4k 46:43 27:26 19:17 169.0k 58 409.0M 0 0 58 240.4M 0 149.4k 46:42 27:27 19:15 178.6k 58 409.0M 0 0 58 240.6M 0 149.4k 46:43 27:29 19:14 164.9k 58 409.0M 0 0 58 240.7M 0 149.3k 46:44 27:30 19:14 145.2k 58 409.0M 0 0 58 240.8M 0 149.3k 46:45 27:31 19:14 121.6k 58 409.0M 0 0 58 241.0M 0 149.3k 46:45 27:33 19:12 119.5k 58 409.0M 0 0 58 241.2M 0 149.3k 46:45 27:34 19:11 115.4k 59 409.0M 0 0 59 241.4M 0 149.3k 46:45 27:35 19:10 124.2k 59 409.0M 0 0 59 241.6M 0 149.3k 46:44 27:37 19:07 147.2k 59 409.0M 0 0 59 241.9M 0 149.3k 46:43 27:38 19:05 169.5k 59 409.0M 0 0 59 242.1M 0 149.4k 46:43 27:39 19:04 180.3k 59 409.0M 0 0 59 242.2M 0 149.3k 46:43 27:40 19:03 177.7k 59 409.0M 0 0 59 242.4M 0 149.3k 46:43 27:41 19:02 173.0k 59 409.0M 0 0 59 242.6M 0 149.4k 46:43 27:42 19:01 167.5k 59 409.0M 0 0 59 242.8M 0 149.4k 46:42 27:44 18:58 161.2k 59 409.0M 0 0 59 243.0M 0 149.4k 46:43 27:45 18:58 149.4k 59 409.0M 0 0 59 243.2M 0 149.3k 46:43 27:47 18:56 149.2k 59 409.0M 0 0 59 243.4M 0 149.4k 46:43 27:48 18:55 150.7k 59 409.0M 0 0 59 243.6M 0 149.4k 46:42 27:49 18:53 157.9k 59 409.0M 0 0 59 243.8M 0 149.3k 46:44 27:51 18:53 135.5k 59 409.0M 0 0 59 244.0M 0 149.3k 46:43 27:52 18:51 141.1k 59 409.0M 0 0 59 244.1M 0 149.3k 46:43 27:53 18:50 149.5k 59 409.0M 0 0 59 244.3M 0 149.4k 46:43 27:54 18:49 154.7k 59 409.0M 0 0 59 244.5M 0 149.4k 46:42 27:55 18:47 147.7k 59 409.0M 0 0 59 244.7M 0 149.4k 46:43 27:57 18:46 162.9k 59 409.0M 0 0 59 244.9M 0 149.4k 46:43 27:58 18:45 163.6k 59 409.0M 0 0 59 245.1M 0 149.4k 46:43 27:59 18:44 156.6k 59 409.0M 0 0 59 245.2M 0 149.4k 46:43 28:00 18:43 144.1k 59 409.0M 0 0 59 245.3M 0 149.3k 46:44 28:02 18:42 131.9k 60 409.0M 0 0 60 245.5M 0 149.3k 46:44 28:03 18:41 131.4k 60 409.0M 0 0 60 245.7M 0 149.3k 46:44 28:05 18:39 124.6k 60 409.0M 0 0 60 245.9M 0 149.3k 46:44 28:06 18:38 125.2k 60 409.0M 0 0 60 246.1M 0 149.3k 46:44 28:07 18:37 136.4k 60 409.0M 0 0 60 246.3M 0 149.3k 46:44 28:08 18:36 142.7k 60 409.0M 0 0 60 246.5M 0 149.3k 46:44 28:10 18:34 146.6k 60 409.0M 0 0 60 246.7M 0 149.4k 46:43 28:11 18:32 169.0k 60 409.0M 0 0 60 246.9M 0 149.4k 46:43 28:12 18:31 177.4k 60 409.0M 0 0 60 247.1M 0 149.4k 46:42 28:13 18:29 183.2k 60 409.0M 0 0 60 247.4M 0 149.5k 46:41 28:14 18:27 199.1k 60 409.0M 0 0 60 247.6M 0 149.5k 46:41 28:15 18:26 205.8k 60 409.0M 0 0 60 247.8M 0 149.5k 46:40 28:17 18:23 196.5k 60 409.0M 0 0 60 248.0M 0 149.5k 46:40 28:18 18:22 182.2k 60 409.0M 0 0 60 248.1M 0 149.5k 46:41 28:19 18:22 165.0k 60 409.0M 0 0 60 248.2M 0 149.4k 46:41 28:20 18:21 143.2k 60 409.0M 0 0 60 248.4M 0 149.4k 46:42 28:21 18:21 134.4k 60 409.0M 0 0 60 248.6M 0 149.4k 46:41 28:23 18:18 128.1k 60 409.0M 0 0 60 248.8M 0 149.5k 46:41 28:24 18:17 139.8k 60 409.0M 0 0 60 249.0M 0 149.5k 46:40 28:25 18:15 156.2k 60 409.0M 0 0 60 249.2M 0 149.5k 46:40 28:26 18:14 170.3k 60 409.0M 0 0 60 249.4M 0 149.5k 46:40 28:28 18:12 167.7k 61 409.0M 0 0 61 249.5M 0 149.4k 46:41 28:29 18:12 150.0k 61 409.0M 0 0 61 249.6M 0 149.4k 46:42 28:30 18:12 135.1k 61 409.0M 0 0 61 249.8M 0 149.4k 46:42 28:31 18:11 119.3k 61 409.0M 0 0 61 250.0M 0 149.4k 46:42 28:32 18:10 120.2k 61 409.0M 0 0 61 250.1M 0 149.4k 46:42 28:34 18:08 127.8k 61 409.0M 0 0 61 250.3M 0 149.4k 46:42 28:35 18:07 142.9k 61 409.0M 0 0 61 250.5M 0 149.4k 46:41 28:36 18:05 161.7k 61 409.0M 0 0 61 250.7M 0 149.5k 46:41 28:37 18:04 170.4k 61 409.0M 0 0 61 250.9M 0 149.4k 46:42 28:38 18:04 157.3k 61 409.0M 0 0 61 251.0M 0 149.4k 46:42 28:40 18:02 145.8k 61 409.0M 0 0 61 251.2M 0 149.4k 46:42 28:41 18:01 151.2k 61 409.0M 0 0 61 251.5M 0 149.5k 46:40 28:42 17:58 166.8k 61 409.0M 0 0 61 251.8M 0 149.6k 46:39 28:43 17:56 177.5k 61 409.0M 0 0 61 252.0M 0 149.6k 46:38 28:44 17:54 202.6k 61 409.0M 0 0 61 252.3M 0 149.6k 46:38 28:46 17:52 216.8k 61 409.0M 0 0 61 252.5M 0 149.6k 46:38 28:47 17:51 209.4k 61 409.0M 0 0 61 252.7M 0 149.7k 46:37 28:48 17:49 202.4k 61 409.0M 0 0 61 253.0M 0 149.7k 46:36 28:49 17:47 201.1k 61 409.0M 0 0 61 253.2M 0 149.8k 46:35 28:50 17:45 195.9k 61 409.0M 0 0 61 253.4M 0 149.8k 46:35 28:51 17:44 196.2k 62 409.0M 0 0 62 253.6M 0 149.8k 46:34 28:52 17:42 201.9k 62 409.0M 0 0 62 253.8M 0 149.8k 46:34 28:54 17:40 197.6k 62 409.0M 0 0 62 254.1M 0 149.9k 46:33 28:55 17:38 194.4k 62 409.0M 0 0 62 254.3M 0 149.9k 46:32 28:56 17:36 194.2k 62 409.0M 0 0 62 254.5M 0 149.9k 46:32 28:57 17:35 195.1k 62 409.0M 0 0 62 254.8M 0 150.0k 46:31 28:59 17:32 199.8k 62 409.0M 0 0 62 255.0M 0 150.0k 46:31 29:00 17:31 197.0k 62 409.0M 0 0 62 255.2M 0 150.1k 46:30 29:01 17:29 199.8k 62 409.0M 0 0 62 255.4M 0 150.1k 46:30 29:02 17:28 193.8k 62 409.0M 0 0 62 255.6M 0 150.1k 46:30 29:03 17:27 189.6k 62 409.0M 0 0 62 255.8M 0 150.1k 46:29 29:04 17:25 178.8k 62 409.0M 0 0 62 256.0M 0 150.1k 46:30 29:06 17:24 170.0k 62 409.0M 0 0 62 256.1M 0 150.0k 46:30 29:07 17:23 147.5k 62 409.0M 0 0 62 256.3M 0 150.0k 46:30 29:08 17:22 144.2k 62 409.0M 0 0 62 256.5M 0 150.0k 46:30 29:09 17:21 141.4k 62 409.0M 0 0 62 256.6M 0 150.0k 46:30 29:10 17:20 134.9k 62 409.0M 0 0 62 256.8M 0 150.0k 46:30 29:12 17:18 141.1k 62 409.0M 0 0 62 257.0M 0 150.1k 46:29 29:13 17:16 167.0k 62 409.0M 0 0 62 257.2M 0 150.1k 46:29 29:14 17:15 170.7k 62 409.0M 0 0 62 257.4M 0 150.1k 46:29 29:15 17:14 176.9k 62 409.0M 0 0 62 257.6M 0 150.1k 46:28 29:16 17:12 188.8k 63 409.0M 0 0 63 257.8M 0 150.2k 46:28 29:17 17:11 185.8k 63 409.0M 0 0 63 258.0M 0 150.2k 46:27 29:18 17:09 179.9k 63 409.0M 0 0 63 258.3M 0 150.2k 46:27 29:20 17:07 187.5k 63 409.0M 0 0 63 258.6M 0 150.3k 46:25 29:21 17:04 204.1k 63 409.0M 0 0 63 258.8M 0 150.4k 46:24 29:22 17:02 211.7k 63 409.0M 0 0 63 259.0M 0 150.4k 46:24 29:23 17:01 205.4k 63 409.0M 0 0 63 259.1M 0 150.3k 46:25 29:24 17:01 189.9k 63 409.0M 0 0 63 259.3M 0 150.3k 46:25 29:26 16:59 180.9k 63 409.0M 0 0 63 259.5M 0 150.4k 46:24 29:27 16:57 164.4k 63 409.0M 0 0 63 259.7M 0 150.4k 46:24 29:28 16:56 152.7k 63 409.0M 0 0 63 259.9M 0 150.3k 46:25 29:29 16:56 147.4k 63 409.0M 0 0 63 260.1M 0 150.3k 46:25 29:31 16:54 150.0k 63 409.0M 0 0 63 260.3M 0 150.3k 46:25 29:32 16:53 146.3k 63 409.0M 0 0 63 260.5M 0 150.3k 46:25 29:33 16:52 140.4k 63 409.0M 0 0 63 260.6M 0 150.3k 46:25 29:35 16:50 143.0k 63 409.0M 0 0 63 260.8M 0 150.3k 46:25 29:36 16:49 137.9k 63 409.0M 0 0 63 260.9M 0 150.3k 46:26 29:37 16:49 131.7k 63 409.0M 0 0 63 261.0M 0 150.2k 46:27 29:38 16:49 125.4k 63 409.0M 0 0 63 261.1M 0 150.2k 46:27 29:40 16:47 113.6k 63 409.0M 0 0 63 261.3M 0 150.2k 46:28 29:41 16:47 104.0k 63 409.0M 0 0 63 261.5M 0 150.2k 46:27 29:42 16:45 119.5k 63 409.0M 0 0 63 261.6M 0 150.2k 46:28 29:43 16:45 119.4k 63 409.0M 0 0 63 261.7M 0 150.1k 46:28 29:44 16:44 120.8k 64 409.0M 0 0 64 261.9M 0 150.1k 46:28 29:45 16:43 136.0k 64 409.0M 0 0 64 262.1M 0 150.2k 46:27 29:46 16:41 155.2k 64 409.0M 0 0 64 262.4M 0 150.2k 46:27 29:48 16:39 163.8k 64 409.0M 0 0 64 262.6M 0 150.2k 46:27 29:49 16:38 164.8k 64 409.0M 0 0 64 262.7M 0 150.2k 46:28 29:51 16:37 157.2k 64 409.0M 0 0 64 262.9M 0 150.2k 46:28 29:52 16:36 157.1k 64 409.0M 0 0 64 263.1M 0 150.2k 46:27 29:53 16:34 151.8k 64 409.0M 0 0 64 263.3M 0 150.2k 46:27 29:54 16:33 142.7k 64 409.0M 0 0 64 263.5M 0 150.2k 46:27 29:55 16:32 152.9k 64 409.0M 0 0 64 263.7M 0 150.2k 46:27 29:57 16:30 162.9k 64 409.0M 0 0 64 263.9M 0 150.2k 46:27 29:58 16:29 165.5k 64 409.0M 0 0 64 264.1M 0 150.2k 46:27 29:59 16:28 155.9k 64 409.0M 0 0 64 264.3M 0 150.2k 46:27 30:01 16:26 145.8k 64 409.0M 0 0 64 264.4M 0 150.2k 46:28 30:02 16:26 133.9k 64 409.0M 0 0 64 264.6M 0 150.1k 46:28 30:04 16:24 132.7k 64 409.0M 0 0 64 264.7M 0 150.1k 46:29 30:05 16:24 121.6k 64 409.0M 0 0 64 264.8M 0 150.1k 46:30 30:06 16:24 111.4k 64 409.0M 0 0 64 265.0M 0 150.1k 46:30 30:07 16:23 109.7k 64 409.0M 0 0 64 265.1M 0 150.0k 46:30 30:08 16:22 112.6k 64 409.0M 0 0 64 265.2M 0 150.0k 46:31 30:10 16:21 106.8k 64 409.0M 0 0 64 265.4M 0 150.0k 46:31 30:11 16:20 117.4k 64 409.0M 0 0 64 265.6M 0 150.0k 46:31 30:12 16:19 131.1k 64 409.0M 0 0 64 265.8M 0 150.0k 46:31 30:13 16:18 138.8k 65 409.0M 0 0 65 266.0M 0 150.0k 46:30 30:15 16:15 154.8k 65 409.0M 0 0 65 266.3M 0 150.1k 46:29 30:16 16:13 175.5k 65 409.0M 0 0 65 266.5M 0 150.1k 46:28 30:17 16:11 187.2k 65 409.0M 0 0 65 266.8M 0 150.2k 46:28 30:18 16:10 203.2k 65 409.0M 0 0 65 267.0M 0 150.2k 46:27 30:19 16:08 212.9k 65 409.0M 0 0 65 267.2M 0 150.2k 46:27 30:21 16:06 206.2k 65 409.0M 0 0 65 267.5M 0 150.3k 46:26 30:22 16:04 207.4k 65 409.0M 0 0 65 267.6M 0 150.3k 46:26 30:23 16:03 199.1k 65 409.0M 0 0 65 267.8M 0 150.3k 46:26 30:24 16:02 177.2k 65 409.0M 0 0 65 267.9M 0 150.2k 46:26 30:25 16:01 158.1k 65 409.0M 0 0 65 268.1M 0 150.2k 46:27 30:27 16:00 149.1k 65 409.0M 0 0 65 268.3M 0 150.2k 46:27 30:28 15:59 133.1k 65 409.0M 0 0 65 268.5M 0 150.2k 46:27 30:29 15:58 134.8k 65 409.0M 0 0 65 268.6M 0 150.2k 46:26 30:30 15:56 142.1k 65 409.0M 0 0 65 268.8M 0 150.2k 46:26 30:31 15:55 149.8k 65 409.0M 0 0 65 269.0M 0 150.2k 46:27 30:33 15:54 147.9k 65 409.0M 0 0 65 269.1M 0 150.2k 46:28 30:34 15:54 136.9k 65 409.0M 0 0 65 269.2M 0 150.2k 46:28 30:35 15:53 126.4k 65 409.0M 0 0 65 269.3M 0 150.1k 46:29 30:37 15:52 107.2k 65 409.0M 0 0 65 269.5M 0 150.0k 46:30 30:38 15:52 95770 65 409.0M 0 0 65 269.6M 0 150.0k 46:31 30:40 15:51 93409 65 409.0M 0 0 65 269.8M 0 150.0k 46:31 30:41 15:50 98.41k 66 409.0M 0 0 66 270.0M 0 150.0k 46:32 30:43 15:49 101.2k 66 409.0M 0 0 66 270.1M 0 150.0k 46:32 30:44 15:48 117.5k 66 409.0M 0 0 66 270.3M 0 150.0k 46:32 30:45 15:47 126.5k 66 409.0M 0 0 66 270.5M 0 150.0k 46:32 30:46 15:46 141.2k 66 409.0M 0 0 66 270.6M 0 150.0k 46:31 30:47 15:44 150.3k 66 409.0M 0 0 66 270.8M 0 150.0k 46:32 30:48 15:44 154.3k 66 409.0M 0 0 66 271.0M 0 150.0k 46:31 30:50 15:41 155.4k 66 409.0M 0 0 66 271.2M 0 150.0k 46:31 30:51 15:40 165.6k 66 409.0M 0 0 66 271.4M 0 150.0k 46:31 30:52 15:39 162.2k 66 409.0M 0 0 66 271.6M 0 150.0k 46:31 30:53 15:38 153.8k 66 409.0M 0 0 66 271.8M 0 150.0k 46:31 30:55 15:36 151.9k 66 409.0M 0 0 66 272.0M 0 150.0k 46:32 30:56 15:36 142.5k 66 409.0M 0 0 66 272.1M 0 150.0k 46:32 30:58 15:34 139.1k 66 409.0M 0 0 66 272.3M 0 149.9k 46:32 30:59 15:33 135.8k 66 409.0M 0 0 66 272.5M 0 149.9k 46:33 31:00 15:33 130.8k 66 409.0M 0 0 66 272.6M 0 149.9k 46:33 31:01 15:32 125.0k 66 409.0M 0 0 66 272.7M 0 149.9k 46:33 31:02 15:31 125.0k 66 409.0M 0 0 66 272.9M 0 149.9k 46:33 31:04 15:29 123.4k 66 409.0M 0 0 66 273.1M 0 149.9k 46:33 31:05 15:28 138.1k 66 409.0M 0 0 66 273.4M 0 150.0k 46:32 31:06 15:26 165.8k 66 409.0M 0 0 66 273.6M 0 150.0k 46:31 31:07 15:24 190.2k 66 409.0M 0 0 66 273.8M 0 150.0k 46:31 31:08 15:23 190.2k 66 409.0M 0 0 66 274.0M 0 150.0k 46:31 31:10 15:21 183.7k 67 409.0M 0 0 67 274.1M 0 149.9k 46:32 31:11 15:21 160.2k 67 409.0M 0 0 67 274.2M 0 149.9k 46:33 31:12 15:21 129.3k 67 409.0M 0 0 67 274.4M 0 149.9k 46:33 31:14 15:19 118.2k 67 409.0M 0 0 67 274.6M 0 149.9k 46:33 31:15 15:18 112.3k 67 409.0M 0 0 67 274.7M 0 149.8k 46:34 31:16 15:18 112.5k 67 409.0M 0 0 67 274.9M 0 149.8k 46:34 31:18 15:16 120.2k 67 409.0M 0 0 67 275.1M 0 149.8k 46:34 31:19 15:15 135.9k 67 409.0M 0 0 67 275.2M 0 149.8k 46:34 31:20 15:14 128.6k 67 409.0M 0 0 67 275.4M 0 149.8k 46:34 31:21 15:13 139.5k 67 409.0M 0 0 67 275.6M 0 149.9k 46:34 31:22 15:12 153.5k 67 409.0M 0 0 67 275.8M 0 149.9k 46:34 31:24 15:10 156.7k 67 409.0M 0 0 67 276.0M 0 149.9k 46:34 31:25 15:09 154.5k 67 409.0M 0 0 67 276.1M 0 149.9k 46:33 31:26 15:07 162.0k 67 409.0M 0 0 67 276.3M 0 149.8k 46:34 31:27 15:07 155.4k 67 409.0M 0 0 67 276.5M 0 149.8k 46:34 31:29 15:05 142.1k 67 409.0M 0 0 67 276.6M 0 149.8k 46:34 31:30 15:04 143.1k 67 409.0M 0 0 67 276.8M 0 149.8k 46:34 31:31 15:03 140.1k 67 409.0M 0 0 67 277.0M 0 149.8k 46:34 31:32 15:02 142.7k 67 409.0M 0 0 67 277.2M 0 149.9k 46:34 31:33 15:01 159.2k 67 409.0M 0 0 67 277.2M 0 149.9k 46:34 31:33 15:01 149.9k 67 409.0M 0 0 67 277.4M 0 149.9k 46:34 31:35 14:59 160.6k 67 409.0M 0 0 67 277.6M 0 149.9k 46:33 31:36 14:57 166.3k 67 409.0M 0 0 67 277.8M 0 149.9k 46:34 31:37 14:57 155.5k 67 409.0M 0 0 67 278.0M 0 149.9k 46:33 31:38 14:55 155.6k 68 409.0M 0 0 68 278.1M 0 149.9k 46:33 31:40 14:53 155.0k 68 409.0M 0 0 68 278.3M 0 149.9k 46:34 31:41 14:53 151.5k 68 409.0M 0 0 68 278.5M 0 149.9k 46:34 31:42 14:52 146.9k 68 409.0M 0 0 68 278.7M 0 149.9k 46:34 31:44 14:50 148.4k 68 409.0M 0 0 68 278.8M 0 149.8k 46:34 31:45 14:49 140.2k 68 409.0M 0 0 68 279.0M 0 149.8k 46:35 31:46 14:49 132.6k 68 409.0M 0 0 68 279.1M 0 149.8k 46:34 31:47 14:47 134.6k 68 409.0M 0 0 68 279.3M 0 149.8k 46:34 31:48 14:46 138.3k 68 409.0M 0 0 68 279.5M 0 149.8k 46:34 31:49 14:45 142.7k 68 409.0M 0 0 68 279.7M 0 149.8k 46:34 31:51 14:43 152.6k 68 409.0M 0 0 68 279.9M 0 149.9k 46:34 31:52 14:42 167.3k 68 409.0M 0 0 68 280.1M 0 149.9k 46:33 31:53 14:40 178.6k 68 409.0M 0 0 68 280.4M 0 150.0k 46:32 31:54 14:38 192.8k 68 409.0M 0 0 68 280.6M 0 150.0k 46:31 31:55 14:36 197.8k 68 409.0M 0 0 68 280.8M 0 150.0k 46:31 31:57 14:34 192.0k 68 409.0M 0 0 68 281.0M 0 150.0k 46:31 31:58 14:33 188.9k 68 409.0M 0 0 68 281.3M 0 150.0k 46:31 31:59 14:32 184.9k 68 409.0M 0 0 68 281.5M 0 150.0k 46:31 32:00 14:31 168.1k 68 409.0M 0 0 68 281.6M 0 150.0k 46:31 32:02 14:29 152.2k 68 409.0M 0 0 68 281.7M 0 150.0k 46:32 32:03 14:29 146.2k 68 409.0M 0 0 68 281.9M 0 150.0k 46:32 32:04 14:28 142.5k 68 409.0M 0 0 68 282.1M 0 150.0k 46:32 32:05 14:27 133.0k 69 409.0M 0 0 69 282.3M 0 150.0k 46:32 32:07 14:25 135.4k 69 409.0M 0 0 69 282.5M 0 150.0k 46:31 32:08 14:23 148.5k 69 409.0M 0 0 69 282.7M 0 150.0k 46:30 32:09 14:21 174.3k 69 409.0M 0 0 69 283.0M 0 150.1k 46:30 32:10 14:20 179.2k 69 409.0M 0 0 69 283.1M 0 150.0k 46:30 32:11 14:19 176.2k 69 409.0M 0 0 69 283.3M 0 150.0k 46:30 32:12 14:18 174.8k 69 409.0M 0 0 69 283.5M 0 150.0k 46:30 32:14 14:16 166.6k 69 409.0M 0 0 69 283.6M 0 150.0k 46:31 32:15 14:16 146.4k 69 409.0M 0 0 69 283.8M 0 150.0k 46:31 32:17 14:14 137.4k 69 409.0M 0 0 69 284.0M 0 150.0k 46:31 32:18 14:13 132.6k 69 409.0M 0 0 69 284.1M 0 150.0k 46:32 32:19 14:13 127.6k 69 409.0M 0 0 69 284.3M 0 150.0k 46:31 32:20 14:11 138.6k 69 409.0M 0 0 69 284.5M 0 150.0k 46:31 32:21 14:10 144.9k 69 409.0M 0 0 69 284.7M 0 150.0k 46:31 32:23 14:08 150.8k 69 409.0M 0 0 69 284.9M 0 150.0k 46:31 32:24 14:07 160.1k 69 409.0M 0 0 69 285.0M 0 150.0k 46:31 32:25 14:06 154.0k 69 409.0M 0 0 69 285.2M 0 150.0k 46:31 32:27 14:04 142.3k 69 409.0M 0 0 69 285.4M 0 150.0k 46:32 32:28 14:04 138.5k 69 409.0M 0 0 69 285.5M 0 149.9k 46:32 32:29 14:03 123.8k 69 409.0M 0 0 69 285.6M 0 149.9k 46:33 32:30 14:03 119.9k 69 409.0M 0 0 69 285.8M 0 149.9k 46:33 32:31 14:02 123.5k 69 409.0M 0 0 69 286.0M 0 149.9k 46:33 32:33 14:00 123.2k 69 409.0M 0 0 69 286.1M 0 149.9k 46:34 32:34 14:00 116.3k 69 409.0M 0 0 69 286.3M 0 149.9k 46:34 32:35 13:59 129.7k 70 409.0M 0 0 70 286.5M 0 149.8k 46:34 32:37 13:57 130.2k 70 409.0M 0 0 70 286.6M 0 149.9k 46:34 32:38 13:56 140.3k 70 409.0M 0 0 70 286.9M 0 149.9k 46:33 32:39 13:54 151.8k 70 409.0M 0 0 70 287.1M 0 149.9k 46:32 32:40 13:52 169.2k 70 409.0M 0 0 70 287.3M 0 149.9k 46:32 32:42 13:50 171.4k 70 409.0M 0 0 70 287.5M 0 149.9k 46:32 32:43 13:49 182.1k 70 409.0M 0 0 70 287.7M 0 149.9k 46:32 32:44 13:48 173.4k 70 409.0M 0 0 70 287.9M 0 150.0k 46:32 32:45 13:47 169.6k 70 409.0M 0 0 70 288.1M 0 150.0k 46:32 32:46 13:46 164.8k 70 409.0M 0 0 70 288.3M 0 150.0k 46:31 32:47 13:44 167.0k 70 409.0M 0 0 70 288.4M 0 150.0k 46:32 32:48 13:44 154.4k 70 409.0M 0 0 70 288.5M 0 149.9k 46:32 32:50 13:42 144.8k 70 409.0M 0 0 70 288.7M 0 149.9k 46:33 32:51 13:42 135.7k 70 409.0M 0 0 70 288.8M 0 149.9k 46:33 32:52 13:41 121.3k 70 409.0M 0 0 70 289.0M 0 149.8k 46:35 32:54 13:41 100.4k 70 409.0M 0 0 70 289.1M 0 149.8k 46:35 32:55 13:40 103.4k 70 409.0M 0 0 70 289.3M 0 149.8k 46:35 32:57 13:38 110.1k 70 409.0M 0 0 70 289.4M 0 149.8k 46:35 32:58 13:37 105.5k 70 409.0M 0 0 70 289.5M 0 149.7k 46:36 32:59 13:37 104.7k 70 409.0M 0 0 70 289.7M 0 149.7k 46:36 33:01 13:35 122.8k 70 409.0M 0 0 70 289.9M 0 149.7k 46:36 33:02 13:34 129.8k 70 409.0M 0 0 70 290.1M 0 149.7k 46:36 33:03 13:33 136.5k 70 409.0M 0 0 70 290.2M 0 149.7k 46:36 33:04 13:32 136.3k 70 409.0M 0 0 70 290.3M 0 149.7k 46:37 33:05 13:32 134.9k 71 409.0M 0 0 71 290.5M 0 149.7k 46:37 33:06 13:31 131.7k 71 409.0M 0 0 71 290.6M 0 149.6k 46:38 33:08 13:30 116.3k 71 409.0M 0 0 71 290.8M 0 149.6k 46:38 33:09 13:29 114.6k 71 409.0M 0 0 71 291.0M 0 149.6k 46:38 33:10 13:28 126.7k 71 409.0M 0 0 71 291.2M 0 149.7k 46:37 33:11 13:26 155.2k 71 409.0M 0 0 71 291.5M 0 149.7k 46:36 33:12 13:24 177.6k 71 409.0M 0 0 71 291.6M 0 149.7k 46:36 33:13 13:23 192.3k 71 409.0M 0 0 71 291.9M 0 149.8k 46:35 33:15 13:20 203.4k 71 409.0M 0 0 71 292.1M 0 149.8k 46:35 33:16 13:19 199.9k 71 409.0M 0 0 71 292.2M 0 149.8k 46:35 33:17 13:18 180.1k 71 409.0M 0 0 71 292.4M 0 149.8k 46:35 33:18 13:17 159.1k 71 409.0M 0 0 71 292.6M 0 149.8k 46:35 33:19 13:16 162.5k 71 409.0M 0 0 71 292.8M 0 149.8k 46:35 33:21 13:14 149.2k 71 409.0M 0 0 71 293.0M 0 149.8k 46:35 33:22 13:13 141.5k 71 409.0M 0 0 71 293.1M 0 149.8k 46:36 33:23 13:13 140.2k 71 409.0M 0 0 71 293.2M 0 149.7k 46:36 33:24 13:12 136.3k 71 409.0M 0 0 71 293.4M 0 149.7k 46:36 33:26 13:10 129.1k 71 409.0M 0 0 71 293.6M 0 149.7k 46:36 33:27 13:09 130.2k 71 409.0M 0 0 71 293.8M 0 149.7k 46:36 33:28 13:08 139.8k 71 409.0M 0 0 71 294.0M 0 149.8k 46:35 33:29 13:06 158.9k 71 409.0M 0 0 71 294.2M 0 149.8k 46:35 33:30 13:05 167.2k 71 409.0M 0 0 71 294.4M 0 149.8k 46:35 33:32 13:03 174.2k 72 409.0M 0 0 72 294.6M 0 149.8k 46:34 33:33 13:01 189.6k 72 409.0M 0 0 72 294.9M 0 149.9k 46:33 33:34 12:59 198.6k 72 409.0M 0 0 72 295.1M 0 149.9k 46:33 33:35 12:58 186.8k 72 409.0M 0 0 72 295.3M 0 149.9k 46:33 33:36 12:57 188.1k 72 409.0M 0 0 72 295.5M 0 149.9k 46:32 33:37 12:55 198.6k 72 409.0M 0 0 72 295.7M 0 149.9k 46:32 33:39 12:53 183.6k 72 409.0M 0 0 72 295.8M 0 149.9k 46:33 33:40 12:53 156.8k 72 409.0M 0 0 72 296.0M 0 149.9k 46:33 33:41 12:52 160.0k 72 409.0M 0 0 72 296.3M 0 149.9k 46:32 33:42 12:50 163.4k 72 409.0M 0 0 72 296.5M 0 150.0k 46:32 33:44 12:48 155.8k 72 409.0M 0 0 72 296.6M 0 149.9k 46:32 33:45 12:47 150.7k 72 409.0M 0 0 72 296.8M 0 149.9k 46:32 33:46 12:46 165.5k 72 409.0M 0 0 72 297.0M 0 149.9k 46:32 33:47 12:45 160.5k 72 409.0M 0 0 72 297.1M 0 149.9k 46:32 33:49 12:43 143.8k 72 409.0M 0 0 72 297.3M 0 149.9k 46:33 33:50 12:43 133.2k 72 409.0M 0 0 72 297.5M 0 149.9k 46:33 33:51 12:42 137.5k 72 409.0M 0 0 72 297.6M 0 149.9k 46:33 33:52 12:41 134.9k 72 409.0M 0 0 72 297.8M 0 149.9k 46:33 33:54 12:39 133.4k 72 409.0M 0 0 72 298.1M 0 149.9k 46:32 33:55 12:37 153.9k 72 409.0M 0 0 72 298.3M 0 150.0k 46:32 33:56 12:36 167.6k 72 409.0M 0 0 72 298.5M 0 150.0k 46:31 33:57 12:34 175.4k 73 409.0M 0 0 73 298.6M 0 150.0k 46:32 33:58 12:34 171.6k 73 409.0M 0 0 73 298.8M 0 149.9k 46:32 34:00 12:32 165.3k 73 409.0M 0 0 73 299.0M 0 150.0k 46:32 34:01 12:31 156.1k 73 409.0M 0 0 73 299.3M 0 150.0k 46:31 34:02 12:29 171.9k 73 409.0M 0 0 73 299.6M 0 150.1k 46:30 34:03 12:27 183.6k 73 409.0M 0 0 73 299.8M 0 150.1k 46:30 34:05 12:25 182.5k 73 409.0M 0 0 73 299.9M 0 150.0k 46:30 34:06 12:24 183.5k 73 409.0M 0 0 73 300.0M 0 150.0k 46:31 34:07 12:24 172.8k 73 409.0M 0 0 73 300.1M 0 150.0k 46:31 34:08 12:23 145.6k 73 409.0M 0 0 73 300.3M 0 150.0k 46:31 34:09 12:22 122.6k 73 409.0M 0 0 73 300.4M 0 150.0k 46:32 34:10 12:22 115.3k 73 409.0M 0 0 73 300.6M 0 150.0k 46:32 34:12 12:20 122.8k 73 409.0M 0 0 73 300.8M 0 150.0k 46:32 34:13 12:19 130.0k 73 409.0M 0 0 73 301.0M 0 150.0k 46:32 34:14 12:18 136.9k 73 409.0M 0 0 73 301.1M 0 150.0k 46:31 34:15 12:16 146.0k 73 409.0M 0 0 73 301.4M 0 150.0k 46:31 34:17 12:14 161.3k 73 409.0M 0 0 73 301.6M 0 150.0k 46:31 34:18 12:13 158.3k 73 409.0M 0 0 73 301.8M 0 150.0k 46:31 34:19 12:12 158.9k 73 409.0M 0 0 73 301.9M 0 150.0k 46:32 34:20 12:12 149.3k 73 409.0M 0 0 73 302.0M 0 149.9k 46:32 34:22 12:10 132.4k 73 409.0M 0 0 73 302.2M 0 149.9k 46:32 34:23 12:09 125.1k 73 409.0M 0 0 73 302.4M 0 149.9k 46:32 34:24 12:08 130.8k 73 409.0M 0 0 73 302.6M 0 149.9k 46:32 34:26 12:06 131.6k 74 409.0M 0 0 74 302.8M 0 149.9k 46:32 34:27 12:05 142.8k 74 409.0M 0 0 74 303.0M 0 149.9k 46:32 34:28 12:04 156.4k 74 409.0M 0 0 74 303.1M 0 149.9k 46:32 34:29 12:03 158.9k 74 409.0M 0 0 74 303.3M 0 150.0k 46:32 34:30 12:02 159.3k 74 409.0M 0 0 74 303.5M 0 150.0k 46:32 34:32 12:00 163.1k 74 409.0M 0 0 74 303.8M 0 150.0k 46:31 34:33 11:58 174.9k 74 409.0M 0 0 74 304.0M 0 150.1k 46:30 34:34 11:56 192.5k 74 409.0M 0 0 74 304.1M 0 150.0k 46:30 34:35 11:55 186.2k 74 409.0M 0 0 74 304.3M 0 150.0k 46:31 34:36 11:55 172.4k 74 409.0M 0 0 74 304.5M 0 150.0k 46:31 34:37 11:54 161.8k 74 409.0M 0 0 74 304.6M 0 150.0k 46:31 34:39 11:52 140.9k 74 409.0M 0 0 74 304.8M 0 150.0k 46:31 34:40 11:51 129.2k 74 409.0M 0 0 74 305.0M 0 150.0k 46:31 34:41 11:50 140.9k 74 409.0M 0 0 74 305.1M 0 150.0k 46:31 34:42 11:49 153.0k 74 409.0M 0 0 74 305.3M 0 150.0k 46:30 34:43 11:47 163.0k 74 409.0M 0 0 74 305.6M 0 150.1k 46:30 34:44 11:46 181.0k 74 409.0M 0 0 74 305.8M 0 150.1k 46:29 34:45 11:44 190.6k 74 409.0M 0 0 74 306.0M 0 150.1k 46:29 34:47 11:42 180.4k 74 409.0M 0 0 74 306.2M 0 150.1k 46:29 34:48 11:41 184.2k 74 409.0M 0 0 74 306.5M 0 150.1k 46:28 34:49 11:39 183.5k 74 409.0M 0 0 74 306.6M 0 150.1k 46:29 34:51 11:38 162.6k 75 409.0M 0 0 75 306.8M 0 150.1k 46:30 34:52 11:38 140.1k 75 409.0M 0 0 75 306.9M 0 150.1k 46:30 34:53 11:37 135.0k 75 409.0M 0 0 75 307.1M 0 150.1k 46:30 34:55 11:35 129.9k 75 409.0M 0 0 75 307.3M 0 150.0k 46:30 34:56 11:34 120.4k 75 409.0M 0 0 75 307.5M 0 150.0k 46:30 34:58 11:32 123.5k 75 409.0M 0 0 75 307.6M 0 150.0k 46:30 34:59 11:31 134.4k 75 409.0M 0 0 75 307.8M 0 150.0k 46:31 35:00 11:31 135.5k 75 409.0M 0 0 75 308.0M 0 150.0k 46:31 35:01 11:30 140.3k 75 409.0M 0 0 75 308.1M 0 150.0k 46:30 35:02 11:28 148.2k 75 409.0M 0 0 75 308.3M 0 150.1k 46:30 35:03 11:27 159.6k 75 409.0M 0 0 75 308.5M 0 150.1k 46:30 35:04 11:26 160.0k 75 409.0M 0 0 75 308.7M 0 150.0k 46:30 35:06 11:24 159.2k 75 409.0M 0 0 75 308.9M 0 150.0k 46:31 35:07 11:24 149.4k 75 409.0M 0 0 75 309.1M 0 150.0k 46:31 35:09 11:22 144.1k 75 409.0M 0 0 75 309.3M 0 150.0k 46:30 35:10 11:20 143.4k 75 409.0M 0 0 75 309.5M 0 150.0k 46:31 35:11 11:20 137.5k 75 409.0M 0 0 75 309.6M 0 150.0k 46:30 35:12 11:18 148.3k 75 409.0M 0 0 75 309.9M 0 150.1k 46:30 35:14 11:16 162.7k 75 409.0M 0 0 75 310.1M 0 150.1k 46:29 35:15 11:14 179.7k 75 409.0M 0 0 75 310.4M 0 150.1k 46:28 35:16 11:12 189.7k 75 409.0M 0 0 75 310.7M 0 150.2k 46:27 35:17 11:10 220.6k 76 409.0M 0 0 76 311.0M 0 150.3k 46:26 35:18 11:08 231.3k 76 409.0M 0 0 76 311.2M 0 150.3k 46:26 35:19 11:07 236.5k 76 409.0M 0 0 76 311.5M 0 150.3k 46:25 35:21 11:04 237.8k 76 409.0M 0 0 76 311.6M 0 150.3k 46:25 35:22 11:03 229.5k 76 409.0M 0 0 76 311.9M 0 150.4k 46:24 35:23 11:01 212.9k 76 409.0M 0 0 76 312.1M 0 150.4k 46:23 35:24 10:59 204.0k 76 409.0M 0 0 76 312.3M 0 150.4k 46:23 35:25 10:58 194.9k 76 409.0M 0 0 76 312.5M 0 150.4k 46:23 35:27 10:56 177.5k 76 409.0M 0 0 76 312.7M 0 150.4k 46:24 35:28 10:56 167.4k 76 409.0M 0 0 76 312.9M 0 150.4k 46:24 35:30 10:54 153.2k 76 409.0M 0 0 76 313.1M 0 150.4k 46:24 35:31 10:53 142.8k 76 409.0M 0 0 76 313.3M 0 150.4k 46:24 35:32 10:52 135.9k 76 409.0M 0 0 76 313.5M 0 150.4k 46:24 35:34 10:50 133.7k 76 409.0M 0 0 76 313.6M 0 150.4k 46:24 35:35 10:49 136.6k 76 409.0M 0 0 76 313.8M 0 150.4k 46:24 35:36 10:48 143.4k 76 409.0M 0 0 76 314.0M 0 150.4k 46:24 35:38 10:46 145.2k 76 409.0M 0 0 76 314.1M 0 150.3k 46:25 35:39 10:46 139.5k 76 409.0M 0 0 76 314.3M 0 150.3k 46:26 35:41 10:45 123.5k 76 409.0M 0 0 76 314.4M 0 150.3k 46:26 35:42 10:44 118.7k 76 409.0M 0 0 76 314.5M 0 150.2k 46:26 35:43 10:43 110.6k 76 409.0M 0 0 76 314.6M 0 150.2k 46:27 35:44 10:43 102.1k 76 409.0M 0 0 76 314.8M 0 150.2k 46:28 35:46 10:42 97104 76 409.0M 0 0 76 314.9M 0 150.1k 46:29 35:47 10:42 98683 77 409.0M 0 0 77 315.0M 0 150.0k 46:30 35:49 10:41 90307 77 409.0M 0 0 77 315.1M 0 150.0k 46:30 35:50 10:40 89273 77 409.0M 0 0 77 315.3M 0 150.0k 46:30 35:51 10:39 99543 77 409.0M 0 0 77 315.5M 0 150.0k 46:30 35:52 10:38 113.6k 77 409.0M 0 0 77 315.8M 0 150.1k 46:29 35:53 10:36 143.1k 77 409.0M 0 0 77 316.0M 0 150.1k 46:29 35:55 10:34 175.4k 77 409.0M 0 0 77 316.2M 0 150.1k 46:29 35:56 10:33 186.1k 77 409.0M 0 0 77 316.5M 0 150.2k 46:28 35:57 10:31 190.7k 77 409.0M 0 0 77 316.6M 0 150.1k 46:28 35:59 10:29 184.9k 77 409.0M 0 0 77 316.8M 0 150.1k 46:29 36:00 10:29 160.5k 77 409.0M 0 0 77 316.9M 0 150.1k 46:30 36:01 10:29 136.6k 77 409.0M 0 0 77 317.0M 0 150.1k 46:30 36:02 10:28 128.6k 77 409.0M 0 0 77 317.2M 0 150.1k 46:30 36:04 10:26 119.1k 77 409.0M 0 0 77 317.4M 0 150.1k 46:30 36:05 10:25 120.8k 77 409.0M 0 0 77 317.6M 0 150.1k 46:30 36:06 10:24 131.4k 77 409.0M 0 0 77 317.8M 0 150.1k 46:29 36:07 10:22 151.8k 77 409.0M 0 0 77 318.0M 0 150.1k 46:29 36:08 10:21 158.0k 77 409.0M 0 0 77 318.1M 0 150.1k 46:30 36:10 10:20 146.8k 77 409.0M 0 0 77 318.3M 0 150.0k 46:30 36:11 10:19 144.5k 77 409.0M 0 0 77 318.5M 0 150.0k 46:30 36:12 10:18 142.6k 77 409.0M 0 0 77 318.6M 0 150.0k 46:30 36:14 10:16 138.1k 77 409.0M 0 0 77 318.8M 0 150.0k 46:30 36:15 10:15 133.6k 77 409.0M 0 0 77 319.0M 0 150.0k 46:31 36:16 10:15 132.7k 78 409.0M 0 0 78 319.1M 0 150.0k 46:31 36:18 10:13 139.3k 78 409.0M 0 0 78 319.3M 0 150.0k 46:31 36:19 10:12 142.9k 78 409.0M 0 0 78 319.5M 0 150.0k 46:31 36:20 10:11 136.8k 78 409.0M 0 0 78 319.6M 0 150.0k 46:31 36:21 10:10 130.4k 78 409.0M 0 0 78 319.7M 0 150.0k 46:32 36:22 10:10 136.4k 78 409.0M 0 0 78 319.9M 0 150.0k 46:32 36:23 10:09 131.2k 78 409.0M 0 0 78 320.1M 0 150.0k 46:32 36:25 10:07 127.0k 78 409.0M 0 0 78 320.3M 0 150.0k 46:32 36:26 10:06 131.8k 78 409.0M 0 0 78 320.5M 0 150.0k 46:32 36:27 10:05 141.2k 78 409.0M 0 0 78 320.6M 0 150.0k 46:32 36:28 10:04 151.0k 78 409.0M 0 0 78 320.9M 0 150.0k 46:31 36:30 10:01 165.6k 78 409.0M 0 0 78 321.1M 0 150.0k 46:31 36:31 10:00 175.1k 78 409.0M 0 0 78 321.3M 0 150.1k 46:30 36:32 09:58 187.1k 78 409.0M 0 0 78 321.6M 0 150.1k 46:29 36:33 09:56 197.1k 78 409.0M 0 0 78 321.8M 0 150.1k 46:30 36:35 09:55 187.3k 78 409.0M 0 0 78 322.0M 0 150.1k 46:30 36:36 09:54 172.2k 78 409.0M 0 0 78 322.1M 0 150.1k 46:30 36:37 09:53 168.4k 78 409.0M 0 0 78 322.5M 0 150.1k 46:28 36:38 09:50 179.9k 78 409.0M 0 0 78 322.8M 0 150.2k 46:27 36:40 09:47 187.1k 78 409.0M 0 0 78 323.0M 0 150.2k 46:28 36:41 09:47 184.9k 78 409.0M 0 0 78 323.1M 0 150.2k 46:28 36:42 09:46 184.4k 79 409.0M 0 0 79 323.3M 0 150.2k 46:28 36:43 09:45 189.8k 79 409.0M 0 0 79 323.6M 0 150.2k 46:26 36:44 09:42 188.1k 79 409.0M 0 0 79 323.8M 0 150.3k 46:26 36:46 09:40 174.2k 79 409.0M 0 0 79 324.0M 0 150.3k 46:26 36:47 09:39 180.6k 79 409.0M 0 0 79 324.1M 0 150.3k 46:26 36:48 09:38 187.4k 79 409.0M 0 0 79 324.4M 0 150.3k 46:26 36:49 09:37 173.2k 79 409.0M 0 0 79 324.4M 0 150.3k 46:26 36:49 09:37 150.3k 79 409.0M 0 0 79 324.6M 0 150.3k 46:25 36:50 09:35 176.3k 79 409.0M 0 0 79 324.8M 0 150.3k 46:25 36:52 09:33 173.3k 79 409.0M 0 0 79 325.0M 0 150.3k 46:25 36:53 09:32 157.1k 79 409.0M 0 0 79 325.2M 0 150.3k 46:25 36:54 09:31 169.1k 79 409.0M 0 0 79 325.5M 0 150.4k 46:24 36:55 09:29 181.6k 79 409.0M 0 0 79 325.7M 0 150.4k 46:23 36:56 09:27 191.5k 79 409.0M 0 0 79 326.0M 0 150.5k 46:22 36:57 09:25 206.7k 79 409.0M 0 0 79 326.3M 0 150.5k 46:21 36:59 09:22 237.3k 79 409.0M 0 0 79 326.6M 0 150.6k 46:20 37:00 09:20 244.3k 79 409.0M 0 0 79 326.8M 0 150.6k 46:20 37:01 09:19 233.7k 79 409.0M 0 0 79 327.0M 0 150.6k 46:20 37:02 09:18 221.5k 79 409.0M 0 0 79 327.1M 0 150.6k 46:20 37:04 09:16 194.5k 80 409.0M 0 0 80 327.3M 0 150.6k 46:20 37:05 09:15 177.1k 80 409.0M 0 0 80 327.5M 0 150.6k 46:20 37:06 09:14 158.8k 80 409.0M 0 0 80 327.7M 0 150.6k 46:20 37:07 09:13 159.3k 80 409.0M 0 0 80 327.8M 0 150.6k 46:20 37:08 09:12 150.3k 80 409.0M 0 0 80 328.0M 0 150.6k 46:20 37:09 09:11 149.9k 80 409.0M 0 0 80 328.1M 0 150.6k 46:20 37:10 09:10 147.7k 80 409.0M 0 0 80 328.3M 0 150.6k 46:20 37:12 09:08 149.2k 80 409.0M 0 0 80 328.5M 0 150.6k 46:20 37:13 09:07 134.7k 80 409.0M 0 0 80 328.6M 0 150.6k 46:20 37:14 09:06 142.9k 80 409.0M 0 0 80 328.8M 0 150.6k 46:20 37:15 09:05 148.2k 80 409.0M 0 0 80 329.0M 0 150.6k 46:20 37:17 09:03 143.7k 80 409.0M 0 0 80 329.3M 0 150.6k 46:20 37:18 09:02 157.2k 80 409.0M 0 0 80 329.6M 0 150.7k 46:18 37:19 08:59 190.9k 80 409.0M 0 0 80 329.9M 0 150.7k 46:17 37:20 08:57 208.0k 80 409.0M 0 0 80 330.1M 0 150.7k 46:17 37:21 08:56 209.2k 80 409.0M 0 0 80 330.2M 0 150.7k 46:18 37:22 08:56 209.0k 80 409.0M 0 0 80 330.3M 0 150.7k 46:18 37:24 08:54 186.8k 80 409.0M 0 0 80 330.5M 0 150.7k 46:19 37:25 08:54 144.6k 80 409.0M 0 0 80 330.6M 0 150.6k 46:19 37:26 08:53 110.8k 80 409.0M 0 0 80 330.7M 0 150.6k 46:20 37:28 08:52 104.3k 80 409.0M 0 0 80 330.8M 0 150.6k 46:20 37:29 08:51 103.8k 80 409.0M 0 0 80 331.0M 0 150.6k 46:20 37:30 08:50 111.4k 80 409.0M 0 0 80 331.2M 0 150.6k 46:20 37:31 08:49 123.7k 81 409.0M 0 0 81 331.4M 0 150.6k 46:20 37:32 08:48 141.5k 81 409.0M 0 0 81 331.6M 0 150.6k 46:20 37:34 08:46 147.0k 81 409.0M 0 0 81 331.8M 0 150.6k 46:20 37:35 08:45 156.4k 81 409.0M 0 0 81 331.9M 0 150.6k 46:20 37:36 08:44 146.7k 81 409.0M 0 0 81 332.1M 0 150.6k 46:20 37:37 08:43 146.5k 81 409.0M 0 0 81 332.2M 0 150.6k 46:20 37:38 08:42 138.1k 81 409.0M 0 0 81 332.3M 0 150.5k 46:21 37:40 08:41 124.7k 81 409.0M 0 0 81 332.5M 0 150.5k 46:22 37:41 08:41 113.7k 81 409.0M 0 0 81 332.6M 0 150.5k 46:21 37:42 08:39 125.1k 81 409.0M 0 0 81 332.8M 0 150.5k 46:21 37:43 08:38 127.2k 81 409.0M 0 0 81 333.0M 0 150.5k 46:22 37:45 08:37 127.8k 81 409.0M 0 0 81 333.2M 0 150.5k 46:21 37:46 08:35 144.8k 81 409.0M 0 0 81 333.5M 0 150.5k 46:21 37:47 08:34 159.6k 81 409.0M 0 0 81 333.6M 0 150.5k 46:21 37:48 08:33 160.6k 81 409.0M 0 0 81 333.8M 0 150.5k 46:21 37:50 08:31 158.1k 81 409.0M 0 0 81 334.0M 0 150.5k 46:21 37:51 08:30 165.0k 81 409.0M 0 0 81 334.2M 0 150.5k 46:21 37:52 08:29 156.5k 81 409.0M 0 0 81 334.4M 0 150.5k 46:21 37:54 08:27 145.1k 81 409.0M 0 0 81 334.6M 0 150.6k 46:21 37:55 08:26 153.8k 81 409.0M 0 0 81 334.9M 0 150.6k 46:20 37:57 08:23 159.8k 81 409.0M 0 0 81 335.1M 0 150.6k 46:20 37:58 08:22 164.1k 81 409.0M 0 0 81 335.3M 0 150.6k 46:20 37:59 08:21 175.0k 82 409.0M 0 0 82 335.5M 0 150.6k 46:20 38:00 08:20 181.6k 82 409.0M 0 0 82 335.6M 0 150.6k 46:20 38:01 08:19 170.8k 82 409.0M 0 0 82 335.8M 0 150.6k 46:20 38:03 08:17 152.0k 82 409.0M 0 0 82 336.0M 0 150.5k 46:21 38:04 08:17 136.5k 82 409.0M 0 0 82 336.1M 0 150.5k 46:21 38:05 08:16 133.4k 82 409.0M 0 0 82 336.3M 0 150.5k 46:21 38:07 08:14 133.0k 82 409.0M 0 0 82 336.5M 0 150.5k 46:21 38:08 08:13 129.1k 82 409.0M 0 0 82 336.7M 0 150.6k 46:21 38:09 08:12 146.3k 82 409.0M 0 0 82 337.0M 0 150.6k 46:20 38:10 08:10 169.1k 82 409.0M 0 0 82 337.1M 0 150.6k 46:20 38:11 08:09 171.2k 82 409.0M 0 0 82 337.3M 0 150.6k 46:20 38:13 08:07 171.2k 82 409.0M 0 0 82 337.5M 0 150.6k 46:20 38:14 08:06 171.6k 82 409.0M 0 0 82 337.7M 0 150.6k 46:20 38:15 08:05 166.6k 82 409.0M 0 0 82 337.9M 0 150.6k 46:20 38:16 08:04 161.5k 82 409.0M 0 0 82 338.1M 0 150.6k 46:19 38:18 08:01 166.9k 82 409.0M 0 0 82 338.4M 0 150.7k 46:18 38:19 07:59 176.9k 82 409.0M 0 0 82 338.6M 0 150.7k 46:18 38:20 07:58 180.5k 82 409.0M 0 0 82 338.7M 0 150.7k 46:19 38:21 07:58 167.7k 82 409.0M 0 0 82 338.8M 0 150.6k 46:19 38:22 07:57 158.5k 82 409.0M 0 0 82 339.0M 0 150.7k 46:19 38:23 07:56 154.3k 82 409.0M 0 0 82 339.2M 0 150.7k 46:19 38:24 07:55 148.5k 82 409.0M 0 0 82 339.5M 0 150.7k 46:18 38:26 07:52 160.4k 83 409.0M 0 0 83 339.6M 0 150.7k 46:18 38:27 07:51 178.4k 83 409.0M 0 0 83 339.8M 0 150.7k 46:18 38:28 07:50 185.7k 83 409.0M 0 0 83 340.0M 0 150.7k 46:18 38:29 07:49 179.6k 83 409.0M 0 0 83 340.2M 0 150.7k 46:18 38:30 07:48 173.8k 83 409.0M 0 0 83 340.4M 0 150.7k 46:17 38:32 07:45 161.4k 83 409.0M 0 0 83 340.5M 0 150.7k 46:18 38:33 07:45 150.4k 83 409.0M 0 0 83 340.7M 0 150.7k 46:18 38:34 07:44 145.9k 83 409.0M 0 0 83 340.9M 0 150.7k 46:18 38:35 07:43 151.2k 83 409.0M 0 0 83 341.1M 0 150.7k 46:17 38:36 07:41 154.9k 83 409.0M 0 0 83 341.3M 0 150.7k 46:18 38:38 07:40 148.8k 83 409.0M 0 0 83 341.5M 0 150.8k 46:17 38:39 07:38 164.5k 83 409.0M 0 0 83 341.7M 0 150.8k 46:17 38:40 07:37 172.6k 83 409.0M 0 0 83 342.0M 0 150.8k 46:16 38:41 07:35 176.1k 83 409.0M 0 0 83 342.3M 0 150.9k 46:15 38:42 07:33 192.9k 83 409.0M 0 0 83 342.5M 0 150.9k 46:15 38:44 07:31 203.7k 83 409.0M 0 0 83 342.7M 0 150.9k 46:15 38:45 07:30 193.1k 83 409.0M 0 0 83 342.9M 0 150.9k 46:15 38:46 07:29 189.7k 83 409.0M 0 0 83 343.0M 0 150.9k 46:15 38:47 07:28 176.8k 83 409.0M 0 0 83 343.1M 0 150.8k 46:16 38:49 07:27 140.2k 83 409.0M 0 0 83 343.3M 0 150.8k 46:16 38:50 07:26 129.7k 83 409.0M 0 0 83 343.5M 0 150.8k 46:15 38:51 07:24 141.5k 84 409.0M 0 0 84 343.8M 0 150.9k 46:15 38:52 07:23 149.1k 84 409.0M 0 0 84 343.9M 0 150.9k 46:15 38:53 07:22 148.2k 84 409.0M 0 0 84 344.1M 0 150.9k 46:15 38:55 07:20 164.7k 84 409.0M 0 0 84 344.3M 0 150.9k 46:15 38:56 07:19 170.6k 84 409.0M 0 0 84 344.4M 0 150.8k 46:15 38:57 07:18 151.4k 84 409.0M 0 0 84 344.5M 0 150.8k 46:16 38:58 07:18 127.2k 84 409.0M 0 0 84 344.7M 0 150.8k 46:16 39:00 07:16 127.2k 84 409.0M 0 0 84 344.8M 0 150.8k 46:17 39:01 07:16 120.7k 84 409.0M 0 0 84 345.0M 0 150.8k 46:17 39:02 07:15 110.6k 84 409.0M 0 0 84 345.1M 0 150.7k 46:18 39:03 07:15 107.5k 84 409.0M 0 0 84 345.2M 0 150.7k 46:18 39:05 07:13 105.6k 84 409.0M 0 0 84 345.3M 0 150.7k 46:19 39:06 07:13 102.2k 84 409.0M 0 0 84 345.5M 0 150.6k 46:19 39:08 07:11 104.2k 84 409.0M 0 0 84 345.7M 0 150.6k 46:19 39:09 07:10 107.1k 84 409.0M 0 0 84 345.8M 0 150.6k 46:20 39:11 07:09 107.8k 84 409.0M 0 0 84 346.0M 0 150.6k 46:20 39:12 07:08 118.0k 84 409.0M 0 0 84 346.2M 0 150.6k 46:20 39:13 07:07 122.4k 84 409.0M 0 0 84 346.4M 0 150.6k 46:21 39:15 07:06 124.3k 84 409.0M 0 0 84 346.6M 0 150.6k 46:21 39:16 07:05 130.1k 84 409.0M 0 0 84 346.8M 0 150.6k 46:21 39:17 07:04 140.0k 84 409.0M 0 0 84 347.0M 0 150.6k 46:21 39:19 07:02 143.1k 84 409.0M 0 0 84 347.1M 0 150.6k 46:21 39:20 07:01 142.5k 84 409.0M 0 0 84 347.3M 0 150.5k 46:21 39:21 07:00 144.0k 84 409.0M 0 0 84 347.4M 0 150.5k 46:21 39:22 06:59 139.0k 84 409.0M 0 0 84 347.6M 0 150.5k 46:21 39:24 06:57 135.4k 85 409.0M 0 0 85 347.7M 0 150.5k 46:22 39:25 06:57 126.1k 85 409.0M 0 0 85 347.8M 0 150.5k 46:23 39:26 06:57 116.5k 85 409.0M 0 0 85 348.0M 0 150.4k 46:23 39:28 06:55 108.0k 85 409.0M 0 0 85 348.1M 0 150.4k 46:23 39:29 06:54 114.5k 85 409.0M 0 0 85 348.3M 0 150.4k 46:23 39:30 06:53 115.2k 85 409.0M 0 0 85 348.6M 0 150.5k 46:23 39:31 06:52 135.2k 85 409.0M 0 0 85 348.9M 0 150.5k 46:21 39:33 06:48 172.2k 85 409.0M 0 0 85 349.1M 0 150.5k 46:21 39:34 06:47 191.4k 85 409.0M 0 0 85 349.3M 0 150.6k 46:21 39:35 06:46 196.9k 85 409.0M 0 0 85 349.5M 0 150.5k 46:21 39:36 06:45 196.6k 85 409.0M 0 0 85 349.6M 0 150.5k 46:21 39:37 06:44 189.5k 85 409.0M 0 0 85 349.9M 0 150.6k 46:20 39:38 06:42 183.3k 85 409.0M 0 0 85 350.1M 0 150.6k 46:20 39:39 06:41 181.9k 85 409.0M 0 0 85 350.3M 0 150.6k 46:19 39:40 06:39 192.0k 85 409.0M 0 0 85 350.5M 0 150.6k 46:19 39:42 06:37 193.8k 85 409.0M 0 0 85 350.6M 0 150.6k 46:19 39:43 06:36 184.9k 85 409.0M 0 0 85 350.8M 0 150.6k 46:19 39:44 06:35 169.6k 85 409.0M 0 0 85 351.0M 0 150.6k 46:19 39:45 06:34 163.3k 85 409.0M 0 0 85 351.3M 0 150.7k 46:19 39:46 06:33 159.7k 85 409.0M 0 0 85 351.5M 0 150.7k 46:18 39:48 06:30 166.0k 85 409.0M 0 0 85 351.6M 0 150.7k 46:18 39:49 06:29 175.7k 86 409.0M 0 0 86 351.9M 0 150.7k 46:18 39:50 06:28 184.0k 86 409.0M 0 0 86 352.1M 0 150.7k 46:17 39:51 06:26 188.5k 86 409.0M 0 0 86 352.2M 0 150.7k 46:18 39:52 06:26 171.6k 86 409.0M 0 0 86 352.4M 0 150.7k 46:18 39:53 06:25 165.2k 86 409.0M 0 0 86 352.6M 0 150.7k 46:18 39:55 06:23 155.2k 86 409.0M 0 0 86 352.8M 0 150.7k 46:18 39:56 06:22 149.5k 86 409.0M 0 0 86 353.0M 0 150.7k 46:18 39:57 06:21 146.2k 86 409.0M 0 0 86 353.1M 0 150.7k 46:18 39:58 06:20 154.8k 86 409.0M 0 0 86 353.3M 0 150.7k 46:18 39:59 06:19 151.7k 86 409.0M 0 0 86 353.5M 0 150.7k 46:18 40:01 06:17 154.0k 86 409.0M 0 0 86 353.6M 0 150.7k 46:18 40:02 06:16 154.4k 86 409.0M 0 0 86 353.8M 0 150.7k 46:18 40:03 06:15 148.0k 86 409.0M 0 0 86 354.0M 0 150.7k 46:18 40:04 06:14 146.6k 86 409.0M 0 0 86 354.2M 0 150.8k 46:17 40:05 06:12 167.4k 86 409.0M 0 0 86 354.5M 0 150.8k 46:16 40:06 06:10 194.5k 86 409.0M 0 0 86 354.8M 0 150.9k 46:15 40:07 06:08 206.7k 86 409.0M 0 0 86 355.1M 0 150.9k 46:14 40:08 06:06 232.9k 86 409.0M 0 0 86 355.3M 0 150.9k 46:14 40:10 06:04 235.0k 86 409.0M 0 0 86 355.5M 0 150.9k 46:14 40:11 06:03 230.0k 86 409.0M 0 0 86 355.8M 0 151.0k 46:13 40:12 06:01 210.9k 87 409.0M 0 0 87 356.0M 0 150.9k 46:13 40:14 05:59 185.3k 87 409.0M 0 0 87 356.1M 0 151.0k 46:13 40:15 05:58 166.8k 87 409.0M 0 0 87 356.3M 0 150.9k 46:14 40:16 05:58 160.9k 87 409.0M 0 0 87 356.6M 0 151.0k 46:13 40:18 05:55 160.4k 87 409.0M 0 0 87 356.8M 0 151.0k 46:13 40:19 05:54 155.0k 87 409.0M 0 0 87 357.0M 0 151.0k 46:13 40:20 05:53 159.3k 87 409.0M 0 0 87 357.1M 0 151.0k 46:13 40:22 05:51 155.9k 87 409.0M 0 0 87 357.3M 0 150.9k 46:14 40:23 05:51 149.0k 87 409.0M 0 0 87 357.4M 0 150.9k 46:14 40:24 05:50 133.3k 87 409.0M 0 0 87 357.6M 0 150.9k 46:14 40:25 05:49 131.2k 87 409.0M 0 0 87 357.8M 0 150.9k 46:14 40:26 05:48 132.0k 87 409.0M 0 0 87 358.0M 0 150.9k 46:14 40:28 05:46 136.7k 87 409.0M 0 0 87 358.2M 0 151.0k 46:13 40:29 05:44 158.3k 87 409.0M 0 0 87 358.3M 0 150.9k 46:14 40:30 05:44 158.7k 87 409.0M 0 0 87 358.5M 0 150.9k 46:14 40:31 05:43 148.3k 87 409.0M 0 0 87 358.6M 0 150.9k 46:14 40:33 05:41 146.4k 87 409.0M 0 0 87 358.8M 0 150.9k 46:14 40:34 05:40 137.1k 87 409.0M 0 0 87 358.9M 0 150.9k 46:15 40:35 05:40 118.1k 87 409.0M 0 0 87 359.0M 0 150.9k 46:15 40:36 05:39 117.3k 87 409.0M 0 0 87 359.1M 0 150.9k 46:15 40:37 05:38 123.7k 87 409.0M 0 0 87 359.3M 0 150.8k 46:15 40:38 05:37 124.9k 87 409.0M 0 0 87 359.6M 0 150.9k 46:15 40:39 05:36 142.9k 87 409.0M 0 0 87 359.8M 0 150.9k 46:15 40:41 05:34 154.6k 87 409.0M 0 0 87 359.9M 0 150.9k 46:15 40:42 05:33 156.7k 88 409.0M 0 0 88 360.1M 0 150.9k 46:15 40:43 05:32 157.7k 88 409.0M 0 0 88 360.3M 0 150.9k 46:14 40:44 05:30 171.4k 88 409.0M 0 0 88 360.6M 0 150.9k 46:14 40:45 05:29 176.5k 88 409.0M 0 0 88 360.8M 0 150.9k 46:14 40:47 05:27 165.7k 88 409.0M 0 0 88 361.0M 0 150.9k 46:14 40:48 05:26 165.8k 88 409.0M 0 0 88 361.1M 0 150.9k 46:14 40:49 05:25 171.9k 88 409.0M 0 0 88 361.3M 0 150.9k 46:14 40:50 05:24 163.1k 88 409.0M 0 0 88 361.5M 0 150.9k 46:14 40:52 05:22 138.7k 88 409.0M 0 0 88 361.6M 0 150.9k 46:15 40:53 05:22 136.2k 88 409.0M 0 0 88 361.8M 0 150.9k 46:15 40:55 05:20 127.1k 88 409.0M 0 0 88 361.9M 0 150.8k 46:15 40:56 05:19 120.1k 88 409.0M 0 0 88 362.1M 0 150.9k 46:15 40:57 05:18 129.1k 88 409.0M 0 0 88 362.3M 0 150.9k 46:15 40:59 05:16 131.4k 88 409.0M 0 0 88 362.5M 0 150.8k 46:15 41:00 05:15 136.8k 88 409.0M 0 0 88 362.7M 0 150.8k 46:15 41:01 05:14 146.8k 88 409.0M 0 0 88 362.9M 0 150.8k 46:16 41:03 05:13 148.3k 88 409.0M 0 0 88 363.0M 0 150.8k 46:16 41:04 05:12 131.7k 88 409.0M 0 0 88 363.2M 0 150.8k 46:16 41:05 05:11 144.8k 88 409.0M 0 0 88 363.4M 0 150.8k 46:16 41:06 05:10 139.8k 88 409.0M 0 0 88 363.6M 0 150.8k 46:16 41:08 05:08 139.8k 88 409.0M 0 0 88 363.7M 0 150.8k 46:16 41:09 05:07 136.8k 88 409.0M 0 0 88 363.9M 0 150.8k 46:16 41:10 05:06 148.5k 89 409.0M 0 0 89 364.1M 0 150.9k 46:15 41:11 05:04 158.3k 89 409.0M 0 0 89 364.4M 0 150.9k 46:15 41:12 05:03 178.2k 89 409.0M 0 0 89 364.6M 0 150.9k 46:14 41:13 05:01 188.6k 89 409.0M 0 0 89 364.8M 0 150.9k 46:14 41:14 05:00 193.0k 89 409.0M 0 0 89 365.0M 0 150.9k 46:14 41:16 04:58 184.8k 89 409.0M 0 0 89 365.1M 0 150.9k 46:15 41:17 04:58 164.5k 89 409.0M 0 0 89 365.3M 0 150.9k 46:15 41:18 04:57 154.7k 89 409.0M 0 0 89 365.5M 0 150.9k 46:14 41:20 04:54 149.1k 89 409.0M 0 0 89 365.6M 0 150.9k 46:15 41:21 04:54 143.9k 89 409.0M 0 0 89 365.8M 0 150.9k 46:14 41:22 04:52 150.0k 89 409.0M 0 0 89 366.1M 0 150.9k 46:14 41:23 04:51 164.9k 89 409.0M 0 0 89 366.3M 0 151.0k 46:13 41:24 04:49 179.5k 89 409.0M 0 0 89 366.6M 0 151.0k 46:13 41:25 04:48 190.5k 89 409.0M 0 0 89 366.8M 0 151.0k 46:12 41:26 04:46 214.0k 89 409.0M 0 0 89 367.1M 0 151.1k 46:11 41:27 04:44 228.6k 89 409.0M 0 0 89 367.3M 0 151.1k 46:11 41:29 04:42 214.8k 89 409.0M 0 0 89 367.5M 0 151.1k 46:11 41:30 04:41 204.9k 89 409.0M 0 0 89 367.7M 0 151.1k 46:11 41:31 04:40 192.2k 89 409.0M 0 0 89 367.9M 0 151.1k 46:11 41:33 04:38 172.4k 90 409.0M 0 0 90 368.1M 0 151.1k 46:11 41:34 04:37 161.2k 90 409.0M 0 0 90 368.4M 0 151.1k 46:10 41:35 04:35 177.4k 90 409.0M 0 0 90 368.6M 0 151.2k 46:09 41:36 04:33 187.3k 90 409.0M 0 0 90 368.9M 0 151.2k 46:09 41:37 04:32 201.5k 90 409.0M 0 0 90 369.1M 0 151.2k 46:08 41:38 04:30 220.5k 90 409.0M 0 0 90 369.3M 0 151.2k 46:08 41:40 04:28 207.3k 90 409.0M 0 0 90 369.5M 0 151.2k 46:08 41:41 04:27 190.0k 90 409.0M 0 0 90 369.7M 0 151.2k 46:08 41:42 04:26 181.0k 90 409.0M 0 0 90 370.0M 0 151.3k 46:08 41:43 04:25 177.4k 90 409.0M 0 0 90 370.1M 0 151.3k 46:07 41:44 04:23 167.0k 90 409.0M 0 0 90 370.3M 0 151.3k 46:08 41:46 04:22 166.6k 90 409.0M 0 0 90 370.5M 0 151.3k 46:08 41:47 04:21 163.6k 90 409.0M 0 0 90 370.6M 0 151.3k 46:08 41:48 04:20 160.2k 90 409.0M 0 0 90 370.8M 0 151.3k 46:07 41:49 04:18 153.9k 90 409.0M 0 0 90 371.0M 0 151.3k 46:07 41:50 04:17 155.2k 90 409.0M 0 0 90 371.2M 0 151.3k 46:07 41:51 04:16 162.2k 90 409.0M 0 0 90 371.4M 0 151.3k 46:07 41:53 04:14 168.6k 90 409.0M 0 0 90 371.6M 0 151.3k 46:07 41:54 04:13 161.5k 90 409.0M 0 0 90 371.8M 0 151.3k 46:07 41:55 04:12 154.2k 90 409.0M 0 0 90 372.0M 0 151.3k 46:07 41:57 04:10 150.5k 90 409.0M 0 0 90 372.1M 0 151.3k 46:07 41:58 04:09 150.8k 91 409.0M 0 0 91 372.3M 0 151.3k 46:07 41:59 04:08 154.1k 91 409.0M 0 0 91 372.6M 0 151.3k 46:06 42:00 04:06 172.7k 91 409.0M 0 0 91 372.8M 0 151.3k 46:06 42:01 04:05 193.3k 91 409.0M 0 0 91 372.8M 0 151.3k 46:06 42:01 04:05 151.3k 91 409.0M 0 0 91 373.0M 0 151.3k 46:06 42:03 04:03 125.4k 91 409.0M 0 0 91 373.1M 0 151.3k 46:06 42:04 04:02 137.0k 91 409.0M 0 0 91 373.3M 0 151.3k 46:06 42:05 04:01 147.8k 91 409.0M 0 0 91 373.6M 0 151.4k 46:06 42:06 04:00 157.7k 91 409.0M 0 0 91 373.8M 0 151.4k 46:06 42:07 03:59 160.9k 91 409.0M 0 0 91 374.0M 0 151.4k 46:05 42:08 03:57 175.3k 91 409.0M 0 0 91 374.1M 0 151.4k 46:06 42:10 03:56 169.3k 91 409.0M 0 0 91 374.3M 0 151.4k 46:05 42:11 03:54 167.5k 91 409.0M 0 0 91 374.5M 0 151.4k 46:05 42:12 03:53 163.7k 91 409.0M 0 0 91 374.8M 0 151.4k 46:05 42:13 03:52 176.3k 91 409.0M 0 0 91 375.0M 0 151.4k 46:04 42:14 03:50 175.8k 91 409.0M 0 0 91 375.1M 0 151.5k 46:04 42:15 03:49 191.1k 91 409.0M 0 0 91 375.4M 0 151.5k 46:04 42:17 03:47 197.9k 91 409.0M 0 0 91 375.6M 0 151.5k 46:04 42:18 03:46 196.5k 91 409.0M 0 0 91 375.8M 0 151.5k 46:03 42:19 03:44 183.6k 91 409.0M 0 0 91 376.0M 0 151.5k 46:03 42:20 03:43 181.4k 91 409.0M 0 0 91 376.2M 0 151.5k 46:03 42:21 03:42 181.6k 92 409.0M 0 0 92 376.4M 0 151.5k 46:03 42:23 03:40 161.9k 92 409.0M 0 0 92 376.5M 0 151.5k 46:03 42:24 03:39 152.7k 92 409.0M 0 0 92 376.7M 0 151.5k 46:03 42:25 03:38 150.8k 92 409.0M 0 0 92 376.9M 0 151.5k 46:03 42:26 03:37 145.4k 92 409.0M 0 0 92 377.1M 0 151.5k 46:03 42:28 03:35 139.4k 92 409.0M 0 0 92 377.3M 0 151.5k 46:03 42:29 03:34 153.4k 92 409.0M 0 0 92 377.5M 0 151.5k 46:03 42:30 03:33 172.5k 92 409.0M 0 0 92 377.8M 0 151.6k 46:02 42:31 03:31 177.1k 92 409.0M 0 0 92 378.0M 0 151.6k 46:02 42:33 03:29 188.6k 92 409.0M 0 0 92 378.2M 0 151.6k 46:02 42:34 03:28 190.8k 92 409.0M 0 0 92 378.3M 0 151.6k 46:02 42:35 03:27 176.3k 92 409.0M 0 0 92 378.5M 0 151.6k 46:02 42:36 03:26 155.9k 92 409.0M 0 0 92 378.6M 0 151.6k 46:02 42:37 03:25 147.6k 92 409.0M 0 0 92 378.8M 0 151.6k 46:02 42:38 03:24 142.6k 92 409.0M 0 0 92 379.0M 0 151.6k 46:02 42:40 03:22 136.8k 92 409.0M 0 0 92 379.1M 0 151.5k 46:02 42:41 03:21 139.6k 92 409.0M 0 0 92 379.3M 0 151.6k 46:02 42:42 03:20 151.3k 92 409.0M 0 0 92 379.5M 0 151.6k 46:02 42:43 03:19 151.9k 92 409.0M 0 0 92 379.7M 0 151.6k 46:02 42:44 03:18 151.2k 92 409.0M 0 0 92 379.9M 0 151.6k 46:02 42:45 03:17 157.1k 92 409.0M 0 0 92 380.1M 0 151.6k 46:02 42:47 03:15 168.3k 92 409.0M 0 0 92 380.3M 0 151.6k 46:01 42:48 03:13 176.8k 93 409.0M 0 0 93 380.6M 0 151.6k 46:01 42:49 03:12 188.1k 93 409.0M 0 0 93 380.8M 0 151.6k 46:01 42:50 03:11 182.4k 93 409.0M 0 0 93 381.0M 0 151.6k 46:01 42:51 03:10 182.4k 93 409.0M 0 0 93 381.1M 0 151.7k 46:01 42:52 03:09 182.3k 93 409.0M 0 0 93 381.3M 0 151.6k 46:01 42:54 03:07 167.2k 93 409.0M 0 0 93 381.5M 0 151.6k 46:01 42:55 03:06 149.6k 93 409.0M 0 0 93 381.6M 0 151.6k 46:01 42:56 03:05 140.5k 93 409.0M 0 0 93 381.7M 0 151.6k 46:02 42:57 03:05 131.7k 93 409.0M 0 0 93 381.8M 0 151.6k 46:02 42:58 03:04 121.3k 93 409.0M 0 0 93 382.0M 0 151.6k 46:02 42:59 03:03 126.3k 93 409.0M 0 0 93 382.1M 0 151.5k 46:03 43:01 03:02 115.8k 93 409.0M 0 0 93 382.3M 0 151.5k 46:03 43:02 03:01 114.1k 93 409.0M 0 0 93 382.5M 0 151.5k 46:03 43:04 02:59 117.1k 93 409.0M 0 0 93 382.6M 0 151.5k 46:03 43:05 02:58 124.8k 93 409.0M 0 0 93 382.8M 0 151.5k 46:03 43:06 02:57 122.3k 93 409.0M 0 0 93 383.0M 0 151.5k 46:03 43:08 02:55 138.7k 93 409.0M 0 0 93 383.1M 0 151.5k 46:04 43:09 02:55 137.6k 93 409.0M 0 0 93 383.3M 0 151.5k 46:04 43:10 02:54 130.4k 93 409.0M 0 0 93 383.4M 0 151.4k 46:05 43:12 02:53 115.6k 93 409.0M 0 0 93 383.6M 0 151.4k 46:05 43:13 02:52 118.8k 93 409.0M 0 0 93 383.8M 0 151.4k 46:04 43:14 02:50 121.7k 93 409.0M 0 0 93 384.0M 0 151.5k 46:04 43:15 02:49 144.6k 93 409.0M 0 0 93 384.2M 0 151.5k 46:04 43:16 02:48 159.5k 93 409.0M 0 0 93 384.4M 0 151.5k 46:04 43:18 02:46 166.8k 94 409.0M 0 0 94 384.6M 0 151.5k 46:04 43:19 02:45 161.2k 94 409.0M 0 0 94 384.8M 0 151.4k 46:05 43:21 02:44 149.1k 94 409.0M 0 0 94 384.9M 0 151.4k 46:05 43:22 02:43 132.1k 94 409.0M 0 0 94 385.0M 0 151.4k 46:05 43:23 02:42 122.3k 94 409.0M 0 0 94 385.1M 0 151.4k 46:05 43:24 02:41 121.2k 94 409.0M 0 0 94 385.3M 0 151.4k 46:05 43:25 02:40 121.3k 94 409.0M 0 0 94 385.5M 0 151.4k 46:06 43:27 02:39 120.4k 94 409.0M 0 0 94 385.6M 0 151.4k 46:06 43:28 02:38 121.5k 94 409.0M 0 0 94 385.8M 0 151.4k 46:06 43:29 02:37 131.5k 94 409.0M 0 0 94 386.0M 0 151.4k 46:06 43:30 02:36 140.5k 94 409.0M 0 0 94 386.1M 0 151.4k 46:06 43:31 02:35 139.2k 94 409.0M 0 0 94 386.3M 0 151.3k 46:06 43:33 02:33 135.7k 94 409.0M 0 0 94 386.4M 0 151.3k 46:07 43:34 02:33 134.4k 94 409.0M 0 0 94 386.6M 0 151.3k 46:07 43:35 02:32 131.3k 94 409.0M 0 0 94 386.8M 0 151.3k 46:07 43:36 02:31 131.3k 94 409.0M 0 0 94 387.0M 0 151.3k 46:07 43:37 02:30 137.1k 94 409.0M 0 0 94 387.1M 0 151.3k 46:07 43:39 02:28 142.3k 94 409.0M 0 0 94 387.3M 0 151.3k 46:07 43:40 02:27 149.8k 94 409.0M 0 0 94 387.5M 0 151.3k 46:06 43:41 02:25 166.7k 94 409.0M 0 0 94 387.8M 0 151.4k 46:06 43:42 02:24 171.3k 94 409.0M 0 0 94 388.0M 0 151.3k 46:06 43:44 02:22 160.9k 94 409.0M 0 0 94 388.1M 0 151.3k 46:06 43:45 02:21 161.4k 94 409.0M 0 0 94 388.3M 0 151.3k 46:06 43:46 02:20 166.5k 94 409.0M 0 0 94 388.5M 0 151.4k 46:06 43:47 02:19 160.3k 95 409.0M 0 0 95 388.7M 0 151.4k 46:06 43:49 02:17 153.5k 95 409.0M 0 0 95 388.9M 0 151.4k 46:06 43:50 02:16 161.9k 95 409.0M 0 0 95 389.1M 0 151.4k 46:05 43:51 02:14 182.9k 95 409.0M 0 0 95 389.4M 0 151.4k 46:05 43:52 02:13 189.0k 95 409.0M 0 0 95 389.6M 0 151.4k 46:05 43:53 02:12 180.3k 95 409.0M 0 0 95 389.7M 0 151.4k 46:05 43:54 02:11 174.4k 95 409.0M 0 0 95 389.8M 0 151.4k 46:05 43:56 02:09 163.3k 95 409.0M 0 0 95 390.0M 0 151.4k 46:05 43:57 02:08 148.6k 95 409.0M 0 0 95 390.2M 0 151.4k 46:05 43:58 02:07 133.1k 95 409.0M 0 0 95 390.3M 0 151.4k 46:06 44:00 02:06 124.2k 95 409.0M 0 0 95 390.5M 0 151.4k 46:06 44:01 02:05 126.8k 95 409.0M 0 0 95 390.7M 0 151.4k 46:06 44:02 02:04 133.5k 95 409.0M 0 0 95 390.9M 0 151.3k 46:06 44:04 02:02 129.1k 95 409.0M 0 0 95 391.1M 0 151.3k 46:06 44:05 02:01 131.5k 95 409.0M 0 0 95 391.2M 0 151.3k 46:07 44:06 02:01 132.9k 95 409.0M 0 0 95 391.3M 0 151.3k 46:07 44:07 02:00 131.2k 95 409.0M 0 0 95 391.5M 0 151.3k 46:07 44:08 01:59 135.8k 95 409.0M 0 0 95 391.7M 0 151.3k 46:07 44:10 01:57 145.5k 95 409.0M 0 0 95 391.9M 0 151.3k 46:07 44:11 01:56 141.6k 95 409.0M 0 0 95 392.0M 0 151.3k 46:07 44:12 01:55 144.4k 95 409.0M 0 0 95 392.2M 0 151.3k 46:07 44:13 01:54 148.5k 95 409.0M 0 0 95 392.4M 0 151.3k 46:07 44:15 01:52 141.3k 95 409.0M 0 0 95 392.6M 0 151.3k 46:07 44:16 01:51 134.7k 96 409.0M 0 0 96 392.8M 0 151.3k 46:07 44:17 01:50 139.7k 96 409.0M 0 0 96 393.0M 0 151.3k 46:07 44:19 01:48 146.4k 96 409.0M 0 0 96 393.1M 0 151.3k 46:07 44:20 01:47 153.4k 96 409.0M 0 0 96 393.3M 0 151.3k 46:07 44:21 01:46 158.1k 96 409.0M 0 0 96 393.5M 0 151.3k 46:07 44:22 01:45 153.8k 96 409.0M 0 0 96 393.7M 0 151.3k 46:07 44:24 01:43 153.9k 96 409.0M 0 0 96 393.9M 0 151.3k 46:07 44:25 01:42 152.2k 96 409.0M 0 0 96 394.1M 0 151.3k 46:07 44:26 01:41 144.6k 96 409.0M 0 0 96 394.3M 0 151.3k 46:07 44:28 01:39 154.5k 96 409.0M 0 0 96 394.6M 0 151.4k 46:06 44:29 01:37 176.7k 96 409.0M 0 0 96 394.8M 0 151.4k 46:05 44:30 01:35 191.3k 96 409.0M 0 0 96 395.1M 0 151.4k 46:05 44:31 01:34 198.2k 96 409.0M 0 0 96 395.3M 0 151.4k 46:05 44:32 01:33 206.0k 96 409.0M 0 0 96 395.5M 0 151.4k 46:04 44:33 01:31 208.3k 96 409.0M 0 0 96 395.8M 0 151.5k 46:04 44:35 01:29 204.6k 96 409.0M 0 0 96 396.0M 0 151.5k 46:04 44:36 01:28 185.6k 96 409.0M 0 0 96 396.1M 0 151.4k 46:04 44:37 01:27 170.8k 96 409.0M 0 0 96 396.2M 0 151.4k 46:05 44:38 01:27 157.9k 96 409.0M 0 0 96 396.4M 0 151.4k 46:05 44:40 01:25 145.0k 96 409.0M 0 0 96 396.5M 0 151.4k 46:05 44:41 01:24 117.6k 96 409.0M 0 0 96 396.6M 0 151.4k 46:05 44:42 01:23 117.3k 97 409.0M 0 0 97 396.8M 0 151.4k 46:05 44:43 01:22 129.5k 97 409.0M 0 0 97 397.0M 0 151.4k 46:05 44:44 01:21 143.5k 97 409.0M 0 0 97 397.2M 0 151.4k 46:05 44:45 01:20 144.7k 97 409.0M 0 0 97 397.4M 0 151.4k 46:05 44:47 01:18 154.6k 97 409.0M 0 0 97 397.6M 0 151.4k 46:05 44:48 01:17 156.0k 97 409.0M 0 0 97 397.7M 0 151.4k 46:05 44:49 01:16 145.8k 97 409.0M 0 0 97 398.0M 0 151.4k 46:05 44:51 01:14 147.4k 97 409.0M 0 0 97 398.1M 0 151.4k 46:05 44:52 01:13 145.8k 97 409.0M 0 0 97 398.3M 0 151.4k 46:05 44:53 01:12 142.4k 97 409.0M 0 0 97 398.5M 0 151.4k 46:05 44:55 01:10 146.8k 97 409.0M 0 0 97 398.8M 0 151.4k 46:05 44:56 01:09 163.3k 97 409.0M 0 0 97 399.0M 0 151.4k 46:05 44:57 01:08 163.5k 97 409.0M 0 0 97 399.2M 0 151.4k 46:05 44:59 01:06 162.1k 97 409.0M 0 0 97 399.3M 0 151.4k 46:05 45:00 01:05 159.4k 97 409.0M 0 0 97 399.5M 0 151.4k 46:05 45:01 01:04 156.4k 97 409.0M 0 0 97 399.7M 0 151.4k 46:05 45:02 01:03 145.2k 97 409.0M 0 0 97 399.9M 0 151.4k 46:05 45:03 01:02 143.7k 97 409.0M 0 0 97 400.1M 0 151.4k 46:05 45:05 01:00 145.3k 97 409.0M 0 0 97 400.2M 0 151.4k 46:05 45:06 00:59 148.6k 97 409.0M 0 0 97 400.4M 0 151.4k 46:05 45:07 00:58 148.2k 97 409.0M 0 0 97 400.6M 0 151.4k 46:05 45:08 00:57 147.7k 97 409.0M 0 0 97 400.7M 0 151.4k 46:06 45:10 00:56 133.1k 98 409.0M 0 0 98 400.9M 0 151.4k 46:06 45:11 00:55 132.8k 98 409.0M 0 0 98 401.1M 0 151.4k 46:06 45:12 00:54 137.8k 98 409.0M 0 0 98 401.3M 0 151.4k 46:06 45:13 00:53 141.2k 98 409.0M 0 0 98 401.5M 0 151.4k 46:06 45:15 00:51 143.2k 98 409.0M 0 0 98 401.6M 0 151.3k 46:06 45:17 00:49 137.1k 98 409.0M 0 0 98 401.8M 0 151.3k 46:07 45:18 00:49 127.9k 98 409.0M 0 0 98 401.9M 0 151.3k 46:07 45:19 00:48 121.1k 98 409.0M 0 0 98 402.1M 0 151.3k 46:07 45:20 00:47 122.0k 98 409.0M 0 0 98 402.3M 0 151.3k 46:06 45:21 00:45 134.0k 98 409.0M 0 0 98 402.6M 0 151.4k 46:06 45:23 00:43 161.8k 98 409.0M 0 0 98 402.8M 0 151.4k 46:05 45:24 00:41 189.8k 98 409.0M 0 0 98 403.1M 0 151.4k 46:05 45:25 00:40 214.6k 98 409.0M 0 0 98 403.3M 0 151.4k 46:05 45:26 00:39 217.3k 98 409.0M 0 0 98 403.5M 0 151.5k 46:04 45:27 00:37 208.1k 98 409.0M 0 0 98 403.8M 0 151.5k 46:04 45:28 00:36 208.8k 98 409.0M 0 0 98 404.0M 0 151.5k 46:03 45:30 00:33 201.1k 98 409.0M 0 0 98 404.2M 0 151.5k 46:03 45:31 00:32 190.5k 98 409.0M 0 0 98 404.5M 0 151.5k 46:03 45:32 00:31 202.6k 98 409.0M 0 0 98 404.7M 0 151.6k 46:02 45:33 00:29 211.3k 98 409.0M 0 0 98 404.9M 0 151.6k 46:02 45:34 00:28 206.8k 99 409.0M 0 0 99 405.0M 0 151.6k 46:02 45:35 00:27 194.8k 99 409.0M 0 0 99 405.1M 0 151.6k 46:02 45:36 00:26 180.7k 99 409.0M 0 0 99 405.3M 0 151.5k 46:03 45:37 00:26 154.0k 99 409.0M 0 0 99 405.5M 0 151.5k 46:03 45:39 00:24 135.9k 99 409.0M 0 0 99 405.6M 0 151.6k 46:02 45:40 00:22 133.9k 99 409.0M 0 0 99 405.8M 0 151.6k 46:02 45:41 00:21 140.5k 99 409.0M 0 0 99 406.1M 0 151.6k 46:02 45:42 00:20 161.4k 99 409.0M 0 0 99 406.3M 0 151.6k 46:01 45:43 00:18 186.4k 99 409.0M 0 0 99 406.5M 0 151.6k 46:01 45:44 00:17 189.0k 99 409.0M 0 0 99 406.7M 0 151.6k 46:01 45:46 00:15 185.1k 99 409.0M 0 0 99 406.9M 0 151.6k 46:01 45:47 00:14 184.9k 99 409.0M 0 0 99 407.1M 0 151.6k 46:01 45:48 00:13 174.7k 99 409.0M 0 0 99 407.3M 0 151.6k 46:01 45:49 00:12 155.9k 99 409.0M 0 0 99 407.5M 0 151.6k 46:01 45:51 00:10 149.8k 99 409.0M 0 0 99 407.6M 0 151.6k 46:01 45:52 00:09 143.8k 99 409.0M 0 0 99 407.7M 0 151.6k 46:02 45:53 00:09 134.9k 99 409.0M 0 0 99 407.9M 0 151.6k 46:02 45:54 00:08 128.9k 99 409.0M 0 0 99 408.0M 0 151.6k 46:02 45:55 00:07 124.1k 99 409.0M 0 0 99 408.2M 0 151.6k 46:02 45:57 00:05 129.4k 99 409.0M 0 0 99 408.4M 0 151.6k 46:02 45:58 00:04 135.3k 99 409.0M 0 0 99 408.6M 0 151.6k 46:02 45:59 00:03 142.1k 99 409.0M 0 0 99 408.8M 0 151.6k 46:02 46:01 00:01 145.1k 99 409.0M 0 0 99 408.9M 0 151.6k 46:02 46:02 145.5k* upload completely sent off: 428913624 bytes 100 409.0M 0 0 100 409.0M 0 151.5k 46:04 46:04 117.5k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: Q9Ak85V3CvMPs2svr0JC9cnkfYmWLur5f2b+wyNq5Dg3N7+lQCQ0fhEuN5eCrypYm42eed8UH60= < x-amz-request-id: 1PF6ZTW11H3ZF4SH < Date: Fri, 29 May 2026 14:07:48 GMT < x-amz-server-side-encryption: AES256 < ETag: "4fdbb839aed657c28320e8151da0afe6" < x-amz-checksum-crc64nvme: 99bZIuAiHVA= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 409.0M 0 0 100 409.0M 0 151.5k 46:04 46:04 117.5k 100 409.0M 0 0 100 409.0M 0 151.5k 46:04 46:04 117.5k 100 409.0M 0 0 100 409.0M 0 151.5k 46:04 46:04 117.5k * shutting down connection #0 took: 2795.78 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.26, 3.5.75.106, 52.218.62.187, 52.92.0.224, 3.5.67.255, 3.5.64.238, 52.92.2.56, 3.5.64.78 * Trying 3.5.74.26: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.26 port 443) from 10.17.4.7 port 38454 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/fea471fb-d7e6-4495-893f-f4f14567b292.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFQEoaGsQYa4%2BDi33H2oL%2BnnG6posZPbCmMZFNVE2psCAiAFuQ2CkpXrWK801DdwfmN74wAhMg%2FF2VFCROpoMDDHZirDBQjH%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMYVprpbrkCJsW0kmsKpcFw2gZoAcCg0VcVOZlw2CmUHm2rSYKdhQXVG8Dqdb3oJ2J1idmHoFA8SWgCeuPfsgBSKyRHR6NJvHjDo9%2BFLYFVf8xxA8YJPsuQPRA8gBAmkFTKk8dm65IsxvNmBCkwIMURZS0kbrxxMdxZtxqnEDyoQPGsHS5S7lud6rlTlBQLjqq5kqUHik62KCubKQnrboZRUGHh6FvpFoYd0lKQXh3I1W9eC%2B1pC37oD9nQ2Sf4CUly0xlDsSa7IsI0smW3TgsR0v4yz7sAQ%2FP95p2QXNHCjFtK8lKVVwyQVq3GJrboZSZFn41tfnEGjnpCOiYTamts%2BDoupwNvQ80VN2Qh53ZTlJbzXJMsBTzit1mtNtt2z%2BqfK8v20%2FouMd0eiRK3j3vqdKSsqjO210h2VkTgR3Fxb7tYyLqzVv%2F8I1IypnHHMy35OGVEjuwkXpkeCpAgvpVKMDq2qMJjmRooj2L%2BoJE2g8n4ibO1U4z0zSrz8%2B6InB6syBsy6ooxrrvTOcX7RNkmeruFyh44v%2BigDOCkoWJv6eEqH5yOkYnWQXOhfDzlr6xTB8BuObkApqMkV%2BlUBrADl2lbMAcz01uZzr%2FGW5zA5ZResgMsB2OeqGdPkOOl6rJ3Y%2F4xyIea5KorFlRg9a0JOULd2sobBRN7%2Bd%2Fx0RHUD3yPS2rf4nS%2BWLk%2BsgoM34aN1qaxAhaNJh1D9NrX4Mz4fzVtWIjkQa3ZaSctcFa8dmf9Y8CiOAhgQXpYIKen7vHM754E7hd%2FENrN3MQIDQItxMKaKALviV4mjl2pkMARIseBhKUonYXhbzQYfRopXX%2BbaS3vbFVwvrTFCHJjwo15QfghLXBBoJu2OTC54t2QWDfv6pu4kyBqLgf0zFvsTbnHq5C4DFMMJuv5tAGOrIBH0eLm61%2FrZ0NU4%2F%2FGB43xzaQh2lHksM85mJxV6YfnhiwvtTduqpwpsCQl32YBYsKl2GQ871RAoOGrL1UuK2YuBP9f5LSrhbStSO%2Bj5Zmf237id%2FuweuTS09szGM8Na6jlJvUcNeeF8%2F%2FKb%2FmyDN85WXuHqCaErWjfq3LX5Ea4XGO4hDLEKQ0d5Zpz1drwsPP7oGNmd%2BVxJdYXVNJNe4QayIpsjm329wi8Q1VvL67TNLaXQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260529T145352Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC63ZJD7A%2F20260529%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=8172606a22adcdcb7784355544dbc8d87625d84b548addd01797ae50dab79bd8 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 74040432 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 70.61M 0 0 1 1.00M 0 0.99M 01:11 00:01 01:10 0.99M 3 70.61M 0 0 3 2.43M 0 1.19M 00:59 00:02 00:57 1.19M 5 70.61M 0 0 5 4.06M 0 1.32M 00:53 00:03 00:50 1.32M 8 70.61M 0 0 8 5.87M 0 1.42M 00:49 00:04 00:45 1.42M 10 70.61M 0 0 10 7.68M 0 1.49M 00:47 00:05 00:42 1.49M 13 70.61M 0 0 13 9.50M 0 1.54M 00:45 00:06 00:39 1.64M 15 70.61M 0 0 15 11.25M 0 1.56M 00:45 00:07 00:38 1.71M 18 70.61M 0 0 18 13.12M 0 1.60M 00:43 00:08 00:35 1.77M 21 70.61M 0 0 21 15.00M 0 1.62M 00:43 00:09 00:34 1.79M 23 70.61M 0 0 23 16.25M 0 1.58M 00:44 00:10 00:34 1.68M 24 70.61M 0 0 24 17.25M 0 1.53M 00:46 00:11 00:35 1.52M 25 70.61M 0 0 25 18.31M 0 1.49M 00:47 00:12 00:35 1.38M 27 70.61M 0 0 27 19.43M 0 1.45M 00:48 00:13 00:35 1.22M 29 70.61M 0 0 29 20.56M 0 1.42M 00:49 00:14 00:35 1.07M 30 70.61M 0 0 30 21.62M 0 1.40M 00:50 00:15 00:35 1.03M 32 70.61M 0 0 32 22.81M 0 1.38M 00:50 00:16 00:34 1.06M 34 70.61M 0 0 34 24.06M 0 1.37M 00:51 00:17 00:34 1.10M 35 70.61M 0 0 35 25.25M 0 1.36M 00:51 00:18 00:33 1.12M 37 70.61M 0 0 37 26.62M 0 1.36M 00:51 00:19 00:32 1.17M 39 70.61M 0 0 39 28.06M 0 1.36M 00:51 00:20 00:31 1.24M 41 70.61M 0 0 41 29.62M 0 1.36M 00:51 00:21 00:30 1.31M 44 70.61M 0 0 44 31.31M 0 1.38M 00:51 00:22 00:29 1.40M 47 70.61M 0 0 47 33.56M 0 1.41M 00:49 00:23 00:26 1.60M 51 70.61M 0 0 51 36.50M 0 1.47M 00:47 00:24 00:23 1.92M 57 70.61M 0 0 57 40.43M 0 1.57M 00:44 00:25 00:19 2.42M 63 70.61M 0 0 63 44.81M 0 1.67M 00:42 00:26 00:16 2.99M 66 70.61M 0 0 66 46.68M 0 1.68M 00:41 00:27 00:14 3.02M 68 70.61M 0 0 68 48.31M 0 1.67M 00:42 00:28 00:14 2.89M 70 70.61M 0 0 70 49.93M 0 1.67M 00:42 00:29 00:13 2.61M 72 70.61M 0 0 72 51.37M 0 1.66M 00:42 00:30 00:12 2.13M 74 70.61M 0 0 74 52.75M 0 1.65M 00:42 00:31 00:11 1.55M 76 70.61M 0 0 76 54.31M 0 1.65M 00:42 00:32 00:10 1.47M 77 70.61M 0 0 77 55.00M 0 1.62M 00:43 00:33 00:10 1.30M 78 70.61M 0 0 78 55.62M 0 1.58M 00:44 00:34 00:10 1.10M 79 70.61M 0 0 79 56.18M 0 1.56M 00:45 00:35 00:10 955.2k 80 70.61M 0 0 80 56.62M 0 1.52M 00:46 00:37 00:09 762.7k 80 70.61M 0 0 80 57.06M 0 1.49M 00:47 00:38 00:09 543.4k 81 70.61M 0 0 81 57.62M 0 1.47M 00:47 00:39 00:08 512.2k 82 70.61M 0 0 82 58.25M 0 1.44M 00:48 00:40 00:08 516.1k 83 70.61M 0 0 83 58.87M 0 1.42M 00:49 00:41 00:08 525.5k 83 70.61M 0 0 83 59.31M 0 1.39M 00:50 00:42 00:08 513.3k 84 70.61M 0 0 84 59.75M 0 1.37M 00:51 00:43 00:08 504.7k 85 70.61M 0 0 85 60.25M 0 1.35M 00:52 00:44 00:08 498.2k 86 70.61M 0 0 86 60.87M 0 1.33M 00:52 00:45 00:07 493.6k 87 70.61M 0 0 87 61.62M 0 1.31M 00:53 00:46 00:07 512.3k 88 70.61M 0 0 88 62.25M 0 1.30M 00:54 00:47 00:07 563.9k 89 70.61M 0 0 89 63.00M 0 1.29M 00:54 00:48 00:06 631.2k 90 70.61M 0 0 90 63.81M 0 1.27M 00:55 00:49 00:06 685.5k 91 70.61M 0 0 91 64.62M 0 1.26M 00:55 00:50 00:05 722.8k 92 70.61M 0 0 92 65.43M 0 1.25M 00:56 00:52 00:04 738.9k 93 70.61M 0 0 93 66.31M 0 1.25M 00:56 00:53 00:03 785.4k 95 70.61M 0 0 95 67.25M 0 1.24M 00:56 00:54 00:02 823.9k 96 70.61M 0 0 96 68.25M 0 1.23M 00:57 00:55 00:02 861.5k 97 70.61M 0 0 97 69.06M 0 1.22M 00:57 00:56 00:01 865.3k 99 70.61M 0 0 99 70.00M 0 1.22M 00:57 00:57 898.9k* upload completely sent off: 74040432 bytes 100 70.61M 0 0 100 70.61M 0 1.19M 00:58 00:58 758.8k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: C1ziw0TEpzLcVW+YQUKsNyN/Q410YnBnq+Pc+SysyyiSHc1+O9RX/rhPkXQ6s2GLJD7fhboYxrFfthAaQ2ZsvxF29gftLILt < x-amz-request-id: XSEB148MWSA3WZ0J < Date: Fri, 29 May 2026 14:53:59 GMT < x-amz-server-side-encryption: AES256 < ETag: "b81c2cfdf1a42bd0b8cac580e39df556" < x-amz-checksum-crc64nvme: ndH5r4r4Mso= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 70.61M 0 0 100 70.61M 0 1.18M 00:59 00:59 758.8k 100 70.61M 0 0 100 70.61M 0 1.18M 00:59 00:59 758.8k 100 70.61M 0 0 100 70.61M 0 1.18M 00:59 00:59 758.8k * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 65.49 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.125, 3.5.73.109, 52.92.32.0, 3.5.72.67, 3.5.64.35, 3.5.67.45, 3.5.74.22, 3.5.73.56 * Trying 3.5.74.125:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.74.125 port 443) from 10.17.4.7 port 36568 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/fdc26576-96f9-40b5-95e3-a06495711232.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFQEoaGsQYa4%2BDi33H2oL%2BnnG6posZPbCmMZFNVE2psCAiAFuQ2CkpXrWK801DdwfmN74wAhMg%2FF2VFCROpoMDDHZirDBQjH%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMYVprpbrkCJsW0kmsKpcFw2gZoAcCg0VcVOZlw2CmUHm2rSYKdhQXVG8Dqdb3oJ2J1idmHoFA8SWgCeuPfsgBSKyRHR6NJvHjDo9%2BFLYFVf8xxA8YJPsuQPRA8gBAmkFTKk8dm65IsxvNmBCkwIMURZS0kbrxxMdxZtxqnEDyoQPGsHS5S7lud6rlTlBQLjqq5kqUHik62KCubKQnrboZRUGHh6FvpFoYd0lKQXh3I1W9eC%2B1pC37oD9nQ2Sf4CUly0xlDsSa7IsI0smW3TgsR0v4yz7sAQ%2FP95p2QXNHCjFtK8lKVVwyQVq3GJrboZSZFn41tfnEGjnpCOiYTamts%2BDoupwNvQ80VN2Qh53ZTlJbzXJMsBTzit1mtNtt2z%2BqfK8v20%2FouMd0eiRK3j3vqdKSsqjO210h2VkTgR3Fxb7tYyLqzVv%2F8I1IypnHHMy35OGVEjuwkXpkeCpAgvpVKMDq2qMJjmRooj2L%2BoJE2g8n4ibO1U4z0zSrz8%2B6InB6syBsy6ooxrrvTOcX7RNkmeruFyh44v%2BigDOCkoWJv6eEqH5yOkYnWQXOhfDzlr6xTB8BuObkApqMkV%2BlUBrADl2lbMAcz01uZzr%2FGW5zA5ZResgMsB2OeqGdPkOOl6rJ3Y%2F4xyIea5KorFlRg9a0JOULd2sobBRN7%2Bd%2Fx0RHUD3yPS2rf4nS%2BWLk%2BsgoM34aN1qaxAhaNJh1D9NrX4Mz4fzVtWIjkQa3ZaSctcFa8dmf9Y8CiOAhgQXpYIKen7vHM754E7hd%2FENrN3MQIDQItxMKaKALviV4mjl2pkMARIseBhKUonYXhbzQYfRopXX%2BbaS3vbFVwvrTFCHJjwo15QfghLXBBoJu2OTC54t2QWDfv6pu4kyBqLgf0zFvsTbnHq5C4DFMMJuv5tAGOrIBH0eLm61%2FrZ0NU4%2F%2FGB43xzaQh2lHksM85mJxV6YfnhiwvtTduqpwpsCQl32YBYsKl2GQ871RAoOGrL1UuK2YuBP9f5LSrhbStSO%2Bj5Zmf237id%2FuweuTS09szGM8Na6jlJvUcNeeF8%2F%2FKb%2FmyDN85WXuHqCaErWjfq3LX5Ea4XGO4hDLEKQ0d5Zpz1drwsPP7oGNmd%2BVxJdYXVNJNe4QayIpsjm329wi8Q1VvL67TNLaXQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260529T145458Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC63ZJD7A%2F20260529%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=c77bcead4204ef4495c783b8ed25446496046a3fd23798163bda803559fad475 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 648614587 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 618.5M 0 0 0 3.43M 0 3.07M 03:20 00:01 03:19 3.07M 1 618.5M 0 0 1 8.50M 0 4.01M 02:34 00:02 02:32 4.01M 2 618.5M 0 0 2 13.18M 0 4.22M 02:26 00:03 02:23 4.22M 2 618.5M 0 0 2 18.18M 0 4.40M 02:20 00:04 02:16 4.40M 3 618.5M 0 0 3 23.31M 0 4.54M 02:16 00:05 02:11 4.54M 4 618.5M 0 0 4 28.43M 0 4.64M 02:13 00:06 02:07 4.98M 5 618.5M 0 0 5 33.62M 0 4.71M 02:11 00:07 02:04 5.01M 6 618.5M 0 0 6 38.75M 0 4.76M 02:09 00:08 02:01 5.09M 7 618.5M 0 0 7 43.87M 0 4.80M 02:08 00:09 01:59 5.12M 7 618.5M 0 0 7 49.25M 0 4.85M 02:07 00:10 01:57 5.16M 8 618.5M 0 0 8 54.68M 0 4.90M 02:06 00:11 01:55 5.22M 9 618.5M 0 0 9 59.12M 0 4.86M 02:07 00:12 01:55 5.06M 10 618.5M 0 0 10 63.68M 0 4.83M 02:07 00:13 01:54 4.95M 10 618.5M 0 0 10 67.68M 0 4.75M 02:10 00:14 01:56 4.66M 11 618.5M 0 0 11 70.75M 0 4.63M 02:13 00:15 01:58 4.20M 11 618.5M 0 0 11 73.62M 0 4.52M 02:16 00:16 02:00 3.70M 12 618.5M 0 0 12 76.31M 0 4.41M 02:19 00:17 02:02 3.36M 12 618.5M 0 0 12 78.68M 0 4.30M 02:23 00:18 02:05 2.94M 13 618.5M 0 0 13 81.18M 0 4.21M 02:26 00:19 02:07 2.68M 13 618.5M 0 0 13 83.31M 0 4.10M 02:30 00:20 02:10 2.48M 13 618.5M 0 0 13 85.25M 0 3.98M 02:35 00:21 02:14 2.26M 14 618.5M 0 0 14 87.12M 0 3.88M 02:39 00:22 02:17 2.10M 14 618.5M 0 0 14 88.87M 0 3.79M 02:43 00:23 02:20 1.97M 14 618.5M 0 0 14 90.68M 0 3.71M 02:46 00:24 02:22 1.84M 14 618.5M 0 0 14 92.50M 0 3.63M 02:50 00:25 02:25 1.79M 15 618.5M 0 0 15 94.37M 0 3.56M 02:53 00:26 02:27 1.79M 15 618.5M 0 0 15 95.93M 0 3.48M 02:57 00:27 02:30 1.72M 15 618.5M 0 0 15 97.62M 0 3.41M 03:00 00:28 02:32 1.70M 16 618.5M 0 0 16 99.50M 0 3.36M 03:03 00:29 02:34 1.71M 16 618.5M 0 0 16 101.4M 0 3.31M 03:06 00:30 02:36 1.74M 16 618.5M 0 0 16 103.2M 0 3.25M 03:09 00:31 02:38 1.69M 16 618.5M 0 0 16 105.0M 0 3.20M 03:12 00:32 02:40 1.72M 17 618.5M 0 0 17 106.7M 0 3.16M 03:15 00:33 02:42 1.75M 17 618.5M 0 0 17 108.6M 0 3.12M 03:18 00:34 02:44 1.75M 17 618.5M 0 0 17 110.5M 0 3.08M 03:20 00:35 02:45 1.73M 18 618.5M 0 0 18 112.5M 0 3.05M 03:22 00:36 02:46 1.80M 18 618.5M 0 0 18 114.3M 0 3.02M 03:24 00:37 02:47 1.84M 18 618.5M 0 0 18 116.3M 0 2.99M 03:26 00:38 02:48 1.87M 19 618.5M 0 0 19 118.5M 0 2.96M 03:28 00:39 02:49 1.92M 19 618.5M 0 0 19 120.8M 0 2.95M 03:29 00:40 02:49 2.00M 19 618.5M 0 0 19 123.3M 0 2.93M 03:30 00:41 02:49 2.11M 20 618.5M 0 0 20 125.8M 0 2.92M 03:31 00:42 02:49 2.23M 20 618.5M 0 0 20 128.3M 0 2.91M 03:31 00:43 02:48 2.34M 21 618.5M 0 0 21 131.1M 0 2.91M 03:32 00:45 02:47 2.49M 21 618.5M 0 0 21 134.0M 0 2.91M 03:32 00:46 02:46 2.58M 22 618.5M 0 0 22 136.5M 0 2.90M 03:33 00:47 02:46 2.58M 22 618.5M 0 0 22 138.3M 0 2.87M 03:34 00:48 02:46 2.45M 22 618.5M 0 0 22 139.8M 0 2.84M 03:37 00:49 02:48 2.23M 22 618.5M 0 0 22 141.0M 0 2.81M 03:39 00:50 02:49 1.92M 22 618.5M 0 0 22 142.2M 0 2.78M 03:42 00:51 02:51 1.60M 23 618.5M 0 0 23 143.5M 0 2.75M 03:44 00:52 02:52 1.37M 23 618.5M 0 0 23 144.8M 0 2.72M 03:47 00:53 02:54 1.25M 23 618.5M 0 0 23 146.0M 0 2.69M 03:49 00:54 02:55 1.20M 23 618.5M 0 0 23 147.1M 0 2.66M 03:52 00:55 02:57 1.20M 24 618.5M 0 0 24 148.5M 0 2.63M 03:54 00:56 02:58 1.23M 24 618.5M 0 0 24 149.9M 0 2.61M 03:56 00:57 02:59 1.22M 24 618.5M 0 0 24 150.8M 0 2.57M 03:59 00:58 03:01 1.14M 24 618.5M 0 0 24 151.3M 0 2.54M 04:03 00:59 03:04 0.99M 24 618.5M 0 0 24 151.6M 0 2.50M 04:07 01:00 03:07 855.3k 24 618.5M 0 0 24 152.1M 0 2.46M 04:11 01:01 03:10 678.3k 24 618.5M 0 0 24 152.7M 0 2.43M 04:14 01:02 03:12 534.0k 24 618.5M 0 0 24 153.3M 0 2.40M 04:17 01:03 03:14 481.4k 24 618.5M 0 0 24 154.0M 0 2.37M 04:20 01:04 03:16 513.6k 25 618.5M 0 0 25 154.6M 0 2.34M 04:23 01:06 03:17 570.3k 25 618.5M 0 0 25 155.3M 0 2.31M 04:26 01:07 03:19 617.1k 25 618.5M 0 0 25 156.1M 0 2.29M 04:29 01:08 03:21 654.7k 25 618.5M 0 0 25 157.0M 0 2.27M 04:32 01:09 03:23 698.4k 25 618.5M 0 0 25 157.8M 0 2.24M 04:35 01:10 03:25 743.4k 25 618.5M 0 0 25 158.6M 0 2.22M 04:37 01:11 03:26 782.4k 25 618.5M 0 0 25 159.5M 0 2.20M 04:40 01:12 03:28 818.3k 25 618.5M 0 0 25 160.5M 0 2.18M 04:42 01:13 03:29 857.4k 26 618.5M 0 0 26 161.4M 0 2.17M 04:44 01:14 03:30 876.0k 26 618.5M 0 0 26 162.4M 0 2.15M 04:46 01:15 03:31 916.9k 26 618.5M 0 0 26 163.5M 0 2.14M 04:48 01:16 03:32 969.3k 26 618.5M 0 0 26 164.5M 0 2.12M 04:51 01:17 03:34 981.1k 26 618.5M 0 0 26 165.5M 0 2.10M 04:53 01:18 03:35 997.6k 26 618.5M 0 0 26 166.3M 0 2.09M 04:55 01:19 03:36 973.9k 27 618.5M 0 0 27 167.3M 0 2.07M 04:57 01:20 03:37 959.8k 27 618.5M 0 0 27 168.1M 0 2.06M 05:00 01:21 03:39 907.5k 27 618.5M 0 0 27 168.9M 0 2.04M 05:02 01:22 03:40 887.3k 27 618.5M 0 0 27 169.6M 0 2.02M 05:04 01:23 03:41 830.8k 27 618.5M 0 0 27 170.4M 0 2.01M 05:07 01:24 03:43 818.0k 27 618.5M 0 0 27 171.2M 0 2.00M 05:09 01:25 03:44 795.8k 27 618.5M 0 0 27 172.1M 0 1.98M 05:11 01:26 03:45 812.0k 27 618.5M 0 0 27 173.1M 0 1.97M 05:13 01:27 03:46 843.7k 28 618.5M 0 0 28 174.2M 0 1.96M 05:15 01:28 03:47 906.8k 28 618.5M 0 0 28 175.4M 0 1.95M 05:16 01:29 03:47 987.8k 28 618.5M 0 0 28 176.6M 0 1.94M 05:18 01:30 03:48 1.03M 28 618.5M 0 0 28 177.8M 0 1.93M 05:19 01:31 03:48 1.08M 28 618.5M 0 0 28 179.1M 0 1.92M 05:20 01:32 03:48 1.15M 29 618.5M 0 0 29 180.5M 0 1.92M 05:21 01:33 03:48 1.20M 29 618.5M 0 0 29 181.6M 0 1.91M 05:23 01:34 03:49 1.19M 29 618.5M 0 0 29 182.8M 0 1.90M 05:24 01:35 03:49 1.21M 29 618.5M 0 0 29 184.2M 0 1.90M 05:25 01:36 03:49 1.26M 30 618.5M 0 0 30 185.6M 0 1.89M 05:26 01:37 03:49 1.28M 30 618.5M 0 0 30 187.0M 0 1.88M 05:27 01:39 03:48 1.28M 30 618.5M 0 0 30 188.1M 0 1.87M 05:28 01:40 03:48 1.27M 30 618.5M 0 0 30 189.1M 0 1.87M 05:30 01:41 03:49 1.20M 30 618.5M 0 0 30 190.1M 0 1.86M 05:32 01:42 03:50 1.13M 30 618.5M 0 0 30 191.2M 0 1.85M 05:33 01:43 03:50 1.06M 31 618.5M 0 0 31 192.3M 0 1.84M 05:35 01:44 03:51 1.01M 31 618.5M 0 0 31 193.3M 0 1.83M 05:36 01:45 03:51 0.98M 31 618.5M 0 0 31 194.3M 0 1.82M 05:38 01:46 03:52 1.01M 31 618.5M 0 0 31 195.5M 0 1.82M 05:39 01:47 03:52 1.03M 31 618.5M 0 0 31 196.7M 0 1.81M 05:40 01:48 03:52 1.06M 31 618.5M 0 0 31 197.9M 0 1.80M 05:41 01:49 03:52 1.08M 32 618.5M 0 0 32 199.1M 0 1.80M 05:42 01:50 03:52 1.14M 32 618.5M 0 0 32 200.5M 0 1.79M 05:43 01:51 03:52 1.18M 32 618.5M 0 0 32 201.8M 0 1.79M 05:44 01:52 03:52 1.22M 32 618.5M 0 0 32 202.6M 0 1.78M 05:46 01:53 03:53 1.15M 32 618.5M 0 0 32 203.6M 0 1.77M 05:47 01:54 03:53 1.11M 33 618.5M 0 0 33 204.6M 0 1.77M 05:49 01:55 03:54 1.06M 33 618.5M 0 0 33 205.7M 0 1.76M 05:50 01:56 03:54 1.01M 33 618.5M 0 0 33 206.9M 0 1.75M 05:51 01:57 03:54 0.98M 33 618.5M 0 0 33 208.1M 0 1.75M 05:52 01:58 03:54 1.07M 33 618.5M 0 0 33 208.8M 0 1.74M 05:54 01:59 03:55 0.99M 33 618.5M 0 0 33 209.3M 0 1.73M 05:56 02:00 03:56 926.4k 33 618.5M 0 0 33 210.0M 0 1.72M 05:58 02:01 03:57 835.9k 34 618.5M 0 0 34 210.6M 0 1.71M 06:00 02:02 03:58 741.8k 34 618.5M 0 0 34 211.4M 0 1.70M 06:02 02:03 03:59 642.7k 34 618.5M 0 0 34 212.3M 0 1.70M 06:03 02:04 03:59 694.3k 34 618.5M 0 0 34 213.0M 0 1.69M 06:05 02:05 04:00 732.3k 34 618.5M 0 0 34 213.9M 0 1.68M 06:07 02:06 04:01 781.6k 34 618.5M 0 0 34 214.6M 0 1.67M 06:08 02:07 04:01 780.9k 34 618.5M 0 0 34 215.3M 0 1.66M 06:10 02:09 04:01 773.5k 34 618.5M 0 0 34 216.0M 0 1.66M 06:12 02:10 04:02 725.3k 35 618.5M 0 0 35 216.7M 0 1.65M 06:14 02:11 04:03 729.6k 35 618.5M 0 0 35 217.5M 0 1.64M 06:15 02:12 04:03 707.7k 35 618.5M 0 0 35 218.3M 0 1.63M 06:17 02:13 04:04 730.0k 35 618.5M 0 0 35 219.1M 0 1.63M 06:18 02:14 04:04 761.3k 35 618.5M 0 0 35 220.1M 0 1.62M 06:19 02:15 04:04 833.2k 35 618.5M 0 0 35 221.1M 0 1.62M 06:21 02:16 04:05 866.5k 35 618.5M 0 0 35 222.0M 0 1.61M 06:22 02:17 04:05 904.5k 36 618.5M 0 0 36 222.9M 0 1.61M 06:23 02:18 04:05 907.6k 36 618.5M 0 0 36 223.8M 0 1.60M 06:25 02:19 04:06 894.7k 36 618.5M 0 0 36 224.6M 0 1.59M 06:26 02:20 04:06 876.5k 36 618.5M 0 0 36 225.6M 0 1.59M 06:27 02:21 04:06 888.8k 36 618.5M 0 0 36 226.5M 0 1.58M 06:29 02:22 04:07 865.0k 36 618.5M 0 0 36 227.3M 0 1.58M 06:30 02:23 04:07 875.0k 36 618.5M 0 0 36 228.1M 0 1.57M 06:32 02:24 04:08 862.0k 37 618.5M 0 0 37 229.0M 0 1.57M 06:33 02:25 04:08 847.2k 37 618.5M 0 0 37 229.8M 0 1.56M 06:34 02:26 04:08 833.1k 37 618.5M 0 0 37 230.8M 0 1.56M 06:35 02:27 04:08 857.6k 37 618.5M 0 0 37 231.8M 0 1.55M 06:36 02:28 04:08 894.7k 37 618.5M 0 0 37 233.0M 0 1.55M 06:37 02:29 04:08 973.4k 37 618.5M 0 0 37 234.3M 0 1.55M 06:38 02:30 04:08 1.03M 38 618.5M 0 0 38 235.7M 0 1.55M 06:38 02:31 04:07 1.12M 38 618.5M 0 0 38 237.1M 0 1.54M 06:38 02:32 04:06 1.20M 38 618.5M 0 0 38 238.6M 0 1.54M 06:38 02:33 04:05 1.30M 38 618.5M 0 0 38 240.3M 0 1.54M 06:38 02:34 04:04 1.39M 39 618.5M 0 0 39 241.6M 0 1.54M 06:39 02:35 04:04 1.42M 39 618.5M 0 0 39 243.1M 0 1.54M 06:39 02:37 04:02 1.43M 39 618.5M 0 0 39 244.5M 0 1.54M 06:39 02:38 04:01 1.44M 39 618.5M 0 0 39 245.8M 0 1.54M 06:40 02:39 04:01 1.38M 39 618.5M 0 0 39 247.1M 0 1.54M 06:40 02:40 04:00 1.32M 40 618.5M 0 0 40 248.5M 0 1.54M 06:41 02:41 04:00 1.32M 40 618.5M 0 0 40 249.9M 0 1.54M 06:41 02:42 03:59 1.32M 40 618.5M 0 0 40 251.4M 0 1.54M 06:41 02:43 03:58 1.33M 40 618.5M 0 0 40 252.8M 0 1.53M 06:41 02:44 03:57 1.36M 41 618.5M 0 0 41 254.1M 0 1.53M 06:42 02:45 03:57 1.37M 41 618.5M 0 0 41 255.6M 0 1.53M 06:42 02:46 03:56 1.39M 41 618.5M 0 0 41 257.1M 0 1.53M 06:42 02:47 03:55 1.42M 41 618.5M 0 0 41 258.5M 0 1.53M 06:42 02:48 03:54 1.38M 42 618.5M 0 0 42 259.9M 0 1.53M 06:42 02:49 03:53 1.39M 42 618.5M 0 0 42 261.5M 0 1.53M 06:42 02:50 03:52 1.44M 42 618.5M 0 0 42 263.0M 0 1.53M 06:42 02:51 03:51 1.45M 42 618.5M 0 0 42 264.6M 0 1.53M 06:42 02:52 03:50 1.46M 43 618.5M 0 0 43 266.3M 0 1.53M 06:42 02:53 03:49 1.52M 43 618.5M 0 0 43 268.0M 0 1.53M 06:42 02:54 03:48 1.57M 43 618.5M 0 0 43 269.8M 0 1.53M 06:42 02:55 03:47 1.61M 43 618.5M 0 0 43 271.8M 0 1.54M 06:41 02:56 03:45 1.70M 44 618.5M 0 0 44 274.1M 0 1.54M 06:40 02:57 03:43 1.86M 44 618.5M 0 0 44 277.1M 0 1.55M 06:38 02:58 03:40 2.13M 45 618.5M 0 0 45 280.8M 0 1.56M 06:35 02:59 03:36 2.54M 45 618.5M 0 0 45 283.8M 0 1.57M 06:33 03:00 03:33 2.79M 46 618.5M 0 0 46 286.4M 0 1.57M 06:31 03:01 03:30 2.90M 46 618.5M 0 0 46 289.1M 0 1.58M 06:30 03:02 03:28 2.95M 47 618.5M 0 0 47 291.8M 0 1.58M 06:28 03:03 03:25 2.91M 47 618.5M 0 0 47 294.0M 0 1.59M 06:28 03:04 03:24 2.59M 47 618.5M 0 0 47 296.5M 0 1.59M 06:27 03:05 03:22 2.47M 48 618.5M 0 0 48 299.1M 0 1.60M 06:25 03:06 03:19 2.49M 48 618.5M 0 0 48 301.9M 0 1.60M 06:24 03:07 03:17 2.51M 49 618.5M 0 0 49 304.6M 0 1.61M 06:23 03:08 03:15 2.50M 49 618.5M 0 0 49 307.5M 0 1.62M 06:21 03:09 03:12 2.63M 50 618.5M 0 0 50 309.7M 0 1.62M 06:20 03:10 03:10 2.60M 50 618.5M 0 0 50 312.0M 0 1.62M 06:20 03:11 03:09 2.52M 50 618.5M 0 0 50 313.8M 0 1.62M 06:19 03:12 03:07 2.34M 51 618.5M 0 0 51 315.8M 0 1.62M 06:19 03:13 03:06 2.20M 51 618.5M 0 0 51 317.6M 0 1.63M 06:19 03:14 03:05 2.01M 51 618.5M 0 0 51 319.3M 0 1.63M 06:19 03:15 03:04 1.88M 51 618.5M 0 0 51 320.7M 0 1.62M 06:19 03:16 03:03 1.71M 52 618.5M 0 0 52 322.2M 0 1.62M 06:19 03:17 03:02 1.64M 52 618.5M 0 0 52 323.8M 0 1.62M 06:19 03:18 03:01 1.55M 52 618.5M 0 0 52 325.0M 0 1.62M 06:20 03:19 03:01 1.42M 52 618.5M 0 0 52 326.5M 0 1.62M 06:20 03:20 03:00 1.38M 53 618.5M 0 0 53 328.0M 0 1.62M 06:20 03:21 02:59 1.40M 53 618.5M 0 0 53 329.5M 0 1.62M 06:21 03:23 02:58 1.41M 53 618.5M 0 0 53 331.0M 0 1.62M 06:21 03:24 02:57 1.38M 53 618.5M 0 0 53 332.3M 0 1.62M 06:21 03:25 02:56 1.39M 53 618.5M 0 0 53 333.3M 0 1.61M 06:22 03:26 02:56 1.31M 54 618.5M 0 0 54 334.3M 0 1.61M 06:23 03:27 02:56 1.22M 54 618.5M 0 0 54 335.5M 0 1.61M 06:23 03:28 02:55 1.12M 54 618.5M 0 0 54 336.6M 0 1.60M 06:24 03:29 02:55 1.08M 54 618.5M 0 0 54 338.0M 0 1.60M 06:24 03:30 02:54 1.09M 54 618.5M 0 0 54 339.3M 0 1.60M 06:25 03:31 02:54 1.16M 55 618.5M 0 0 55 340.8M 0 1.60M 06:25 03:32 02:53 1.23M 55 618.5M 0 0 55 342.5M 0 1.60M 06:25 03:33 02:52 1.36M 55 618.5M 0 0 55 344.6M 0 1.60M 06:24 03:34 02:50 1.55M 56 618.5M 0 0 56 347.5M 0 1.61M 06:23 03:35 02:48 1.87M 56 618.5M 0 0 56 350.3M 0 1.61M 06:22 03:36 02:46 2.15M 57 618.5M 0 0 57 352.7M 0 1.62M 06:21 03:37 02:44 2.35M 57 618.5M 0 0 57 354.5M 0 1.62M 06:21 03:38 02:43 2.38M 57 618.5M 0 0 57 356.3M 0 1.62M 06:20 03:39 02:41 2.30M 57 618.5M 0 0 57 358.2M 0 1.62M 06:20 03:40 02:40 2.11M 58 618.5M 0 0 58 360.1M 0 1.62M 06:20 03:41 02:39 1.93M 58 618.5M 0 0 58 362.0M 0 1.62M 06:20 03:42 02:38 1.84M 58 618.5M 0 0 58 364.1M 0 1.62M 06:19 03:43 02:36 1.88M 59 618.5M 0 0 59 365.8M 0 1.62M 06:19 03:44 02:35 1.85M 59 618.5M 0 0 59 367.6M 0 1.62M 06:19 03:45 02:34 1.84M 59 618.5M 0 0 59 369.6M 0 1.63M 06:19 03:46 02:33 1.85M 60 618.5M 0 0 60 371.6M 0 1.63M 06:18 03:47 02:31 1.87M 60 618.5M 0 0 60 373.7M 0 1.63M 06:18 03:48 02:30 1.88M 60 618.5M 0 0 60 375.7M 0 1.63M 06:18 03:49 02:29 1.95M 61 618.5M 0 0 61 377.8M 0 1.63M 06:17 03:50 02:27 2.00M 61 618.5M 0 0 61 380.0M 0 1.63M 06:17 03:51 02:26 2.05M 61 618.5M 0 0 61 381.8M 0 1.64M 06:17 03:52 02:25 1.99M 62 618.5M 0 0 62 383.8M 0 1.64M 06:16 03:53 02:23 1.96M 62 618.5M 0 0 62 386.0M 0 1.64M 06:16 03:54 02:22 1.99M 62 618.5M 0 0 62 387.6M 0 1.64M 06:16 03:55 02:21 1.92M 62 618.5M 0 0 62 389.5M 0 1.64M 06:16 03:56 02:20 1.84M 63 618.5M 0 0 63 391.3M 0 1.64M 06:15 03:57 02:18 1.87M 63 618.5M 0 0 63 393.2M 0 1.64M 06:15 03:58 02:17 1.86M 63 618.5M 0 0 63 395.1M 0 1.64M 06:15 03:59 02:16 1.80M 64 618.5M 0 0 64 397.1M 0 1.64M 06:15 04:00 02:15 1.85M 64 618.5M 0 0 64 399.1M 0 1.64M 06:14 04:01 02:13 1.90M 64 618.5M 0 0 64 401.3M 0 1.65M 06:14 04:02 02:12 1.95M 65 618.5M 0 0 65 403.5M 0 1.65M 06:13 04:03 02:10 2.01M 65 618.5M 0 0 65 405.0M 0 1.65M 06:14 04:04 02:10 1.92M 65 618.5M 0 0 65 406.5M 0 1.65M 06:14 04:05 02:09 1.84M 65 618.5M 0 0 65 408.1M 0 1.65M 06:14 04:07 02:07 1.74M 66 618.5M 0 0 66 409.6M 0 1.65M 06:14 04:08 02:06 1.60M 66 618.5M 0 0 66 410.8M 0 1.64M 06:15 04:09 02:06 1.42M 66 618.5M 0 0 66 411.8M 0 1.64M 06:15 04:10 02:05 1.33M 66 618.5M 0 0 66 412.9M 0 1.64M 06:16 04:11 02:05 1.24M 66 618.5M 0 0 66 414.0M 0 1.64M 06:16 04:12 02:04 1.13M 67 618.5M 0 0 67 414.9M 0 1.63M 06:17 04:13 02:04 1.04M 67 618.5M 0 0 67 415.6M 0 1.63M 06:18 04:14 02:04 967.9k 67 618.5M 0 0 67 416.5M 0 1.63M 06:19 04:15 02:04 927.3k 67 618.5M 0 0 67 417.3M 0 1.62M 06:19 04:16 02:03 882.5k 67 618.5M 0 0 67 418.1M 0 1.62M 06:20 04:17 02:03 818.9k 67 618.5M 0 0 67 419.0M 0 1.62M 06:21 04:18 02:03 807.4k 67 618.5M 0 0 67 419.8M 0 1.61M 06:22 04:19 02:03 831.4k 68 618.5M 0 0 68 420.6M 0 1.61M 06:22 04:20 02:02 822.5k 68 618.5M 0 0 68 421.5M 0 1.61M 06:23 04:21 02:02 826.3k 68 618.5M 0 0 68 422.5M 0 1.60M 06:24 04:22 02:02 849.5k 68 618.5M 0 0 68 422.5M 0 1.60M 06:24 04:22 02:02 1.60M 68 618.5M 0 0 68 423.4M 0 1.60M 06:25 04:23 02:02 890.5k 68 618.5M 0 0 68 424.2M 0 1.60M 06:25 04:24 02:01 841.3k 68 618.5M 0 0 68 425.1M 0 1.59M 06:26 04:25 02:01 869.7k 68 618.5M 0 0 68 426.0M 0 1.59M 06:27 04:26 02:01 858.7k 69 618.5M 0 0 69 426.9M 0 1.59M 06:27 04:27 02:00 863.2k 69 618.5M 0 0 69 427.7M 0 1.59M 06:28 04:28 02:00 844.6k 69 618.5M 0 0 69 428.3M 0 1.58M 06:29 04:29 02:00 798.6k 69 618.5M 0 0 69 428.9M 0 1.58M 06:30 04:30 02:00 733.5k 69 618.5M 0 0 69 429.6M 0 1.57M 06:31 04:31 02:00 702.2k 69 618.5M 0 0 69 430.3M 0 1.57M 06:32 04:32 02:00 661.1k 69 618.5M 0 0 69 430.9M 0 1.57M 06:33 04:34 01:59 627.2k 69 618.5M 0 0 69 431.6M 0 1.56M 06:34 04:35 01:59 667.1k 69 618.5M 0 0 69 432.4M 0 1.56M 06:34 04:36 01:58 697.2k 70 618.5M 0 0 70 433.2M 0 1.56M 06:35 04:37 01:58 726.7k 70 618.5M 0 0 70 434.1M 0 1.56M 06:36 04:38 01:58 774.8k 70 618.5M 0 0 70 435.1M 0 1.55M 06:36 04:39 01:57 847.6k 70 618.5M 0 0 70 436.2M 0 1.55M 06:37 04:40 01:57 909.1k 70 618.5M 0 0 70 437.5M 0 1.55M 06:37 04:41 01:56 0.98M 70 618.5M 0 0 70 439.1M 0 1.55M 06:37 04:42 01:55 1.13M 71 618.5M 0 0 71 441.3M 0 1.55M 06:37 04:43 01:54 1.39M 71 618.5M 0 0 71 444.3M 0 1.56M 06:35 04:44 01:51 1.80M 72 618.5M 0 0 72 448.4M 0 1.57M 06:33 04:45 01:48 2.38M 73 618.5M 0 0 73 453.0M 0 1.58M 06:30 04:46 01:44 3.05M 73 618.5M 0 0 73 456.5M 0 1.58M 06:29 04:47 01:42 3.44M 74 618.5M 0 0 74 459.9M 0 1.59M 06:27 04:48 01:39 3.68M 74 618.5M 0 0 74 463.4M 0 1.60M 06:26 04:49 01:37 3.78M 75 618.5M 0 0 75 467.0M 0 1.60M 06:24 04:50 01:34 3.70M 76 618.5M 0 0 76 470.8M 0 1.61M 06:22 04:51 01:31 3.51M 76 618.5M 0 0 76 474.3M 0 1.62M 06:21 04:52 01:29 3.45M 77 618.5M 0 0 77 477.5M 0 1.62M 06:20 04:53 01:27 3.40M 77 618.5M 0 0 77 479.7M 0 1.62M 06:19 04:54 01:25 3.13M 77 618.5M 0 0 77 480.8M 0 1.62M 06:20 04:55 01:25 2.65M 77 618.5M 0 0 77 481.6M 0 1.62M 06:20 04:56 01:24 2.10M 78 618.5M 0 0 78 482.5M 0 1.62M 06:21 04:57 01:24 1.59M 78 618.5M 0 0 78 483.3M 0 1.61M 06:22 04:58 01:24 1.14M 78 618.5M 0 0 78 484.3M 0 1.61M 06:22 04:59 01:23 911.0k 78 618.5M 0 0 78 485.3M 0 1.61M 06:23 05:00 01:23 871.8k 78 618.5M 0 0 78 486.1M 0 1.61M 06:23 05:01 01:22 879.2k 78 618.5M 0 0 78 487.1M 0 1.60M 06:24 05:02 01:22 916.2k 78 618.5M 0 0 78 488.2M 0 1.60M 06:24 05:03 01:21 949.2k 79 618.5M 0 0 79 489.3M 0 1.60M 06:25 05:04 01:21 974.1k 79 618.5M 0 0 79 490.4M 0 1.60M 06:25 05:05 01:20 0.98M 79 618.5M 0 0 79 491.6M 0 1.60M 06:26 05:06 01:20 1.04M 79 618.5M 0 0 79 492.9M 0 1.59M 06:26 05:08 01:18 1.09M 79 618.5M 0 0 79 494.3M 0 1.59M 06:26 05:09 01:17 1.18M 80 618.5M 0 0 80 496.2M 0 1.59M 06:26 05:10 01:16 1.33M 80 618.5M 0 0 80 498.6M 0 1.60M 06:25 05:11 01:14 1.59M 81 618.5M 0 0 81 501.8M 0 1.60M 06:24 05:12 01:12 1.99M 81 618.5M 0 0 81 505.5M 0 1.61M 06:23 05:13 01:10 2.46M 82 618.5M 0 0 82 508.9M 0 1.62M 06:21 05:14 01:07 2.87M 82 618.5M 0 0 82 511.5M 0 1.62M 06:21 05:15 01:06 3.04M 83 618.5M 0 0 83 514.5M 0 1.62M 06:20 05:16 01:04 3.15M 83 618.5M 0 0 83 517.5M 0 1.63M 06:18 05:17 01:01 3.12M 84 618.5M 0 0 84 520.6M 0 1.63M 06:17 05:18 00:59 3.02M 84 618.5M 0 0 84 523.7M 0 1.64M 06:16 05:19 00:57 2.94M 85 618.5M 0 0 85 526.8M 0 1.64M 06:15 05:20 00:55 3.04M 85 618.5M 0 0 85 529.3M 0 1.64M 06:15 05:21 00:54 2.92M 86 618.5M 0 0 86 532.0M 0 1.65M 06:14 05:22 00:52 2.85M 86 618.5M 0 0 86 534.9M 0 1.65M 06:13 05:23 00:50 2.82M 86 618.5M 0 0 86 538.0M 0 1.65M 06:12 05:24 00:48 2.81M 87 618.5M 0 0 87 541.1M 0 1.66M 06:11 05:25 00:46 2.80M 87 618.5M 0 0 87 544.3M 0 1.66M 06:10 05:26 00:44 2.95M 88 618.5M 0 0 88 547.4M 0 1.67M 06:09 05:27 00:42 3.03M 89 618.5M 0 0 89 550.5M 0 1.67M 06:08 05:28 00:40 3.07M 89 618.5M 0 0 89 553.8M 0 1.68M 06:07 05:29 00:38 3.12M 90 618.5M 0 0 90 557.3M 0 1.68M 06:06 05:30 00:36 3.20M 90 618.5M 0 0 90 560.8M 0 1.69M 06:05 05:31 00:34 3.26M 90 618.5M 0 0 90 562.6M 0 1.69M 06:05 05:32 00:33 2.99M 91 618.5M 0 0 91 564.3M 0 1.69M 06:05 05:33 00:32 2.67M 91 618.5M 0 0 91 566.0M 0 1.69M 06:05 05:34 00:31 2.37M 91 618.5M 0 0 91 567.6M 0 1.69M 06:05 05:35 00:30 2.01M 92 618.5M 0 0 92 569.1M 0 1.69M 06:05 05:36 00:29 1.63M 92 618.5M 0 0 92 570.6M 0 1.69M 06:05 05:37 00:28 1.57M 92 618.5M 0 0 92 572.3M 0 1.69M 06:05 05:38 00:27 1.57M 92 618.5M 0 0 92 574.0M 0 1.69M 06:05 05:39 00:26 1.58M 93 618.5M 0 0 93 575.8M 0 1.69M 06:05 05:40 00:25 1.60M 93 618.5M 0 0 93 577.6M 0 1.69M 06:05 05:41 00:24 1.65M 93 618.5M 0 0 93 579.4M 0 1.69M 06:05 05:42 00:23 1.71M 93 618.5M 0 0 93 581.1M 0 1.69M 06:05 05:43 00:22 1.71M 94 618.5M 0 0 94 582.6M 0 1.69M 06:05 05:44 00:21 1.67M 94 618.5M 0 0 94 584.1M 0 1.68M 06:06 05:45 00:21 1.60M 94 618.5M 0 0 94 585.5M 0 1.68M 06:06 05:46 00:20 1.53M 94 618.5M 0 0 94 586.9M 0 1.68M 06:06 05:47 00:19 1.45M 95 618.5M 0 0 95 588.3M 0 1.68M 06:06 05:48 00:18 1.42M 95 618.5M 0 0 95 589.8M 0 1.68M 06:06 05:49 00:17 1.41M 95 618.5M 0 0 95 591.3M 0 1.68M 06:06 05:50 00:16 1.41M 95 618.5M 0 0 95 592.7M 0 1.68M 06:07 05:51 00:16 1.42M 96 618.5M 0 0 96 594.2M 0 1.68M 06:07 05:52 00:15 1.43M 96 618.5M 0 0 96 595.8M 0 1.68M 06:07 05:53 00:14 1.47M 96 618.5M 0 0 96 597.5M 0 1.68M 06:07 05:54 00:13 1.49M 96 618.5M 0 0 96 598.5M 0 1.68M 06:07 05:55 00:12 1.39M 96 618.5M 0 0 96 599.2M 0 1.67M 06:08 05:56 00:12 1.24M 96 618.5M 0 0 96 600.0M 0 1.67M 06:09 05:57 00:12 1.10M 97 618.5M 0 0 97 600.8M 0 1.67M 06:09 05:59 00:10 964.5k 97 618.5M 0 0 97 601.7M 0 1.67M 06:10 06:00 00:10 821.4k 97 618.5M 0 0 97 602.7M 0 1.66M 06:10 06:01 00:09 820.9k 97 618.5M 0 0 97 603.8M 0 1.66M 06:11 06:02 00:09 895.5k 97 618.5M 0 0 97 605.0M 0 1.66M 06:11 06:03 00:08 982.9k 98 618.5M 0 0 98 606.3M 0 1.66M 06:11 06:04 00:07 1.06M 98 618.5M 0 0 98 607.6M 0 1.66M 06:11 06:05 00:06 1.14M 98 618.5M 0 0 98 609.1M 0 1.66M 06:11 06:06 00:05 1.23M 98 618.5M 0 0 98 610.6M 0 1.66M 06:12 06:07 00:05 1.31M 98 618.5M 0 0 98 611.6M 0 1.65M 06:12 06:08 00:04 1.25M 98 618.5M 0 0 98 612.3M 0 1.65M 06:13 06:09 00:04 1.14M 99 618.5M 0 0 99 613.0M 0 1.65M 06:13 06:10 00:03 1.01M 99 618.5M 0 0 99 613.6M 0 1.65M 06:14 06:11 00:03 886.1k 99 618.5M 0 0 99 614.4M 0 1.64M 06:15 06:12 00:03 746.6k 99 618.5M 0 0 99 615.1M 0 1.64M 06:15 06:13 00:02 696.1k 99 618.5M 0 0 99 615.8M 0 1.64M 06:16 06:14 00:02 694.9k 99 618.5M 0 0 99 616.6M 0 1.64M 06:16 06:15 00:01 731.0k 99 618.5M 0 0 99 617.5M 0 1.63M 06:17 06:16 00:01 757.9k 99 618.5M 0 0 99 618.4M 0 1.63M 06:17 06:17 790.8k* upload completely sent off: 648614587 bytes 100 618.5M 0 0 100 618.5M 0 1.63M 06:18 06:18 660.2k 100 618.5M 0 0 100 618.5M 0 1.62M 06:19 06:19 519.9k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: qPOxb6RVHIxaxd79+YnsktrxRmyBbdYrCmyqezHZZC23f3vlHxENvpul51lpP9DBgpzMLeDP/3NE5FP2O04hn76PZJOw2RI3 < x-amz-request-id: 5Z3TPWP27KXY82BZ < Date: Fri, 29 May 2026 14:55:55 GMT < x-amz-server-side-encryption: AES256 < ETag: "2de7f6edc503ae51b7a2dc260415a0cc" < x-amz-checksum-crc64nvme: e4vb40yTI00= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 618.5M 0 0 100 618.5M 0 1.62M 06:20 06:20 519.9k 100 618.5M 0 0 100 618.5M 0 1.62M 06:20 06:20 519.9k 100 618.5M 0 0 100 618.5M 0 1.62M 06:20 06:20 519.9k * shutting down connection #0 took: 437.01 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: 52.92.19.152, 52.92.35.248, 3.5.67.206, 3.5.69.18, 3.5.64.167, 3.5.73.38, 3.5.64.244, 3.5.75.67 * Trying 52.92.19.152: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.19.152 port 443) from 10.17.4.7 port 42414 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/d18b5a13-59c7-4c7f-a5ab-3d4d42f1a13a.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFQEoaGsQYa4%2BDi33H2oL%2BnnG6posZPbCmMZFNVE2psCAiAFuQ2CkpXrWK801DdwfmN74wAhMg%2FF2VFCROpoMDDHZirDBQjH%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMYVprpbrkCJsW0kmsKpcFw2gZoAcCg0VcVOZlw2CmUHm2rSYKdhQXVG8Dqdb3oJ2J1idmHoFA8SWgCeuPfsgBSKyRHR6NJvHjDo9%2BFLYFVf8xxA8YJPsuQPRA8gBAmkFTKk8dm65IsxvNmBCkwIMURZS0kbrxxMdxZtxqnEDyoQPGsHS5S7lud6rlTlBQLjqq5kqUHik62KCubKQnrboZRUGHh6FvpFoYd0lKQXh3I1W9eC%2B1pC37oD9nQ2Sf4CUly0xlDsSa7IsI0smW3TgsR0v4yz7sAQ%2FP95p2QXNHCjFtK8lKVVwyQVq3GJrboZSZFn41tfnEGjnpCOiYTamts%2BDoupwNvQ80VN2Qh53ZTlJbzXJMsBTzit1mtNtt2z%2BqfK8v20%2FouMd0eiRK3j3vqdKSsqjO210h2VkTgR3Fxb7tYyLqzVv%2F8I1IypnHHMy35OGVEjuwkXpkeCpAgvpVKMDq2qMJjmRooj2L%2BoJE2g8n4ibO1U4z0zSrz8%2B6InB6syBsy6ooxrrvTOcX7RNkmeruFyh44v%2BigDOCkoWJv6eEqH5yOkYnWQXOhfDzlr6xTB8BuObkApqMkV%2BlUBrADl2lbMAcz01uZzr%2FGW5zA5ZResgMsB2OeqGdPkOOl6rJ3Y%2F4xyIea5KorFlRg9a0JOULd2sobBRN7%2Bd%2Fx0RHUD3yPS2rf4nS%2BWLk%2BsgoM34aN1qaxAhaNJh1D9NrX4Mz4fzVtWIjkQa3ZaSctcFa8dmf9Y8CiOAhgQXpYIKen7vHM754E7hd%2FENrN3MQIDQItxMKaKALviV4mjl2pkMARIseBhKUonYXhbzQYfRopXX%2BbaS3vbFVwvrTFCHJjwo15QfghLXBBoJu2OTC54t2QWDfv6pu4kyBqLgf0zFvsTbnHq5C4DFMMJuv5tAGOrIBH0eLm61%2FrZ0NU4%2F%2FGB43xzaQh2lHksM85mJxV6YfnhiwvtTduqpwpsCQl32YBYsKl2GQ871RAoOGrL1UuK2YuBP9f5LSrhbStSO%2Bj5Zmf237id%2FuweuTS09szGM8Na6jlJvUcNeeF8%2F%2FKb%2FmyDN85WXuHqCaErWjfq3LX5Ea4XGO4hDLEKQ0d5Zpz1drwsPP7oGNmd%2BVxJdYXVNJNe4QayIpsjm329wi8Q1VvL67TNLaXQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260529T150215Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC63ZJD7A%2F20260529%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=4711046c2c20a658f235fd83ed46a915079408636824a8a80da79456009fec56 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 63769699 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 60.81M 0 0 0 320.0k 0 316.1k 03:16 00:01 03:15 316.2k 0 60.81M 0 0 0 576.0k 0 276.2k 03:45 00:02 03:43 276.2k 1 60.81M 0 0 1 832.0k 0 239.5k 04:19 00:03 04:16 239.6k 1 60.81M 0 0 1 1.00M 0 208.2k 04:59 00:04 04:55 208.2k 1 60.81M 0 0 1 1.18M 0 193.1k 05:22 00:06 05:16 193.1k 2 60.81M 0 0 2 1.31M 0 184.1k 05:38 00:07 05:31 162.8k 2 60.81M 0 0 2 1.50M 0 179.0k 05:47 00:08 05:39 147.8k 2 60.81M 0 0 2 1.68M 0 179.8k 05:46 00:09 05:37 146.0k 3 60.81M 0 0 3 1.93M 0 183.2k 05:39 00:10 05:29 162.3k 3 60.81M 0 0 3 2.12M 0 182.5k 05:41 00:11 05:30 170.6k 3 60.81M 0 0 3 2.37M 0 183.5k 05:39 00:13 05:26 182.8k 4 60.81M 0 0 4 2.62M 0 186.4k 05:34 00:14 05:20 197.2k 4 60.81M 0 0 4 2.81M 0 186.3k 05:34 00:15 05:19 197.0k 4 60.81M 0 0 4 3.00M 0 183.7k 05:38 00:16 05:22 184.8k 5 60.81M 0 0 5 3.18M 0 179.9k 05:46 00:18 05:28 175.0k 5 60.81M 0 0 5 3.31M 0 172.3k 06:01 00:19 05:42 149.3k 5 60.81M 0 0 5 3.50M 0 171.2k 06:03 00:20 05:43 137.6k 5 60.81M 0 0 5 3.62M 0 168.3k 06:09 00:22 05:47 126.2k 6 60.81M 0 0 6 3.81M 0 166.5k 06:13 00:23 05:50 123.8k 6 60.81M 0 0 6 3.93M 0 164.7k 06:18 00:24 05:54 121.0k 6 60.81M 0 0 6 4.12M 0 163.6k 06:20 00:25 05:55 135.8k 7 60.81M 0 0 7 4.31M 0 162.2k 06:23 00:27 05:56 132.1k 7 60.81M 0 0 7 4.50M 0 161.4k 06:25 00:28 05:57 138.0k 7 60.81M 0 0 7 4.75M 0 163.9k 06:19 00:29 05:50 154.0k 8 60.81M 0 0 8 5.00M 0 165.6k 06:15 00:30 05:45 169.3k 8 60.81M 0 0 8 5.18M 0 165.0k 06:17 00:32 05:45 170.3k 8 60.81M 0 0 8 5.37M 0 164.5k 06:18 00:33 05:45 174.7k 9 60.81M 0 0 9 5.56M 0 164.2k 06:19 00:34 05:45 176.8k 9 60.81M 0 0 9 5.75M 0 164.3k 06:18 00:35 05:43 166.1k 9 60.81M 0 0 9 5.93M 0 164.6k 06:18 00:36 05:42 159.5k 10 60.81M 0 0 10 6.12M 0 163.3k 06:21 00:38 05:43 154.6k 10 60.81M 0 0 10 6.31M 0 162.3k 06:23 00:39 05:44 150.6k 10 60.81M 0 0 10 6.43M 0 160.6k 06:27 00:41 05:46 140.9k 10 60.81M 0 0 10 6.56M 0 158.5k 06:32 00:42 05:50 126.9k 10 60.81M 0 0 10 6.68M 0 157.0k 06:36 00:43 05:53 114.7k 11 60.81M 0 0 11 6.81M 0 155.9k 06:39 00:44 05:55 111.0k 11 60.81M 0 0 11 6.93M 0 154.7k 06:42 00:45 05:57 105.1k 11 60.81M 0 0 11 7.06M 0 153.7k 06:45 00:47 05:58 106.6k 11 60.81M 0 0 11 7.18M 0 152.7k 06:47 00:48 05:59 110.0k 12 60.81M 0 0 12 7.37M 0 152.2k 06:48 00:49 05:59 117.6k 12 60.81M 0 0 12 7.62M 0 153.0k 06:46 00:51 05:55 132.8k 12 60.81M 0 0 12 7.81M 0 152.4k 06:48 00:52 05:56 136.3k 13 60.81M 0 0 13 7.93M 0 151.9k 06:49 00:53 05:56 139.2k 13 60.81M 0 0 13 8.06M 0 151.1k 06:52 00:54 05:58 139.4k 13 60.81M 0 0 13 8.18M 0 150.6k 06:53 00:55 05:58 137.1k 13 60.81M 0 0 13 8.37M 0 150.9k 06:52 00:56 05:56 132.7k 14 60.81M 0 0 14 8.62M 0 152.1k 06:49 00:58 05:51 149.8k 14 60.81M 0 0 14 8.81M 0 152.0k 06:49 00:59 05:50 152.7k 14 60.81M 0 0 14 8.93M 0 150.5k 06:53 01:00 05:53 145.5k 14 60.81M 0 0 14 9.06M 0 150.0k 06:55 01:01 05:54 144.8k 15 60.81M 0 0 15 9.18M 0 149.4k 06:56 01:02 05:54 135.1k 15 60.81M 0 0 15 9.31M 0 149.0k 06:57 01:03 05:54 118.2k 15 60.81M 0 0 15 9.50M 0 148.5k 06:59 01:05 05:54 114.8k 15 60.81M 0 0 15 9.68M 0 148.9k 06:58 01:06 05:52 132.2k 16 60.81M 0 0 16 9.87M 0 149.2k 06:57 01:07 05:50 140.8k 16 60.81M 0 0 16 10.06M 0 149.4k 06:56 01:08 05:48 149.7k 16 60.81M 0 0 16 10.18M 0 148.5k 06:59 01:10 05:49 144.0k 16 60.81M 0 0 16 10.31M 0 148.1k 07:00 01:11 05:49 143.1k 17 60.81M 0 0 17 10.50M 0 148.2k 07:00 01:12 05:48 140.3k 17 60.81M 0 0 17 10.68M 0 148.7k 06:58 01:13 05:45 143.1k 17 60.81M 0 0 17 10.93M 0 149.2k 06:57 01:15 05:42 146.9k 18 60.81M 0 0 18 11.12M 0 149.0k 06:57 01:16 05:41 154.5k 18 60.81M 0 0 18 11.31M 0 149.1k 06:57 01:17 05:40 160.1k 18 60.81M 0 0 18 11.43M 0 148.6k 06:58 01:18 05:40 152.8k 19 60.81M 0 0 19 11.56M 0 148.2k 06:59 01:19 05:40 142.6k 19 60.81M 0 0 19 11.68M 0 147.8k 07:01 01:20 05:41 129.4k 19 60.81M 0 0 19 11.87M 0 147.7k 07:01 01:22 05:39 130.3k 19 60.81M 0 0 19 12.06M 0 147.9k 07:00 01:23 05:37 132.5k 20 60.81M 0 0 20 12.25M 0 147.7k 07:01 01:24 05:37 136.1k 20 60.81M 0 0 20 12.37M 0 147.1k 07:03 01:26 05:37 133.2k 20 60.81M 0 0 20 12.56M 0 147.5k 07:02 01:27 05:35 144.2k 21 60.81M 0 0 21 12.81M 0 148.3k 06:59 01:28 05:31 156.2k 21 60.81M 0 0 21 12.93M 0 148.0k 07:00 01:29 05:31 148.8k 21 60.81M 0 0 21 13.12M 0 148.0k 07:00 01:30 05:30 151.8k 21 60.81M 0 0 21 13.31M 0 148.2k 06:59 01:31 05:28 164.2k 22 60.81M 0 0 22 13.43M 0 147.9k 07:00 01:32 05:28 154.4k 22 60.81M 0 0 22 13.56M 0 147.1k 07:03 01:34 05:29 129.5k 22 60.81M 0 0 22 13.68M 0 146.7k 07:04 01:35 05:29 127.4k 22 60.81M 0 0 22 13.81M 0 145.8k 07:06 01:36 05:30 114.6k 22 60.81M 0 0 22 13.93M 0 145.0k 07:09 01:38 05:31 98.87k 23 60.81M 0 0 23 14.06M 0 144.5k 07:10 01:39 05:31 98122 23 60.81M 0 0 23 14.18M 0 144.1k 07:12 01:40 05:32 99.59k 23 60.81M 0 0 23 14.31M 0 143.3k 07:14 01:42 05:32 97191 23 60.81M 0 0 23 14.43M 0 142.6k 07:16 01:43 05:33 98343 24 60.81M 0 0 24 14.62M 0 142.6k 07:16 01:44 05:32 107.1k 24 60.81M 0 0 24 14.81M 0 142.9k 07:15 01:46 05:29 118.9k 24 60.81M 0 0 24 15.00M 0 143.3k 07:14 01:47 05:27 130.9k 24 60.81M 0 0 24 15.18M 0 143.7k 07:13 01:48 05:25 150.7k 25 60.81M 0 0 25 15.43M 0 144.5k 07:10 01:49 05:21 176.9k 25 60.81M 0 0 25 15.68M 0 145.3k 07:08 01:50 05:18 196.6k 26 60.81M 0 0 26 15.87M 0 145.5k 07:07 01:51 05:16 194.5k 26 60.81M 0 0 26 16.12M 0 146.0k 07:06 01:53 05:13 196.1k 26 60.81M 0 0 26 16.31M 0 146.4k 07:05 01:54 05:11 196.4k 27 60.81M 0 0 27 16.43M 0 146.1k 07:06 01:55 05:11 177.4k 27 60.81M 0 0 27 16.56M 0 145.3k 07:08 01:56 05:12 145.7k 27 60.81M 0 0 27 16.68M 0 145.0k 07:09 01:57 05:12 136.5k 27 60.81M 0 0 27 16.87M 0 145.1k 07:09 01:59 05:10 127.0k 28 60.81M 0 0 28 17.06M 0 145.2k 07:08 02:00 05:08 123.3k 28 60.81M 0 0 28 17.25M 0 145.0k 07:09 02:01 05:08 126.2k 28 60.81M 0 0 28 17.37M 0 144.9k 07:09 02:02 05:07 136.0k 28 60.81M 0 0 28 17.56M 0 145.2k 07:08 02:03 05:05 148.5k 29 60.81M 0 0 29 17.81M 0 145.9k 07:06 02:04 05:02 163.3k 29 60.81M 0 0 29 18.06M 0 146.4k 07:05 02:06 04:59 171.9k 30 60.81M 0 0 30 18.25M 0 146.7k 07:04 02:07 04:57 184.0k 30 60.81M 0 0 30 18.50M 0 147.5k 07:02 02:08 04:54 204.3k 30 60.81M 0 0 30 18.81M 0 148.6k 06:58 02:09 04:49 221.4k 31 60.81M 0 0 31 19.00M 0 148.9k 06:58 02:10 04:48 214.5k 31 60.81M 0 0 31 19.18M 0 149.2k 06:57 02:11 04:46 213.1k 31 60.81M 0 0 31 19.37M 0 149.2k 06:57 02:12 04:45 204.2k 32 60.81M 0 0 32 19.50M 0 149.0k 06:57 02:14 04:43 183.1k 32 60.81M 0 0 32 19.68M 0 148.8k 06:58 02:15 04:43 152.9k 32 60.81M 0 0 32 19.87M 0 148.5k 06:59 02:16 04:43 140.7k 32 60.81M 0 0 32 20.06M 0 148.3k 06:59 02:18 04:41 130.9k 33 60.81M 0 0 33 20.25M 0 148.3k 06:59 02:19 04:40 132.3k 33 60.81M 0 0 33 20.43M 0 148.6k 06:58 02:20 04:38 141.5k 33 60.81M 0 0 33 20.62M 0 148.7k 06:58 02:22 04:36 146.7k 34 60.81M 0 0 34 20.81M 0 148.5k 06:59 02:23 04:36 148.5k 34 60.81M 0 0 34 20.93M 0 148.4k 06:59 02:24 04:35 150.2k 34 60.81M 0 0 34 21.12M 0 148.2k 06:59 02:25 04:34 145.5k 35 60.81M 0 0 35 21.31M 0 148.3k 06:59 02:27 04:32 140.6k 35 60.81M 0 0 35 21.50M 0 148.3k 06:59 02:28 04:31 139.0k 35 60.81M 0 0 35 21.68M 0 148.2k 07:00 02:29 04:31 140.3k 35 60.81M 0 0 35 21.81M 0 147.9k 07:00 02:30 04:30 137.7k 36 60.81M 0 0 36 21.93M 0 147.4k 07:02 02:32 04:30 129.3k 36 60.81M 0 0 36 22.12M 0 147.5k 07:02 02:33 04:29 129.1k 36 60.81M 0 0 36 22.37M 0 147.9k 07:00 02:34 04:26 140.6k 37 60.81M 0 0 37 22.56M 0 148.0k 07:00 02:36 04:24 144.8k 37 60.81M 0 0 37 22.75M 0 148.0k 07:00 02:37 04:23 151.4k 37 60.81M 0 0 37 22.93M 0 148.2k 06:59 02:38 04:21 168.5k 38 60.81M 0 0 38 23.18M 0 148.7k 06:58 02:39 04:19 179.0k 38 60.81M 0 0 38 23.37M 0 148.5k 06:59 02:41 04:18 163.2k 38 60.81M 0 0 38 23.50M 0 148.1k 07:00 02:42 04:18 150.7k 38 60.81M 0 0 38 23.68M 0 148.3k 06:59 02:43 04:16 154.0k 39 60.81M 0 0 39 23.87M 0 148.4k 06:59 02:44 04:15 152.1k 39 60.81M 0 0 39 24.06M 0 148.4k 06:59 02:45 04:14 143.2k 39 60.81M 0 0 39 24.25M 0 148.6k 06:59 02:47 04:12 149.5k 40 60.81M 0 0 40 24.43M 0 148.7k 06:58 02:48 04:10 163.0k 40 60.81M 0 0 40 24.62M 0 148.8k 06:58 02:49 04:09 163.0k 40 60.81M 0 0 40 24.87M 0 149.2k 06:57 02:50 04:07 171.8k 41 60.81M 0 0 41 25.00M 0 149.1k 06:57 02:51 04:06 166.4k 41 60.81M 0 0 41 25.12M 0 148.9k 06:58 02:52 04:06 158.6k 41 60.81M 0 0 41 25.25M 0 148.5k 06:59 02:54 04:05 143.9k 41 60.81M 0 0 41 25.37M 0 148.3k 06:59 02:55 04:04 133.9k 41 60.81M 0 0 41 25.50M 0 148.1k 07:00 02:56 04:04 113.5k 42 60.81M 0 0 42 25.68M 0 148.0k 07:00 02:57 04:03 118.0k 42 60.81M 0 0 42 25.87M 0 147.8k 07:01 02:59 04:02 119.2k 42 60.81M 0 0 42 26.06M 0 148.0k 07:00 03:00 04:00 133.3k 43 60.81M 0 0 43 26.31M 0 148.5k 06:59 03:01 03:58 155.1k 43 60.81M 0 0 43 26.50M 0 148.6k 06:58 03:02 03:56 164.6k 43 60.81M 0 0 43 26.68M 0 148.8k 06:58 03:03 03:55 171.3k 44 60.81M 0 0 44 26.93M 0 149.2k 06:57 03:04 03:53 193.5k 44 60.81M 0 0 44 27.18M 0 149.5k 06:56 03:06 03:50 198.3k 45 60.81M 0 0 45 27.37M 0 149.5k 06:56 03:07 03:49 177.8k 45 60.81M 0 0 45 27.56M 0 149.4k 06:56 03:08 03:48 172.2k 45 60.81M 0 0 45 27.75M 0 149.5k 06:56 03:10 03:46 170.1k 45 60.81M 0 0 45 27.87M 0 149.2k 06:57 03:11 03:46 148.6k 46 60.81M 0 0 46 28.06M 0 149.2k 06:57 03:12 03:45 138.4k 46 60.81M 0 0 46 28.18M 0 149.0k 06:57 03:13 03:44 135.2k 46 60.81M 0 0 46 28.37M 0 149.0k 06:57 03:14 03:43 137.4k 46 60.81M 0 0 46 28.56M 0 149.0k 06:57 03:16 03:41 135.5k 47 60.81M 0 0 47 28.75M 0 149.3k 06:57 03:17 03:40 150.9k 47 60.81M 0 0 47 28.93M 0 149.3k 06:56 03:18 03:38 155.3k 47 60.81M 0 0 47 29.06M 0 149.2k 06:57 03:19 03:38 156.3k 48 60.81M 0 0 48 29.25M 0 149.2k 06:57 03:20 03:37 154.7k 48 60.81M 0 0 48 29.37M 0 148.8k 06:58 03:22 03:36 141.0k 48 60.81M 0 0 48 29.50M 0 148.7k 06:58 03:23 03:35 129.2k 48 60.81M 0 0 48 29.68M 0 148.6k 06:59 03:24 03:35 123.4k 49 60.81M 0 0 49 29.87M 0 148.5k 06:59 03:25 03:34 125.9k 49 60.81M 0 0 49 30.06M 0 148.6k 06:58 03:27 03:31 131.1k 49 60.81M 0 0 49 30.25M 0 148.6k 06:59 03:28 03:31 140.7k 50 60.81M 0 0 50 30.43M 0 148.5k 06:59 03:29 03:30 142.6k 50 60.81M 0 0 50 30.62M 0 148.3k 06:59 03:31 03:28 140.1k 50 60.81M 0 0 50 30.81M 0 148.2k 07:00 03:32 03:28 139.7k 50 60.81M 0 0 50 31.00M 0 148.1k 07:00 03:34 03:26 132.6k 51 60.81M 0 0 51 31.12M 0 148.0k 07:00 03:35 03:25 130.5k 51 60.81M 0 0 51 31.31M 0 148.2k 07:00 03:36 03:24 138.9k 52 60.81M 0 0 52 31.62M 0 148.8k 06:58 03:37 03:21 166.4k 52 60.81M 0 0 52 31.87M 0 149.2k 06:57 03:38 03:19 186.6k 52 60.81M 0 0 52 32.12M 0 149.5k 06:56 03:39 03:17 202.9k 53 60.81M 0 0 53 32.25M 0 149.4k 06:56 03:40 03:16 202.4k 53 60.81M 0 0 53 32.43M 0 149.3k 06:57 03:42 03:15 188.4k 53 60.81M 0 0 53 32.62M 0 149.2k 06:57 03:43 03:14 162.7k 53 60.81M 0 0 53 32.75M 0 149.1k 06:57 03:44 03:13 143.1k 54 60.81M 0 0 54 32.93M 0 149.1k 06:57 03:46 03:11 135.0k 54 60.81M 0 0 54 33.18M 0 149.4k 06:56 03:47 03:09 148.8k 54 60.81M 0 0 54 33.37M 0 149.5k 06:56 03:48 03:08 158.0k 55 60.81M 0 0 55 33.62M 0 149.8k 06:55 03:49 03:06 173.0k 55 60.81M 0 0 55 33.87M 0 150.1k 06:54 03:51 03:03 187.9k 56 60.81M 0 0 56 34.18M 0 150.7k 06:53 03:52 03:01 207.3k 56 60.81M 0 0 56 34.43M 0 151.0k 06:52 03:53 02:59 210.7k 57 60.81M 0 0 57 34.68M 0 151.4k 06:51 03:54 02:57 221.9k 57 60.81M 0 0 57 34.81M 0 151.3k 06:51 03:55 02:56 209.7k 57 60.81M 0 0 57 35.00M 0 151.3k 06:51 03:56 02:55 198.4k 57 60.81M 0 0 57 35.25M 0 151.6k 06:50 03:58 02:52 189.3k 58 60.81M 0 0 58 35.50M 0 152.0k 06:49 03:59 02:50 193.7k 58 60.81M 0 0 58 35.75M 0 152.3k 06:48 04:00 02:48 189.4k 59 60.81M 0 0 59 36.00M 0 152.6k 06:48 04:01 02:47 204.1k 59 60.81M 0 0 59 36.18M 0 152.5k 06:48 04:02 02:46 197.9k 59 60.81M 0 0 59 36.31M 0 152.2k 06:49 04:04 02:45 175.6k 59 60.81M 0 0 59 36.43M 0 151.9k 06:49 04:05 02:44 147.5k 60 60.81M 0 0 60 36.62M 0 151.8k 06:50 04:07 02:43 132.6k 60 60.81M 0 0 60 36.75M 0 151.6k 06:50 04:08 02:42 114.7k 60 60.81M 0 0 60 36.87M 0 151.4k 06:51 04:09 02:42 112.3k 60 60.81M 0 0 60 37.06M 0 151.5k 06:50 04:10 02:40 124.1k 61 60.81M 0 0 61 37.25M 0 151.6k 06:50 04:11 02:39 140.9k 61 60.81M 0 0 61 37.43M 0 151.5k 06:50 04:13 02:37 139.6k 61 60.81M 0 0 61 37.62M 0 151.4k 06:51 04:14 02:37 143.3k 62 60.81M 0 0 62 37.81M 0 151.3k 06:51 04:15 02:36 146.8k 62 60.81M 0 0 62 37.93M 0 151.0k 06:52 04:17 02:35 133.3k 62 60.81M 0 0 62 38.12M 0 151.0k 06:52 04:18 02:34 127.9k 62 60.81M 0 0 62 38.31M 0 151.0k 06:52 04:19 02:33 135.0k 63 60.81M 0 0 63 38.43M 0 150.9k 06:52 04:20 02:32 133.5k 63 60.81M 0 0 63 38.62M 0 150.9k 06:52 04:21 02:31 134.6k 63 60.81M 0 0 63 38.87M 0 151.3k 06:51 04:23 02:28 162.6k 64 60.81M 0 0 64 39.12M 0 151.6k 06:50 04:24 02:26 179.0k 64 60.81M 0 0 64 39.25M 0 151.4k 06:51 04:25 02:26 167.1k 64 60.81M 0 0 64 39.43M 0 151.5k 06:51 04:26 02:25 174.8k 65 60.81M 0 0 65 39.62M 0 151.4k 06:51 04:27 02:24 173.2k 65 60.81M 0 0 65 39.81M 0 151.3k 06:51 04:29 02:22 151.2k 65 60.81M 0 0 65 40.00M 0 151.2k 06:51 04:30 02:21 138.3k 66 60.81M 0 0 66 40.18M 0 151.3k 06:51 04:31 02:20 145.3k 66 60.81M 0 0 66 40.37M 0 151.3k 06:51 04:33 02:18 144.2k 66 60.81M 0 0 66 40.56M 0 151.4k 06:51 04:34 02:17 149.5k 67 60.81M 0 0 67 40.75M 0 151.4k 06:51 04:35 02:16 154.3k 67 60.81M 0 0 67 40.93M 0 151.2k 06:51 04:37 02:14 148.6k 67 60.81M 0 0 67 41.12M 0 151.3k 06:51 04:38 02:13 151.5k 67 60.81M 0 0 67 41.31M 0 151.4k 06:51 04:39 02:12 155.8k 68 60.81M 0 0 68 41.56M 0 151.6k 06:50 04:40 02:10 162.2k 68 60.81M 0 0 68 41.75M 0 151.7k 06:50 04:41 02:09 169.4k 68 60.81M 0 0 68 41.93M 0 151.8k 06:50 04:42 02:08 183.1k 69 60.81M 0 0 69 42.06M 0 151.5k 06:50 04:44 02:06 164.3k 69 60.81M 0 0 69 42.18M 0 151.3k 06:51 04:45 02:06 148.9k 69 60.81M 0 0 69 42.31M 0 151.1k 06:52 04:46 02:06 126.9k 69 60.81M 0 0 69 42.50M 0 151.1k 06:52 04:47 02:05 121.5k 70 60.81M 0 0 70 42.75M 0 151.4k 06:51 04:49 02:02 132.3k 70 60.81M 0 0 70 43.06M 0 151.8k 06:50 04:50 02:00 165.0k 71 60.81M 0 0 71 43.25M 0 151.8k 06:50 04:51 01:59 172.6k 71 60.81M 0 0 71 43.37M 0 151.7k 06:50 04:52 01:58 179.2k 71 60.81M 0 0 71 43.50M 0 151.4k 06:51 04:54 01:57 164.7k 71 60.81M 0 0 71 43.68M 0 151.4k 06:51 04:55 01:56 153.3k 72 60.81M 0 0 72 43.87M 0 151.6k 06:50 04:56 01:54 139.4k 72 60.81M 0 0 72 44.06M 0 151.7k 06:50 04:57 01:53 146.1k 72 60.81M 0 0 72 44.37M 0 152.1k 06:49 04:58 01:51 173.9k 73 60.81M 0 0 73 44.62M 0 152.3k 06:48 05:00 01:48 196.8k 73 60.81M 0 0 73 44.81M 0 152.2k 06:48 05:01 01:47 190.5k 73 60.81M 0 0 73 45.00M 0 152.3k 06:48 05:02 01:46 187.4k 74 60.81M 0 0 74 45.25M 0 152.5k 06:48 05:03 01:45 190.4k 74 60.81M 0 0 74 45.43M 0 152.5k 06:48 05:04 01:44 171.9k 74 60.81M 0 0 74 45.56M 0 152.4k 06:48 05:05 01:43 160.9k 75 60.81M 0 0 75 45.75M 0 152.5k 06:48 05:07 01:41 165.8k 75 60.81M 0 0 75 45.87M 0 152.4k 06:48 05:08 01:40 157.5k 75 60.81M 0 0 75 46.06M 0 152.3k 06:48 05:09 01:39 142.3k 76 60.81M 0 0 76 46.25M 0 152.3k 06:48 05:10 01:38 139.2k 76 60.81M 0 0 76 46.37M 0 152.1k 06:49 05:12 01:37 136.6k 76 60.81M 0 0 76 46.50M 0 151.9k 06:49 05:13 01:36 117.1k 76 60.81M 0 0 76 46.50M 0 151.9k 06:49 05:13 01:36 151.9k 76 60.81M 0 0 76 46.68M 0 151.9k 06:49 05:14 01:35 155.7k 77 60.81M 0 0 77 46.87M 0 151.9k 06:49 05:15 01:34 158.6k 77 60.81M 0 0 77 47.12M 0 152.1k 06:49 05:17 01:32 171.8k 77 60.81M 0 0 77 47.37M 0 152.3k 06:48 05:18 01:30 179.5k 78 60.81M 0 0 78 47.62M 0 152.5k 06:48 05:19 01:29 183.8k 78 60.81M 0 0 78 47.81M 0 152.6k 06:48 05:20 01:28 187.7k 78 60.81M 0 0 78 48.00M 0 152.6k 06:48 05:22 01:26 185.4k 79 60.81M 0 0 79 48.18M 0 152.6k 06:47 05:23 01:24 177.9k 79 60.81M 0 0 79 48.37M 0 152.5k 06:48 05:24 01:24 164.8k 79 60.81M 0 0 79 48.50M 0 152.4k 06:48 05:25 01:23 147.8k 79 60.81M 0 0 79 48.56M 0 152.1k 06:49 05:26 01:23 128.9k 79 60.81M 0 0 79 48.62M 0 151.9k 06:49 05:27 01:22 112.3k 80 60.81M 0 0 80 48.75M 0 151.7k 06:50 05:28 01:22 101.8k 80 60.81M 0 0 80 48.93M 0 151.7k 06:50 05:30 01:20 104.7k 80 60.81M 0 0 80 49.18M 0 152.0k 06:49 05:31 01:18 127.3k 81 60.81M 0 0 81 49.43M 0 152.2k 06:49 05:32 01:17 156.0k 81 60.81M 0 0 81 49.62M 0 152.3k 06:48 05:33 01:15 177.1k 82 60.81M 0 0 82 49.87M 0 152.5k 06:48 05:34 01:14 196.3k 82 60.81M 0 0 82 50.06M 0 152.5k 06:48 05:36 01:12 194.2k 82 60.81M 0 0 82 50.25M 0 152.6k 06:48 05:37 01:11 184.9k 82 60.81M 0 0 82 50.43M 0 152.6k 06:48 05:38 01:10 173.8k 83 60.81M 0 0 83 50.62M 0 152.7k 06:47 05:39 01:08 173.7k 83 60.81M 0 0 83 50.81M 0 152.6k 06:47 05:40 01:07 161.1k 83 60.81M 0 0 83 51.00M 0 152.6k 06:47 05:42 01:05 159.6k 84 60.81M 0 0 84 51.18M 0 152.6k 06:48 05:43 01:05 153.3k 84 60.81M 0 0 84 51.37M 0 152.5k 06:48 05:44 01:04 147.3k 84 60.81M 0 0 84 51.56M 0 152.5k 06:48 05:46 01:02 142.0k 85 60.81M 0 0 85 51.75M 0 152.5k 06:48 05:47 01:01 144.3k 85 60.81M 0 0 85 51.87M 0 152.4k 06:48 05:48 01:00 140.5k 85 60.81M 0 0 85 52.00M 0 152.2k 06:49 05:49 01:00 131.7k 85 60.81M 0 0 85 52.12M 0 152.1k 06:49 05:50 00:59 130.3k 85 60.81M 0 0 85 52.25M 0 152.0k 06:49 05:51 00:58 124.8k 86 60.81M 0 0 86 52.43M 0 152.1k 06:49 05:52 00:57 128.6k 86 60.81M 0 0 86 52.75M 0 152.5k 06:48 05:54 00:54 159.9k 87 60.81M 0 0 87 53.06M 0 152.9k 06:47 05:55 00:52 196.4k 87 60.81M 0 0 87 53.31M 0 153.0k 06:46 05:56 00:50 209.2k 87 60.81M 0 0 87 53.50M 0 153.1k 06:46 05:57 00:49 216.5k 88 60.81M 0 0 88 53.68M 0 153.0k 06:46 05:59 00:47 205.4k 88 60.81M 0 0 88 53.87M 0 153.0k 06:46 06:00 00:46 182.1k 88 60.81M 0 0 88 54.06M 0 153.0k 06:46 06:01 00:45 158.3k 89 60.81M 0 0 89 54.25M 0 152.8k 06:47 06:03 00:44 138.6k 89 60.81M 0 0 89 54.37M 0 152.4k 06:48 06:05 00:43 118.8k 89 60.81M 0 0 89 54.50M 0 152.3k 06:48 06:06 00:42 114.2k 89 60.81M 0 0 89 54.68M 0 152.3k 06:48 06:07 00:41 115.5k 90 60.81M 0 0 90 54.87M 0 152.3k 06:48 06:08 00:40 117.1k 90 60.81M 0 0 90 55.06M 0 152.3k 06:48 06:10 00:38 126.2k 90 60.81M 0 0 90 55.25M 0 152.3k 06:48 06:11 00:37 148.0k 91 60.81M 0 0 91 55.43M 0 152.4k 06:48 06:12 00:36 157.9k 91 60.81M 0 0 91 55.62M 0 152.3k 06:48 06:13 00:35 153.2k 91 60.81M 0 0 91 55.81M 0 152.3k 06:48 06:15 00:33 150.6k 91 60.81M 0 0 91 55.93M 0 152.1k 06:49 06:16 00:33 139.3k 92 60.81M 0 0 92 56.12M 0 152.1k 06:49 06:17 00:32 138.7k 92 60.81M 0 0 92 56.31M 0 152.2k 06:49 06:18 00:31 141.2k 93 60.81M 0 0 93 56.62M 0 152.5k 06:48 06:19 00:29 167.0k 93 60.81M 0 0 93 56.87M 0 152.7k 06:47 06:21 00:26 181.9k 93 60.81M 0 0 93 57.12M 0 152.9k 06:47 06:22 00:25 203.7k 94 60.81M 0 0 94 57.31M 0 152.9k 06:47 06:23 00:24 202.8k 94 60.81M 0 0 94 57.50M 0 152.8k 06:47 06:25 00:22 190.0k 94 60.81M 0 0 94 57.62M 0 152.6k 06:47 06:26 00:21 156.4k 94 60.81M 0 0 94 57.75M 0 152.2k 06:49 06:28 00:21 122.6k 95 60.81M 0 0 95 57.87M 0 152.0k 06:49 06:29 00:20 104.9k 95 60.81M 0 0 95 58.00M 0 151.9k 06:49 06:30 00:19 98.62k 95 60.81M 0 0 95 58.18M 0 151.7k 06:50 06:32 00:18 98214 95 60.81M 0 0 95 58.31M 0 151.6k 06:50 06:33 00:17 98429 96 60.81M 0 0 96 58.43M 0 151.5k 06:50 06:34 00:16 110.2k 96 60.81M 0 0 96 58.62M 0 151.5k 06:50 06:36 00:14 121.7k 96 60.81M 0 0 96 58.81M 0 151.5k 06:51 06:37 00:14 126.8k 96 60.81M 0 0 96 58.93M 0 151.4k 06:51 06:38 00:13 128.1k 97 60.81M 0 0 97 59.12M 0 151.3k 06:51 06:39 00:12 137.4k 97 60.81M 0 0 97 59.31M 0 151.3k 06:51 06:41 00:10 142.4k 97 60.81M 0 0 97 59.43M 0 151.3k 06:51 06:42 00:09 136.7k 98 60.81M 0 0 98 59.62M 0 151.2k 06:51 06:43 00:08 136.9k 98 60.81M 0 0 98 59.87M 0 151.4k 06:51 06:44 00:07 151.0k 98 60.81M 0 0 98 60.12M 0 151.6k 06:50 06:45 00:05 168.6k 99 60.81M 0 0 99 60.37M 0 151.8k 06:50 06:47 00:03 182.0k 99 60.81M 0 0 99 60.56M 0 151.8k 06:50 06:48 00:02 188.7k 99 60.81M 0 0 99 60.75M 0 151.8k 06:50 06:49 00:01 187.2k* upload completely sent off: 63769699 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: Z+CIfcXpaFFZwm7spqFw4uA4L0y/dpcNUdqzF6xU4MPQdpcazHMdZPDaItOt1WgNEx3xWHGqyfA= < x-amz-request-id: Y3AA0CE3Z72QEH25 < Date: Fri, 29 May 2026 15:02:22 GMT < x-amz-server-side-encryption: AES256 < ETag: "390454a7550c0211e2104dfbe1ebeb8c" < x-amz-checksum-crc64nvme: btD5QuaU5A8= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 60.81M 0 0 100 60.81M 0 151.4k 06:51 06:51 150.0k 100 60.81M 0 0 100 60.81M 0 151.4k 06:51 06:51 150.0k 100 60.81M 0 0 100 60.81M 0 151.4k 06:51 06:51 150.0k 100 60.81M 0 0 100 60.81M 0 151.4k 06:51 06:51 150.0k * shutting down connection #0 took: 416.39 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.73.58, 52.92.16.112, 3.5.66.24, 3.5.73.114, 3.5.66.18, 3.5.64.218, 52.92.4.56 * Trying 3.5.73.58:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.73.58 port 443) from 10.17.4.7 port 60932 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/ed7fdfbf-a149-40c4-a3cb-b08537a7dbee.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIFQEoaGsQYa4%2BDi33H2oL%2BnnG6posZPbCmMZFNVE2psCAiAFuQ2CkpXrWK801DdwfmN74wAhMg%2FF2VFCROpoMDDHZirDBQjH%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIMYVprpbrkCJsW0kmsKpcFw2gZoAcCg0VcVOZlw2CmUHm2rSYKdhQXVG8Dqdb3oJ2J1idmHoFA8SWgCeuPfsgBSKyRHR6NJvHjDo9%2BFLYFVf8xxA8YJPsuQPRA8gBAmkFTKk8dm65IsxvNmBCkwIMURZS0kbrxxMdxZtxqnEDyoQPGsHS5S7lud6rlTlBQLjqq5kqUHik62KCubKQnrboZRUGHh6FvpFoYd0lKQXh3I1W9eC%2B1pC37oD9nQ2Sf4CUly0xlDsSa7IsI0smW3TgsR0v4yz7sAQ%2FP95p2QXNHCjFtK8lKVVwyQVq3GJrboZSZFn41tfnEGjnpCOiYTamts%2BDoupwNvQ80VN2Qh53ZTlJbzXJMsBTzit1mtNtt2z%2BqfK8v20%2FouMd0eiRK3j3vqdKSsqjO210h2VkTgR3Fxb7tYyLqzVv%2F8I1IypnHHMy35OGVEjuwkXpkeCpAgvpVKMDq2qMJjmRooj2L%2BoJE2g8n4ibO1U4z0zSrz8%2B6InB6syBsy6ooxrrvTOcX7RNkmeruFyh44v%2BigDOCkoWJv6eEqH5yOkYnWQXOhfDzlr6xTB8BuObkApqMkV%2BlUBrADl2lbMAcz01uZzr%2FGW5zA5ZResgMsB2OeqGdPkOOl6rJ3Y%2F4xyIea5KorFlRg9a0JOULd2sobBRN7%2Bd%2Fx0RHUD3yPS2rf4nS%2BWLk%2BsgoM34aN1qaxAhaNJh1D9NrX4Mz4fzVtWIjkQa3ZaSctcFa8dmf9Y8CiOAhgQXpYIKen7vHM754E7hd%2FENrN3MQIDQItxMKaKALviV4mjl2pkMARIseBhKUonYXhbzQYfRopXX%2BbaS3vbFVwvrTFCHJjwo15QfghLXBBoJu2OTC54t2QWDfv6pu4kyBqLgf0zFvsTbnHq5C4DFMMJuv5tAGOrIBH0eLm61%2FrZ0NU4%2F%2FGB43xzaQh2lHksM85mJxV6YfnhiwvtTduqpwpsCQl32YBYsKl2GQ871RAoOGrL1UuK2YuBP9f5LSrhbStSO%2Bj5Zmf237id%2FuweuTS09szGM8Na6jlJvUcNeeF8%2F%2FKb%2FmyDN85WXuHqCaErWjfq3LX5Ea4XGO4hDLEKQ0d5Zpz1drwsPP7oGNmd%2BVxJdYXVNJNe4QayIpsjm329wi8Q1VvL67TNLaXQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260529T150912Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTC63ZJD7A%2F20260529%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=fae33088caa740a90044bad6bfc0bb02e9e76b5daee34fe72b00bd9f1f4d180b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 589052773 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 561.7M 0 0 0 3.37M 0 2.96M 03:09 00:01 03:08 2.96M 1 561.7M 0 0 1 8.56M 0 4.00M 02:20 00:02 02:18 4.00M 2 561.7M 0 0 2 12.37M 0 3.93M 02:22 00:03 02:19 3.93M 2 561.7M 0 0 2 15.93M 0 3.84M 02:26 00:04 02:22 3.84M 3 561.7M 0 0 3 19.50M 0 3.73M 02:30 00:05 02:25 3.73M 4 561.7M 0 0 4 22.56M 0 3.62M 02:34 00:06 02:28 3.77M 4 561.7M 0 0 4 25.62M 0 3.54M 02:38 00:07 02:31 3.34M 5 561.7M 0 0 5 28.87M 0 3.50M 02:40 00:08 02:32 3.23M 5 561.7M 0 0 5 32.12M 0 3.47M 02:41 00:09 02:32 3.17M 6 561.7M 0 0 6 35.25M 0 3.43M 02:43 00:10 02:33 3.13M 6 561.7M 0 0 6 37.93M 0 3.37M 02:46 00:11 02:35 3.05M 7 561.7M 0 0 7 40.75M 0 3.32M 02:49 00:12 02:37 3.00M 7 561.7M 0 0 7 43.81M 0 3.29M 02:50 00:13 02:37 2.96M 8 561.7M 0 0 8 47.00M 0 3.29M 02:50 00:14 02:36 2.95M 8 561.7M 0 0 8 50.25M 0 3.28M 02:51 00:15 02:36 2.97M 9 561.7M 0 0 9 53.56M 0 3.28M 02:51 00:16 02:35 3.09M 10 561.7M 0 0 10 56.81M 0 3.27M 02:51 00:17 02:34 3.17M 10 561.7M 0 0 10 60.12M 0 3.28M 02:51 00:18 02:33 3.23M 11 561.7M 0 0 11 62.81M 0 3.24M 02:53 00:19 02:34 3.11M 11 561.7M 0 0 11 64.31M 0 3.15M 02:58 00:20 02:38 2.75M 11 561.7M 0 0 11 65.75M 0 3.06M 03:03 00:21 02:42 2.38M 11 561.7M 0 0 11 67.25M 0 2.99M 03:07 00:22 02:45 2.04M 12 561.7M 0 0 12 68.75M 0 2.93M 03:11 00:23 02:48 1.68M 12 561.7M 0 0 12 70.37M 0 2.87M 03:15 00:24 02:51 1.47M 12 561.7M 0 0 12 72.06M 0 2.82M 03:18 00:25 02:53 1.52M 13 561.7M 0 0 13 73.87M 0 2.78M 03:21 00:26 02:55 1.60M 13 561.7M 0 0 13 75.81M 0 2.75M 03:23 00:27 02:56 1.68M 13 561.7M 0 0 13 78.06M 0 2.73M 03:25 00:28 02:57 1.83M 14 561.7M 0 0 14 80.87M 0 2.74M 03:24 00:29 02:55 2.08M 15 561.7M 0 0 15 84.50M 0 2.76M 03:22 00:30 02:52 2.46M 15 561.7M 0 0 15 89.25M 0 2.83M 03:18 00:31 02:47 3.04M 16 561.7M 0 0 16 94.00M 0 2.88M 03:14 00:32 02:42 3.61M 17 561.7M 0 0 17 97.25M 0 2.89M 03:13 00:33 02:40 3.80M 17 561.7M 0 0 17 100.7M 0 2.91M 03:12 00:34 02:38 3.94M 18 561.7M 0 0 18 104.1M 0 2.92M 03:11 00:35 02:36 3.88M 19 561.7M 0 0 19 106.7M 0 2.91M 03:12 00:36 02:36 3.47M 19 561.7M 0 0 19 109.0M 0 2.90M 03:13 00:37 02:36 2.99M 19 561.7M 0 0 19 111.3M 0 2.88M 03:14 00:38 02:36 2.80M 20 561.7M 0 0 20 113.2M 0 2.85M 03:16 00:39 02:37 2.47M 20 561.7M 0 0 20 115.0M 0 2.83M 03:18 00:40 02:38 2.14M 20 561.7M 0 0 20 116.4M 0 2.79M 03:21 00:41 02:40 1.89M 20 561.7M 0 0 20 117.6M 0 2.75M 03:23 00:42 02:41 1.67M 21 561.7M 0 0 21 118.7M 0 2.71M 03:26 00:43 02:43 1.43M 21 561.7M 0 0 21 119.8M 0 2.67M 03:29 00:44 02:45 1.26M 21 561.7M 0 0 21 120.9M 0 2.63M 03:32 00:45 02:47 1.14M 21 561.7M 0 0 21 122.0M 0 2.60M 03:35 00:46 02:49 1.07M 21 561.7M 0 0 21 123.0M 0 2.57M 03:38 00:47 02:51 1.04M 22 561.7M 0 0 22 124.1M 0 2.53M 03:41 00:48 02:53 1.05M 22 561.7M 0 0 22 125.3M 0 2.51M 03:43 00:49 02:54 1.08M 22 561.7M 0 0 22 126.5M 0 2.48M 03:46 00:50 02:56 1.09M 22 561.7M 0 0 22 127.5M 0 2.45M 03:48 00:51 02:57 1.08M 22 561.7M 0 0 22 128.6M 0 2.42M 03:51 00:52 02:59 1.09M 23 561.7M 0 0 23 129.9M 0 2.40M 03:53 00:54 02:59 1.11M 23 561.7M 0 0 23 131.1M 0 2.38M 03:55 00:55 03:00 1.11M 23 561.7M 0 0 23 132.4M 0 2.35M 03:58 00:56 03:02 1.13M 23 561.7M 0 0 23 133.8M 0 2.34M 03:59 00:57 03:02 1.20M 24 561.7M 0 0 24 135.2M 0 2.32M 04:01 00:58 03:03 1.26M 24 561.7M 0 0 24 136.8M 0 2.31M 04:02 00:59 03:03 1.34M 24 561.7M 0 0 24 138.5M 0 2.30M 04:04 01:00 03:04 1.43M 24 561.7M 0 0 24 140.1M 0 2.28M 04:05 01:01 03:04 1.51M 25 561.7M 0 0 25 142.0M 0 2.28M 04:06 01:02 03:04 1.61M 25 561.7M 0 0 25 144.0M 0 2.27M 04:06 01:03 03:03 1.72M 25 561.7M 0 0 25 146.0M 0 2.27M 04:07 01:04 03:03 1.80M 26 561.7M 0 0 26 148.0M 0 2.26M 04:07 01:05 03:02 1.87M 26 561.7M 0 0 26 150.0M 0 2.26M 04:08 01:06 03:02 1.93M 27 561.7M 0 0 27 151.9M 0 2.25M 04:08 01:07 03:01 1.94M 27 561.7M 0 0 27 153.6M 0 2.24M 04:09 01:08 03:01 1.89M 27 561.7M 0 0 27 155.6M 0 2.24M 04:10 01:09 03:01 1.88M 28 561.7M 0 0 28 157.6M 0 2.23M 04:10 01:10 03:00 1.88M 28 561.7M 0 0 28 159.8M 0 2.23M 04:11 01:11 03:00 1.91M 28 561.7M 0 0 28 161.8M 0 2.23M 04:11 01:12 02:59 1.95M 29 561.7M 0 0 29 164.0M 0 2.23M 04:11 01:13 02:58 2.02M 29 561.7M 0 0 29 166.1M 0 2.23M 04:11 01:14 02:57 2.06M 29 561.7M 0 0 29 168.3M 0 2.23M 04:11 01:15 02:56 2.10M 30 561.7M 0 0 30 170.9M 0 2.23M 04:11 01:16 02:55 2.19M 30 561.7M 0 0 30 173.8M 0 2.24M 04:10 01:17 02:53 2.36M 31 561.7M 0 0 31 177.4M 0 2.25M 04:08 01:18 02:50 2.65M 32 561.7M 0 0 32 181.2M 0 2.27M 04:06 01:19 02:47 2.98M 32 561.7M 0 0 32 184.5M 0 2.29M 04:05 01:20 02:45 3.20M 33 561.7M 0 0 33 187.3M 0 2.29M 04:04 01:21 02:43 3.26M 33 561.7M 0 0 33 190.3M 0 2.30M 04:03 01:22 02:41 3.27M 34 561.7M 0 0 34 193.5M 0 2.31M 04:02 01:23 02:39 3.19M 34 561.7M 0 0 34 196.4M 0 2.32M 04:01 01:24 02:37 3.01M 35 561.7M 0 0 35 199.0M 0 2.32M 04:01 01:25 02:36 2.86M 35 561.7M 0 0 35 201.8M 0 2.33M 04:00 01:26 02:34 2.87M 36 561.7M 0 0 36 204.9M 0 2.33M 04:00 01:27 02:33 2.88M 37 561.7M 0 0 37 208.1M 0 2.34M 03:59 01:28 02:31 2.89M 37 561.7M 0 0 37 211.3M 0 2.35M 03:58 01:29 02:29 2.94M 38 561.7M 0 0 38 214.5M 0 2.36M 03:57 01:30 02:27 3.06M 38 561.7M 0 0 38 217.6M 0 2.37M 03:56 01:31 02:25 3.12M 39 561.7M 0 0 39 220.9M 0 2.38M 03:55 01:32 02:23 3.16M 39 561.7M 0 0 39 224.3M 0 2.39M 03:54 01:33 02:21 3.20M 40 561.7M 0 0 40 228.0M 0 2.40M 03:53 01:34 02:19 3.30M 41 561.7M 0 0 41 232.1M 0 2.42M 03:51 01:35 02:16 3.50M 42 561.7M 0 0 42 237.0M 0 2.45M 03:49 01:36 02:13 3.83M 43 561.7M 0 0 43 242.8M 0 2.48M 03:46 01:37 02:09 4.33M 44 561.7M 0 0 44 247.6M 0 2.50M 03:43 01:38 02:05 4.63M 45 561.7M 0 0 45 253.0M 0 2.53M 03:41 01:39 02:02 4.96M 45 561.7M 0 0 45 257.3M 0 2.55M 03:39 01:40 01:59 4.99M 46 561.7M 0 0 46 261.7M 0 2.57M 03:38 01:41 01:57 4.90M 47 561.7M 0 0 47 265.1M 0 2.58M 03:37 01:42 01:55 4.42M 47 561.7M 0 0 47 268.7M 0 2.58M 03:36 01:43 01:53 4.16M 48 561.7M 0 0 48 272.5M 0 2.60M 03:35 01:44 01:51 3.87M 49 561.7M 0 0 49 276.5M 0 2.61M 03:34 01:45 01:49 3.80M 49 561.7M 0 0 49 279.5M 0 2.61M 03:34 01:46 01:48 3.51M 50 561.7M 0 0 50 282.8M 0 2.62M 03:34 01:47 01:47 3.51M 51 561.7M 0 0 51 286.5M 0 2.63M 03:33 01:48 01:45 3.51M 51 561.7M 0 0 51 290.3M 0 2.64M 03:32 01:49 01:43 3.51M 52 561.7M 0 0 52 293.4M 0 2.64M 03:32 01:50 01:42 3.36M 52 561.7M 0 0 52 296.4M 0 2.65M 03:31 01:51 01:40 3.35M 53 561.7M 0 0 53 299.5M 0 2.65M 03:31 01:52 01:39 3.28M 53 561.7M 0 0 53 301.6M 0 2.64M 03:32 01:53 01:39 2.98M 54 561.7M 0 0 54 303.5M 0 2.64M 03:32 01:54 01:38 2.58M 54 561.7M 0 0 54 305.4M 0 2.63M 03:33 01:55 01:38 2.34M 54 561.7M 0 0 54 307.4M 0 2.62M 03:33 01:56 01:37 2.16M 55 561.7M 0 0 55 309.4M 0 2.62M 03:34 01:57 01:37 1.95M 55 561.7M 0 0 55 311.5M 0 2.61M 03:34 01:58 01:36 1.95M 55 561.7M 0 0 55 313.6M 0 2.61M 03:34 01:59 01:35 2.01M 56 561.7M 0 0 56 315.8M 0 2.61M 03:35 02:00 01:35 2.05M 56 561.7M 0 0 56 317.6M 0 2.60M 03:35 02:01 01:34 2.02M 56 561.7M 0 0 56 319.7M 0 2.59M 03:36 02:02 01:34 2.03M 57 561.7M 0 0 57 321.3M 0 2.59M 03:36 02:03 01:33 1.94M 57 561.7M 0 0 57 322.6M 0 2.58M 03:37 02:05 01:32 1.75M 57 561.7M 0 0 57 324.1M 0 2.57M 03:38 02:06 01:32 1.60M 57 561.7M 0 0 57 325.5M 0 2.56M 03:39 02:07 01:32 1.53M 58 561.7M 0 0 58 327.0M 0 2.55M 03:40 02:08 01:32 1.41M 58 561.7M 0 0 58 328.5M 0 2.54M 03:40 02:09 01:31 1.38M 58 561.7M 0 0 58 329.8M 0 2.53M 03:41 02:10 01:31 1.38M 58 561.7M 0 0 58 331.0M 0 2.52M 03:42 02:11 01:31 1.33M 59 561.7M 0 0 59 331.9M 0 2.50M 03:43 02:12 01:31 1.22M 59 561.7M 0 0 59 332.8M 0 2.49M 03:44 02:13 01:31 1.12M 59 561.7M 0 0 59 333.7M 0 2.48M 03:46 02:14 01:32 1.01M 59 561.7M 0 0 59 334.6M 0 2.47M 03:47 02:15 01:32 962.3k 59 561.7M 0 0 59 335.5M 0 2.46M 03:48 02:16 01:32 920.9k 59 561.7M 0 0 59 336.5M 0 2.45M 03:49 02:17 01:32 938.9k 60 561.7M 0 0 60 337.6M 0 2.43M 03:50 02:18 01:32 961.0k 60 561.7M 0 0 60 338.7M 0 2.42M 03:51 02:19 01:32 0.98M 60 561.7M 0 0 60 340.0M 0 2.42M 03:51 02:20 01:31 1.05M 60 561.7M 0 0 60 341.3M 0 2.41M 03:52 02:21 01:31 1.13M 61 561.7M 0 0 61 342.8M 0 2.40M 03:53 02:22 01:31 1.22M 61 561.7M 0 0 61 344.4M 0 2.40M 03:54 02:23 01:31 1.33M 61 561.7M 0 0 61 346.0M 0 2.39M 03:54 02:24 01:30 1.42M 61 561.7M 0 0 61 347.6M 0 2.38M 03:55 02:25 01:30 1.49M 62 561.7M 0 0 62 348.8M 0 2.37M 03:55 02:26 01:29 1.46M 62 561.7M 0 0 62 350.0M 0 2.37M 03:56 02:27 01:29 1.40M 62 561.7M 0 0 62 351.1M 0 2.36M 03:57 02:28 01:29 1.32M 62 561.7M 0 0 62 352.5M 0 2.35M 03:58 02:29 01:29 1.25M 62 561.7M 0 0 62 353.8M 0 2.34M 03:59 02:30 01:29 1.21M 63 561.7M 0 0 63 355.3M 0 2.34M 03:59 02:31 01:28 1.26M 63 561.7M 0 0 63 356.8M 0 2.33M 04:00 02:32 01:28 1.34M 63 561.7M 0 0 63 358.1M 0 2.33M 04:01 02:33 01:28 1.36M 64 561.7M 0 0 64 359.6M 0 2.32M 04:01 02:34 01:27 1.39M 64 561.7M 0 0 64 360.9M 0 2.31M 04:02 02:35 01:27 1.38M 64 561.7M 0 0 64 362.1M 0 2.30M 04:03 02:36 01:27 1.34M 64 561.7M 0 0 64 363.2M 0 2.30M 04:04 02:37 01:27 1.24M 64 561.7M 0 0 64 364.3M 0 2.29M 04:04 02:38 01:26 1.19M 65 561.7M 0 0 65 365.4M 0 2.28M 04:05 02:39 01:26 1.13M 65 561.7M 0 0 65 366.6M 0 2.27M 04:06 02:40 01:26 1.11M 65 561.7M 0 0 65 367.6M 0 2.27M 04:07 02:41 01:26 1.08M 65 561.7M 0 0 65 368.7M 0 2.26M 04:08 02:42 01:26 1.07M 65 561.7M 0 0 65 369.6M 0 2.25M 04:09 02:43 01:26 1.03M 65 561.7M 0 0 65 370.6M 0 2.24M 04:10 02:45 01:25 1.01M 66 561.7M 0 0 66 371.7M 0 2.23M 04:10 02:46 01:24 0.98M 66 561.7M 0 0 66 372.8M 0 2.23M 04:11 02:47 01:24 0.99M 66 561.7M 0 0 66 374.0M 0 2.22M 04:12 02:48 01:24 1.01M 66 561.7M 0 0 66 375.1M 0 2.21M 04:13 02:49 01:24 1.05M 66 561.7M 0 0 66 376.3M 0 2.21M 04:14 02:50 01:24 1.09M 67 561.7M 0 0 67 377.5M 0 2.20M 04:14 02:51 01:23 1.13M 67 561.7M 0 0 67 378.6M 0 2.19M 04:15 02:52 01:23 1.11M 67 561.7M 0 0 67 379.8M 0 2.19M 04:16 02:53 01:23 1.11M 67 561.7M 0 0 67 381.0M 0 2.18M 04:16 02:54 01:22 1.15M 68 561.7M 0 0 68 382.3M 0 2.18M 04:17 02:55 01:22 1.16M 68 561.7M 0 0 68 383.6M 0 2.17M 04:18 02:56 01:22 1.17M 68 561.7M 0 0 68 385.0M 0 2.16M 04:18 02:57 01:21 1.24M 68 561.7M 0 0 68 386.3M 0 2.16M 04:19 02:58 01:21 1.29M 68 561.7M 0 0 68 387.5M 0 2.16M 04:20 02:59 01:21 1.27M 69 561.7M 0 0 69 388.9M 0 2.15M 04:20 03:00 01:20 1.29M 69 561.7M 0 0 69 390.1M 0 2.14M 04:21 03:01 01:20 1.27M 69 561.7M 0 0 69 391.3M 0 2.14M 04:21 03:02 01:19 1.24M 69 561.7M 0 0 69 392.6M 0 2.13M 04:22 03:03 01:19 1.20M 70 561.7M 0 0 70 393.8M 0 2.13M 04:23 03:04 01:19 1.22M 70 561.7M 0 0 70 394.6M 0 2.12M 04:24 03:05 01:19 1.11M 70 561.7M 0 0 70 395.5M 0 2.11M 04:25 03:06 01:19 1.04M 70 561.7M 0 0 70 396.3M 0 2.11M 04:25 03:07 01:18 993.2k 70 561.7M 0 0 70 397.3M 0 2.10M 04:26 03:08 01:18 935.3k 70 561.7M 0 0 70 398.1M 0 2.09M 04:27 03:09 01:18 841.4k 71 561.7M 0 0 71 399.1M 0 2.09M 04:28 03:10 01:18 870.6k 71 561.7M 0 0 71 400.1M 0 2.08M 04:29 03:11 01:18 916.5k 71 561.7M 0 0 71 401.0M 0 2.07M 04:30 03:12 01:18 923.7k 71 561.7M 0 0 71 401.8M 0 2.07M 04:30 03:13 01:17 905.4k 71 561.7M 0 0 71 402.8M 0 2.06M 04:31 03:14 01:17 947.9k 71 561.7M 0 0 71 403.8M 0 2.06M 04:32 03:15 01:17 955.4k 72 561.7M 0 0 72 404.8M 0 2.05M 04:33 03:16 01:17 950.1k 72 561.7M 0 0 72 405.8M 0 2.04M 04:34 03:17 01:17 950.6k 72 561.7M 0 0 72 406.8M 0 2.04M 04:34 03:19 01:15 984.8k 72 561.7M 0 0 72 408.0M 0 2.03M 04:35 03:20 01:15 0.97M 72 561.7M 0 0 72 409.0M 0 2.03M 04:36 03:21 01:15 0.98M 72 561.7M 0 0 72 410.0M 0 2.02M 04:37 03:22 01:15 995.2k 73 561.7M 0 0 73 410.9M 0 2.02M 04:37 03:23 01:14 0.98M 73 561.7M 0 0 73 411.8M 0 2.01M 04:38 03:24 01:14 966.9k 73 561.7M 0 0 73 412.7M 0 2.00M 04:39 03:25 01:14 933.2k 73 561.7M 0 0 73 413.7M 0 2.00M 04:40 03:26 01:14 923.7k 73 561.7M 0 0 73 414.8M 0 2.00M 04:40 03:27 01:13 958.1k 74 561.7M 0 0 74 416.0M 0 1.99M 04:41 03:28 01:13 0.98M 74 561.7M 0 0 74 417.1M 0 1.99M 04:41 03:29 01:12 1.05M 74 561.7M 0 0 74 418.2M 0 1.98M 04:42 03:30 01:12 1.08M 74 561.7M 0 0 74 419.5M 0 1.98M 04:43 03:31 01:12 1.13M 74 561.7M 0 0 74 420.8M 0 1.98M 04:43 03:32 01:11 1.18M 75 561.7M 0 0 75 422.1M 0 1.97M 04:44 03:33 01:11 1.20M 75 561.7M 0 0 75 423.4M 0 1.97M 04:44 03:34 01:10 1.22M 75 561.7M 0 0 75 424.8M 0 1.97M 04:44 03:35 01:09 1.29M 75 561.7M 0 0 75 426.4M 0 1.96M 04:45 03:36 01:09 1.33M 76 561.7M 0 0 76 427.8M 0 1.96M 04:45 03:37 01:08 1.34M 76 561.7M 0 0 76 429.2M 0 1.96M 04:46 03:38 01:08 1.35M 76 561.7M 0 0 76 430.6M 0 1.95M 04:46 03:39 01:07 1.36M 76 561.7M 0 0 76 431.8M 0 1.95M 04:47 03:40 01:07 1.32M 77 561.7M 0 0 77 433.1M 0 1.95M 04:47 03:41 01:06 1.29M 77 561.7M 0 0 77 434.5M 0 1.94M 04:48 03:42 01:06 1.28M 77 561.7M 0 0 77 435.9M 0 1.94M 04:48 03:43 01:05 1.28M 77 561.7M 0 0 77 437.5M 0 1.94M 04:48 03:44 01:04 1.31M 78 561.7M 0 0 78 439.1M 0 1.94M 04:49 03:45 01:04 1.39M 78 561.7M 0 0 78 440.8M 0 1.94M 04:49 03:46 01:03 1.47M 78 561.7M 0 0 78 442.8M 0 1.94M 04:49 03:47 01:02 1.61M 79 561.7M 0 0 79 445.3M 0 1.94M 04:48 03:49 00:59 1.82M 79 561.7M 0 0 79 447.8M 0 1.94M 04:48 03:50 00:58 2.01M 80 561.7M 0 0 80 450.1M 0 1.94M 04:48 03:51 00:57 2.16M 80 561.7M 0 0 80 452.2M 0 1.94M 04:48 03:52 00:56 2.25M 80 561.7M 0 0 80 454.5M 0 1.94M 04:48 03:53 00:55 2.29M 81 561.7M 0 0 81 456.0M 0 1.94M 04:48 03:54 00:54 2.07M 81 561.7M 0 0 81 456.9M 0 1.94M 04:49 03:55 00:54 1.76M 81 561.7M 0 0 81 457.9M 0 1.93M 04:49 03:56 00:53 1.48M 81 561.7M 0 0 81 458.9M 0 1.93M 04:50 03:57 00:53 1.27M 81 561.7M 0 0 81 459.8M 0 1.92M 04:51 03:58 00:53 1.01M 82 561.7M 0 0 82 460.9M 0 1.92M 04:51 03:59 00:52 954.8k 82 561.7M 0 0 82 462.0M 0 1.92M 04:52 04:00 00:52 990.9k 82 561.7M 0 0 82 463.1M 0 1.91M 04:52 04:01 00:51 0.99M 82 561.7M 0 0 82 464.3M 0 1.91M 04:53 04:02 00:51 1.03M 82 561.7M 0 0 82 465.3M 0 1.91M 04:54 04:03 00:51 1.04M 83 561.7M 0 0 83 466.5M 0 1.90M 04:54 04:04 00:50 1.07M 83 561.7M 0 0 83 467.7M 0 1.90M 04:55 04:05 00:50 1.10M 83 561.7M 0 0 83 469.0M 0 1.90M 04:55 04:06 00:49 1.12M 83 561.7M 0 0 83 470.3M 0 1.89M 04:55 04:07 00:48 1.15M 83 561.7M 0 0 83 471.6M 0 1.89M 04:56 04:08 00:48 1.23M 84 561.7M 0 0 84 473.0M 0 1.89M 04:56 04:09 00:47 1.27M 84 561.7M 0 0 84 474.1M 0 1.88M 04:57 04:10 00:47 1.23M 84 561.7M 0 0 84 475.1M 0 1.88M 04:57 04:11 00:46 1.18M 84 561.7M 0 0 84 476.0M 0 1.88M 04:58 04:12 00:46 1.10M 84 561.7M 0 0 84 477.0M 0 1.87M 04:59 04:13 00:46 1.00M 85 561.7M 0 0 85 478.0M 0 1.87M 04:59 04:15 00:44 964.2k 85 561.7M 0 0 85 479.1M 0 1.87M 05:00 04:16 00:44 964.3k 85 561.7M 0 0 85 480.1M 0 1.86M 05:00 04:17 00:43 981.4k 85 561.7M 0 0 85 481.3M 0 1.86M 05:01 04:18 00:43 0.99M 85 561.7M 0 0 85 482.3M 0 1.86M 05:01 04:19 00:42 1.01M 86 561.7M 0 0 86 483.5M 0 1.85M 05:02 04:20 00:42 1.04M 86 561.7M 0 0 86 484.8M 0 1.85M 05:02 04:21 00:41 1.11M 86 561.7M 0 0 86 484.8M 0 1.85M 05:02 04:21 00:41 1.85M 86 561.7M 0 0 86 486.0M 0 1.85M 05:03 04:22 00:41 1.17M 86 561.7M 0 0 86 487.0M 0 1.84M 05:03 04:23 00:40 1.09M 86 561.7M 0 0 86 488.1M 0 1.84M 05:04 04:24 00:40 1.08M 87 561.7M 0 0 87 489.4M 0 1.84M 05:04 04:25 00:39 1.11M 87 561.7M 0 0 87 490.6M 0 1.84M 05:05 04:26 00:39 1.13M 87 561.7M 0 0 87 491.9M 0 1.83M 05:05 04:27 00:38 1.12M 87 561.7M 0 0 87 492.9M 0 1.83M 05:06 04:28 00:38 1.12M 87 561.7M 0 0 87 494.1M 0 1.83M 05:06 04:29 00:37 1.13M 88 561.7M 0 0 88 495.3M 0 1.83M 05:06 04:30 00:36 1.14M 88 561.7M 0 0 88 496.6M 0 1.82M 05:07 04:31 00:36 1.15M 88 561.7M 0 0 88 498.0M 0 1.82M 05:07 04:32 00:35 1.18M 88 561.7M 0 0 88 499.3M 0 1.82M 05:07 04:33 00:34 1.25M 89 561.7M 0 0 89 500.8M 0 1.82M 05:08 04:34 00:34 1.32M 89 561.7M 0 0 89 502.4M 0 1.82M 05:08 04:35 00:33 1.37M 89 561.7M 0 0 89 503.8M 0 1.81M 05:08 04:36 00:32 1.38M 89 561.7M 0 0 89 505.3M 0 1.81M 05:08 04:37 00:31 1.42M 90 561.7M 0 0 90 507.0M 0 1.81M 05:09 04:38 00:31 1.49M 90 561.7M 0 0 90 508.7M 0 1.81M 05:09 04:39 00:30 1.52M 90 561.7M 0 0 90 510.1M 0 1.81M 05:09 04:40 00:29 1.49M 91 561.7M 0 0 91 511.6M 0 1.81M 05:09 04:41 00:28 1.52M 91 561.7M 0 0 91 512.9M 0 1.81M 05:09 04:42 00:27 1.48M 91 561.7M 0 0 91 514.2M 0 1.81M 05:10 04:44 00:26 1.41M 91 561.7M 0 0 91 515.5M 0 1.80M 05:10 04:45 00:25 1.33M 91 561.7M 0 0 91 516.5M 0 1.80M 05:11 04:46 00:25 1.25M 92 561.7M 0 0 92 517.5M 0 1.80M 05:11 04:47 00:24 1.14M 92 561.7M 0 0 92 518.5M 0 1.79M 05:12 04:48 00:24 1.08M 92 561.7M 0 0 92 519.5M 0 1.79M 05:12 04:49 00:23 1.02M 92 561.7M 0 0 92 520.7M 0 1.79M 05:13 04:50 00:23 1.00M 92 561.7M 0 0 92 522.0M 0 1.79M 05:13 04:51 00:22 1.05M 93 561.7M 0 0 93 523.3M 0 1.79M 05:13 04:52 00:21 1.14M 93 561.7M 0 0 93 524.8M 0 1.78M 05:13 04:53 00:20 1.22M 93 561.7M 0 0 93 526.5M 0 1.78M 05:13 04:54 00:19 1.35M 94 561.7M 0 0 94 528.6M 0 1.79M 05:13 04:55 00:18 1.56M 94 561.7M 0 0 94 531.6M 0 1.79M 05:13 04:56 00:17 1.91M 95 561.7M 0 0 95 534.8M 0 1.79M 05:12 04:57 00:15 2.28M 95 561.7M 0 0 95 538.0M 0 1.80M 05:11 04:58 00:13 2.63M 96 561.7M 0 0 96 541.6M 0 1.80M 05:10 04:59 00:11 3.00M 96 561.7M 0 0 96 544.0M 0 1.81M 05:10 05:00 00:10 3.04M 97 561.7M 0 0 97 545.6M 0 1.81M 05:10 05:01 00:09 2.74M 97 561.7M 0 0 97 547.3M 0 1.80M 05:10 05:02 00:08 2.44M 97 561.7M 0 0 97 548.5M 0 1.80M 05:10 05:03 00:07 2.05M 97 561.7M 0 0 97 549.9M 0 1.80M 05:10 05:04 00:06 1.62M 98 561.7M 0 0 98 551.3M 0 1.80M 05:11 05:05 00:06 1.43M 98 561.7M 0 0 98 552.8M 0 1.80M 05:11 05:06 00:05 1.40M 98 561.7M 0 0 98 554.3M 0 1.80M 05:11 05:07 00:04 1.38M 98 561.7M 0 0 98 556.0M 0 1.80M 05:11 05:08 00:03 1.47M 99 561.7M 0 0 99 557.6M 0 1.80M 05:11 05:09 00:02 1.51M 99 561.7M 0 0 99 559.1M 0 1.79M 05:11 05:10 00:01 1.52M 99 561.7M 0 0 99 560.8M 0 1.79M 05:12 05:11 00:01 1.57M* upload completely sent off: 589052773 bytes 100 561.7M 0 0 100 561.7M 0 1.79M 05:13 05:13 1.30M 100 561.7M 0 0 100 561.7M 0 1.78M 05:14 05:14 1.01M{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 9SfJTmPubYvjPWMDksNIRZ+TpmMuRlE/0N11OL/jADnmLxzZkj1zxMWBCpIxwhLs5mR41Cg1Ypj+57m3SpNnXTOQodOCA/fP < x-amz-request-id: 34DTP3SKT6E7PWJZ < Date: Fri, 29 May 2026 15:10:01 GMT < x-amz-server-side-encryption: AES256 < ETag: "bfbf2ec876f7da43cdfe51e129260d2b" < x-amz-checksum-crc64nvme: sU4CmFr9374= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 561.7M 0 0 100 561.7M 0 1.78M 05:14 05:14 1.01M 100 561.7M 0 0 100 561.7M 0 1.78M 05:14 05:14 1.01M 100 561.7M 0 0 100 561.7M 0 1.78M 05:14 05:14 1.01M * shutting down connection #0 took: 361.95 seconds no out.png (QPSChart)! heaps: (155658504, 158658352, 157470822.4, 771026.8811308448) [2026-05-29 11:15:17.631956] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-29 11:16:24.552119] took 66.9 sec /l/logs.nightly/2026.05.28.02.18.00/logs.tar.bz2: fixed index size 125221.99 MB /l/logs.nightly/2026.05.28.02.18.00/logs.tar.bz2: fixed index time 39763.3s, bytes 25526799676 (from log) [2026-05-29 11:17:06.388621] done: total time 1 day, 8:59:05.984763 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 stored: 2026.05.07.07.47.18, 2026-05-07 07:47:18.021034 stored: 2026.05.08.16.21.29, 2026-05-08 16:21:29.321494 stored: 2026.05.10.01.30.41, 2026-05-10 01:30:41.662038 stored: 2026.05.11.10.20.55, 2026-05-11 10:20:55.840268 stored: 2026.05.12.19.03.21, 2026-05-12 19:03:21.597807 stored: 2026.05.14.04.42.39, 2026-05-14 04:42:39.894474 stored: 2026.05.15.14.49.32, 2026-05-15 14:49:32.469222 stored: 2026.05.17.00.09.49, 2026-05-17 00:09:49.529102 stored: 2026.05.18.10.03.33, 2026-05-18 10:03:33.534249 stored: 2026.05.19.18.39.09, 2026-05-19 18:39:09.681703 stored: 2026.05.21.05.27.46, 2026-05-21 05:27:46.729594 stored: 2026.05.22.14.08.44, 2026-05-22 14:08:44.180338 stored: 2026.05.23.23.18.03, 2026-05-23 23:18:03.408479 stored: 2026.05.25.08.07.42, 2026-05-25 08:07:42.772062 stored: 2026.05.26.16.53.11, 2026-05-26 16:53:11.994365 stored: 2026.05.28.02.18.00, 2026-05-28 02:18:00.403838 + 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-29 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 2fc795f6587..3c607cfb388 main -> origin/main Updating 2fc795f6587..3c607cfb388 Fast-forward lucene/CHANGES.txt | 12 ++ .../benchmark/jmh/DefaultBulkScorerBenchmark.java | 222 +++++++++++++++++++++ .../org/apache/lucene/index/IndexingChain.java | 39 ++-- .../lucene/index/NumericDocValuesWriter.java | 14 ++ .../search/AbstractVectorSimilarityQuery.java | 65 +++++- .../lucene/search/ByteVectorSimilarityQuery.java | 38 +++- .../lucene/search/ConstantScoreBulkScorer.java | 125 ++++++++++++ .../lucene/search/ConstantScoreScorerSupplier.java | 7 +- .../lucene/search/FloatVectorSimilarityQuery.java | 38 +++- .../apache/lucene/search/LogOddsFusionQuery.java | 52 ++++- .../lucene/search/VectorSimilarityCollector.java | 25 ++- .../lucene/util/automaton/CompiledAutomaton.java | 2 +- .../lucene/util/packed/PackedLongValues.java | 17 ++ .../search/BaseVectorSimilarityQueryTestCase.java | 83 ++++++++ .../apache/lucene/search/TestBooleanScorer.java | 137 ++++++++++++- .../search/TestByteVectorSimilarityQuery.java | 13 ++ .../search/TestFloatVectorSimilarityQuery.java | 13 ++ .../lucene/search/TestLogOddsFusionQuery.java | 70 ++++++- .../search/TestVectorSimilarityCollector.java | 21 ++ .../util/automaton/TestCompiledAutomaton.java | 13 ++ .../apache/lucene/util/packed/TestPackedInts.java | 61 ++++++ 21 files changed, 1018 insertions(+), 49 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DefaultBulkScorerBenchmark.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/ConstantScoreBulkScorer.java 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-29.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-29.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 2fc795f6587ab98958d8b86257829b452ef5faae NOTE: logging all output to /l/logs.nightly/geo/2026.05.29.11.24.50.log.txt; saving results to /l/logs.nightly/geo/2026.05.29.11.24.50.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.5s: points, polyRussia: 1000000... 3.3s: points, polyRussia: 2000000... 4.7s: points, polyRussia: 3000000... 6.0s: points, polyRussia: 4000000... 7.4s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.2s: points, polyRussia: 7000000... 11.6s: points, polyRussia: 8000000... 13.0s: points, polyRussia: 9000000... 14.4s: points, polyRussia: 10000000... 21.8s: points, polyRussia: 11000000... 22.8s: points, polyRussia: 12000000... 24.1s: points, polyRussia: 13000000... 25.5s: points, polyRussia: 14000000... 26.9s: points, polyRussia: 15000000... 28.3s: points, polyRussia: 16000000... 29.8s: points, polyRussia: 17000000... 31.1s: points, polyRussia: 18000000... 32.5s: points, polyRussia: 19000000... 33.9s: points, polyRussia: 20000000... 35.3s: points, polyRussia: 21000000... 42.5s: points, polyRussia: 22000000... 43.5s: points, polyRussia: 23000000... 44.9s: points, polyRussia: 24000000... 46.3s: points, polyRussia: 25000000... 47.7s: points, polyRussia: 26000000... 49.0s: points, polyRussia: 27000000... 50.4s: points, polyRussia: 28000000... 51.8s: points, polyRussia: 29000000... 53.2s: points, polyRussia: 30000000... 54.5s: points, polyRussia: 31000000... 55.9s: points, polyRussia: 32000000... 63.2s: points, polyRussia: 33000000... 64.6s: points, polyRussia: 34000000... 65.5s: points, polyRussia: 35000000... 66.9s: points, polyRussia: 36000000... 68.2s: points, polyRussia: 37000000... 69.6s: points, polyRussia: 38000000... 71.0s: points, polyRussia: 39000000... 72.3s: points, polyRussia: 40000000... 73.7s: points, polyRussia: 41000000... 75.1s: points, polyRussia: 42000000... 76.5s: points, polyRussia: 43000000... 83.7s: points, polyRussia: 44000000... 85.1s: points, polyRussia: 45000000... 86.0s: points, polyRussia: 46000000... 87.4s: points, polyRussia: 47000000... 88.7s: points, polyRussia: 48000000... 90.1s: points, polyRussia: 49000000... 91.6s: points, polyRussia: 50000000... 92.9s: points, polyRussia: 51000000... 94.3s: points, polyRussia: 52000000... 95.7s: points, polyRussia: 53000000... 97.0s: points, polyRussia: 54000000... 104.2s: points, polyRussia: 55000000... 105.6s: points, polyRussia: 56000000... 106.6s: points, polyRussia: 57000000... 108.0s: points, polyRussia: 58000000... 109.4s: points, polyRussia: 59000000... 110.8s: points, polyRussia: 60000000... 113.9s: points, polyRussia: 113.840619334 sec to index part 0 113.9s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 113.9s: points, polyRussia: READER MB: 0.0 113.9s: points, polyRussia: maxDoc=60844404 114.2s: points, polyRussia: ITER 0: 15.98 M hits/sec, 4.55 QPS (0.22 sec for 1 queries), totHits=3508846 114.2s: points, polyRussia: *** 114.2s: points, polyRussia: ITER 1: 45.57 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 114.2s: points, polyRussia: *** 114.3s: points, polyRussia: ITER 2: 61.80 M hits/sec, 17.61 QPS (0.06 sec for 1 queries), totHits=3508846 114.3s: points, polyRussia: *** 114.4s: points, polyRussia: ITER 3: 53.96 M hits/sec, 15.38 QPS (0.07 sec for 1 queries), totHits=3508846 114.4s: points, polyRussia: ITER 4: 63.42 M hits/sec, 18.08 QPS (0.06 sec for 1 queries), totHits=3508846 114.4s: points, polyRussia: *** 114.5s: points, polyRussia: ITER 5: 61.38 M hits/sec, 17.49 QPS (0.06 sec for 1 queries), totHits=3508846 114.5s: points, polyRussia: ITER 6: 60.54 M hits/sec, 17.25 QPS (0.06 sec for 1 queries), totHits=3508846 114.6s: points, polyRussia: ITER 7: 62.20 M hits/sec, 17.73 QPS (0.06 sec for 1 queries), totHits=3508846 114.6s: points, polyRussia: ITER 8: 63.89 M hits/sec, 18.21 QPS (0.05 sec for 1 queries), totHits=3508846 114.6s: points, polyRussia: *** 114.7s: points, polyRussia: ITER 9: 62.77 M hits/sec, 17.89 QPS (0.06 sec for 1 queries), totHits=3508846 114.8s: points, polyRussia: ITER 10: 64.14 M hits/sec, 18.28 QPS (0.05 sec for 1 queries), totHits=3508846 114.8s: points, polyRussia: *** 114.8s: points, polyRussia: ITER 11: 65.09 M hits/sec, 18.55 QPS (0.05 sec for 1 queries), totHits=3508846 114.8s: points, polyRussia: *** 114.9s: points, polyRussia: ITER 12: 62.90 M hits/sec, 17.93 QPS (0.06 sec for 1 queries), totHits=3508846 114.9s: points, polyRussia: ITER 13: 62.57 M hits/sec, 17.83 QPS (0.06 sec for 1 queries), totHits=3508846 115.0s: points, polyRussia: ITER 14: 64.23 M hits/sec, 18.31 QPS (0.05 sec for 1 queries), totHits=3508846 115.0s: points, polyRussia: ITER 15: 64.90 M hits/sec, 18.50 QPS (0.05 sec for 1 queries), totHits=3508846 115.1s: points, polyRussia: ITER 16: 63.07 M hits/sec, 17.98 QPS (0.06 sec for 1 queries), totHits=3508846 115.1s: points, polyRussia: ITER 17: 58.83 M hits/sec, 16.77 QPS (0.06 sec for 1 queries), totHits=3508846 115.2s: points, polyRussia: ITER 18: 63.58 M hits/sec, 18.12 QPS (0.06 sec for 1 queries), totHits=3508846 115.3s: points, polyRussia: ITER 19: 66.56 M hits/sec, 18.97 QPS (0.05 sec for 1 queries), totHits=3508846 115.3s: points, polyRussia: *** 115.3s: points, polyRussia: BEST M hits/sec: 66.56342338513444 115.3s: points, polyRussia: BEST QPS: 18.97017520436475 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|113.8s|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.56|18.97|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 117.0s: geo3d, polyRussia: 1000000... 119.0s: geo3d, polyRussia: 2000000... 120.7s: geo3d, polyRussia: 3000000... 122.3s: geo3d, polyRussia: 4000000... 124.0s: geo3d, polyRussia: 5000000... 125.6s: geo3d, polyRussia: 6000000... 127.2s: geo3d, polyRussia: 7000000... 128.9s: geo3d, polyRussia: 8000000... 130.6s: geo3d, polyRussia: 9000000... 132.2s: geo3d, polyRussia: 10000000... 141.1s: geo3d, polyRussia: 11000000... 142.2s: geo3d, polyRussia: 12000000... 143.8s: geo3d, polyRussia: 13000000... 145.5s: geo3d, polyRussia: 14000000... 147.1s: geo3d, polyRussia: 15000000... 148.8s: geo3d, polyRussia: 16000000... 150.5s: geo3d, polyRussia: 17000000... 152.1s: geo3d, polyRussia: 18000000... 153.8s: geo3d, polyRussia: 19000000... 155.4s: geo3d, polyRussia: 20000000... 157.1s: geo3d, polyRussia: 21000000... 166.1s: geo3d, polyRussia: 22000000... 167.1s: geo3d, polyRussia: 23000000... 168.8s: geo3d, polyRussia: 24000000... 170.5s: geo3d, polyRussia: 25000000... 172.1s: geo3d, polyRussia: 26000000... 173.7s: geo3d, polyRussia: 27000000... 175.4s: geo3d, polyRussia: 28000000... 177.0s: geo3d, polyRussia: 29000000... 178.6s: geo3d, polyRussia: 30000000... 180.3s: geo3d, polyRussia: 31000000... 181.9s: geo3d, polyRussia: 32000000... 191.0s: geo3d, polyRussia: 33000000... 192.6s: geo3d, polyRussia: 34000000... 193.6s: geo3d, polyRussia: 35000000... 195.3s: geo3d, polyRussia: 36000000... 196.9s: geo3d, polyRussia: 37000000... 198.5s: geo3d, polyRussia: 38000000... 200.1s: geo3d, polyRussia: 39000000... 201.8s: geo3d, polyRussia: 40000000... 203.4s: geo3d, polyRussia: 41000000... 205.1s: geo3d, polyRussia: 42000000... 206.7s: geo3d, polyRussia: 43000000... 215.7s: geo3d, polyRussia: 44000000... 217.4s: geo3d, polyRussia: 45000000... 218.4s: geo3d, polyRussia: 46000000... 220.0s: geo3d, polyRussia: 47000000... 221.7s: geo3d, polyRussia: 48000000... 223.3s: geo3d, polyRussia: 49000000... 225.0s: geo3d, polyRussia: 50000000... 226.6s: geo3d, polyRussia: 51000000... 228.2s: geo3d, polyRussia: 52000000... 229.9s: geo3d, polyRussia: 53000000... 231.5s: geo3d, polyRussia: 54000000... 240.5s: geo3d, polyRussia: 55000000... 242.2s: geo3d, polyRussia: 56000000... 243.2s: geo3d, polyRussia: 57000000... 244.9s: geo3d, polyRussia: 58000000... 246.5s: geo3d, polyRussia: 59000000... 248.1s: geo3d, polyRussia: 60000000... 251.6s: geo3d, polyRussia: 136.331618554 sec to index part 0 251.7s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 251.7s: geo3d, polyRussia: READER MB: 0.0 251.7s: geo3d, polyRussia: maxDoc=60844404 253.2s: geo3d, polyRussia: ITER 0: 2.31 M hits/sec, 0.66 QPS (1.52 sec for 1 queries), totHits=3508671 253.2s: geo3d, polyRussia: *** 254.3s: geo3d, polyRussia: ITER 1: 3.20 M hits/sec, 0.91 QPS (1.10 sec for 1 queries), totHits=3508671 254.3s: geo3d, polyRussia: *** 255.3s: geo3d, polyRussia: ITER 2: 3.39 M hits/sec, 0.97 QPS (1.04 sec for 1 queries), totHits=3508671 255.3s: geo3d, polyRussia: *** 256.3s: geo3d, polyRussia: ITER 3: 3.46 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 256.3s: geo3d, polyRussia: *** 257.3s: geo3d, polyRussia: ITER 4: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 257.3s: geo3d, polyRussia: *** 258.3s: geo3d, polyRussia: ITER 5: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 259.3s: geo3d, polyRussia: ITER 6: 3.56 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 260.3s: geo3d, polyRussia: ITER 7: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 260.3s: geo3d, polyRussia: *** 261.3s: geo3d, polyRussia: ITER 8: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: ITER 9: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 263.2s: geo3d, polyRussia: ITER 10: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 264.2s: geo3d, polyRussia: ITER 11: 3.49 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 265.2s: geo3d, polyRussia: ITER 12: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 265.2s: geo3d, polyRussia: *** 266.2s: geo3d, polyRussia: ITER 13: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 267.2s: geo3d, polyRussia: ITER 14: 3.53 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 268.2s: geo3d, polyRussia: ITER 15: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 268.2s: geo3d, polyRussia: *** 269.1s: geo3d, polyRussia: ITER 16: 3.66 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 269.1s: geo3d, polyRussia: *** 270.1s: geo3d, polyRussia: ITER 17: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 271.1s: geo3d, polyRussia: ITER 18: 3.64 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 272.0s: geo3d, polyRussia: ITER 19: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 272.0s: geo3d, polyRussia: BEST M hits/sec: 3.655497637694697 272.0s: geo3d, polyRussia: BEST QPS: 1.0418467954660602 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|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.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 273.8s: shapes, polyRussia: 1000000... 276.2s: shapes, polyRussia: 2000000... 278.2s: shapes, polyRussia: 3000000... 280.1s: shapes, polyRussia: 4000000... 282.1s: shapes, polyRussia: 5000000... 284.0s: shapes, polyRussia: 6000000... 285.9s: shapes, polyRussia: 7000000... 287.8s: shapes, polyRussia: 8000000... 289.8s: shapes, polyRussia: 9000000... 291.7s: shapes, polyRussia: 10000000... 303.4s: shapes, polyRussia: 11000000... 304.5s: shapes, polyRussia: 12000000... 306.5s: shapes, polyRussia: 13000000... 308.4s: shapes, polyRussia: 14000000... 310.3s: shapes, polyRussia: 15000000... 312.3s: shapes, polyRussia: 16000000... 314.3s: shapes, polyRussia: 17000000... 316.2s: shapes, polyRussia: 18000000... 318.2s: shapes, polyRussia: 19000000... 320.1s: shapes, polyRussia: 20000000... 322.0s: shapes, polyRussia: 21000000... 333.7s: shapes, polyRussia: 22000000... 334.8s: shapes, polyRussia: 23000000... 336.7s: shapes, polyRussia: 24000000... 338.7s: shapes, polyRussia: 25000000... 340.6s: shapes, polyRussia: 26000000... 342.6s: shapes, polyRussia: 27000000... 344.5s: shapes, polyRussia: 28000000... 346.4s: shapes, polyRussia: 29000000... 348.3s: shapes, polyRussia: 30000000... 350.2s: shapes, polyRussia: 31000000... 352.2s: shapes, polyRussia: 32000000... 363.8s: shapes, polyRussia: 33000000... 365.7s: shapes, polyRussia: 34000000... 366.9s: shapes, polyRussia: 35000000... 368.8s: shapes, polyRussia: 36000000... 370.7s: shapes, polyRussia: 37000000... 372.6s: shapes, polyRussia: 38000000... 374.5s: shapes, polyRussia: 39000000... 376.4s: shapes, polyRussia: 40000000... 378.3s: shapes, polyRussia: 41000000... 380.3s: shapes, polyRussia: 42000000... 382.2s: shapes, polyRussia: 43000000... 393.7s: shapes, polyRussia: 44000000... 395.7s: shapes, polyRussia: 45000000... 396.8s: shapes, polyRussia: 46000000... 398.7s: shapes, polyRussia: 47000000... 400.6s: shapes, polyRussia: 48000000... 402.6s: shapes, polyRussia: 49000000... 404.5s: shapes, polyRussia: 50000000... 406.5s: shapes, polyRussia: 51000000... 408.4s: shapes, polyRussia: 52000000... 410.3s: shapes, polyRussia: 53000000... 412.2s: shapes, polyRussia: 54000000... 423.8s: shapes, polyRussia: 55000000... 425.7s: shapes, polyRussia: 56000000... 426.9s: shapes, polyRussia: 57000000... 428.8s: shapes, polyRussia: 58000000... 430.7s: shapes, polyRussia: 59000000... 432.6s: shapes, polyRussia: 60000000... 437.7s: shapes, polyRussia: 165.571055586 sec to index part 0 437.7s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 437.7s: shapes, polyRussia: READER MB: 0.0 437.7s: shapes, polyRussia: maxDoc=60844404 437.9s: shapes, polyRussia: ITER 0: 17.78 M hits/sec, 5.07 QPS (0.20 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: *** 438.0s: shapes, polyRussia: ITER 1: 40.73 M hits/sec, 11.61 QPS (0.09 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: *** 438.1s: shapes, polyRussia: ITER 2: 42.12 M hits/sec, 12.00 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: *** 438.2s: shapes, polyRussia: ITER 3: 44.70 M hits/sec, 12.74 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: *** 438.2s: shapes, polyRussia: ITER 4: 46.00 M hits/sec, 13.11 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: *** 438.3s: shapes, polyRussia: ITER 5: 45.84 M hits/sec, 13.06 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: ITER 6: 45.60 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 438.5s: shapes, polyRussia: ITER 7: 46.06 M hits/sec, 13.13 QPS (0.08 sec for 1 queries), totHits=3508846 438.5s: shapes, polyRussia: *** 438.5s: shapes, polyRussia: ITER 8: 45.85 M hits/sec, 13.07 QPS (0.08 sec for 1 queries), totHits=3508846 438.6s: shapes, polyRussia: ITER 9: 46.03 M hits/sec, 13.12 QPS (0.08 sec for 1 queries), totHits=3508846 438.7s: shapes, polyRussia: ITER 10: 39.95 M hits/sec, 11.39 QPS (0.09 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: ITER 11: 46.32 M hits/sec, 13.20 QPS (0.08 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: *** 438.8s: shapes, polyRussia: ITER 12: 46.66 M hits/sec, 13.30 QPS (0.08 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: *** 438.9s: shapes, polyRussia: ITER 13: 46.48 M hits/sec, 13.25 QPS (0.08 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: ITER 14: 45.71 M hits/sec, 13.03 QPS (0.08 sec for 1 queries), totHits=3508846 439.1s: shapes, polyRussia: ITER 15: 46.07 M hits/sec, 13.13 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: ITER 16: 46.42 M hits/sec, 13.23 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: ITER 17: 46.47 M hits/sec, 13.24 QPS (0.08 sec for 1 queries), totHits=3508846 439.3s: shapes, polyRussia: ITER 18: 45.90 M hits/sec, 13.08 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: ITER 19: 46.07 M hits/sec, 13.13 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: BEST M hits/sec: 46.660433743524784 439.4s: shapes, polyRussia: BEST QPS: 13.29794289733 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 439.6s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 439.6s: points, polyMedium: READER MB: 0.0 439.6s: points, polyMedium: maxDoc=60844404 440.2s: points, polyMedium: ITER 0: 6.86 M hits/sec, 84.02 QPS (0.39 sec for 33 queries), totHits=2693559 440.2s: points, polyMedium: *** 440.3s: points, polyMedium: ITER 1: 15.67 M hits/sec, 191.98 QPS (0.17 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: *** 440.5s: points, polyMedium: ITER 2: 16.45 M hits/sec, 201.52 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: *** 440.7s: points, polyMedium: ITER 3: 16.49 M hits/sec, 201.99 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: *** 440.8s: points, polyMedium: ITER 4: 16.04 M hits/sec, 196.56 QPS (0.17 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 5: 16.89 M hits/sec, 206.90 QPS (0.16 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: *** 441.1s: points, polyMedium: ITER 6: 16.78 M hits/sec, 205.63 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 7: 16.87 M hits/sec, 206.69 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 8: 16.63 M hits/sec, 203.72 QPS (0.16 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: ITER 9: 16.75 M hits/sec, 205.21 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 10: 16.65 M hits/sec, 204.00 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 11: 16.74 M hits/sec, 205.13 QPS (0.16 sec for 33 queries), totHits=2693559 442.1s: points, polyMedium: ITER 12: 16.71 M hits/sec, 204.71 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: ITER 13: 16.61 M hits/sec, 203.53 QPS (0.16 sec for 33 queries), totHits=2693559 442.4s: points, polyMedium: ITER 14: 16.57 M hits/sec, 202.96 QPS (0.16 sec for 33 queries), totHits=2693559 442.6s: points, polyMedium: ITER 15: 16.68 M hits/sec, 204.36 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 16: 15.81 M hits/sec, 193.75 QPS (0.17 sec for 33 queries), totHits=2693559 442.9s: points, polyMedium: ITER 17: 16.74 M hits/sec, 205.04 QPS (0.16 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: ITER 18: 16.59 M hits/sec, 203.29 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: ITER 19: 16.53 M hits/sec, 202.49 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: BEST M hits/sec: 16.887500618573057 443.3s: points, polyMedium: BEST QPS: 206.89634807067932 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 443.5s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 443.5s: geo3d, polyMedium: READER MB: 0.0 443.5s: geo3d, polyMedium: maxDoc=60844404 445.2s: geo3d, polyMedium: ITER 0: 1.70 M hits/sec, 20.89 QPS (1.58 sec for 33 queries), totHits=2693541 445.2s: geo3d, polyMedium: *** 446.3s: geo3d, polyMedium: ITER 1: 2.53 M hits/sec, 30.96 QPS (1.07 sec for 33 queries), totHits=2693541 446.3s: geo3d, polyMedium: *** 447.5s: geo3d, polyMedium: ITER 2: 2.22 M hits/sec, 27.23 QPS (1.21 sec for 33 queries), totHits=2693541 448.6s: geo3d, polyMedium: ITER 3: 2.48 M hits/sec, 30.44 QPS (1.08 sec for 33 queries), totHits=2693541 449.6s: geo3d, polyMedium: ITER 4: 2.51 M hits/sec, 30.79 QPS (1.07 sec for 33 queries), totHits=2693541 450.7s: geo3d, polyMedium: ITER 5: 2.52 M hits/sec, 30.91 QPS (1.07 sec for 33 queries), totHits=2693541 451.8s: geo3d, polyMedium: ITER 6: 2.48 M hits/sec, 30.35 QPS (1.09 sec for 33 queries), totHits=2693541 452.9s: geo3d, polyMedium: ITER 7: 2.50 M hits/sec, 30.61 QPS (1.08 sec for 33 queries), totHits=2693541 453.9s: geo3d, polyMedium: ITER 8: 2.53 M hits/sec, 31.00 QPS (1.06 sec for 33 queries), totHits=2693541 453.9s: geo3d, polyMedium: *** 455.0s: geo3d, polyMedium: ITER 9: 2.51 M hits/sec, 30.79 QPS (1.07 sec for 33 queries), totHits=2693541 456.1s: geo3d, polyMedium: ITER 10: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 457.1s: geo3d, polyMedium: ITER 11: 2.54 M hits/sec, 31.07 QPS (1.06 sec for 33 queries), totHits=2693541 457.1s: geo3d, polyMedium: *** 458.2s: geo3d, polyMedium: ITER 12: 2.50 M hits/sec, 30.65 QPS (1.08 sec for 33 queries), totHits=2693541 459.3s: geo3d, polyMedium: ITER 13: 2.52 M hits/sec, 30.83 QPS (1.07 sec for 33 queries), totHits=2693541 460.4s: geo3d, polyMedium: ITER 14: 2.52 M hits/sec, 30.93 QPS (1.07 sec for 33 queries), totHits=2693541 461.4s: geo3d, polyMedium: ITER 15: 2.55 M hits/sec, 31.23 QPS (1.06 sec for 33 queries), totHits=2693541 461.4s: geo3d, polyMedium: *** 462.5s: geo3d, polyMedium: ITER 16: 2.52 M hits/sec, 30.88 QPS (1.07 sec for 33 queries), totHits=2693541 463.6s: geo3d, polyMedium: ITER 17: 2.49 M hits/sec, 30.51 QPS (1.08 sec for 33 queries), totHits=2693541 464.6s: geo3d, polyMedium: ITER 18: 2.52 M hits/sec, 30.87 QPS (1.07 sec for 33 queries), totHits=2693541 465.7s: geo3d, polyMedium: ITER 19: 2.51 M hits/sec, 30.76 QPS (1.07 sec for 33 queries), totHits=2693541 465.7s: geo3d, polyMedium: BEST M hits/sec: 2.549325925563362 465.7s: geo3d, polyMedium: BEST QPS: 31.23314460169381 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 465.9s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 465.9s: shapes, polyMedium: READER MB: 0.0 466.0s: shapes, polyMedium: maxDoc=60844404 466.7s: shapes, polyMedium: ITER 0: 4.44 M hits/sec, 54.37 QPS (0.61 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: *** 466.9s: shapes, polyMedium: ITER 1: 12.52 M hits/sec, 153.40 QPS (0.22 sec for 33 queries), totHits=2693559 466.9s: shapes, polyMedium: *** 467.1s: shapes, polyMedium: ITER 2: 13.30 M hits/sec, 162.97 QPS (0.20 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: *** 467.3s: shapes, polyMedium: ITER 3: 13.35 M hits/sec, 163.53 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: *** 467.5s: shapes, polyMedium: ITER 4: 12.90 M hits/sec, 158.02 QPS (0.21 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: ITER 5: 13.25 M hits/sec, 162.31 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 6: 13.40 M hits/sec, 164.17 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: *** 468.1s: shapes, polyMedium: ITER 7: 13.49 M hits/sec, 165.26 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: *** 468.3s: shapes, polyMedium: ITER 8: 13.08 M hits/sec, 160.25 QPS (0.21 sec for 33 queries), totHits=2693559 468.5s: shapes, polyMedium: ITER 9: 13.21 M hits/sec, 161.80 QPS (0.20 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 10: 13.34 M hits/sec, 163.45 QPS (0.20 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: ITER 11: 13.13 M hits/sec, 160.83 QPS (0.21 sec for 33 queries), totHits=2693559 469.1s: shapes, polyMedium: ITER 12: 13.30 M hits/sec, 162.98 QPS (0.20 sec for 33 queries), totHits=2693559 469.3s: shapes, polyMedium: ITER 13: 13.35 M hits/sec, 163.54 QPS (0.20 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: ITER 14: 12.86 M hits/sec, 157.60 QPS (0.21 sec for 33 queries), totHits=2693559 469.7s: shapes, polyMedium: ITER 15: 13.23 M hits/sec, 162.10 QPS (0.20 sec for 33 queries), totHits=2693559 469.9s: shapes, polyMedium: ITER 16: 13.23 M hits/sec, 162.14 QPS (0.20 sec for 33 queries), totHits=2693559 470.2s: shapes, polyMedium: ITER 17: 12.56 M hits/sec, 153.89 QPS (0.21 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 18: 13.22 M hits/sec, 161.91 QPS (0.20 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: ITER 19: 13.06 M hits/sec, 159.96 QPS (0.21 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: BEST M hits/sec: 13.488863390618441 470.6s: shapes, polyMedium: BEST QPS: 165.25811830756575 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 470.8s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 470.8s: points, poly 10: READER MB: 0.0 470.8s: points, poly 10: maxDoc=60844404 472.8s: points, poly 10: ITER 0: 180.30 M hits/sec, 114.01 QPS (1.97 sec for 225 queries), totHits=355809475 472.8s: points, poly 10: *** 474.4s: points, poly 10: ITER 1: 231.10 M hits/sec, 146.14 QPS (1.54 sec for 225 queries), totHits=355809475 474.4s: points, poly 10: *** 475.6s: points, poly 10: ITER 2: 276.18 M hits/sec, 174.65 QPS (1.29 sec for 225 queries), totHits=355809475 475.6s: points, poly 10: *** 476.9s: points, poly 10: ITER 3: 276.59 M hits/sec, 174.90 QPS (1.29 sec for 225 queries), totHits=355809475 476.9s: points, poly 10: *** 478.2s: points, poly 10: ITER 4: 279.43 M hits/sec, 176.70 QPS (1.27 sec for 225 queries), totHits=355809475 478.2s: points, poly 10: *** 479.4s: points, poly 10: ITER 5: 287.89 M hits/sec, 182.05 QPS (1.24 sec for 225 queries), totHits=355809475 479.4s: points, poly 10: *** 480.7s: points, poly 10: ITER 6: 287.08 M hits/sec, 181.54 QPS (1.24 sec for 225 queries), totHits=355809475 481.9s: points, poly 10: ITER 7: 287.74 M hits/sec, 181.95 QPS (1.24 sec for 225 queries), totHits=355809475 483.2s: points, poly 10: ITER 8: 284.87 M hits/sec, 180.14 QPS (1.25 sec for 225 queries), totHits=355809475 484.4s: points, poly 10: ITER 9: 283.09 M hits/sec, 179.02 QPS (1.26 sec for 225 queries), totHits=355809475 485.7s: points, poly 10: ITER 10: 288.69 M hits/sec, 182.56 QPS (1.23 sec for 225 queries), totHits=355809475 485.7s: points, poly 10: *** 486.9s: points, poly 10: ITER 11: 284.33 M hits/sec, 179.80 QPS (1.25 sec for 225 queries), totHits=355809475 488.1s: points, poly 10: ITER 12: 286.78 M hits/sec, 181.35 QPS (1.24 sec for 225 queries), totHits=355809475 489.4s: points, poly 10: ITER 13: 281.39 M hits/sec, 177.94 QPS (1.26 sec for 225 queries), totHits=355809475 490.7s: points, poly 10: ITER 14: 284.30 M hits/sec, 179.78 QPS (1.25 sec for 225 queries), totHits=355809475 491.9s: points, poly 10: ITER 15: 284.45 M hits/sec, 179.88 QPS (1.25 sec for 225 queries), totHits=355809475 493.2s: points, poly 10: ITER 16: 284.79 M hits/sec, 180.09 QPS (1.25 sec for 225 queries), totHits=355809475 494.4s: points, poly 10: ITER 17: 286.02 M hits/sec, 180.87 QPS (1.24 sec for 225 queries), totHits=355809475 495.7s: points, poly 10: ITER 18: 282.84 M hits/sec, 178.86 QPS (1.26 sec for 225 queries), totHits=355809475 496.9s: points, poly 10: ITER 19: 284.20 M hits/sec, 179.71 QPS (1.25 sec for 225 queries), totHits=355809475 496.9s: points, poly 10: BEST M hits/sec: 288.692145877972 496.9s: points, poly 10: BEST QPS: 182.5576253205278 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 497.2s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 497.2s: geo3d, poly 10: READER MB: 0.0 497.2s: geo3d, poly 10: maxDoc=60844404 499.1s: geo3d, poly 10: ITER 0: 190.57 M hits/sec, 120.49 QPS (1.87 sec for 225 queries), totHits=355855227 499.1s: geo3d, poly 10: *** 500.6s: geo3d, poly 10: ITER 1: 234.57 M hits/sec, 148.31 QPS (1.52 sec for 225 queries), totHits=355855227 500.6s: geo3d, poly 10: *** 502.1s: geo3d, poly 10: ITER 2: 237.33 M hits/sec, 150.06 QPS (1.50 sec for 225 queries), totHits=355855227 502.1s: geo3d, poly 10: *** 503.6s: geo3d, poly 10: ITER 3: 229.27 M hits/sec, 144.96 QPS (1.55 sec for 225 queries), totHits=355855227 505.0s: geo3d, poly 10: ITER 4: 249.40 M hits/sec, 157.69 QPS (1.43 sec for 225 queries), totHits=355855227 505.0s: geo3d, poly 10: *** 506.5s: geo3d, poly 10: ITER 5: 250.46 M hits/sec, 158.36 QPS (1.42 sec for 225 queries), totHits=355855227 506.5s: geo3d, poly 10: *** 507.9s: geo3d, poly 10: ITER 6: 250.07 M hits/sec, 158.11 QPS (1.42 sec for 225 queries), totHits=355855227 509.3s: geo3d, poly 10: ITER 7: 246.60 M hits/sec, 155.92 QPS (1.44 sec for 225 queries), totHits=355855227 510.8s: geo3d, poly 10: ITER 8: 248.08 M hits/sec, 156.85 QPS (1.43 sec for 225 queries), totHits=355855227 512.2s: geo3d, poly 10: ITER 9: 247.44 M hits/sec, 156.45 QPS (1.44 sec for 225 queries), totHits=355855227 513.6s: geo3d, poly 10: ITER 10: 247.42 M hits/sec, 156.44 QPS (1.44 sec for 225 queries), totHits=355855227 515.1s: geo3d, poly 10: ITER 11: 247.37 M hits/sec, 156.41 QPS (1.44 sec for 225 queries), totHits=355855227 516.5s: geo3d, poly 10: ITER 12: 249.26 M hits/sec, 157.60 QPS (1.43 sec for 225 queries), totHits=355855227 517.9s: geo3d, poly 10: ITER 13: 248.63 M hits/sec, 157.21 QPS (1.43 sec for 225 queries), totHits=355855227 519.4s: geo3d, poly 10: ITER 14: 249.33 M hits/sec, 157.65 QPS (1.43 sec for 225 queries), totHits=355855227 520.8s: geo3d, poly 10: ITER 15: 244.63 M hits/sec, 154.68 QPS (1.45 sec for 225 queries), totHits=355855227 522.3s: geo3d, poly 10: ITER 16: 245.75 M hits/sec, 155.38 QPS (1.45 sec for 225 queries), totHits=355855227 523.7s: geo3d, poly 10: ITER 17: 249.04 M hits/sec, 157.46 QPS (1.43 sec for 225 queries), totHits=355855227 525.1s: geo3d, poly 10: ITER 18: 249.70 M hits/sec, 157.88 QPS (1.43 sec for 225 queries), totHits=355855227 526.6s: geo3d, poly 10: ITER 19: 247.68 M hits/sec, 156.60 QPS (1.44 sec for 225 queries), totHits=355855227 526.6s: geo3d, poly 10: BEST M hits/sec: 250.45796571052284 526.6s: geo3d, poly 10: BEST QPS: 158.35946196419826 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -poly 10 526.8s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.8s: shapes, poly 10: READER MB: 0.0 526.8s: shapes, poly 10: maxDoc=60844404 528.9s: shapes, poly 10: ITER 0: 170.13 M hits/sec, 107.58 QPS (2.09 sec for 225 queries), totHits=355809475 528.9s: shapes, poly 10: *** 530.8s: shapes, poly 10: ITER 1: 192.95 M hits/sec, 122.01 QPS (1.84 sec for 225 queries), totHits=355809475 530.8s: shapes, poly 10: *** 532.7s: shapes, poly 10: ITER 2: 187.58 M hits/sec, 118.62 QPS (1.90 sec for 225 queries), totHits=355809475 534.5s: shapes, poly 10: ITER 3: 191.51 M hits/sec, 121.11 QPS (1.86 sec for 225 queries), totHits=355809475 536.4s: shapes, poly 10: ITER 4: 195.53 M hits/sec, 123.64 QPS (1.82 sec for 225 queries), totHits=355809475 536.4s: shapes, poly 10: *** 538.2s: shapes, poly 10: ITER 5: 197.26 M hits/sec, 124.74 QPS (1.80 sec for 225 queries), totHits=355809475 538.2s: shapes, poly 10: *** 540.0s: shapes, poly 10: ITER 6: 197.37 M hits/sec, 124.81 QPS (1.80 sec for 225 queries), totHits=355809475 540.0s: shapes, poly 10: *** 541.8s: shapes, poly 10: ITER 7: 197.58 M hits/sec, 124.94 QPS (1.80 sec for 225 queries), totHits=355809475 541.8s: shapes, poly 10: *** 543.6s: shapes, poly 10: ITER 8: 197.11 M hits/sec, 124.64 QPS (1.81 sec for 225 queries), totHits=355809475 545.4s: shapes, poly 10: ITER 9: 196.82 M hits/sec, 124.46 QPS (1.81 sec for 225 queries), totHits=355809475 547.2s: shapes, poly 10: ITER 10: 197.28 M hits/sec, 124.75 QPS (1.80 sec for 225 queries), totHits=355809475 549.0s: shapes, poly 10: ITER 11: 195.81 M hits/sec, 123.82 QPS (1.82 sec for 225 queries), totHits=355809475 550.8s: shapes, poly 10: ITER 12: 195.34 M hits/sec, 123.52 QPS (1.82 sec for 225 queries), totHits=355809475 552.6s: shapes, poly 10: ITER 13: 194.97 M hits/sec, 123.29 QPS (1.82 sec for 225 queries), totHits=355809475 554.5s: shapes, poly 10: ITER 14: 195.59 M hits/sec, 123.69 QPS (1.82 sec for 225 queries), totHits=355809475 556.3s: shapes, poly 10: ITER 15: 194.11 M hits/sec, 122.75 QPS (1.83 sec for 225 queries), totHits=355809475 558.1s: shapes, poly 10: ITER 16: 194.11 M hits/sec, 122.74 QPS (1.83 sec for 225 queries), totHits=355809475 560.0s: shapes, poly 10: ITER 17: 194.93 M hits/sec, 123.27 QPS (1.83 sec for 225 queries), totHits=355809475 561.8s: shapes, poly 10: ITER 18: 194.18 M hits/sec, 122.79 QPS (1.83 sec for 225 queries), totHits=355809475 563.6s: shapes, poly 10: ITER 19: 195.01 M hits/sec, 123.31 QPS (1.82 sec for 225 queries), totHits=355809475 563.6s: shapes, poly 10: BEST M hits/sec: 197.5777035534231 563.6s: shapes, poly 10: BEST QPS: 124.94041452808473 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 563.9s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 563.9s: points, nearest 10: READER MB: 0.0 563.9s: points, nearest 10: maxDoc=60844404 564.0s: points, nearest 10: ITER 0: 1465.71 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.0s: points, nearest 10: *** 564.1s: points, nearest 10: ITER 1: 2871.62 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.1s: points, nearest 10: *** 564.2s: points, nearest 10: ITER 2: 3003.89 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.2s: points, nearest 10: *** 564.2s: points, nearest 10: ITER 3: 3014.91 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.2s: points, nearest 10: *** 564.3s: points, nearest 10: ITER 4: 3027.52 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.3s: points, nearest 10: *** 564.4s: points, nearest 10: ITER 5: 3130.40 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: *** 564.5s: points, nearest 10: ITER 6: 2841.07 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: ITER 7: 3146.28 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: *** 564.6s: points, nearest 10: ITER 8: 3263.81 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.6s: points, nearest 10: *** 564.7s: points, nearest 10: ITER 9: 3264.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.7s: points, nearest 10: *** 564.7s: points, nearest 10: ITER 10: 3281.06 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.7s: points, nearest 10: *** 564.8s: points, nearest 10: ITER 11: 3286.09 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: *** 564.9s: points, nearest 10: ITER 12: 3283.72 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.0s: points, nearest 10: ITER 13: 3287.29 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.0s: points, nearest 10: *** 565.0s: points, nearest 10: ITER 14: 3094.38 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: ITER 15: 3285.14 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.2s: points, nearest 10: ITER 16: 3280.93 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.2s: points, nearest 10: ITER 17: 3289.05 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.2s: points, nearest 10: *** 565.3s: points, nearest 10: ITER 18: 3283.12 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.4s: points, nearest 10: ITER 19: 3282.99 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.4s: points, nearest 10: BEST M hits/sec: 0.03289049377606608 565.4s: points, nearest 10: BEST QPS: 3289.0493776066087 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|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 567.0s: points, sort: 1000000... 569.0s: points, sort: 2000000... 570.5s: points, sort: 3000000... 572.0s: points, sort: 4000000... 573.4s: points, sort: 5000000... 574.8s: points, sort: 6000000... 576.3s: points, sort: 7000000... 577.7s: points, sort: 8000000... 579.2s: points, sort: 9000000... 580.6s: points, sort: 10000000... 588.4s: points, sort: 11000000... 589.3s: points, sort: 12000000... 590.8s: points, sort: 13000000... 592.2s: points, sort: 14000000... 593.6s: points, sort: 15000000... 595.1s: points, sort: 16000000... 596.6s: points, sort: 17000000... 598.0s: points, sort: 18000000... 599.4s: points, sort: 19000000... 600.9s: points, sort: 20000000... 602.3s: points, sort: 21000000... 609.9s: points, sort: 22000000... 610.8s: points, sort: 23000000... 612.3s: points, sort: 24000000... 613.7s: points, sort: 25000000... 615.2s: points, sort: 26000000... 616.6s: points, sort: 27000000... 618.0s: points, sort: 28000000... 619.5s: points, sort: 29000000... 620.9s: points, sort: 30000000... 622.3s: points, sort: 31000000... 623.7s: points, sort: 32000000... 631.3s: points, sort: 33000000... 632.7s: points, sort: 34000000... 633.7s: points, sort: 35000000... 635.1s: points, sort: 36000000... 636.5s: points, sort: 37000000... 637.9s: points, sort: 38000000... 639.3s: points, sort: 39000000... 640.7s: points, sort: 40000000... 642.1s: points, sort: 41000000... 643.5s: points, sort: 42000000... 644.9s: points, sort: 43000000... 652.5s: points, sort: 44000000... 653.9s: points, sort: 45000000... 654.8s: points, sort: 46000000... 656.2s: points, sort: 47000000... 657.6s: points, sort: 48000000... 659.0s: points, sort: 49000000... 660.5s: points, sort: 50000000... 661.9s: points, sort: 51000000... 663.3s: points, sort: 52000000... 664.7s: points, sort: 53000000... 666.1s: points, sort: 54000000... 673.6s: points, sort: 55000000... 675.0s: points, sort: 56000000... 676.0s: points, sort: 57000000... 677.4s: points, sort: 58000000... 679.0s: points, sort: 59000000... 680.4s: points, sort: 60000000... 684.2s: points, sort: 118.777079553 sec to index part 0 684.2s: points, sort: INDEX SIZE: 0.9472499107941985 GB 684.2s: points, sort: READER MB: 0.0 684.2s: points, sort: maxDoc=60844404 686.7s: points, sort: ITER 0: 129.40 M hits/sec, 131.67 QPS (1.71 sec for 225 queries), totHits=221118844 686.7s: points, sort: *** 688.8s: points, sort: ITER 1: 148.58 M hits/sec, 151.19 QPS (1.49 sec for 225 queries), totHits=221118844 688.8s: points, sort: *** 690.9s: points, sort: ITER 2: 151.26 M hits/sec, 153.92 QPS (1.46 sec for 225 queries), totHits=221118844 690.9s: points, sort: *** 693.0s: points, sort: ITER 3: 151.66 M hits/sec, 154.33 QPS (1.46 sec for 225 queries), totHits=221118844 693.0s: points, sort: *** 695.2s: points, sort: ITER 4: 150.85 M hits/sec, 153.50 QPS (1.47 sec for 225 queries), totHits=221118844 697.3s: points, sort: ITER 5: 152.23 M hits/sec, 154.90 QPS (1.45 sec for 225 queries), totHits=221118844 697.3s: points, sort: *** 699.4s: points, sort: ITER 6: 151.65 M hits/sec, 154.31 QPS (1.46 sec for 225 queries), totHits=221118844 701.5s: points, sort: ITER 7: 149.42 M hits/sec, 152.04 QPS (1.48 sec for 225 queries), totHits=221118844 703.6s: points, sort: ITER 8: 151.79 M hits/sec, 154.45 QPS (1.46 sec for 225 queries), totHits=221118844 705.8s: points, sort: ITER 9: 151.57 M hits/sec, 154.23 QPS (1.46 sec for 225 queries), totHits=221118844 707.9s: points, sort: ITER 10: 153.57 M hits/sec, 156.27 QPS (1.44 sec for 225 queries), totHits=221118844 707.9s: points, sort: *** 710.0s: points, sort: ITER 11: 151.96 M hits/sec, 154.63 QPS (1.46 sec for 225 queries), totHits=221118844 712.1s: points, sort: ITER 12: 150.08 M hits/sec, 152.72 QPS (1.47 sec for 225 queries), totHits=221118844 714.2s: points, sort: ITER 13: 150.89 M hits/sec, 153.54 QPS (1.47 sec for 225 queries), totHits=221118844 716.4s: points, sort: ITER 14: 151.97 M hits/sec, 154.64 QPS (1.46 sec for 225 queries), totHits=221118844 718.5s: points, sort: ITER 15: 152.17 M hits/sec, 154.84 QPS (1.45 sec for 225 queries), totHits=221118844 720.6s: points, sort: ITER 16: 151.37 M hits/sec, 154.02 QPS (1.46 sec for 225 queries), totHits=221118844 722.7s: points, sort: ITER 17: 150.98 M hits/sec, 153.63 QPS (1.46 sec for 225 queries), totHits=221118844 724.8s: points, sort: ITER 18: 151.01 M hits/sec, 153.66 QPS (1.46 sec for 225 queries), totHits=221118844 727.0s: points, sort: ITER 19: 150.61 M hits/sec, 153.25 QPS (1.47 sec for 225 queries), totHits=221118844 727.0s: points, sort: BEST M hits/sec: 153.57386152544362 727.0s: points, sort: BEST QPS: 156.26944415114986 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|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 727.2s: points, distance: INDEX SIZE: 0.4939169967547059 GB 727.2s: points, distance: READER MB: 0.0 727.2s: points, distance: maxDoc=60844404 729.2s: points, distance: ITER 0: 197.52 M hits/sec, 116.05 QPS (1.94 sec for 225 queries), totHits=382961957 729.2s: points, distance: *** 730.7s: points, distance: ITER 1: 254.30 M hits/sec, 149.41 QPS (1.51 sec for 225 queries), totHits=382961957 730.7s: points, distance: *** 731.9s: points, distance: ITER 2: 325.74 M hits/sec, 191.38 QPS (1.18 sec for 225 queries), totHits=382961957 731.9s: points, distance: *** 733.1s: points, distance: ITER 3: 318.49 M hits/sec, 187.12 QPS (1.20 sec for 225 queries), totHits=382961957 734.2s: points, distance: ITER 4: 324.77 M hits/sec, 190.81 QPS (1.18 sec for 225 queries), totHits=382961957 735.5s: points, distance: ITER 5: 309.73 M hits/sec, 181.98 QPS (1.24 sec for 225 queries), totHits=382961957 736.7s: points, distance: ITER 6: 319.69 M hits/sec, 187.82 QPS (1.20 sec for 225 queries), totHits=382961957 737.8s: points, distance: ITER 7: 331.98 M hits/sec, 195.05 QPS (1.15 sec for 225 queries), totHits=382961957 737.8s: points, distance: *** 739.0s: points, distance: ITER 8: 335.03 M hits/sec, 196.84 QPS (1.14 sec for 225 queries), totHits=382961957 739.0s: points, distance: *** 740.1s: points, distance: ITER 9: 332.28 M hits/sec, 195.22 QPS (1.15 sec for 225 queries), totHits=382961957 741.3s: points, distance: ITER 10: 327.95 M hits/sec, 192.68 QPS (1.17 sec for 225 queries), totHits=382961957 742.5s: points, distance: ITER 11: 328.03 M hits/sec, 192.72 QPS (1.17 sec for 225 queries), totHits=382961957 743.6s: points, distance: ITER 12: 323.60 M hits/sec, 190.12 QPS (1.18 sec for 225 queries), totHits=382961957 744.8s: points, distance: ITER 13: 328.89 M hits/sec, 193.23 QPS (1.16 sec for 225 queries), totHits=382961957 746.0s: points, distance: ITER 14: 326.13 M hits/sec, 191.61 QPS (1.17 sec for 225 queries), totHits=382961957 747.2s: points, distance: ITER 15: 322.79 M hits/sec, 189.65 QPS (1.19 sec for 225 queries), totHits=382961957 748.4s: points, distance: ITER 16: 323.98 M hits/sec, 190.35 QPS (1.18 sec for 225 queries), totHits=382961957 749.5s: points, distance: ITER 17: 328.15 M hits/sec, 192.80 QPS (1.17 sec for 225 queries), totHits=382961957 750.7s: points, distance: ITER 18: 326.89 M hits/sec, 192.05 QPS (1.17 sec for 225 queries), totHits=382961957 751.9s: points, distance: ITER 19: 323.61 M hits/sec, 190.13 QPS (1.18 sec for 225 queries), totHits=382961957 751.9s: points, distance: BEST M hits/sec: 335.02806516704885 751.9s: points, distance: BEST QPS: 196.83760562824258 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|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 752.1s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 752.1s: geo3d, distance: READER MB: 0.0 752.1s: geo3d, distance: maxDoc=60844404 754.1s: geo3d, distance: ITER 0: 193.35 M hits/sec, 113.48 QPS (1.98 sec for 225 queries), totHits=383371904 754.1s: geo3d, distance: *** 755.8s: geo3d, distance: ITER 1: 224.72 M hits/sec, 131.89 QPS (1.71 sec for 225 queries), totHits=383371904 755.8s: geo3d, distance: *** 757.1s: geo3d, distance: ITER 2: 306.99 M hits/sec, 180.17 QPS (1.25 sec for 225 queries), totHits=383371904 757.1s: geo3d, distance: *** 758.4s: geo3d, distance: ITER 3: 280.25 M hits/sec, 164.48 QPS (1.37 sec for 225 queries), totHits=383371904 759.7s: geo3d, distance: ITER 4: 314.42 M hits/sec, 184.53 QPS (1.22 sec for 225 queries), totHits=383371904 759.7s: geo3d, distance: *** 760.9s: geo3d, distance: ITER 5: 310.17 M hits/sec, 182.04 QPS (1.24 sec for 225 queries), totHits=383371904 762.1s: geo3d, distance: ITER 6: 317.74 M hits/sec, 186.48 QPS (1.21 sec for 225 queries), totHits=383371904 762.1s: geo3d, distance: *** 763.3s: geo3d, distance: ITER 7: 310.80 M hits/sec, 182.41 QPS (1.23 sec for 225 queries), totHits=383371904 764.6s: geo3d, distance: ITER 8: 309.77 M hits/sec, 181.80 QPS (1.24 sec for 225 queries), totHits=383371904 765.8s: geo3d, distance: ITER 9: 315.57 M hits/sec, 185.21 QPS (1.21 sec for 225 queries), totHits=383371904 767.0s: geo3d, distance: ITER 10: 314.51 M hits/sec, 184.59 QPS (1.22 sec for 225 queries), totHits=383371904 768.2s: geo3d, distance: ITER 11: 311.80 M hits/sec, 182.99 QPS (1.23 sec for 225 queries), totHits=383371904 769.4s: geo3d, distance: ITER 12: 314.68 M hits/sec, 184.69 QPS (1.22 sec for 225 queries), totHits=383371904 770.7s: geo3d, distance: ITER 13: 314.74 M hits/sec, 184.72 QPS (1.22 sec for 225 queries), totHits=383371904 771.9s: geo3d, distance: ITER 14: 308.91 M hits/sec, 181.30 QPS (1.24 sec for 225 queries), totHits=383371904 773.1s: geo3d, distance: ITER 15: 320.64 M hits/sec, 188.18 QPS (1.20 sec for 225 queries), totHits=383371904 773.1s: geo3d, distance: *** 774.3s: geo3d, distance: ITER 16: 311.14 M hits/sec, 182.60 QPS (1.23 sec for 225 queries), totHits=383371904 775.6s: geo3d, distance: ITER 17: 305.67 M hits/sec, 179.40 QPS (1.25 sec for 225 queries), totHits=383371904 776.8s: geo3d, distance: ITER 18: 310.37 M hits/sec, 182.16 QPS (1.24 sec for 225 queries), totHits=383371904 778.1s: geo3d, distance: ITER 19: 307.15 M hits/sec, 180.27 QPS (1.25 sec for 225 queries), totHits=383371904 778.1s: geo3d, distance: BEST M hits/sec: 320.63586353344084 778.1s: geo3d, distance: BEST QPS: 188.18037665854666 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.64|188.18|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|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 778.3s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 778.3s: shapes, distance: READER MB: 0.0 778.3s: shapes, distance: maxDoc=60844404 780.8s: shapes, distance: ITER 0: 157.86 M hits/sec, 92.75 QPS (2.43 sec for 225 queries), totHits=382961957 780.8s: shapes, distance: *** 782.9s: shapes, distance: ITER 1: 179.87 M hits/sec, 105.68 QPS (2.13 sec for 225 queries), totHits=382961957 782.9s: shapes, distance: *** 784.7s: shapes, distance: ITER 2: 217.26 M hits/sec, 127.65 QPS (1.76 sec for 225 queries), totHits=382961957 784.7s: shapes, distance: *** 786.4s: shapes, distance: ITER 3: 220.21 M hits/sec, 129.38 QPS (1.74 sec for 225 queries), totHits=382961957 786.4s: shapes, distance: *** 788.1s: shapes, distance: ITER 4: 223.59 M hits/sec, 131.37 QPS (1.71 sec for 225 queries), totHits=382961957 788.1s: shapes, distance: *** 789.8s: shapes, distance: ITER 5: 224.10 M hits/sec, 131.66 QPS (1.71 sec for 225 queries), totHits=382961957 789.8s: shapes, distance: *** 791.5s: shapes, distance: ITER 6: 223.64 M hits/sec, 131.39 QPS (1.71 sec for 225 queries), totHits=382961957 793.2s: shapes, distance: ITER 7: 224.14 M hits/sec, 131.69 QPS (1.71 sec for 225 queries), totHits=382961957 793.2s: shapes, distance: *** 794.9s: shapes, distance: ITER 8: 224.23 M hits/sec, 131.74 QPS (1.71 sec for 225 queries), totHits=382961957 794.9s: shapes, distance: *** 796.7s: shapes, distance: ITER 9: 222.70 M hits/sec, 130.84 QPS (1.72 sec for 225 queries), totHits=382961957 798.4s: shapes, distance: ITER 10: 223.95 M hits/sec, 131.58 QPS (1.71 sec for 225 queries), totHits=382961957 800.1s: shapes, distance: ITER 11: 220.80 M hits/sec, 129.73 QPS (1.73 sec for 225 queries), totHits=382961957 801.8s: shapes, distance: ITER 12: 221.47 M hits/sec, 130.12 QPS (1.73 sec for 225 queries), totHits=382961957 803.6s: shapes, distance: ITER 13: 222.28 M hits/sec, 130.60 QPS (1.72 sec for 225 queries), totHits=382961957 805.3s: shapes, distance: ITER 14: 221.72 M hits/sec, 130.27 QPS (1.73 sec for 225 queries), totHits=382961957 807.0s: shapes, distance: ITER 15: 222.57 M hits/sec, 130.76 QPS (1.72 sec for 225 queries), totHits=382961957 808.7s: shapes, distance: ITER 16: 223.27 M hits/sec, 131.18 QPS (1.72 sec for 225 queries), totHits=382961957 810.4s: shapes, distance: ITER 17: 224.04 M hits/sec, 131.63 QPS (1.71 sec for 225 queries), totHits=382961957 812.2s: shapes, distance: ITER 18: 222.31 M hits/sec, 130.61 QPS (1.72 sec for 225 queries), totHits=382961957 813.9s: shapes, distance: ITER 19: 225.46 M hits/sec, 132.46 QPS (1.70 sec for 225 queries), totHits=382961957 813.9s: shapes, distance: *** 813.9s: shapes, distance: BEST M hits/sec: 225.45860361374372 813.9s: shapes, distance: BEST QPS: 132.46272870151523 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.64|188.18|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|225.46|132.46|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -box 814.1s: points, box: INDEX SIZE: 0.4939169967547059 GB 814.1s: points, box: READER MB: 0.0 814.1s: points, box: maxDoc=60844404 815.1s: points, box: ITER 0: 223.08 M hits/sec, 227.00 QPS (0.99 sec for 225 queries), totHits=221118844 815.1s: points, box: *** 815.7s: points, box: ITER 1: 347.61 M hits/sec, 353.72 QPS (0.64 sec for 225 queries), totHits=221118844 815.7s: points, box: *** 816.4s: points, box: ITER 2: 355.01 M hits/sec, 361.24 QPS (0.62 sec for 225 queries), totHits=221118844 816.4s: points, box: *** 817.0s: points, box: ITER 3: 367.52 M hits/sec, 373.97 QPS (0.60 sec for 225 queries), totHits=221118844 817.0s: points, box: *** 817.6s: points, box: ITER 4: 366.86 M hits/sec, 373.30 QPS (0.60 sec for 225 queries), totHits=221118844 818.2s: points, box: ITER 5: 343.16 M hits/sec, 349.19 QPS (0.64 sec for 225 queries), totHits=221118844 818.8s: points, box: ITER 6: 356.01 M hits/sec, 362.26 QPS (0.62 sec for 225 queries), totHits=221118844 819.5s: points, box: ITER 7: 352.32 M hits/sec, 358.50 QPS (0.63 sec for 225 queries), totHits=221118844 820.1s: points, box: ITER 8: 346.85 M hits/sec, 352.94 QPS (0.64 sec for 225 queries), totHits=221118844 820.7s: points, box: ITER 9: 359.41 M hits/sec, 365.72 QPS (0.62 sec for 225 queries), totHits=221118844 821.3s: points, box: ITER 10: 344.65 M hits/sec, 350.70 QPS (0.64 sec for 225 queries), totHits=221118844 822.0s: points, box: ITER 11: 354.36 M hits/sec, 360.58 QPS (0.62 sec for 225 queries), totHits=221118844 822.6s: points, box: ITER 12: 369.81 M hits/sec, 376.31 QPS (0.60 sec for 225 queries), totHits=221118844 822.6s: points, box: *** 823.2s: points, box: ITER 13: 362.13 M hits/sec, 368.49 QPS (0.61 sec for 225 queries), totHits=221118844 823.8s: points, box: ITER 14: 377.28 M hits/sec, 383.90 QPS (0.59 sec for 225 queries), totHits=221118844 823.8s: points, box: *** 824.4s: points, box: ITER 15: 376.44 M hits/sec, 383.05 QPS (0.59 sec for 225 queries), totHits=221118844 824.9s: points, box: ITER 16: 374.69 M hits/sec, 381.27 QPS (0.59 sec for 225 queries), totHits=221118844 825.5s: points, box: ITER 17: 368.77 M hits/sec, 375.25 QPS (0.60 sec for 225 queries), totHits=221118844 826.1s: points, box: ITER 18: 370.45 M hits/sec, 376.95 QPS (0.60 sec for 225 queries), totHits=221118844 826.7s: points, box: ITER 19: 365.13 M hits/sec, 371.54 QPS (0.61 sec for 225 queries), totHits=221118844 826.7s: points, box: BEST M hits/sec: 377.2797764100594 826.8s: points, box: BEST QPS: 383.9019242171118 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.64|188.18|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|225.46|132.46|382961957| |box|geo3d|||| |box|points|377.28|383.90|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|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 827.0s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 827.0s: geo3d, box: READER MB: 0.0 827.0s: geo3d, box: maxDoc=60844404 828.3s: geo3d, box: ITER 0: 173.23 M hits/sec, 176.27 QPS (1.28 sec for 225 queries), totHits=221118844 828.3s: geo3d, box: *** 829.2s: geo3d, box: ITER 1: 236.41 M hits/sec, 240.56 QPS (0.94 sec for 225 queries), totHits=221118844 829.2s: geo3d, box: *** 830.1s: geo3d, box: ITER 2: 239.86 M hits/sec, 244.07 QPS (0.92 sec for 225 queries), totHits=221118844 830.1s: geo3d, box: *** 831.1s: geo3d, box: ITER 3: 233.04 M hits/sec, 237.13 QPS (0.95 sec for 225 queries), totHits=221118844 832.0s: geo3d, box: ITER 4: 237.45 M hits/sec, 241.61 QPS (0.93 sec for 225 queries), totHits=221118844 833.0s: geo3d, box: ITER 5: 236.71 M hits/sec, 240.86 QPS (0.93 sec for 225 queries), totHits=221118844 833.9s: geo3d, box: ITER 6: 227.20 M hits/sec, 231.19 QPS (0.97 sec for 225 queries), totHits=221118844 834.9s: geo3d, box: ITER 7: 232.33 M hits/sec, 236.40 QPS (0.95 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: ITER 8: 244.07 M hits/sec, 248.35 QPS (0.91 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: *** 836.7s: geo3d, box: ITER 9: 248.09 M hits/sec, 252.45 QPS (0.89 sec for 225 queries), totHits=221118844 836.7s: geo3d, box: *** 837.6s: geo3d, box: ITER 10: 246.03 M hits/sec, 250.34 QPS (0.90 sec for 225 queries), totHits=221118844 838.5s: geo3d, box: ITER 11: 248.21 M hits/sec, 252.56 QPS (0.89 sec for 225 queries), totHits=221118844 838.5s: geo3d, box: *** 839.4s: geo3d, box: ITER 12: 248.48 M hits/sec, 252.84 QPS (0.89 sec for 225 queries), totHits=221118844 839.4s: geo3d, box: *** 840.2s: geo3d, box: ITER 13: 256.62 M hits/sec, 261.13 QPS (0.86 sec for 225 queries), totHits=221118844 840.2s: geo3d, box: *** 841.1s: geo3d, box: ITER 14: 250.80 M hits/sec, 255.20 QPS (0.88 sec for 225 queries), totHits=221118844 842.0s: geo3d, box: ITER 15: 247.28 M hits/sec, 251.62 QPS (0.89 sec for 225 queries), totHits=221118844 842.9s: geo3d, box: ITER 16: 244.58 M hits/sec, 248.87 QPS (0.90 sec for 225 queries), totHits=221118844 843.8s: geo3d, box: ITER 17: 252.61 M hits/sec, 257.04 QPS (0.88 sec for 225 queries), totHits=221118844 844.7s: geo3d, box: ITER 18: 242.48 M hits/sec, 246.73 QPS (0.91 sec for 225 queries), totHits=221118844 845.6s: geo3d, box: ITER 19: 248.70 M hits/sec, 253.06 QPS (0.89 sec for 225 queries), totHits=221118844 845.6s: geo3d, box: BEST M hits/sec: 256.62386780548405 845.6s: geo3d, box: BEST QPS: 261.1282205158142 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.64|188.18|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|225.46|132.46|382961957| |box|geo3d|256.62|261.13|221118844| |box|points|377.28|383.90|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -box 845.8s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 845.8s: shapes, box: READER MB: 0.0 845.8s: shapes, box: maxDoc=60844404 847.2s: shapes, box: ITER 0: 156.36 M hits/sec, 159.11 QPS (1.41 sec for 225 queries), totHits=221118844 847.2s: shapes, box: *** 848.3s: shapes, box: ITER 1: 201.51 M hits/sec, 205.04 QPS (1.10 sec for 225 queries), totHits=221118844 848.3s: shapes, box: *** 849.5s: shapes, box: ITER 2: 197.13 M hits/sec, 200.59 QPS (1.12 sec for 225 queries), totHits=221118844 850.6s: shapes, box: ITER 3: 192.88 M hits/sec, 196.27 QPS (1.15 sec for 225 queries), totHits=221118844 851.7s: shapes, box: ITER 4: 198.45 M hits/sec, 201.94 QPS (1.11 sec for 225 queries), totHits=221118844 852.8s: shapes, box: ITER 5: 198.39 M hits/sec, 201.87 QPS (1.11 sec for 225 queries), totHits=221118844 853.9s: shapes, box: ITER 6: 208.00 M hits/sec, 211.65 QPS (1.06 sec for 225 queries), totHits=221118844 853.9s: shapes, box: *** 855.0s: shapes, box: ITER 7: 205.36 M hits/sec, 208.97 QPS (1.08 sec for 225 queries), totHits=221118844 856.0s: shapes, box: ITER 8: 210.75 M hits/sec, 214.45 QPS (1.05 sec for 225 queries), totHits=221118844 856.0s: shapes, box: *** 857.1s: shapes, box: ITER 9: 209.23 M hits/sec, 212.90 QPS (1.06 sec for 225 queries), totHits=221118844 858.1s: shapes, box: ITER 10: 212.82 M hits/sec, 216.55 QPS (1.04 sec for 225 queries), totHits=221118844 858.1s: shapes, box: *** 859.2s: shapes, box: ITER 11: 209.63 M hits/sec, 213.31 QPS (1.05 sec for 225 queries), totHits=221118844 860.2s: shapes, box: ITER 12: 209.98 M hits/sec, 213.66 QPS (1.05 sec for 225 queries), totHits=221118844 861.3s: shapes, box: ITER 13: 210.67 M hits/sec, 214.36 QPS (1.05 sec for 225 queries), totHits=221118844 862.4s: shapes, box: ITER 14: 203.53 M hits/sec, 207.11 QPS (1.09 sec for 225 queries), totHits=221118844 863.4s: shapes, box: ITER 15: 206.30 M hits/sec, 209.92 QPS (1.07 sec for 225 queries), totHits=221118844 864.5s: shapes, box: ITER 16: 205.28 M hits/sec, 208.88 QPS (1.08 sec for 225 queries), totHits=221118844 865.6s: shapes, box: ITER 17: 209.13 M hits/sec, 212.80 QPS (1.06 sec for 225 queries), totHits=221118844 866.6s: shapes, box: ITER 18: 206.94 M hits/sec, 210.57 QPS (1.07 sec for 225 queries), totHits=221118844 867.7s: shapes, box: ITER 19: 208.08 M hits/sec, 211.73 QPS (1.06 sec for 225 queries), totHits=221118844 867.7s: shapes, box: BEST M hits/sec: 212.81710558151164 867.7s: shapes, box: BEST QPS: 216.5525465384584 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.3s|0.0s|0.70|0.00| |points|113.8s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.64|188.18|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|225.46|132.46|382961957| |box|geo3d|256.62|261.13|221118844| |box|points|377.28|383.90|221118844| |box|geopoint|||| |box|shapes|212.82|216.55|221118844| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|288.69|182.56|355809475| |poly 10|geopoint|||| |poly 10|shapes|197.58|124.94|355809475| |polyMedium|geo3d|2.55|31.23|2693541| |polyMedium|points|16.89|206.90|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.49|165.26|2693559| |polyRussia|geo3d|3.66|1.04|3508671| |polyRussia|points|66.56|18.97|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.66|13.30|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3289.05|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|153.57|156.27|221118844| |sort|geopoint|||| |sort|shapes|||| Took 868.9 sec to run all geo benchmarks + python3 /l/util.nightly/src/python/writeGeoGraphs.py writeAnnots for Distance Filter writeAnnots for Regular 10-gon Filter writeAnnots for London Boroughs Polygons Filter (avg 5.6K vertices) writeAnnots for Box Filter writeAnnots for 10 Nearest Points skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Box Filter, Sort by Distance skip annot 2016-03-22 GeoPoint: LUCENE-7130: fold recent LatLonPoint optimizations into GeoPoint (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-03-31 Geo3D: LUCENE-7150: add common shape query APIs to geo3d (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-11 Geo3D: LUCENE-7199: speed up how polygon's sideness is computed (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Russia Polygon (11.6K vertices) writeAnnots for Indexing K docs/sec writeAnnots for Searcher Heap Usage writeAnnots for Index Size + echo + echo 'Run sparse NYC benches' Run sparse NYC benches + cd /l/util.nightly + python3 -u src/python/sparsetaxis/nightly.py Already on 'main' Your branch is up to date with 'origin/main'. From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 2fc795f6587..3c607cfb388 main -> origin/main Updating 2fc795f6587..3c607cfb388 Fast-forward lucene/CHANGES.txt | 12 ++ .../benchmark/jmh/DefaultBulkScorerBenchmark.java | 222 +++++++++++++++++++++ .../org/apache/lucene/index/IndexingChain.java | 39 ++-- .../lucene/index/NumericDocValuesWriter.java | 14 ++ .../search/AbstractVectorSimilarityQuery.java | 65 +++++- .../lucene/search/ByteVectorSimilarityQuery.java | 38 +++- .../lucene/search/ConstantScoreBulkScorer.java | 125 ++++++++++++ .../lucene/search/ConstantScoreScorerSupplier.java | 7 +- .../lucene/search/FloatVectorSimilarityQuery.java | 38 +++- .../apache/lucene/search/LogOddsFusionQuery.java | 52 ++++- .../lucene/search/VectorSimilarityCollector.java | 25 ++- .../lucene/util/automaton/CompiledAutomaton.java | 2 +- .../lucene/util/packed/PackedLongValues.java | 17 ++ .../search/BaseVectorSimilarityQueryTestCase.java | 83 ++++++++ .../apache/lucene/search/TestBooleanScorer.java | 137 ++++++++++++- .../search/TestByteVectorSimilarityQuery.java | 13 ++ .../search/TestFloatVectorSimilarityQuery.java | 13 ++ .../lucene/search/TestLogOddsFusionQuery.java | 70 ++++++- .../search/TestVectorSimilarityCollector.java | 21 ++ .../util/automaton/TestCompiledAutomaton.java | 13 ++ .../apache/lucene/util/packed/TestPackedInts.java | 61 ++++++ 21 files changed, 1018 insertions(+), 49 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DefaultBulkScorerBenchmark.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/ConstantScoreBulkScorer.java creating directories /l/logs.nightly/taxis/2026.05.29.11.39.30... Lucene git hash: 3c607cfb38828204c104fa616a77fed0b040bb99 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.29.11.39.30/gradle.jar.log Compile java benchmark sources... run: "javac -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main /l/util.nightly/src/python/sparsetaxis/../../main/perf/SearchTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/IndexTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/DiskUsage.java" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main Index "slow" sparse-sorted with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse True" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 96.1 K docs/sec 6.8 sec: 0.6 M docs; 88.3 K docs/sec 10.1 sec: 0.9 M docs; 89.4 K docs/sec 13.3 sec: 1.2 M docs; 90.4 K docs/sec 16.5 sec: 1.5 M docs; 91.0 K docs/sec 20.5 sec: 1.9 M docs; 92.8 K docs/sec 23.8 sec: 2.2 M docs; 92.6 K docs/sec 27.8 sec: 2.6 M docs; 93.6 K docs/sec 31.8 sec: 3.0 M docs; 94.4 K docs/sec 35.0 sec: 3.3 M docs; 94.4 K docs/sec 47.4 sec: 3.7 M docs; 78.0 K docs/sec 51.4 sec: 4.1 M docs; 79.8 K docs/sec 54.6 sec: 4.4 M docs; 80.6 K docs/sec 58.6 sec: 4.8 M docs; 81.9 K docs/sec 62.6 sec: 5.2 M docs; 83.1 K docs/sec 65.8 sec: 5.5 M docs; 83.6 K docs/sec 69.8 sec: 5.9 M docs; 84.6 K docs/sec 73.7 sec: 6.3 M docs; 85.4 K docs/sec 76.9 sec: 6.6 M docs; 85.8 K docs/sec 80.9 sec: 7.0 M docs; 86.5 K docs/sec 93.3 sec: 7.4 M docs; 79.3 K docs/sec 96.5 sec: 7.7 M docs; 79.8 K docs/sec 100.4 sec: 8.1 M docs; 80.6 K docs/sec 104.4 sec: 8.5 M docs; 81.4 K docs/sec 107.6 sec: 8.8 M docs; 81.8 K docs/sec 111.5 sec: 9.2 M docs; 82.5 K docs/sec 115.5 sec: 9.6 M docs; 83.1 K docs/sec 118.7 sec: 9.9 M docs; 83.4 K docs/sec 122.6 sec: 10.3 M docs; 84.0 K docs/sec 126.6 sec: 10.7 M docs; 84.5 K docs/sec 138.2 sec: 11.0 M docs; 79.6 K docs/sec 142.2 sec: 11.4 M docs; 80.2 K docs/sec 146.1 sec: 11.8 M docs; 80.7 K docs/sec 149.3 sec: 12.1 M docs; 81.0 K docs/sec 153.3 sec: 12.5 M docs; 81.6 K docs/sec 157.2 sec: 12.9 M docs; 82.0 K docs/sec 160.4 sec: 13.2 M docs; 82.3 K docs/sec 164.4 sec: 13.6 M docs; 82.7 K docs/sec 168.4 sec: 14.0 M docs; 83.2 K docs/sec 171.5 sec: 14.3 M docs; 83.4 K docs/sec 183.9 sec: 14.7 M docs; 79.9 K docs/sec 187.9 sec: 15.1 M docs; 80.4 K docs/sec 191.1 sec: 15.4 M docs; 80.6 K docs/sec 195.0 sec: 15.8 M docs; 81.0 K docs/sec 199.0 sec: 16.2 M docs; 81.4 K docs/sec 202.2 sec: 16.5 M docs; 81.6 K docs/sec 206.1 sec: 16.9 M docs; 82.0 K docs/sec 210.1 sec: 17.3 M docs; 82.4 K docs/sec 213.2 sec: 17.6 M docs; 82.5 K docs/sec 217.2 sec: 18.0 M docs; 82.9 K docs/sec 229.5 sec: 18.4 M docs; 80.2 K docs/sec 232.7 sec: 18.7 M docs; 80.4 K docs/sec 236.7 sec: 19.1 M docs; 80.7 K docs/sec 239.9 sec: 19.4 M docs; 80.9 K docs/sec 243.8 sec: 19.8 M docs; 81.2 K docs/sec 245.4 sec: 20.0 M docs; 81.5 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.29.11.39.30/checkIndexsparse-sorted.log took 0.5 sec DiskUsage sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/diskUsagesparse-sorted.log took 52.1 sec Search sparse-sorted iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/searchsparse-sorted.0.log Index "slow" sparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 102.9 K docs/sec 6.4 sec: 0.6 M docs; 94.3 K docs/sec 9.4 sec: 0.9 M docs; 95.6 K docs/sec 13.2 sec: 1.3 M docs; 98.8 K docs/sec 16.9 sec: 1.7 M docs; 100.6 K docs/sec 20.6 sec: 2.1 M docs; 101.9 K docs/sec 24.4 sec: 2.5 M docs; 102.5 K docs/sec 28.1 sec: 2.9 M docs; 103.2 K docs/sec 32.6 sec: 3.3 M docs; 101.4 K docs/sec 43.8 sec: 3.7 M docs; 84.5 K docs/sec 47.5 sec: 4.1 M docs; 86.4 K docs/sec 51.1 sec: 4.5 M docs; 88.0 K docs/sec 54.2 sec: 4.8 M docs; 88.6 K docs/sec 57.9 sec: 5.2 M docs; 89.9 K docs/sec 61.6 sec: 5.6 M docs; 91.0 K docs/sec 65.2 sec: 6.0 M docs; 92.0 K docs/sec 68.3 sec: 6.3 M docs; 92.3 K docs/sec 71.9 sec: 6.7 M docs; 93.2 K docs/sec 74.9 sec: 7.0 M docs; 93.4 K docs/sec 86.1 sec: 7.4 M docs; 85.9 K docs/sec 89.8 sec: 7.8 M docs; 86.9 K docs/sec 93.4 sec: 8.2 M docs; 87.8 K docs/sec 96.4 sec: 8.5 M docs; 88.2 K docs/sec 100.1 sec: 8.9 M docs; 88.9 K docs/sec 103.8 sec: 9.3 M docs; 89.6 K docs/sec 107.4 sec: 9.7 M docs; 90.3 K docs/sec 110.5 sec: 10.0 M docs; 90.5 K docs/sec 114.2 sec: 10.4 M docs; 91.1 K docs/sec 117.9 sec: 10.8 M docs; 91.6 K docs/sec 127.5 sec: 11.0 M docs; 86.3 K docs/sec 131.2 sec: 11.4 M docs; 86.9 K docs/sec 135.0 sec: 11.8 M docs; 87.4 K docs/sec 138.7 sec: 12.2 M docs; 87.9 K docs/sec 142.5 sec: 12.6 M docs; 88.4 K docs/sec 145.5 sec: 12.9 M docs; 88.7 K docs/sec 148.5 sec: 13.2 M docs; 88.9 K docs/sec 152.3 sec: 13.6 M docs; 89.3 K docs/sec 156.1 sec: 14.0 M docs; 89.7 K docs/sec 159.1 sec: 14.3 M docs; 89.9 K docs/sec 170.3 sec: 14.7 M docs; 86.3 K docs/sec 174.1 sec: 15.1 M docs; 86.7 K docs/sec 177.1 sec: 15.4 M docs; 87.0 K docs/sec 180.8 sec: 15.8 M docs; 87.4 K docs/sec 184.6 sec: 16.2 M docs; 87.8 K docs/sec 188.4 sec: 16.6 M docs; 88.1 K docs/sec 192.1 sec: 17.0 M docs; 88.5 K docs/sec 195.9 sec: 17.4 M docs; 88.8 K docs/sec 199.6 sec: 17.8 M docs; 89.2 K docs/sec 203.4 sec: 18.2 M docs; 89.5 K docs/sec 213.0 sec: 18.4 M docs; 86.4 K docs/sec 216.0 sec: 18.7 M docs; 86.6 K docs/sec 219.8 sec: 19.1 M docs; 86.9 K docs/sec 222.8 sec: 19.4 M docs; 87.1 K docs/sec 226.6 sec: 19.8 M docs; 87.4 K docs/sec 228.1 sec: 20.0 M docs; 87.7 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.29.11.39.30/checkIndexsparse.log took 0.5 sec DiskUsage sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/diskUsagesparse.log took 51.4 sec Search sparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/searchsparse.0.log Index "slow" nonsparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks nonsparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.29.11.39.30/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 104.2 K docs/sec 6.3 sec: 0.6 M docs; 95.7 K docs/sec 10.0 sec: 1.0 M docs; 100.4 K docs/sec 13.7 sec: 1.4 M docs; 102.4 K docs/sec 17.3 sec: 1.8 M docs; 103.9 K docs/sec 21.7 sec: 2.2 M docs; 101.3 K docs/sec 25.4 sec: 2.6 M docs; 102.5 K docs/sec 29.0 sec: 3.0 M docs; 103.4 K docs/sec 32.6 sec: 3.4 M docs; 104.3 K docs/sec 43.0 sec: 3.7 M docs; 86.1 K docs/sec 46.6 sec: 4.1 M docs; 88.0 K docs/sec 50.2 sec: 4.5 M docs; 89.6 K docs/sec 53.2 sec: 4.8 M docs; 90.2 K docs/sec 56.8 sec: 5.2 M docs; 91.5 K docs/sec 60.5 sec: 5.6 M docs; 92.6 K docs/sec 64.1 sec: 6.0 M docs; 93.6 K docs/sec 67.8 sec: 6.4 M docs; 94.5 K docs/sec 71.4 sec: 6.8 M docs; 95.2 K docs/sec 75.0 sec: 7.2 M docs; 95.9 K docs/sec 84.6 sec: 7.4 M docs; 87.4 K docs/sec 88.3 sec: 7.8 M docs; 88.3 K docs/sec 91.9 sec: 8.2 M docs; 89.3 K docs/sec 95.5 sec: 8.6 M docs; 90.0 K docs/sec 99.1 sec: 9.0 M docs; 90.8 K docs/sec 102.8 sec: 9.4 M docs; 91.4 K docs/sec 106.5 sec: 9.8 M docs; 92.1 K docs/sec 110.1 sec: 10.2 M docs; 92.6 K docs/sec 113.7 sec: 10.6 M docs; 93.2 K docs/sec 125.5 sec: 11.0 M docs; 87.7 K docs/sec 129.1 sec: 11.4 M docs; 88.3 K docs/sec 132.8 sec: 11.8 M docs; 88.9 K docs/sec 136.4 sec: 12.2 M docs; 89.4 K docs/sec 140.0 sec: 12.6 M docs; 90.0 K docs/sec 143.7 sec: 13.0 M docs; 90.5 K docs/sec 147.4 sec: 13.4 M docs; 90.9 K docs/sec 151.0 sec: 13.8 M docs; 91.4 K docs/sec 154.6 sec: 14.2 M docs; 91.8 K docs/sec 158.3 sec: 14.6 M docs; 92.2 K docs/sec 167.1 sec: 14.7 M docs; 88.0 K docs/sec 170.8 sec: 15.1 M docs; 88.4 K docs/sec 174.4 sec: 15.5 M docs; 88.9 K docs/sec 178.1 sec: 15.9 M docs; 89.3 K docs/sec 181.7 sec: 16.3 M docs; 89.7 K docs/sec 185.4 sec: 16.7 M docs; 90.1 K docs/sec 189.0 sec: 17.1 M docs; 90.5 K docs/sec 192.7 sec: 17.5 M docs; 90.8 K docs/sec 196.3 sec: 17.9 M docs; 91.2 K docs/sec 199.9 sec: 18.3 M docs; 91.5 K docs/sec 208.7 sec: 18.4 M docs; 88.2 K docs/sec 212.4 sec: 18.8 M docs; 88.5 K docs/sec 216.0 sec: 19.2 M docs; 88.9 K docs/sec 219.7 sec: 19.6 M docs; 89.2 K docs/sec 223.4 sec: 20.0 M docs; 89.5 K docs/sec 223.4 sec: 20.0 M docs; 89.5 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.29.11.39.30/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.29.11.39.30/diskUsagenonsparse.log took 45.1 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.29.11.39.30/searchnonsparse.0.log sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted + echo 'Now rsync' Now rsync + date Fri May 29 11:54:40 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 Fri May 29 11:55:53 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 737614 + wait 737614 + 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.28.02.18.00 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.28.02.18.00