start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nFri May 22 02:04:33 PM EDT 2026: now start nightly benchmarks' Fri May 22 02:04:33 PM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD f2c9d79c63b..9c957f8a2c6 main -> origin/main Updating f2c9d79c63b..9c957f8a2c6 Fast-forward lucene/CHANGES.txt | 7 + lucene/benchmark-jmh/build.gradle | 1 + lucene/benchmark-jmh/src/java/module-info.java | 1 + .../jmh/DiversifyingChildrenKnnQueryBenchmark.java | 182 +++++++++++++++++++++ .../codecs/lucene90/Lucene90DocValuesProducer.java | 60 +++++++ .../document/SortedSkipperScorerSupplier.java | 2 +- .../java/org/apache/lucene/index/DocIDMerger.java | 4 +- .../lucene/search/BatchDocValuesRangeIterator.java | 2 +- .../document/TestSortedSkipperScorerSupplier.java | 155 ++++++++++++++++++ .../apache/lucene/search/TestDocValuesQueries.java | 5 +- .../org/apache/lucene/search/TestSimilarity.java | 8 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 34 ++++ .../tests/index/BaseDocValuesFormatTestCase.java | 153 +++++++++++++++++ 13 files changed, 606 insertions(+), 8 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DiversifyingChildrenKnnQueryBenchmark.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/TestSortedSkipperScorerSupplier.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:demo:clean > Task :lucene:analysis.tests:clean > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:core.tests:clean > Task :lucene:classification:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:benchmark:clean > Task :lucene:distribution.tests:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:codecs:clean > Task :lucene:misc:clean > Task :lucene:join:clean > Task :lucene:highlighter:clean > Task :lucene:replicator:clean > Task :lucene:monitor:clean > Task :lucene:backward-codecs:clean > Task :lucene:facet:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:analysis:icu:clean > Task :lucene:luke:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:spatial-extras:clean > Task :lucene:spatial3d:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:queryparser:clean > Task :lucene:queries:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/userguide/configuration_cache_enabling.html + ../gradlew jar + cd /l/util.nightly + echo 'activate luceneutil venv' activate luceneutil venv + make env make: Nothing to be done for 'env'. + source .venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ case "$(uname)" in +++ uname ++ export VIRTUAL_ENV=/l/util.nightly/.venv ++ VIRTUAL_ENV=/l/util.nightly/.venv ++ _OLD_VIRTUAL_PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ PATH=/l/util.nightly/.venv/bin:/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ export PATH ++ VIRTUAL_ENV_PROMPT=.venv ++ export VIRTUAL_ENV_PROMPT ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(.venv) ' ++ export PS1 ++ hash -r + rm -rf build + mkdir build + git pull origin main From github.com:mikemccand/luceneutil * branch main -> FETCH_HEAD Already up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.22.lucene-tests.txt took: 1.6 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.22.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: 303 open, 3985 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-22 14:08:44.180317] start [2026-05-22 14:08:44.180426] log dir /l/logs.nightly/2026.05.22.14.08.44 Java version (see also /l/logs.nightly/2026.05.22.14.08.44/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.22.14.08.44/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.22.14.08.44/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 = 2164260864 {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.22.14.08.44/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.22.14.08.44/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 40: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 40 CPUs which need to have their frequency coordinated by software: 40 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: 206. CPU specifics (see also /l/logs.nightly/2026.05.22.14.08.44/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.22.14.08.44/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.22.14.08.44/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.22.14.08.44/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.22.14.08.44/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.22.14.08.44/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.22.14.08.44/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 97476263c4ead7244649e56d1e8ed200e47c6d16 LUCENE rev is 9c957f8a2c6dea79e834b308ec2288d999f5acbd last successful Lucene rev f2c9d79c63be90d685118a6fa53c14b9c7438b52, luceneutil rev 97476263c4ead7244649e56d1e8ed200e47c6d16 run ['git', 'log', 'f2c9d79c63be90d685118a6fa53c14b9c7438b52^..9c957f8a2c6dea79e834b308ec2288d999f5acbd'] No commit message asking for regold of results files [2026-05-22 14:08:44.391989] 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-22 14:08:44.626707] 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-22 14:08:44.626818] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.22.14.08.44/clean-lucene.log 2>&1 [2026-05-22 14:08:48.804402] took 4.2 sec [2026-05-22 14:08:48.804449] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.22.14.08.44/jar-lucene.log 2>&1 [2026-05-22 14:09:02.945717] took 14.1 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-22 14:09:05.606296] 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: 146688.00 stored_field_size_mb: 624.38 retrieved_time_msec: 182.11 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: 351165.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1343.29 Done: took 1026.34 seconds, saved to /l/logs.nightly/2026.05.22.14.08.44/geonames-stored-fields-benchmark-results.pk [2026-05-22 14:26:12.435815] done run stored fields benchmark [2026-05-22 14:26:12.435833] 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 22, 2026 2:26:13 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1502.0959523999998 ms Total time creating SSDVFacetCounts: 3033.008474633333 ms Total time taken to get all dims for taxonomy: 0.11354759999999998 ms Total time taken to get all dims for SSDV: 0.07656123333333333 ms Total time to get top dims for taxonomy: 0.0344253 ms Total time to get top dims for SSDV: 0.031438499999999994 ms Total time to get top "address.taxonomy/TX" children: 0.11709309999999999 ms Total time to get top "address.sortedset/TX" children: 0.19445050000000003 ms Total time to get all "address.taxonomy/TX" children: 0.14302786666666664 ms Total time to get all "address.sortedset/TX" children: 0.5851419999999999 ms Done: took 3519.68 seconds, saved to /l/logs.nightly/2026.05.22.14.08.44/nad-facet-benchmark.pk [2026-05-22 15:24:52.118718] done run NAD facets benchmark [2026-05-22 15:24:52.734782] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 9c957f8a2c6dea79e834b308ec2288d999f5acbd dirty?=False luceneutil HEAD git revision at /l/util.nightly: 97476263c4ead7244649e56d1e8ed200e47c6d16 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:memory: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:benchmark-jmh:processResources NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:suggest:processResources 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 :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:analysis.tests: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:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar 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:replicator:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 31.98 GB available RAM: 243.28 GB used RAM: 8.44 GB dirty RAM: 3.96 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.7s smell: 200/2000 ( 10%) 2.7s smell: 300/2000 ( 15%) 2.7s smell: 400/2000 ( 20%) 2.7s smell: 500/2000 ( 25%) 2.7s smell: 600/2000 ( 30%) 2.7s smell: 700/2000 ( 35%) 2.7s smell: 800/2000 ( 40%) 2.7s smell: 900/2000 ( 45%) 2.7s smell: 1000/2000 ( 50%) 2.7s smell: 1100/2000 ( 55%) 2.8s smell: 1200/2000 ( 60%) 2.8s smell: 1300/2000 ( 65%) 2.8s smell: 1400/2000 ( 70%) 2.8s smell: 1500/2000 ( 75%) 2.8s smell: 1600/2000 ( 80%) 2.8s smell: 1700/2000 ( 85%) 2.8s smell: 1800/2000 ( 90%) 2.8s smell: 1900/2000 ( 95%) 2.8s smell: 2000/2000 (100%) 2.9s smell: isotropy=0.178 full-cov, 0.790 diag-only (effective rank ~181.8/1024 full, ~808.6/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 14.3s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▅▇█▅▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▁▂▃▆██████▆▃▂▁ ] -> OUTLIER_SPREAD: this_std=0.0502, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▄▆█▆▂ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▃▅██████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0482, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▁█▆ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃█▆ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂▆█▅▁ ] dim 0002 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▇ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▂█▆ ] dim 0004 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▄███▇▃ ] [ ▁▅█▄ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ █▄ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▇█ ] dim 0007 μ= -0.031 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ █▅ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▄▁ ] [ ▁██▃ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▅ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁██▄ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▄█ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▆█▂ ] dim 0013 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▃▇█▄ ] dim 0014 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▂█▄ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▄▁ ] [ ▅█▄ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅▆█▆ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▃██▂ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▃ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▆█▁ ] dim 0021 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▅█▆▂ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▃█████▅▃▁ ] [ ▁▅▇██▃ ] dim 0023 μ= -0.007 σ= 0.046 zeros= 0% [ ▁▂▅███████▄▂▁ ] [ ▁▆█▅ ] dim 0024 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▇ ] dim 0025 μ= +0.019 σ= 0.027 zeros= 0% [ ▂▄████▂ ] [ ▇█▁ ] dim 0026 μ= +0.026 σ= 0.023 zeros= 0% [ ▂████▂▁ ] [ ▇█▃ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▃▇███▅▂ ] [ ▁▇█▃ ] dim 0028 μ= +0.028 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▅ ] dim 0029 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▃ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0031 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▃▅█▄ ] dim 0032 μ= +0.030 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ██▃ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▄ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▇▃ ] dim 0035 μ= +0.007 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ █▄ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▅█▁ ] dim 0037 μ= -0.029 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▄ ] dim 0038 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▃█▄ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▁▆█▄▁ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▄█████▃▁ ] [ ██ ] dim 0041 μ= +0.006 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▂█▅ ] dim 0042 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃███▇▃▁ ] [ ▄█▃ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▆███▄▂ ] [ ▄█▅ ] dim 0044 μ= -0.022 σ= 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.010 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▁██▁ ] dim 0049 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▅ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▆ ] dim 0051 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ██ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▅██▄ ] [ █▃ ] dim 0053 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▄ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▃ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▇ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁▇█▅ ] dim 0057 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ▆█▃ ] dim 0058 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▇█▃ ] dim 0059 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▅█ ] dim 0060 μ= +0.008 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▇▁ ] dim 0061 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▁▅████▃▁ ] [ ▃▆█▃ ] dim 0062 μ= -0.031 σ= 0.036 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▄█▄ ] dim 0063 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁██▃ ] dim 0064 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▆▁ ] dim 0065 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ██ ] dim 0066 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂▄█▅▂ ] dim 0067 μ= -0.004 σ= 0.039 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.013 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▆█ ] dim 0073 μ= +0.006 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▃▇█▃ ] dim 0074 μ= -0.013 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▃ ] dim 0075 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁█▃ ] dim 0076 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▅▇█▆▁ ] dim 0077 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▃██████▄▂▁ ] [ ▃█▃ ] dim 0078 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▇█▂ ] dim 0079 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▅█▃ ] dim 0081 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂▅█▅ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▅█▅ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▅█▆ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▅ ] dim 0085 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▆ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▅█▂ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▇█▅ ] dim 0088 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▃████▄▂ ] [ ▄█▇▂ ] dim 0089 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅██▄ ] dim 0090 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▃█▁ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▇█▅▁ ] dim 0092 μ= +0.034 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█▄ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▃█▅ ] dim 0094 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▂▇█▄ ] dim 0096 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▃ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂██▁ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▂ ] dim 0099 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▁█▆ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂█▂ ] dim 0101 μ= -0.022 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▆█▂ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ██ ] dim 0103 μ= +0.006 σ= 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.029 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▃ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅██▆ ] dim 0108 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▇█▁ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▇█▁ ] dim 0110 μ= +0.008 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▇ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▂▇█▁ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▃████▄ ] [ ██ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▁▆█▆▁ ] dim 0114 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▄▇█▄ ] dim 0115 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▂▇████▇▂▁ ] [ ▇█ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▅██▇▁ ] [ ▂█ ] dim 0117 μ= -0.006 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▂██▅ ] dim 0118 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▁▇█▃ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▇▄ ] dim 0120 μ= -0.035 σ= 0.039 zeros= 0% [ ▂▄██████▄▁ ] [ ▆█▄ ] dim 0121 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▁ ] dim 0122 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▂█▇ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ██ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▇▁ ] [ ▃▆█▆▃ ] dim 0125 μ= -0.005 σ= 0.044 zeros= 0% [ ▁▂▄▇█████▆▄▂▁ ] [ █▅ ] dim 0126 μ= +0.022 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁█▅ ] dim 0127 μ= -0.018 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄█▆▁ ] dim 0128 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂██▆▂ ] dim 0129 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▄█▂ ] dim 0130 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▅█▇ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▆████▂▁ ] [ ▁▆█▂ ] dim 0132 μ= +0.007 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▅█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▁█▆ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▄█▇▁ ] dim 0135 μ= -0.002 σ= 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.007 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▇█ ] dim 0140 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ██ ] dim 0141 μ= +0.006 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0142 μ= +0.010 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃█▇ ] dim 0143 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▇▅ ] dim 0144 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ █▅ ] dim 0145 μ= -0.019 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▄█▅ ] dim 0146 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂▇█▂ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ █▂ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▇█ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃██▆ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▇█████▄▁ ] [ ▄▆█▅ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▇ ] dim 0152 μ= +0.023 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▆█▄ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▂▆█▅ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█ ] dim 0155 μ= +0.009 σ= 0.013 zeros= 0% [ ▂██▄ ] [ ▄█▄ ] dim 0156 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▃ ] dim 0157 μ= -0.007 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▂ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▄█▄ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ ▃█▅ ] dim 0160 μ= -0.001 σ= 0.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.014 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▂▆█▅ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂█ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ██ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▄█▇ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆████▃ ] [ ▃██▁ ] dim 0170 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▇█▃ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▃ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ █ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂█▅ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▄██▃ ] dim 0175 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▁█▇ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ █▇▄ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▁█▇ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▄█▆ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▇█▁ ] dim 0180 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▇███▄ ] [ ▃█▅ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▁▇█▂ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▄▇█▆▃ ] dim 0183 μ= -0.003 σ= 0.043 zeros= 0% [ ▁▃▇█████▇▄▁▁ ] [ ▄▆█▅ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▇████▆▃ ] [ ▆█▇▂ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▁ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁▇█ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▂█▂ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂▆█▇▂ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▃█▇▅ ] dim 0190 μ= -0.009 σ= 0.036 zeros= 0% [ ▃▅█████▃▁ ] [ ▁▆█▆ ] dim 0191 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▅████▇▅▂▁ ] [ ▄█▄ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▆███▇▂▁ ] [ ▅█▇▂ ] dim 0193 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▅█▂ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃████▄▂ ] [ █▇▂ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▇█ ] dim 0196 μ= +0.026 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁█▆ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▄█▇▁ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▇▂ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▇ ] [ ▁█▅ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▂▆█▅ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅▆█▁ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂█████▃▂ ] [ ▅█▄ ] dim 0205 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▇▃ ] [ ▂▅█▆ ] dim 0207 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄█ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▄█▅ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ ▃█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃█▇ ] dim 0211 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▁▇█▇▂ ] dim 0212 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▅ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▆ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▃▇████▄▁ ] [ ▄█▆ ] dim 0215 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▄ ] dim 0216 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▇███▆▁ ] [ ▄█▆▂ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▁ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▇██▂ ] [ ▂█▇▃ ] dim 0219 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▇▂ ] dim 0220 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▂ ] dim 0221 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▂█▅ ] dim 0222 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▂ ] dim 0223 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▄█▇ ] dim 0224 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▇████▃▁ ] [ ▇█▃ ] dim 0225 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▅▁▁ ] [ ▂█▆ ] dim 0226 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▄████▃▁ ] [ ▃▇█▂ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▅████▄▂▁ ] [ ▂▇█▇▄ ] dim 0228 μ= +0.038 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▁█▇ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▂█▆ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ ▇█▃ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▆█▃ ] dim 0233 μ= -0.028 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▆▂ ] dim 0234 μ= +0.039 σ= 0.031 zeros= 0% [ ▁▃▆████▄▁ ] [ █▆ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▁▄██▂ ] dim 0236 μ= +0.019 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▅█▂ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▃██▅ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▇ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▃ ] dim 0240 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃██▅ ] dim 0241 μ= +0.027 σ= 0.040 zeros= 0% [ ▁▄▇█████▄▂▁ ] [ ▂█▇ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▂█▁ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0244 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▅▇███▇▄▂ ] [ ▃█▇▃ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ █▇ ] dim 0246 μ= -0.015 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▅▃ ] dim 0247 μ= -0.035 σ= 0.036 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▁█▇▄ ] dim 0248 μ= +0.010 σ= 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.022 zeros= 0% [ ▁▄███▃▁ ] [ █▅ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▄█▇▁ ] dim 0254 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃██▅▁ ] dim 0255 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▁▁ ] [ ▄██▃▁ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ ▅█▇▁ ] dim 0257 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▂█▆ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ █▆ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▆██▄▁ ] [ ▄█▆ ] dim 0260 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂ ] [ █▃ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▇█ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▄█ ] dim 0263 μ= -0.010 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▃▇█▃ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▇█▃ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ █▇ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▅█ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▄█▇▃ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▃█▆▁ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▆▁ ] dim 0270 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▄ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▄█ ] dim 0272 μ= -0.008 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂▇█▅▁ ] dim 0273 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃▆█▃ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▅████▆▃▁ ] [ ▂█▇ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▁ ] dim 0276 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂██▂ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▅█▇▁ ] dim 0279 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▁██ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▁█▇ ] dim 0281 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ██ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▆█▅ ] dim 0283 μ= -0.006 σ= 0.029 zeros= 0% [ ▃████▆▂▁ ] [ ▂▇█▃ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▁█▇▄ ] dim 0285 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▆████▆▂▁ ] [ ▅█▅ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▇█ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ ▅██▄ ] dim 0288 μ= -0.012 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▅█▂ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂▆█▅▁ ] dim 0290 μ= +0.015 σ= 0.036 zeros= 0% [ ▂▄█████▄▂ ] [ █▆ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▄█▇▄ ] dim 0292 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ █▅ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▅█▄ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▅▂ ] [ █▁ ] dim 0295 μ= -0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃█▆ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █▁ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ██▃ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▅█▄ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ ▅█▂ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▄▇█▃ ] dim 0302 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▂▆█████▃▁ ] [ █▄ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▃█▆ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃█▇▃ ] dim 0305 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▃▆█▇▁ ] dim 0306 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▄█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂▆█▅▁ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▃▇█▁ ] dim 0309 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▃█▅ ] [ ██ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▄█▆▂ ] dim 0312 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ █▇ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▂▅█▇▄▁ ] dim 0314 μ= +0.005 σ= 0.046 zeros= 0% [ ▁▁▃▅██████▆▃▁ ] [ ▂█▅ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄█▃ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▂▅███▄▁ ] [ ▂▇█▂ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0318 μ= -0.011 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃▆█▄ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ █▆▁ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▃████▂▁ ] [ ▂█ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃▇█▅ ] dim 0322 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▁▆█▅ ] dim 0323 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▁█▂ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂▆█▄▁ ] dim 0325 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▃█▃ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▅ ] [ ▁█▂ ] dim 0327 μ= -0.022 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █▄ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██ ] [ ▁▇█▃ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▂▅█▆▂ ] dim 0330 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▁▅█▇▃ ] dim 0331 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ █▆ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▇ ] dim 0333 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ █▁ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▁▇█ ] dim 0335 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▇▁ ] dim 0336 μ= +0.001 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ ▁██▁ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▃ ] dim 0338 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▂▇█▁ ] dim 0339 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▇▂ ] dim 0340 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▂█▄ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃█▇ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ █▂ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▃█▂ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▃ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▅█▄ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂▇█▄ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█▆ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁█▁ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▆ ] dim 0351 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▅███▇▃ ] [ ▃▇█▂ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▆▁ ] [ ▃██▁ ] dim 0353 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▃████▂▁ ] [ ▁▆█▅▁ ] dim 0354 μ= +0.012 σ= 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.003 σ= 0.013 zeros= 0% [ ▅█▇▁ ] [ ▁██▃ ] dim 0359 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▄ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▃█▇▃ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▂█ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▇▁ ] dim 0363 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁▇█▄ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▁▆█▅ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▂ ] dim 0366 μ= -0.021 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ █▆ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▅█▂ ] dim 0368 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃█▁ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁█▃ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▄█▇▅ ] dim 0371 μ= +0.007 σ= 0.037 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▆██▃ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▁▃█████▆▂ ] [ ▅█▆ ] dim 0373 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁ ] [ █▄ ] dim 0374 μ= -0.019 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▂█▇▆ ] dim 0375 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▇█ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▄██▆▁ ] [ ▅█▄ ] dim 0377 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▆ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▆ ] dim 0379 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ ▃█▃ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁▆█▄ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▇▄ ] dim 0383 μ= +0.023 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▅█▃ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▃▇███▅▁ ] [ ▄█▇▁ ] dim 0385 μ= +0.021 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▂ ] dim 0386 μ= +0.009 σ= 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.002 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▂█▅ ] dim 0392 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▆▆▁ ] dim 0393 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ █▂ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▆▁ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▁█▇ ] dim 0396 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▅ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▅█▆▄ ] dim 0398 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▇█ ] dim 0399 μ= -0.014 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂▆██▁ ] dim 0400 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▄█▇▁ ] dim 0401 μ= -0.016 σ= 0.030 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.013 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁█▇ ] dim 0408 μ= +0.003 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▁▇█▂ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▃█▆ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▇▁ ] dim 0411 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▇▃ ] dim 0412 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▇█▃ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▂ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ ▅█▂ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁▇█▇▂ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▁██▂ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █▆ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁██▆▁ ] [ ▃█▇▃ ] dim 0420 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▄█▇▁ ] dim 0421 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▃ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▃▆███▅▁ ] [ ▄█▃ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▄ ] dim 0424 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▄▇█▄ ] dim 0425 μ= -0.011 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ █▁ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃██▂ ] dim 0427 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▃██▃ ] dim 0428 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▄█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▇█▃ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▃████▄▁ ] [ ▅█▄ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▂ ] dim 0432 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂▇█▂ ] dim 0433 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▁█▆ ] dim 0434 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▆█ ] dim 0435 μ= +0.006 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▁▅█▆ ] dim 0436 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ██▄ ] dim 0437 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▅ ] dim 0438 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▄ ] dim 0439 μ= -0.019 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▁▇█ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄▇█▂ ] dim 0441 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▄▇████▆▂ ] [ ▅█ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▃▆█▇▂ ] dim 0444 μ= +0.016 σ= 0.043 zeros= 0% [ ▁▃▆█████▆▄▂▁ ] [ █▇ ] dim 0445 μ= +0.006 σ= 0.022 zeros= 0% [ ▁████▂ ] [ ▄██▁ ] dim 0446 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▇ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▄███▇▂ ] [ ▂█▆▃ ] dim 0448 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▂ ] dim 0449 μ= +0.012 σ= 0.020 zeros= 0% [ ▄███▂ ] [ █▆ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ██▁ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃▇█▄ ] dim 0452 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▃█ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ █▂ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▃▅█▅▁ ] dim 0455 μ= +0.009 σ= 0.042 zeros= 0% [ ▁▁▄▇█████▄▃▁ ] [ ▄█▇▁ ] dim 0456 μ= -0.017 σ= 0.032 zeros= 0% [ ▁▂▇████▅▂ ] [ ▄█▃ ] dim 0457 μ= +0.013 σ= 0.029 zeros= 0% [ ▃▆███▆▂ ] [ ▅█▆ ] dim 0458 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▇████▃ ] [ ▆█▂ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▅█▃ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ██▅ ] [ ██ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅▇█▃ ] dim 0463 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▄█▆▃ ] dim 0464 μ= -0.020 σ= 0.042 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▃█▃ ] dim 0465 μ= -0.006 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ ▂▆█▆▃ ] dim 0466 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂ ] [ █▅ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▂▇██▅▁ ] [ █▇ ] dim 0468 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃█▆ ] dim 0469 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▂▅███▇▃▁ ] [ █▆ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ █▂ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁▅██▂ ] [ ▄█▅ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▅ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▅█▃ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁▄█▇▂ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▇█▁ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█▂ ] dim 0477 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▃ ] dim 0478 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▂ ] dim 0479 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▇█▅ ] dim 0480 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ █▄ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▇█▃ ] dim 0482 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▄ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃██▄ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █ ] dim 0485 μ= +0.017 σ= 0.015 zeros= 0% [ ▇██▁ ] [ ▃██▂ ] dim 0486 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▄ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂▇██▅▂ ] dim 0488 μ= +0.024 σ= 0.045 zeros= 0% [ ▁▂▇██████▇▃▁ ] [ ▃█▃ ] dim 0489 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▄██▅ ] dim 0490 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ █▂ ] dim 0491 μ= +0.019 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▁██▄ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▃█▂ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0494 μ= +0.023 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁██▁ ] dim 0495 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▇█ ] dim 0496 μ= +0.025 σ= 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.021 σ= 0.040 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▁█ ] dim 0501 μ= -0.007 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▁█▆ ] dim 0502 μ= +0.021 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▃██▁ ] dim 0503 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▅█▅ ] [ ▂█▃ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ██▂ ] dim 0506 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▇█▁ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▅█▆▁ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▇ ] dim 0509 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▅ ] dim 0510 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃█▇▄ ] dim 0511 μ= +0.008 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▇█▁ ] dim 0512 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▃▇███▃ ] [ █▇ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▆█▆ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▂ ] dim 0515 μ= -0.028 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▇█ ] dim 0516 μ= +0.025 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▃▇█▇▃ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▇█ ] dim 0518 μ= +0.026 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▃█▅ ] dim 0519 μ= -0.038 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▂▆█▄ ] dim 0520 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃████▆▃▁ ] [ ▄█▇▂ ] dim 0521 μ= +0.020 σ= 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.007 σ= 0.011 zeros= 0% [ ▇█▄ ] [ ▂█▆ ] dim 0526 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ▆█▄ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▇███▅▁ ] [ ▃█▆ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▂▅███▇▃ ] [ ▅█▆ ] dim 0529 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁██ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▂██ ] dim 0531 μ= -0.016 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▅█▅ ] dim 0532 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▄ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▆██▂ ] dim 0534 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ ▁▆█▇▃ ] dim 0535 μ= -0.018 σ= 0.039 zeros= 0% [ ▁▁▅██████▃▁ ] [ ▃█▄ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▃█▇▄ ] dim 0537 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂ ] [ ▁▆█▃ ] dim 0538 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▇▄ ] dim 0539 μ= +0.002 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▂▅█▅ ] dim 0540 μ= -0.006 σ= 0.037 zeros= 0% [ ▂▅█████▅▂ ] [ ▅█▇▁ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▆████▃ ] [ ▆█▆ ] dim 0542 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▅█▇▂ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ █▄ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▅▇█▄ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▃▇████▆▂ ] [ ▁▇█▂ ] dim 0547 μ= -0.012 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▁█▇ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▅█▄ ] dim 0549 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▆▃▁ ] [ ▃███ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▄█▄ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▄█▄ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ █▃ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▄█▆ ] dim 0555 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄██▂ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂ ] [ ▂█▃ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▇█▃ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄██▆▂ ] dim 0559 μ= -0.010 σ= 0.041 zeros= 0% [ ▂▄▇█████▄▃▁ ] [ ▁▄█▇▃ ] dim 0560 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▅█████▆▂ ] [ ▆█▇▂ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▁█▆ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█▃ ] dim 0563 μ= +0.029 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ██ ] dim 0564 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▂█▅ ] dim 0565 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▁▇█▄ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▇ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▃█▄ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇▂ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▃ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▆▂ ] dim 0571 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▆█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▄ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▃███▃▁ ] [ ▅█ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▂▅█▇▆ ] dim 0575 μ= +0.005 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▄█▅ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▆ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂▇█▃ ] dim 0578 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▅████▇▃▁ ] [ ▆█▃ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▅█▆ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█▅ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ █▆ ] dim 0582 μ= +0.023 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▇█▅ ] [ ▅██▂ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▂▅▇█▅▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▁▂▃▆██████▆▃▂▁ ] -> OUTLIER_SPREAD: this_std=0.0502, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ █▆ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▃█ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▂▇█▂ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▆████▇▂▁ ] [ █▁ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▆██▂ ] [ ▅██▄ ] dim 0590 μ= +0.006 σ= 0.034 zeros= 0% [ ▃▆████▆▂▁ ] [ █▃ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃█▃ ] dim 0592 μ= -0.004 σ= 0.023 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.003 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▆ ] dim 0597 μ= +0.016 σ= 0.029 zeros= 0% [ ▁▃▆███▇▃ ] [ ▂█▇▂ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ █▅ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▄█▇▂ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▃█▁ ] dim 0601 μ= +0.013 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ██ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▄ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▅▇█▂ ] dim 0604 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▆█▆ ] dim 0605 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▃██▇▂ ] [ ▅██▂ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃█████▃▂ ] [ ▁▆██▄ ] dim 0608 μ= +0.000 σ= 0.038 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▂▇█▃ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁█▃ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▂█▄ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃▇█▇▃ ] dim 0612 μ= +0.013 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ █▁ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▆█▂ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▆███▄ ] [ ▅█ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃█▄ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▃▇█▄ ] dim 0617 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▅████▅▂▁ ] [ ▂██ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▄█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▅█▆ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▂█▄ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂██▅▁ ] dim 0622 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ █▇▁ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▃ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▄█▆ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▁▆█▇▆ ] dim 0626 μ= -0.014 σ= 0.041 zeros= 0% [ ▂▄██████▅▂▁ ] [ ▃█▅ ] dim 0627 μ= +0.018 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅██▃ ] dim 0628 μ= -0.021 σ= 0.035 zeros= 0% [ ▂▄█████▅▂ ] [ ▂▆█▂ ] dim 0629 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▄█▆ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▅█▇ ] dim 0631 μ= -0.000 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▇█ ] dim 0632 μ= -0.013 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ █▆ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▅█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▅█▇▃ ] dim 0635 μ= -0.018 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▂█▂ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▅ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▂█▄ ] dim 0638 μ= -0.021 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0639 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ █▆ ] dim 0640 μ= +0.002 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▃▆█▅▂ ] dim 0641 μ= -0.008 σ= 0.042 zeros= 0% [ ▁▁▄▇█████▅▂▁ ] [ ▂█▅ ] dim 0642 μ= +0.020 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▂ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▂█▆▂ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▄ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▂██▄ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅████▆▂▁ ] [ ▃█▃ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▂ ] dim 0648 μ= +0.005 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▄ ] dim 0649 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁██▄ ] dim 0650 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂██▄ ] dim 0651 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▄████▄▂ ] [ ▇█▄ ] dim 0652 μ= +0.032 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄██▃ ] dim 0653 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▆████▄▂ ] [ ▂█▃ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▆ ] dim 0655 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ █▆ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▇██▆▂ ] [ ▁▆█▅ ] dim 0657 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ █▃ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▆█▆▁ ] dim 0659 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▅▇█▄ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▃█████▇▄▁ ] [ ▂█▃ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ █▁ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▄▆█▄▁ ] dim 0663 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▅██▁ ] dim 0664 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▃▇█▄ ] dim 0665 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▆████▇▄▁ ] [ ▁█▇ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▃▆█▅▂ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▆ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▆█▂ ] dim 0670 μ= +0.009 σ= 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.019 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃█▇ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▂▅██▁ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▄█▂ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▇ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆████▂ ] [ ▇█ ] dim 0680 μ= +0.008 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▇ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▄███▇▁ ] [ ▇█ ] dim 0682 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▂ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ █▃ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▆█▃ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂▅█▆▁ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▆█▆ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ ▃██▃ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▇█ ] dim 0689 μ= -0.013 σ= 0.022 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.014 σ= 0.034 zeros= 0% [ ▂▆████▆▃▁ ] [ ▇█▂ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▄██▁ ] dim 0695 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▂ ] dim 0696 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▄█▆▃ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ █▂ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▄█▄ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▅█▄ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▇▁ ] [ ▂▆█▄ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▄ ] dim 0702 μ= -0.005 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▂█▇ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▁ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂▆█▄ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ██ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▃██▃ ] [ █▅ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁▇█▄ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▄ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▇▂ ] dim 0710 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▁▇█▄ ] dim 0711 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃▆████▇▅▁▁ ] [ ▁██ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▂████▃▁ ] [ ▄█▄ ] dim 0713 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▂▅█▅ ] dim 0714 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▁█▆ ] dim 0715 μ= +0.019 σ= 0.021 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.040 σ= 0.036 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▅█▆▁ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▇ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▁ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▄█▅ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂██▅ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ██ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ ▄██▇▁ ] dim 0726 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂ ] [ ▇█▃ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▂█▆ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▆█▂ ] dim 0729 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▇███▃▁ ] [ ▁█▇▁ ] dim 0730 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▂█▅▂ ] dim 0731 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▁▆█▁ ] dim 0732 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ██▁ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ██ ] dim 0734 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▇█ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ▃█▁ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█▅ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▂▆████▂▁ ] [ ▂▅█▆▂ ] dim 0738 μ= +0.022 σ= 0.043 zeros= 0% [ ▁▂▅██████▄▂▁ ] [ █▅ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂▅█▅▂ ] dim 0740 μ= +0.014 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█▂ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▇▄ ] dim 0742 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ █▅ ] dim 0743 μ= -0.038 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▂█▆▁ ] dim 0744 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▁▅████▃▁ ] [ ▄█▅ ] dim 0745 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▃█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▄ ] dim 0747 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ ▅█▅ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▇█ ] dim 0749 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▂▇█▇▄ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▃▅█████▆▂ ] [ ▅█▇▂ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▆████▅▁ ] [ ▂█▇ ] dim 0752 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▃ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█ ] dim 0754 μ= -0.012 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▂█▁ ] dim 0755 μ= -0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▆███▅▂ ] [ ▂█▆ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ ▂▇█▅ ] dim 0758 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▆█████▃▁ ] [ ▅█▇▁ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▃█████▆▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ██▂ ] [ ▂█▇▅▂ ] dim 0761 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▅█▄ ] dim 0762 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▄ ] dim 0763 μ= -0.006 σ= 0.029 zeros= 0% [ ▃████▆▂▁ ] [ ▆█▂ ] dim 0764 μ= +0.009 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▂█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁██▄ ] dim 0766 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▇▂ ] [ ▆█▆ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▄█▅ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▅█▄ ] dim 0770 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▆█ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▆███▂ ] [ ▁█ ] dim 0772 μ= +0.014 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▂██▄ ] dim 0773 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂▆█▃ ] dim 0774 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅████▇▄▁▁ ] [ ▂█▃ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▃█▇▄ ] dim 0776 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▄██▂ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▂▆████▄▂ ] [ ▄█▂ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▆█▅ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▄ ] dim 0780 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█ ] dim 0781 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▅█ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▂█▄ ] dim 0783 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▄ ] dim 0784 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▄ ] dim 0785 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃██▁ ] dim 0786 μ= +0.022 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ █▆ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▁██▂ ] dim 0788 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▅█▅ ] dim 0789 μ= +0.017 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▂▆█▆ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▂▄█████▄▁▁ ] [ ▃█ ] dim 0791 μ= -0.008 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▅█▄ ] dim 0792 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▃ ] dim 0793 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▆ ] dim 0794 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▅█▄ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▇███▆▁ ] [ ▆█▄ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▃ ] dim 0797 μ= -0.028 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄██ ] dim 0798 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ▄█▅ ] dim 0799 μ= -0.042 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄▆█▄ ] dim 0800 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▃▆████▇▄▂ ] [ ▂█ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▄█▂ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▄█ ] dim 0803 μ= +0.009 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▅██▂ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.009 zeros= 0% [ ▂█▄ ] [ ▄█▅ ] dim 0806 μ= -0.024 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂▇▇█▃ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▃█▇▃ ] dim 0808 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂██▄ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▆ ] dim 0811 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▃▇█▂ ] dim 0812 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁ ] [ ▇█▁ ] dim 0813 μ= +0.027 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▄█▁ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▄ ] dim 0815 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▆ ] dim 0816 μ= +0.041 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █ ] dim 0817 μ= +0.035 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃▆█▂ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▇█▅ ] dim 0819 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▃████▇▄▁ ] [ ▅██▄ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ █▇ ] dim 0821 μ= +0.004 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▃█▁ ] dim 0822 μ= -0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃██▅ ] dim 0823 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▄█▃ ] dim 0824 μ= -0.006 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▆ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▄███▇▁ ] [ ▃█▆ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▃▇███▇▃▁ ] [ ▆█ ] dim 0827 μ= -0.011 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▅█▅ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃▆█▅ ] dim 0829 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▄█▆▁ ] dim 0830 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ █▁ ] dim 0831 μ= -0.000 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▇█ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▅█▅ ] dim 0833 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ ▄█▇▁ ] dim 0834 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂ ] [ ▆█▅ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ █▅ ] dim 0836 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▇█▂ ] dim 0837 μ= +0.027 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▄█▂ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▆█▄ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▅█▆ ] dim 0840 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▆█▃ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▆ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ██▁ ] dim 0844 μ= +0.007 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▁▇█▁ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▄ ] dim 0846 μ= -0.021 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅▇█▃ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄█▆▂ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▆ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▄ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁█▇ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▂▆█▆▁ ] dim 0852 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▂█▄ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▆█▃ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ █▅ ] dim 0855 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▆█▂ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▂██▃ ] dim 0857 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▅ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▂█▅ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃██▂ ] dim 0860 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂█████▄▁ ] [ █▆ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁▆█▅▁ ] dim 0862 μ= -0.025 σ= 0.037 zeros= 0% [ ▂▅█████▄▂ ] [ ▅█▂ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ██▂ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▁█▄ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▆ ] dim 0866 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 0867 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▃█▇ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▄ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▃█▆ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ ▄█▇▃ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▂▃▆████▆▂▁ ] [ ▄█▇▆ ] dim 0872 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▆█▅ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁▇█▇▁ ] dim 0874 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▁█ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▆▁ ] [ ▂█ ] dim 0876 μ= +0.013 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂█▄ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃▁ ] [ ▂█ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▃▆█▅▂ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▂██▆ ] dim 0880 μ= +0.033 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ █▆ ] dim 0881 μ= -0.037 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▄█▇▃ ] dim 0882 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▃█▇▁ ] dim 0883 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 0884 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▆███▆▂ ] [ █▇ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▂█▇▁ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▆ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ██ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁██▃ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▃█▃ ] dim 0890 μ= +0.018 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂█▇▁ ] dim 0891 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▁ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▅███▂ ] [ ▄█▄ ] dim 0893 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▆█▇ ] dim 0894 μ= -0.022 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▇█▅▁ ] dim 0895 μ= -0.001 σ= 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.027 zeros= 0% [ ▁▃████▃▁ ] [ █▄ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▁█▇▂ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▄ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▇▂ ] dim 0902 μ= +0.021 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▆ ] dim 0903 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ █▆ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▄▇█▄ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▂▃█████▇▃▁ ] [ ▅█▆▁ ] dim 0906 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▆█ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▃█▃ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃██▂ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄▆█▆▂ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▃▅██████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0482, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▃█▆ ] dim 0911 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▆▂▁ ] [ █▆ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▃ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▄ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂██▃ ] dim 0915 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▅ ] dim 0916 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▁ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁▇█▆▂ ] dim 0918 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▄▁▁ ] [ ▄█▆▃ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▅████▄▂ ] [ ▆█ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▁▆█▆ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▆█▄ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▂████▆▂ ] [ ▅█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁█▇ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂▇█▂ ] dim 0925 μ= -0.032 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂ ] [ ▅█▄ ] dim 0926 μ= +0.034 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▃ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▆█▅▂ ] dim 0928 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂█▅ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▂ ] [ ▄█▂ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▅██▃ ] dim 0931 μ= -0.011 σ= 0.036 zeros= 0% [ ▂▇█████▄▁ ] [ ▇█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▅█ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▆█▆▂ ] dim 0934 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▄█████▄▂ ] [ ▅█▃ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▆ ] dim 0936 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▂█▄ ] dim 0937 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▂▇█▃ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁██▂ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▃ ] dim 0940 μ= +0.015 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▅ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▆█▇▃ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▁▃▅█████▅▃▁ ] [ ▇█▁ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▅█▄ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▁█▄ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▅ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▇█▂ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▂████▃▁ ] [ ▅█▄ ] dim 0948 μ= +0.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.018 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ ▆█▅ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▅█▄ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁▇█▅ ] dim 0955 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▂███▁ ] [ █▄ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▆█▁ ] dim 0958 μ= +0.007 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃██ ] dim 0959 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▆ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▄███▆▁ ] [ ▂█▁ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▂█▁ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃██▂ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ▄▇█▄ ] dim 0965 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▅▇█▇▂ ] dim 0966 μ= +0.010 σ= 0.042 zeros= 0% [ ▂▄▇█████▅▃▁ ] [ ▆█ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▄█ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▃██▆ ] [ ▆██▂ ] dim 0969 μ= +0.020 σ= 0.031 zeros= 0% [ ▂█████▄▁ ] [ ▂▆█▄ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▂ ] [ ▂▇██▃ ] dim 0971 μ= +0.017 σ= 0.048 zeros= 0% [ ▁▂▄███████▅▂▁ ] [ ▄██▆ ] dim 0972 μ= -0.010 σ= 0.032 zeros= 0% [ ▂▅█████▃ ] [ █▃ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▃█▁ ] dim 0975 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▂ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▇█▆ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄██▂ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▂█▃ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▅█▂ ] dim 0980 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ▄█▅ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▂▅███▆▁ ] [ ▃█▇▂ ] dim 0982 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▃ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▃███▄ ] [ █▁ ] dim 0984 μ= -0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▇█▄ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▇▄ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▂▄█████▇▂ ] [ ▄██▃ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃▇████▅▃ ] [ █▅ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▄█▅▁ ] dim 0989 μ= -0.022 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆██▁ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃█▄ ] dim 0992 μ= -0.021 σ= 0.027 zeros= 0% [ ▁▅███▆▂▁ ] [ ▂█▇▄ ] dim 0993 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▅█▇▂ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▃▇█▃ ] dim 0995 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▂▅████▆▃▁ ] [ █▄ ] dim 0996 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▆█▂ ] dim 0997 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▄█▃ ] dim 0998 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▅ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▆ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅██▁ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▁█▇▁ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▃ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▅█▂ ] dim 1005 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▂ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▂████▅▂ ] [ ▁▇█▂ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▃█▅ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▁ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ █▇█▁ ] dim 1010 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▆ ] dim 1011 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▆ ] dim 1012 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▅ ] dim 1013 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▄ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆███▆▃▁ ] [ █ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▃█▇ ] [ █▃ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▆█▁ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁▆█▄ ] dim 1019 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▄ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▇█▅ ] dim 1021 μ= +0.031 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▃██▄ ] dim 1022 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▁▆█▃ ] dim 1023 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▄████▅▂ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.7s smell: 200/2000 ( 10%) 1.1s smell: 300/2000 ( 15%) 1.6s smell: 400/2000 ( 20%) 2.0s smell: 500/2000 ( 25%) 2.5s smell: 600/2000 ( 30%) 2.9s smell: 700/2000 ( 35%) 3.4s smell: 800/2000 ( 40%) 3.8s smell: 900/2000 ( 45%) 4.2s smell: 1000/2000 ( 50%) 4.5s smell: 1100/2000 ( 55%) 4.9s smell: 1200/2000 ( 60%) 5.3s smell: 1300/2000 ( 65%) 5.7s smell: 1400/2000 ( 70%) 6.1s smell: 1500/2000 ( 75%) 6.4s smell: 1600/2000 ( 80%) 6.9s smell: 1700/2000 ( 85%) 7.2s smell: 1800/2000 ( 90%) 7.7s smell: 1900/2000 ( 95%) 8.0s smell: 2000/2000 (100%) 8.6s smell: isotropy=0.178 full-cov, 0.790 diag-only (effective rank ~182.0/1024 full, ~809.1/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 20.1s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▇█▅▃▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▂▃▆███████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ ▃▇█▇▅▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▄▇██████▇▃▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▆█▂ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▁██▁ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▂ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃█████▅▂ ] [ ▆█▅ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▁▇█▄ ] dim 0004 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▇▂ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▆█ ] dim 0006 μ= -0.000 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▃ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▆█ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▅██▇▁ ] [ ▅█▆ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▃████▇▃ ] [ ▄██▂ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▄█▅ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▄█████▄▁ ] [ █▄ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▁█▃ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▅█▅▁ ] dim 0014 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▇█ ] dim 0015 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▂██▂ ] dim 0016 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▄▇█▃ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▁▅▇█▅ ] dim 0018 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▅█▅ ] dim 0019 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▃████▇▃ ] [ ▂██ ] dim 0020 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▇▁ ] [ ▄█▅ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▅▃ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅▆█▆▄ ] dim 0023 μ= -0.007 σ= 0.046 zeros= 0% [ ▁▃▇██████▅▃▁▁ ] [ ▃██▁ ] dim 0024 μ= -0.006 σ= 0.033 zeros= 0% [ ▃▇████▅▂ ] [ ▁▇█▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▄ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▂▅███▇▃▁ ] [ ▇█▅ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁██▂ ] dim 0029 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▄ ] dim 0030 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▁ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▅█▆▂ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▄█████▄▂ ] [ ▃█▅ ] dim 0033 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ █▇ ] dim 0034 μ= -0.003 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▁▆█▇▁ ] dim 0035 μ= +0.008 σ= 0.034 zeros= 0% [ ▁▄█████▄▂ ] [ ▆█ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ █▇ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▂██▁ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▁▄▇█▄ ] dim 0040 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▃█ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▇█▂ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▂▇███▅▁ ] [ ▃█▇ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▆▂ ] dim 0044 μ= -0.023 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▁██▁ ] dim 0045 μ= +0.017 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▁█▅ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▂███▅ ] [ ▅█▅ ] dim 0047 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁▅█▆▂ ] dim 0048 μ= +0.011 σ= 0.040 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▆█▂ ] dim 0049 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▆▂ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▅████▄▁ ] [ ▄██▃ ] dim 0051 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▂█ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ █▇ ] dim 0053 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▁█▆ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▇█ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▂█▇▃ ] dim 0056 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▆▁ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▆█▇▂ ] dim 0058 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▂█████▄▁ ] [ ▄█▇ ] dim 0059 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▇███▇▃ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▅█▆ ] [ ▅█▃ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄▇███▅▂ ] [ ▃▆█▄ ] dim 0062 μ= -0.034 σ= 0.035 zeros= 0% [ ▁▁▅█████▄▁▁ ] [ ▂██▁ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▅ ] dim 0064 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▆█▄ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▃ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▁▅▇█▃ ] dim 0067 μ= -0.004 σ= 0.039 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.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▅ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁█ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▇ ] [ ▅█▄ ] dim 0074 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▅ ] dim 0075 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ██ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▁▅█▇▂ ] dim 0077 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▂█▇ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▄█▅ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▆████▂ ] [ █ ] dim 0080 μ= -0.012 σ= 0.014 zeros= 0% [ ▁██▇▁ ] [ ▄█▆ ] dim 0081 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▃▅█▁ ] dim 0082 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▂█▆ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃██▁ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃█████▅▂ ] [ ██▁ ] dim 0085 μ= -0.002 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▁██▃ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▄ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▃███▆▂ ] [ ▃█▅ ] dim 0088 μ= -0.009 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ ▂▆█▅ ] dim 0089 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▅████▇▃▁ ] [ ▂▇█▄▁ ] dim 0090 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▅ ] dim 0091 μ= +0.033 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▂██▃ ] dim 0092 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄█▇▃ ] dim 0093 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▁▆█▄ ] dim 0094 μ= +0.002 σ= 0.027 zeros= 0% [ ▄████▅▂ ] [ █ ] dim 0095 μ= -0.012 σ= 0.013 zeros= 0% [ ▆█▆ ] [ ▁▆█▅ ] dim 0096 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▂██ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▅█▅ ] dim 0098 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▇███▅▁ ] [ █▄ ] dim 0099 μ= -0.006 σ= 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.023 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▃ ] dim 0103 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▅ ] dim 0104 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▃ ] dim 0105 μ= +0.006 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▇ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▇▃ ] [ █▇ ] dim 0107 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▆██▆ ] [ ▂██▅ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▂▅█████▄▁ ] [ ▂█▄ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▃███▄▁ ] [ ▄█▃ ] dim 0110 μ= +0.007 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅█▁ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▄ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▃█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆▇█▃ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▅█████▆▃▁ ] [ ▁▇█▅ ] dim 0115 μ= -0.015 σ= 0.034 zeros= 0% [ ▂▅████▇▄▁ ] [ ▂█▁ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▄ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▆█▅ ] dim 0118 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▅ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▂▆█▅▁ ] dim 0120 μ= -0.033 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▃██ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ █▅ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▆█▁ ] dim 0123 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▅█▁ ] dim 0124 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃▅█▅▁ ] dim 0125 μ= -0.002 σ= 0.045 zeros= 0% [ ▁▃▅██████▅▂▁ ] [ ▃█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▇█▁ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▂▇███▃▁ ] [ ▃██▄ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂▅▇█▃ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▃█▅ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▃██▂ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▅ ] dim 0132 μ= +0.006 σ= 0.025 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.009 σ= 0.040 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▂█▇▂ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▂██▂ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▆ ] dim 0139 μ= +0.007 σ= 0.029 zeros= 0% [ ▃█████▂ ] [ ▅█▃ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █▂ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ██▂ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▇▁ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▄█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▅██▇▁ ] [ ▃█▇▂ ] dim 0146 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█▄ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▃▇███▆▁ ] [ █▇ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▆█▅ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂▇██▃ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▆█████▅▂ ] [ ▆█▇▃ ] dim 0151 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▃█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▇ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▅▂ ] dim 0154 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ █ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▇██▁ ] [ ▃█▇▃ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▆████▅▃▁ ] [ ▄█▇ ] dim 0157 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ █▆ ] dim 0158 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▇▄ ] dim 0159 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ▂▇█▂ ] dim 0160 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄██▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▃█▇▁ ] dim 0162 μ= -0.004 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▅█▁ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▆▁ ] dim 0164 μ= +0.034 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▆ ] dim 0165 μ= -0.012 σ= 0.027 zeros= 0% [ ▂▇███▇▂ ] [ ▄█▅▁ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ █▄ ] dim 0167 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▂█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▂██▅▁ ] [ ▁▆█▂ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▅ ] dim 0170 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▄█▅ ] dim 0171 μ= -0.009 σ= 0.028 zeros= 0% [ ▂▆████▃ ] [ ▂█▅ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ █▄ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▂██▂ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▅ ] dim 0175 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▆█ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▄█▅ ] dim 0177 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▁ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃█▇▃ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▆████▅▃▁ ] [ ▄█▅ ] dim 0180 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁██▁ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▁▅█▅▃ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▁▂▅██████▄▂▁ ] [ ▃▆█▆▁ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▂██▅ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ █▅ ] dim 0186 μ= -0.004 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▆█▃ ] dim 0187 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ █▇ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▇▄▁ ] dim 0189 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▁▆█▆▁ ] dim 0190 μ= -0.011 σ= 0.036 zeros= 0% [ ▂▄█████▅▂ ] [ ▄██▃ ] dim 0191 μ= -0.003 σ= 0.036 zeros= 0% [ ▁▃█████▇▃▁▁ ] [ ▂██▃ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▇▄ ] dim 0193 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▆████▆▂▁ ] [ ▅█▇ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▃ ] dim 0195 μ= +0.026 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▃ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▇█▂ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂▇█▄ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▁▆█▄ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▅▂▁ ] [ █▂ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▆█▁ ] dim 0202 μ= +0.000 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▆ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃█▇▃ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ ▂█▇ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▄███▇▂ ] [ ▅█▃ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▇▂ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁█▃ ] dim 0208 μ= -0.029 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▁▇█▂ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▂████▃ ] [ █▁ ] dim 0210 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂█▇▃ ] dim 0211 μ= +0.000 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▅██▂ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▆█▂ ] dim 0213 μ= -0.001 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▃██▃ ] dim 0214 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▁██▁ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▄███▇▃ ] [ ▂▆█▄ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▅████▇▃▁ ] [ ▇█ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▅█▅ ] dim 0219 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄█████▂▁ ] [ ▂██▆ ] dim 0220 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▅█████▂▁ ] [ ▂█▄ ] dim 0221 μ= -0.009 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▆▁ ] dim 0222 μ= -0.002 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▃█▃ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▇▅ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▄█▅▁ ] dim 0225 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▂██▂ ] dim 0226 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▁▇█▅ ] dim 0227 μ= -0.034 σ= 0.030 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃▆█▅ ] dim 0228 μ= +0.040 σ= 0.037 zeros= 0% [ ▁▃▆█████▅▁ ] [ ▆█▄ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▃ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█▃ ] dim 0231 μ= -0.016 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▅ ] dim 0232 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▅ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▁██▅ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▅█ ] dim 0235 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃▆█▅▂ ] dim 0236 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▄▇█████▄▂▁ ] [ ▂█▅ ] dim 0237 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▇ ] dim 0238 μ= -0.008 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂██▃ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▇▁ ] dim 0240 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▁█▇▇▄ ] dim 0241 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▅█▂ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▆ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▂▇██▅ ] [ ▄█▆▂ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂▇█▆ ] dim 0245 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█ ] dim 0246 μ= -0.016 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▂▇█▃ ] dim 0247 μ= -0.037 σ= 0.034 zeros= 0% [ ▂▅████▆▃▁ ] [ ▂▅█▇▁ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▅█████▅▂ ] [ ▂██▄ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▃▅████▅▂▁ ] [ ▆█▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▂█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁█▆ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅█▂ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▆█▄ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▁▅█▅▂ ] dim 0255 μ= -0.011 σ= 0.038 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▄██▆▅▁ ] dim 0256 μ= -0.010 σ= 0.045 zeros= 0% [ ▁▂▄▇██████▄▂▁ ] [ ▂██▄ ] dim 0257 μ= -0.001 σ= 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.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ██ ] dim 0261 μ= -0.020 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁█▂ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▁█▂ ] dim 0263 μ= -0.011 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▇█▅ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▄████▇▃ ] [ ▄█▆ ] dim 0265 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▁ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▃ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▃▇█▅▁ ] dim 0268 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▁▆█▃ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▃████▅▂ ] [ ▁▇█▃ ] dim 0270 μ= +0.000 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▇ ] dim 0271 μ= -0.009 σ= 0.027 zeros= 0% [ ▂▅███▇▂▁ ] [ ▂█▄ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▃███▄▁ ] [ ▄██▃ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ ▆█▇ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▃████▇▄▁ ] [ ██▃ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▂█▅ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▇█▄ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▅ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▃▇█▅ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▂▆█████▂▁ ] [ ▄█▄ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▃ ] dim 0281 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▂▇███▄▁ ] [ ▃█▁ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▅ ] dim 0283 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▁▇█▄ ] dim 0284 μ= -0.052 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▆▁ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▇▂ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▅█▁ ] dim 0287 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃▆█▇▄ ] dim 0288 μ= -0.011 σ= 0.043 zeros= 0% [ ▁▁▃▇█████▇▃▂▁ ] [ ▄█▅ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▇▄ ] dim 0290 μ= +0.015 σ= 0.036 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.026 zeros= 0% [ ▁▄████▃ ] [ ▆█ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ██▂ ] dim 0296 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▇███▄ ] [ █▆ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▄█▄ ] dim 0298 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▄ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▄██▃ ] dim 0300 μ= -0.021 σ= 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.017 zeros= 0% [ ▄██▆▁ ] [ ▂▇█▄ ] dim 0304 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▂▇█▅ ] dim 0305 μ= +0.023 σ= 0.033 zeros= 0% [ ▂▄█████▄▁ ] [ ▇█▇▄ ] dim 0306 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▄█████▅▁▁ ] [ █▂ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁▅█▇▂ ] dim 0308 μ= +0.029 σ= 0.037 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▇█▄ ] dim 0309 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▇█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁██▁ ] [ █ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁▇█▇ ] [ ▃██▄ ] dim 0312 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▄█▂ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▄▅█▆▁ ] dim 0314 μ= +0.003 σ= 0.044 zeros= 0% [ ▁▂▄██████▆▃▁ ] [ ▇█▁ ] dim 0315 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▃██ ] dim 0316 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▅ ] dim 0317 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ █▁ ] dim 0318 μ= -0.011 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▇█▆▁ ] dim 0319 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▃ ] dim 0320 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▆███▅▁ ] [ █▄ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▅█▆▂ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▄█████▅▃▁ ] [ ▅▇█▃ ] dim 0323 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▃█████▆▂▁ ] [ █▆ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▆█▆▂ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▁█▇ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ █▇ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▇█▂ ] [ ▅█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁▄█▇▄ ] dim 0330 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▁▅██████▅▂▁ ] [ ▅▆█▄ ] dim 0331 μ= -0.002 σ= 0.039 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.033 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▅█▄ ] dim 0337 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▆ ] dim 0338 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█▄ ] dim 0339 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▁▇█▄ ] dim 0340 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ██ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▆█▁ ] dim 0342 μ= -0.018 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▅█ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▁█▇ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▃██▁ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▅████▃ ] [ █▆ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▄█▆▁ ] dim 0347 μ= -0.024 σ= 0.030 zeros= 0% [ ▂▆████▄▂ ] [ ▃█▅ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▆▁ ] dim 0349 μ= -0.027 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ █▆ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▇██▅▁ ] [ ▁██▃ ] dim 0351 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▅ ] dim 0352 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂████▇▃▁ ] [ ▅█▃ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▅█▆▃ ] dim 0354 μ= +0.012 σ= 0.036 zeros= 0% [ ▂▃▇████▅▂▁ ] [ ▂█▃ ] dim 0355 μ= -0.010 σ= 0.021 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.011 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▆ ] dim 0360 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▂▆█▅ ] dim 0361 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▄ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂██▃ ] dim 0363 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▅██▁ ] dim 0364 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▇▁ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ █▇ ] dim 0366 μ= -0.021 σ= 0.021 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.003 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▁▅█▅▁ ] dim 0371 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂▅█▄ ] dim 0372 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▄█▇▃ ] dim 0373 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂ ] [ ▆█ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▅█▆▁ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▁█▂ ] dim 0376 μ= -0.010 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▃█▆ ] dim 0377 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▁ ] dim 0378 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▅ ] dim 0379 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▂▇███▅▁ ] [ ▁██ ] dim 0380 μ= -0.003 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▆█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▆█▇▁ ] dim 0382 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃▆█▇ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▄█▇ ] dim 0384 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆████▂ ] [ ▁▇█▄ ] dim 0385 μ= +0.021 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▃█▄ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▄█▆ ] [ ▂▆█▇▂ ] dim 0388 μ= +0.011 σ= 0.044 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▄█▄ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ ▅█▄ ] dim 0390 μ= +0.026 σ= 0.027 zeros= 0% [ ▁▂▆███▆▂ ] [ ▁▇█▄ ] dim 0391 μ= +0.001 σ= 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.002 σ= 0.034 zeros= 0% [ ▁▂▆████▅▃▁ ] [ ▄█▁ ] dim 0396 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▅██▆▁ ] dim 0398 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▄▇█████▄▂▁ ] [ ▂█▁ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▅██▅ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▂▇█▃ ] dim 0401 μ= -0.016 σ= 0.030 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.029 zeros= 0% [ ▁▄████▅▁ ] [ █▆ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ █▅ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▆█▃ ] dim 0408 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▁▇█▁ ] dim 0410 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▇▄ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▅▂ ] [ ▃██▆▂ ] dim 0412 μ= +0.004 σ= 0.039 zeros= 0% [ ▁▃██████▅▂▁ ] [ ▄█▅ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▅ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▇ ] dim 0415 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▆██▄ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▅█▄ ] dim 0417 μ= +0.008 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▅█▁ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ █▄ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▄▇█▇▁ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▆█████▄▁ ] [ ▁▇█▁ ] dim 0421 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▄ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▁█▇ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▁█▆ ] dim 0424 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃▅█▆▁ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▅█ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▃▆█▃ ] dim 0427 μ= +0.002 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂▇█▆ ] dim 0428 μ= +0.023 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▃ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▄█▅ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▇▁ ] dim 0431 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▄ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▅█▆ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▂ ] dim 0434 μ= +0.003 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂█ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▇▃ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▄█████▅▂ ] [ ▅█▇▂ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ █▇▂ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂██▄ ] dim 0439 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▇█▅ ] dim 0440 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▄██▄ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▁█▅ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ █▂ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▁▆█▆▅▁ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▁▂▆██████▅▂▁ ] [ ▃█▁ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▁▆█▂ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅█ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▂▆███▄ ] [ ▅█▄ ] dim 0448 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃████▆▃▁ ] [ █▅ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▂█▄ ] dim 0451 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▄ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂▁ ] [ █▄ ] dim 0453 μ= -0.008 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▆█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▃▆█▆▅ ] dim 0455 μ= +0.010 σ= 0.044 zeros= 0% [ ▁▂▃▆██████▃▂ ] [ ▃▇█▄ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▅████▇▃▁ ] [ ▄█▇ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▃██▂ ] dim 0458 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ ▅█▅ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▄ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▄██▁ ] [ ▄█▁ ] dim 0462 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▇▅ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▅▇█▆▂ ] dim 0464 μ= -0.019 σ= 0.044 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ ▃█▅ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▁▅██▅ ] dim 0466 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▅█▁ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▁▇█▁ ] dim 0469 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▆█ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂█▇▂ ] dim 0472 μ= -0.002 σ= 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.039 zeros= 0% [ ▁▄▇█████▄▁▁ ] [ ▁█▄ ] dim 0476 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ █▅ ] dim 0477 μ= -0.006 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▃██ ] dim 0478 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▁▆█▇ ] dim 0479 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▅▁ ] dim 0480 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▇█▁ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▆████▂▁ ] [ ▆█▇▁ ] dim 0483 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▆█▅ ] dim 0484 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁▁ ] [ █▆ ] dim 0485 μ= +0.015 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▄█▄ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▂████▆▂ ] [ ▂██▁ ] dim 0487 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▃▆█▅▂ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▂▃██████▇▄▂▁ ] [ ▃█▇ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▃ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▆█ ] dim 0491 μ= +0.020 σ= 0.015 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.015 σ= 0.027 zeros= 0% [ ▃▇███▆▂ ] [ █ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▃█ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▃▇█▅▁ ] dim 0498 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▂▄▇█████▄▁ ] [ ▇█▆ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▂▇████▃ ] [ ▂▇█▇▂ ] dim 0500 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ █▃ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▆█▁ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▄ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▇▃▁ ] [ █▅ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▂██▁ ] [ ▁██▁ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▄ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▆███▇▁ ] [ ▄█▃ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃██▅ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂ ] [ █▆ ] dim 0509 μ= -0.002 σ= 0.024 zeros= 0% [ ▃▇███▂▁ ] [ ▃█▇ ] dim 0510 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▅▂ ] dim 0511 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▁▅█████▅▂▁ ] [ ▅█▃ ] dim 0512 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ██▄ ] [ ▅█▇▁ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█▅ ] dim 0515 μ= -0.030 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▂ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅██▄ ] dim 0517 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▄█████▆▃▁▁ ] [ ▄█▃ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▃ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅▁ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃▆█▄ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂█▆ ] dim 0522 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▇█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▃██ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ █▂ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▆█▃ ] dim 0526 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▃█▆ ] dim 0527 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄███▇▂▁ ] [ ▂▆█▁ ] dim 0528 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▇▁ ] dim 0529 μ= +0.013 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▃ ] dim 0530 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▃ ] dim 0531 μ= -0.014 σ= 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.016 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▇█ ] dim 0536 μ= +0.017 σ= 0.019 zeros= 0% [ ▁▇██▇▁ ] [ ▂▇█▄ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▅█████▃▁ ] [ ▄█▆ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃▇█▅▁ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▂▆█████▅▁▁ ] [ ▆▇█▄ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▄▇████▇▂ ] [ ▁▇█▁ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▇▃ ] dim 0542 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂ ] [ ▂▆█▃ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▂▃▇████▇▃▁ ] [ ▄█▂ ] dim 0544 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▅█ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▄██▅▁ ] [ ▂▆█▅ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▂▅█████▃▁ ] [ ▄█▃ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▇█▃ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▄██▁ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▁▆██▄ ] dim 0550 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ █ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄█▇▁ ] dim 0552 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▅▁ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▇ ] dim 0554 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▄▇█▁ ] dim 0555 μ= +0.012 σ= 0.030 zeros= 0% [ ▂▇████▄▁ ] [ ▂▆█▄ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▂▅█████▄▁ ] [ ██ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ ▃█▅ ] dim 0558 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂▅██▂ ] dim 0559 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▅█████▇▃▂ ] [ ▅█▇▄ ] dim 0560 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▄██████▃▁ ] [ ▃██▃ ] dim 0561 μ= -0.022 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▇█▁ ] dim 0562 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▃█▇ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▃ ] dim 0564 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▃███▃ ] [ ██ ] dim 0565 μ= -0.021 σ= 0.021 zeros= 0% [ ▁████▂ ] [ ▅█▅ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▂████▇▂ ] [ ▄█ ] dim 0567 μ= +0.002 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▇ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▄████▂▁ ] [ ▆█▄ ] dim 0569 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃█▇ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▄███▇▃ ] [ ▁▆█▃ ] dim 0571 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ █ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ █▇ ] dim 0573 μ= -0.003 σ= 0.021 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.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▇▁ ] dim 0578 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ ▃█▄ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▇▂ ] dim 0580 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▆█▁ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▅█▁ ] dim 0582 μ= +0.024 σ= 0.020 zeros= 0% [ ▃███▃ ] [ █▄ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▇█▂ ] dim 0584 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▂▇█▅▃▁ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▂▃▆███████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ ▆█▁ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▂ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▄█▄ ] dim 0588 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▄▇████▃▂ ] [ ▅█ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▁▅█▅ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▄█████▃▂▁ ] [ ██ ] dim 0591 μ= -0.020 σ= 0.017 zeros= 0% [ ▅██▆▁ ] [ ██ ] dim 0592 μ= -0.003 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▄█▇▆ ] dim 0593 μ= +0.018 σ= 0.036 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.016 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▆ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▁█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▄▇█▅ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▁█▇ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▃█▁ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁██ ] dim 0603 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▃ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▄▂ ] [ ▂█▇▂ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▄ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▂███▄▁ ] [ ▂▇█▃ ] dim 0607 μ= +0.001 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄▇█▆ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▄▇█████▄▁ ] [ ▅█▆▁ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▇████▃ ] [ ▇█ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ █▇▂ ] dim 0611 μ= -0.001 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▁▇█▆▄ ] dim 0612 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▄█ ] dim 0613 μ= +0.019 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▅ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▃ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▂█▇ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▆█▅ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█▄ ] dim 0618 μ= +0.004 σ= 0.027 zeros= 0% [ ▃▇███▅▂ ] [ █▂ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▂█▇▁ ] dim 0620 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▁ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▇█▇▂ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄█▃ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ █▄ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▆█▃ ] dim 0625 μ= -0.018 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▃▆█▇▂ ] dim 0626 μ= -0.012 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▂██▂ ] dim 0627 μ= +0.017 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▇▅ ] dim 0628 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▂▇█████▃▁ ] [ ▆██▁ ] dim 0629 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄▇████▃▁ ] [ ▅█▁ ] dim 0630 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂▇█▃ ] dim 0631 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▄█▃ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▄█▁ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▄ ] dim 0634 μ= -0.008 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▃█▇▃ ] dim 0635 μ= -0.019 σ= 0.037 zeros= 0% [ ▁▂▇█████▄▁ ] [ █▇ ] dim 0636 μ= -0.004 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▇▁ ] dim 0637 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ██ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▄██▃ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▁ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃▆▇█▃ ] dim 0641 μ= -0.008 σ= 0.041 zeros= 0% [ ▁▃▅█████▇▃▁ ] [ ▇█▁ ] dim 0642 μ= +0.019 σ= 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.032 zeros= 0% [ ▁▂▇████▆▁ ] [ ▆██▁ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▃▇████▃▁ ] [ ▁█▇ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▄ ] dim 0648 μ= +0.006 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▄█▄ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▁ ] [ ██▇▁ ] dim 0650 μ= -0.009 σ= 0.031 zeros= 0% [ ▃▇████▄▁ ] [ ▅█▅ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▇▁ ] dim 0652 μ= +0.029 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█▃ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ██ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▇█▂ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▁ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃██▂ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁ ] [ ▅█ ] dim 0658 μ= +0.001 σ= 0.018 zeros= 0% [ ▁▄██▇▁ ] [ ▂██▃ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▃▇█▆▁ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁█▇▁ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▆█ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▁▇█▇▂ ] dim 0663 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▆█▂ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▄████▅▁▁ ] [ ▁▇█▇▂ ] dim 0665 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ ▅█▂ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁▆▇█▄ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂█▂ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁▇█▂ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▆█▆ ] dim 0672 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▄ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▇█▃ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▃ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▁▆█▃ ] dim 0676 μ= -0.018 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▃▇█▃ ] dim 0677 μ= +0.018 σ= 0.035 zeros= 0% [ ▃▇████▇▄▁ ] [ ▂█▅ ] dim 0678 μ= -0.027 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▁██▁ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█▁ ] dim 0681 μ= +0.038 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▃ ] dim 0682 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▇█▃ ] dim 0683 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▅█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▄██▄▁ ] [ ▃█▆ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▁▆██▄ ] dim 0686 μ= -0.024 σ= 0.042 zeros= 0% [ ▃▅██████▄▁▁ ] [ ▂▆█▂ ] dim 0687 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▃▇█▆▂ ] dim 0688 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▄█▄ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ █▃ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂▇█▃ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▃██▃ ] dim 0692 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▁▇█▅ ] dim 0693 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▂█▄ ] dim 0694 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▇█▃ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▂████▆▂ ] [ ▃█▅ ] dim 0696 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▃███▆▁ ] [ ▂▆█▄ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂▁ ] [ █▇ ] dim 0698 μ= -0.022 σ= 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.033 zeros= 0% [ ▁▃█████▄▁▁ ] [ ▃█▇▁ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▂ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▂▆███▄▁ ] [ █▅ ] dim 0704 μ= -0.004 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▄█▅ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▇ ] [ ▇█ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▅█▆▁ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ██▁ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▂████▃ ] [ ▁▃██▄▁ ] dim 0710 μ= +0.000 σ= 0.039 zeros= 0% [ ▁▃██████▄▁▁ ] [ ▅██▂ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▄█▄ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▆ ] dim 0713 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▅▇█▃ ] dim 0714 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▅█████▆▂▁ ] [ ▆█ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ █▆ ] dim 0716 μ= +0.013 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▅█▅ ] dim 0717 μ= +0.009 σ= 0.029 zeros= 0% [ ▂▅███▇▂▁ ] [ █▄ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▁▇██▃ ] [ ▂▇█▆▁ ] dim 0719 μ= +0.042 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▃▆█▃ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▅█▄ ] dim 0721 μ= -0.014 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▇ ] dim 0722 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▃▆█▄ ] dim 0723 μ= -0.018 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄█▆▁ ] dim 0724 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▄█▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▇██▃ ] dim 0726 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂█▃ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▆█ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▂█▄ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▆█▃ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▄ ] dim 0731 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▅ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▃▆███▆▂ ] [ ▄█▄ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▃ ] dim 0734 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▂ ] dim 0735 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▃ ] dim 0736 μ= -0.027 σ= 0.019 zeros= 0% [ ▂███▄▁ ] [ ▄██▃ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▇▆▂ ] dim 0738 μ= +0.024 σ= 0.044 zeros= 0% [ ▁▂▄▇█████▅▃▂▁ ] [ ▆█ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▃▇█▄ ] dim 0740 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▂▄▇████▇▃▁ ] [ ▃█▄ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▅ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▂▁ ] [ ▇█ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▅██▇▁ ] [ ▂██▃ ] dim 0744 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▄████▆▃▁ ] [ ▁█▆ ] dim 0745 μ= +0.016 σ= 0.024 zeros= 0% [ ▃████▃ ] [ █▃ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▄█▆▁ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▇▁ ] dim 0748 μ= -0.024 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▄ ] dim 0749 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▇▄ ] dim 0750 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▄█████▇▄▁ ] [ ▁▇█▃ ] dim 0751 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ ▁▆█▃ ] dim 0752 μ= +0.001 σ= 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.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0757 μ= +0.004 σ= 0.027 zeros= 0% [ ▃▇███▅▁ ] [ ▆▇█▃ ] dim 0758 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▁▇█▅ ] dim 0759 μ= +0.023 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▃█▆ ] [ ▄█▇▅ ] dim 0761 μ= +0.017 σ= 0.037 zeros= 0% [ ▁▃▇█████▃▁▁ ] [ ▆█▇ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▇▂ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▄████▄▁ ] [ ▃█▅ ] dim 0764 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ █▃ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▅█▅ ] dim 0766 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▄█▇▂ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▁█▄ ] dim 0768 μ= -0.009 σ= 0.020 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.013 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▄ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▃▆███▆▂▁ ] [ ▁▇██▂ ] dim 0774 μ= -0.009 σ= 0.037 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▁█▆ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▁▄█▄ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ ▄█▄ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ █▅ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▃██ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ █▅ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▅█▄ ] dim 0781 μ= -0.012 σ= 0.021 zeros= 0% [ ▃███▄ ] [ █▂ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ██▂ ] dim 0783 μ= +0.000 σ= 0.025 zeros= 0% [ ▃████▄▁ ] [ ▂▇█▁ ] dim 0784 μ= -0.003 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▁█▇ ] dim 0785 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▁▆█▄ ] dim 0786 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0788 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▁██ ] dim 0789 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▇▃ ] dim 0790 μ= -0.027 σ= 0.034 zeros= 0% [ ▁▄█████▅▂ ] [ █▁ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▄██▄ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▄█▅ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▇▁ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▂█▇ ] dim 0795 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂██ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▅ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▄ ] dim 0798 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▃████▂▁ ] [ ▁▆██▃ ] dim 0800 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▆█████▆▂▁ ] [ █ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▂█▅ ] dim 0802 μ= -0.027 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ █▁ ] dim 0803 μ= +0.010 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▄█▆▃ ] dim 0804 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▃▅████▇▃▁ ] [ █▆ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██ ] [ ▁█▇ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁▅█▇▅▁ ] dim 0807 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▅█▄ ] dim 0808 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ █▅ ] dim 0809 μ= +0.011 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▄█▅ ] dim 0810 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▅█▇▁ ] dim 0811 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▄█████▅▂ ] [ ▂▅█▅ ] dim 0812 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█▅ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▁██▁ ] dim 0815 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃████▃ ] [ ▇█▁ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▅ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▁▆█▃ ] dim 0818 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄██▃ ] dim 0819 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▂▆█▅ ] dim 0820 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▄█▂ ] dim 0821 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁█▅ ] dim 0822 μ= -0.006 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▅█▆ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▅██ ] dim 0824 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▄███▇▃ ] [ ▇█▁ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▃▇█▂ ] dim 0826 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▂▅████▅▁ ] [ ▃█▁ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▇▁ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▇██▃ ] dim 0829 μ= -0.007 σ= 0.037 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▄▇█▅ ] dim 0830 μ= -0.000 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▆█ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▄█▃ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃██▃ ] dim 0833 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▃██▅ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▃██▁ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▆████▄▁ ] [ ▅█ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▅█▅ ] dim 0837 μ= +0.026 σ= 0.028 zeros= 0% [ ▁▃▆███▆▂ ] [ ▁█▆ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▄█▆ ] dim 0839 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▂█▇▁ ] dim 0840 μ= -0.005 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▆ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂▇█▂ ] dim 0842 μ= -0.022 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ █▁ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▅█▄ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▄ ] dim 0845 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▃██▂ ] dim 0846 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▆ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▂▅█████▃▁ ] [ ▂▇█▄ ] dim 0848 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▆████▆▂ ] [ ▂██▄ ] dim 0849 μ= +0.037 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ██ ] dim 0850 μ= +0.017 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▅█▃ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▅▆█▃ ] dim 0852 μ= +0.013 σ= 0.037 zeros= 0% [ ▂▄█████▇▂▁ ] [ ██ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▂█▅ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▄███▇▁ ] [ ▄█ ] dim 0855 μ= +0.002 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃█▅ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▇█▄ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▂▇█▂ ] dim 0858 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▄████▄▁ ] [ ▇█▁ ] dim 0859 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▃▇█▅ ] dim 0860 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▅█ ] dim 0861 μ= +0.002 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▅█▇▂ ] dim 0862 μ= -0.026 σ= 0.036 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▁█▇ ] dim 0863 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▄ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ██▁ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▇███▃ ] [ ▆█▁ ] dim 0866 μ= -0.019 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▃█▅ ] dim 0867 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▃ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▅█ ] dim 0869 μ= -0.037 σ= 0.016 zeros= 0% [ ▄██▆▁ ] [ ▂█▇▃ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▃█▆▅▁ ] dim 0871 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▃▅█████▄▂ ] [ ▂▅█▅▁ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▄█▆▁ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▆██▃ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▄██████▃▁ ] [ █▄ ] dim 0875 μ= -0.006 σ= 0.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.031 σ= 0.032 zeros= 0% [ ▁▃▇████▄▂ ] [ ▇█ ] dim 0881 μ= -0.038 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ▂▇█▆ ] dim 0882 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁▁ ] [ ▅█▃ ] dim 0883 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▄██▂ ] dim 0884 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▂ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ ▅█▄ ] dim 0886 μ= -0.015 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█▁ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▄█▂ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█▆ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄▇████▃▁ ] [ ▁█▆ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▂▇█▄ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▃ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▆██▃ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▃█▇ ] dim 0894 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▅▇█▇▂ ] dim 0895 μ= +0.002 σ= 0.045 zeros= 0% [ ▁▃▆██████▇▃▁▁ ] [ ▃▇█▅ ] dim 0896 μ= +0.037 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂ ] [ ▁█▄ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█▄ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ██ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▅█▄ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▆███▆▃ ] [ ▅██▁ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃▇████▄▂ ] [ ▆█▄ ] dim 0902 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃██▃ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▅█▃ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂▅█▇▂ ] dim 0905 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▁▇█▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ █ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▂█▇ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▆█▃ ] dim 0909 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▂████▆▂ ] [ ▂▆█▇▄ ] dim 0910 μ= -0.008 σ= 0.047 zeros= 0% [ ▁▂▄▇██████▅▂▁ ] [ ▁█▇▁ ] dim 0911 μ= -0.001 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▄█ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁█▇ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃█▆ ] dim 0914 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▃ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▆▁ ] dim 0916 μ= -0.008 σ= 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.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄██ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ▁█▆ ] dim 0923 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▄█▂ ] dim 0924 μ= -0.014 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▅ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▆▁ ] dim 0926 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▄ ] dim 0927 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▆▄ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▁██▁ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▁█▅ ] dim 0930 μ= -0.006 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁▆█▇▁ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▅█████▆▂ ] [ ▁█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▆█▆ ] [ ▄█▇▄ ] dim 0934 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▃█▅ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ █▇ ] dim 0937 μ= -0.003 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▆█▅ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▃ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▇▂ ] dim 0940 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▁▆█▁ ] dim 0941 μ= +0.000 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▅▇█▃ ] dim 0942 μ= +0.014 σ= 0.041 zeros= 0% [ ▁▁▃▄██████▄▁ ] [ ▂█▃ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▃███▄▁ ] [ ▅█▇▂ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▂▆████▅▁ ] [ ▇█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▄█▇▁ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▄ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▂▅███▅▂ ] [ ▂█▆ ] dim 0948 μ= +0.013 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁▆█▄ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▂ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂█▃ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▇█▂ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▃█▇ ] dim 0953 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▇▁ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▇▂ ] dim 0955 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ █▃ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▇█ ] dim 0957 μ= -0.000 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▃█▄ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▂▇█▃ ] dim 0959 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ██▂ ] dim 0960 μ= +0.000 σ= 0.024 zeros= 0% [ ▂████▄ ] [ █▇ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █▆ ] dim 0962 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▃ ] dim 0963 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▆ ] dim 0964 μ= -0.015 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂▆█▄▁ ] dim 0965 μ= -0.017 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃▆█▇▃ ] dim 0966 μ= +0.010 σ= 0.044 zeros= 0% [ ▁▃▇█████▇▄▂▁ ] [ ▂█▁ ] dim 0967 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▄███▄ ] [ █ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂██▅ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ ▁▄█▅▁ ] dim 0970 μ= +0.010 σ= 0.038 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▃▇█▇▅▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▄▇██████▇▃▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▆██▁ ] dim 0972 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▅█████▄▁ ] [ ▇█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ██ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▄██▄ ] [ █▅ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▁███▄▁ ] [ ▂█▅ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▆█▇▁ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃█████▅▁ ] [ ▁▆█▄ ] dim 0978 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ██ ] dim 0979 μ= -0.002 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▄█▆ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▃██▂ ] dim 0981 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▁██▄ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ██ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ ██ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃█▆ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃▇█▆ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▃▇█▅ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▂▅████▇▄▁ ] [ ▄█ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▂██▆ ] [ ▃▆█▃ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▄██▂ ] dim 0990 μ= -0.022 σ= 0.032 zeros= 0% [ ▂▆████▆▂▁ ] [ █▆ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▂██▂ ] dim 0992 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▁▆█▇▃ ] dim 0993 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂▆█▃ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▁██▄▁ ] dim 0995 μ= -0.015 σ= 0.035 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█▁ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▄█▄ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▂████▁ ] [ ▇█ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▁▇█▅ ] dim 1000 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▅████▅▂▁ ] [ ▃██▅ ] dim 1001 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▆█▃ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▇█ ] dim 1003 μ= +0.018 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▇▁ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄█▆ ] dim 1005 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▆███▇▃▁ ] [ ▅█▇ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▄ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▆███▆▁ ] [ █▇ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▃████▂▁ ] [ ▂█▃ ] dim 1009 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄██▄ ] dim 1010 μ= -0.002 σ= 0.032 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.004 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▆█ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▂██▂ ] [ ██ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █▁ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▅█▄ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▅█▇▁ ] dim 1019 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▂▇████▂▁ ] [ ▁█▇ ] dim 1020 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▆ ] dim 1021 μ= +0.030 σ= 0.028 zeros= 0% [ ▂▅████▃ ] [ ▁▅█▅ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█▅ ] dim 1023 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃█████▄▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 11632 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2964233791985896 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 22, 2026 3:25:41 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 82 segments, 8 merges 52.6s _19i: 8 segs, 794.4 K docs, 3573.4 MB 22.9s _1aw: 8 segs, 75.1 K docs, 336.2 MB 19.1s _1b4: 8 segs, 78.8 K docs, 352.9 MB 15.4s _1bb: 8 segs, 148.1 K docs, 664.4 MB 11.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 6.8s _1br: 8 segs, 42.3 K docs, 188.7 MB 4.2s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 0.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 5.0 sec: 68 segments, 6 merges 57.6s _19i: 8 segs, 794.4 K docs, 3573.4 MB 20.4s _1bb: 8 segs, 148.1 K docs, 664.4 MB 16.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 11.8s _1br: 8 segs, 42.3 K docs, 188.7 MB 9.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 5.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 10.0 sec: 61 segments, 5 merges 62.6s _19i: 8 segs, 794.4 K docs, 3573.4 MB 21.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 16.8s _1br: 8 segs, 42.3 K docs, 188.7 MB 14.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 10.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 15.0 sec: 61 segments, 5 merges 67.6s _19i: 8 segs, 794.4 K docs, 3573.4 MB 26.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 21.8s _1br: 8 segs, 42.3 K docs, 188.7 MB 19.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 15.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 20.0 sec: 61 segments, 5 merges 72.6s _19i: 8 segs, 794.4 K docs, 3573.4 MB 31.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 26.8s _1br: 8 segs, 42.3 K docs, 188.7 MB 24.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 20.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 25.0 sec: 54 segments, 4 merges 77.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 36.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 29.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 25.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 30.0 sec: 54 segments, 4 merges 82.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 41.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 34.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 30.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 35.0 sec: 54 segments, 4 merges 87.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 46.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 39.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 35.5s _1c1: 12 segs, 49.5 K docs, 221.1 MB 40.0 sec: 43 segments, 3 merges 92.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 51.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 44.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 45.0 sec: 43 segments, 3 merges 97.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 56.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 49.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 50.0 sec: 43 segments, 3 merges 102.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 61.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 54.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 55.0 sec: 43 segments, 3 merges 107.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 66.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 59.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 60.1 sec: 43 segments, 3 merges 112.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 71.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 64.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 65.1 sec: 43 segments, 3 merges 117.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 76.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 69.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 70.1 sec: 43 segments, 3 merges 122.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 81.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 74.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 75.1 sec: 43 segments, 3 merges 127.7s _19i: 8 segs, 794.4 K docs, 3573.4 MB 86.6s _1bi: 8 segs, 155.1 K docs, 696.3 MB 79.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 80.1 sec: 29 segments, 2 merges 84.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 1.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 85.1 sec: 29 segments, 2 merges 89.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 6.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 90.1 sec: 29 segments, 2 merges 94.3s _1bx: 8 segs, 361.6 K docs, 1625.0 MB 11.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 95.1 sec: 22 segments, 1 merges 16.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 100.1 sec: 22 segments, 1 merges 21.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 105.1 sec: 22 segments, 1 merges 26.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 110.1 sec: 22 segments, 1 merges 31.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 115.0 sec: 22 segments, 1 merges 36.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 120.0 sec: 22 segments, 1 merges 41.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 125.0 sec: 22 segments, 1 merges 46.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 130.0 sec: 22 segments, 1 merges 51.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 135.0 sec: 22 segments, 1 merges 56.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 140.0 sec: 22 segments, 1 merges 61.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 145.1 sec: 22 segments, 1 merges 66.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 150.1 sec: 22 segments, 1 merges 71.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 155.1 sec: 22 segments, 1 merges 76.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 160.1 sec: 22 segments, 1 merges 81.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 165.1 sec: 22 segments, 1 merges 86.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 170.1 sec: 22 segments, 1 merges 91.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 175.1 sec: 22 segments, 1 merges 96.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 180.1 sec: 22 segments, 1 merges 101.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 185.1 sec: 22 segments, 1 merges 106.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 190.1 sec: 22 segments, 1 merges 111.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 195.1 sec: 22 segments, 1 merges 116.5s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 200.0 sec: 22 segments, 1 merges 121.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 205.0 sec: 22 segments, 1 merges 126.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 210.0 sec: 22 segments, 1 merges 131.4s _1c2: 6 segs, 1108.6 K docs, 4989.4 MB 215.0 sec: 17 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 943 seconds reindex takes 943.48 sec index has 17 segments: segments_2: _a7(11.0.0):C1124337 _kl(11.0.0):C1135505 _o1(11.0.0):C648564 _10h(11.0.0):C953700 _1c2(11.0.0):C1108624 _u6(11.0.0):C479448 _xg(11.0.0):C366219 _19i(11.0.0):C794393 _124(11.0.0):C474048 _13x(11.0.0):C131682 _1bx(11.0.0):C361555 _1bb(11.0.0):C148075 _1aw(11.0.0):C75096 _1ad(11.0.0):C56711 _1ao(11.0.0):C50238 _1br(11.0.0):C42257 _1c1(11.0.0):C49548 _a7: 5067.5 MB _kl: 5118.0 MB _o1: 2921.5 MB _10h: 4297.6 MB _1c2: 4996.7 MB _u6: 2159.2 MB _xg: 1649.0 MB _19i: 3579.0 MB _124: 2134.9 MB _13x: 592.4 MB _1bx: 1628.0 MB _1bb: 666.3 MB _1aw: 337.6 MB _1ad: 254.8 MB _1ao: 225.7 MB _1br: 189.8 MB _1c1: 222.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36040.26 MB vector disk usage is 35278.32 MB vector RAM usage is 4028.32 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=57358259769 cpu@end=70440395660 deltaMS=13082.135891 thread 14 name=Reference Handler cpu@start=1495612 cpu@end=1495612 deltaMS=0.0 thread 15 name=Finalizer cpu@start=139783 cpu@end=139783 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=78846 cpu@end=78846 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2525417 cpu@end=2525417 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=12862959813 cpu@end=12905918911 deltaMS=42.959098 thread 42 name=JFR Periodic Tasks cpu@start=70535849955 cpu@end=71166575379 deltaMS=630.725424 thread 45 name=Notification Thread cpu@start=101979 cpu@end=101979 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1075846792216 cpu@end=1075846792216 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1069592444329 cpu@end=1069592444329 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1072166767249 cpu@end=1072166767249 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1068775554382 cpu@end=1068775554382 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1070632760621 cpu@end=1070632760621 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1068089655901 cpu@end=1068089655901 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1075311099293 cpu@end=1075311099293 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1078194494106 cpu@end=1078194494106 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1067857401835 cpu@end=1067857401835 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1071077992654 cpu@end=1071077992654 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1068532091848 cpu@end=1068532091848 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1072109424673 cpu@end=1072109424673 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1070203924487 cpu@end=1070203924487 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1072649958320 cpu@end=1072649958320 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1071045031671 cpu@end=1071045031671 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1071451009158 cpu@end=1071451009158 deltaMS=0.0 Average CPU cores used: 1.0506097386244886 completed 1000 searches in 13093 ms: 76 QPS CPU time=13755 ms checking results SUMMARY: 0.898 13.093 13.755 1.051 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 63892 943.48 8479.24 0.00 17 36040.26 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1124337 documents Graph level=3 size=73, Fanout min=4, mean=9.01, max=16, meandelta=92187.58 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 8 9 10 12 13 16 Graph level=2 size=1022, Fanout min=6, mean=23.42, max=32, meandelta=43591.30 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 28 32 32 32 Graph level=1 size=34203, Fanout min=3, mean=28.16, max=32, meandelta=36574.02 % 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=1124337, Fanout min=1, mean=39.54, max=64, meandelta=26319.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=73, connectedness=1.00 Graph level=2 size=1022, connectedness=1.00 Graph level=1 size=34203, connectedness=1.00 Graph level=0 size=1124337, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1135505 documents Graph level=3 size=69, Fanout min=3, mean=9.54, max=17, meandelta=91898.64 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 11 13 14 17 Graph level=2 size=983, Fanout min=7, mean=23.67, max=32, meandelta=43789.94 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 29 32 32 32 Graph level=1 size=34449, Fanout min=2, mean=28.08, max=32, meandelta=37023.09 % 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=1135505, Fanout min=1, mean=39.56, max=64, meandelta=26573.66 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=69, connectedness=1.00 Graph level=2 size=983, connectedness=1.00 Graph level=1 size=34449, connectedness=1.00 Graph level=0 size=1135505, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 648564 documents Graph level=3 size=27, Fanout min=3, mean=5.78, max=11, meandelta=67607.82 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 7 9 11 Graph level=2 size=526, Fanout min=6, mean=20.33, max=32, meandelta=28928.81 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 19 21 24 27 30 32 Graph level=1 size=19815, Fanout min=6, mean=27.81, max=32, meandelta=21325.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=648564, Fanout min=1, mean=39.64, max=64, meandelta=15165.36 % 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=27, connectedness=1.00 Graph level=2 size=526, connectedness=1.00 Graph level=1 size=19815, connectedness=1.00 Graph level=0 size=648564, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 953700 documents Graph level=3 size=62, Fanout min=4, mean=8.84, max=16, meandelta=89436.25 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 12 16 Graph level=2 size=847, Fanout min=9, mean=22.97, max=32, meandelta=37740.40 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 27 31 32 32 Graph level=1 size=29031, Fanout min=4, mean=28.05, max=32, meandelta=31120.40 % 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=953700, Fanout min=1, mean=39.60, max=64, meandelta=22303.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=62, connectedness=1.00 Graph level=2 size=847, connectedness=1.00 Graph level=1 size=29031, connectedness=1.00 Graph level=0 size=953700, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1108624 documents Graph level=3 size=79, Fanout min=6, mean=10.43, max=18, meandelta=89697.75 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 8 9 10 11 11 12 14 18 Graph level=2 size=1029, Fanout min=7, mean=23.80, max=32, meandelta=42214.68 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=33719, Fanout min=3, mean=28.11, max=32, meandelta=36071.16 % 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=1108624, Fanout min=1, mean=39.56, max=64, meandelta=25941.12 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=79, connectedness=1.00 Graph level=2 size=1029, connectedness=1.00 Graph level=1 size=33719, connectedness=1.00 Graph level=0 size=1108624, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 479448 documents Graph level=3 size=24, Fanout min=3, mean=6.17, max=11, meandelta=36059.17 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 7 8 9 11 Graph level=2 size=357, Fanout min=7, mean=18.43, max=32, meandelta=22803.21 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 19 21 24 27 32 Graph level=1 size=14505, Fanout min=6, mean=27.67, max=32, meandelta=15886.43 % 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=479448, Fanout min=1, mean=39.62, max=64, meandelta=11223.51 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=24, connectedness=1.00 Graph level=2 size=357, connectedness=1.00 Graph level=1 size=14505, connectedness=1.00 Graph level=0 size=479448, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 366219 documents Graph level=3 size=26, Fanout min=3, mean=6.08, max=9, meandelta=37001.04 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 7 9 9 Graph level=2 size=285, Fanout min=7, mean=16.77, max=32, meandelta=16571.92 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 14 16 18 19 22 24 32 Graph level=1 size=11022, Fanout min=5, mean=27.61, max=32, meandelta=12111.26 % 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=366219, Fanout min=1, mean=39.61, max=64, meandelta=8584.14 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=285, connectedness=1.00 Graph level=1 size=11022, connectedness=1.00 Graph level=0 size=366219, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 794393 documents Graph level=3 size=33, Fanout min=2, mean=6.79, max=13, meandelta=79362.68 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 8 8 9 13 Graph level=2 size=690, Fanout min=8, mean=21.89, max=32, meandelta=33264.41 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 26 29 32 32 Graph level=1 size=24257, Fanout min=4, mean=27.95, max=32, meandelta=25993.32 % 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=794393, Fanout min=1, mean=39.60, max=64, meandelta=18588.22 % 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=33, connectedness=1.00 Graph level=2 size=690, connectedness=1.00 Graph level=1 size=24257, connectedness=1.00 Graph level=0 size=794393, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 474048 documents Graph level=3 size=23, Fanout min=2, mean=5.91, max=10, meandelta=36650.93 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 6 6 7 8 9 10 Graph level=2 size=344, Fanout min=5, mean=17.99, max=32, meandelta=21996.97 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 19 21 23 27 32 Graph level=1 size=14336, Fanout min=5, mean=27.70, max=32, meandelta=15672.77 % 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=474048, Fanout min=1, mean=39.66, max=64, meandelta=11089.55 % 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=344, connectedness=1.00 Graph level=1 size=14336, connectedness=1.00 Graph level=0 size=474048, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 131682 documents Graph level=3 size=5, Fanout min=1, mean=2.00, max=3, meandelta=24599.90 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 3 Graph level=2 size=122, Fanout min=6, mean=11.75, max=31, meandelta=9204.08 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 17 31 Graph level=1 size=4089, Fanout min=9, mean=26.64, max=32, meandelta=4514.67 % 0 10 20 30 40 50 60 70 80 90 100 0 18 20 23 26 29 32 32 32 32 32 Graph level=0 size=131682, Fanout min=1, mean=39.09, max=64, meandelta=3126.22 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=122, connectedness=1.00 Graph level=1 size=4089, connectedness=1.00 Graph level=0 size=131682, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 361555 documents Graph level=3 size=26, Fanout min=2, mean=5.38, max=11, meandelta=42819.94 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 5 6 8 11 Graph level=2 size=314, Fanout min=7, mean=17.38, max=32, meandelta=16776.33 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 19 20 23 25 32 Graph level=1 size=10922, Fanout min=6, mean=27.53, max=32, meandelta=11871.90 % 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=361555, Fanout min=1, mean=39.62, max=64, meandelta=8469.72 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=314, connectedness=1.00 Graph level=1 size=10922, connectedness=1.00 Graph level=0 size=361555, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 148075 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=13915.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=131, Fanout min=6, mean=12.75, max=23, meandelta=9779.29 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 15 16 18 23 Graph level=1 size=4633, Fanout min=8, mean=26.86, max=32, meandelta=5028.80 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 30 32 32 32 32 32 Graph level=0 size=148075, Fanout min=1, mean=39.23, max=64, meandelta=3506.07 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=131, connectedness=1.00 Graph level=1 size=4633, connectedness=1.00 Graph level=0 size=148075, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 75096 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=64, Fanout min=5, mean=9.41, max=18, meandelta=6428.90 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 9 10 12 13 18 Graph level=1 size=2346, Fanout min=8, mean=25.80, max=32, meandelta=2660.31 % 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=75096, Fanout min=3, mean=38.69, max=64, meandelta=1807.18 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 41 47 56 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=64, connectedness=1.00 Graph level=1 size=2346, connectedness=1.00 Graph level=0 size=75096, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 56711 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=44, Fanout min=3, mean=7.68, max=14, meandelta=5663.99 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 8 8 9 11 11 14 Graph level=1 size=1774, Fanout min=9, mean=25.66, max=32, meandelta=2024.90 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 30 32 32 32 32 Graph level=0 size=56711, Fanout min=3, mean=38.50, max=64, meandelta=1373.78 % 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=1, connectedness=1.00 Graph level=2 size=44, connectedness=1.00 Graph level=1 size=1774, connectedness=1.00 Graph level=0 size=56711, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 50238 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=40, Fanout min=3, mean=7.75, max=12, meandelta=5223.09 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 10 10 12 Graph level=1 size=1564, Fanout min=8, mean=24.82, max=32, meandelta=1829.21 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 25 28 32 32 32 32 Graph level=0 size=50238, Fanout min=3, mean=38.10, max=64, meandelta=1226.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=40, connectedness=1.00 Graph level=1 size=1564, connectedness=1.00 Graph level=0 size=50238, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 42257 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.94, max=13, meandelta=4809.81 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 7 7 8 8 8 9 13 Graph level=1 size=1285, Fanout min=9, mean=24.25, max=32, meandelta=1567.07 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 31 32 32 32 Graph level=0 size=42257, Fanout min=2, mean=38.12, max=64, meandelta=1027.31 % 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=1285, connectedness=1.00 Graph level=0 size=42257, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 49548 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=43, Fanout min=3, mean=8.05, max=14, meandelta=4631.09 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 9 9 10 13 14 Graph level=1 size=1510, Fanout min=9, mean=24.60, max=32, meandelta=1820.59 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 22 25 28 31 32 32 32 Graph level=0 size=49548, Fanout min=2, mean=38.22, max=64, meandelta=1200.83 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=43, connectedness=1.00 Graph level=1 size=1510, connectedness=1.00 Graph level=0 size=49548, 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.22.14.08.44/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,330,801.44 msec task-clock:u 126,730,534,693,365 cycles:u (36.36%) 123,250,394,112,342 instructions:u (36.36%) 2,792,741,674,347 cache-references:u (36.36%) 1,208,896,284,811 cache-misses:u (36.37%) 44,779,365,182,389 L1-dcache-loads:u (36.37%) 1,483,809,456,867 L1-dcache-load-misses:u (36.36%) 2,698,310,406,224 L1-icache-loads:u (36.37%) 18,905,707,480 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 22,502,560 faults:u 21,782,621 minor-faults:u 3,288 major-faults:u 10,546,786,176,810 branches:u (36.36%) 88,179,122,389 branch-misses:u (36.36%) 2,025,954,811,409 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1249.158212995 seconds time elapsed 32897.969996000 seconds user 423.006899000 seconds sys took 0:20:49.185335 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.898, cpu_time_ms=13.093, net_cpu_ms=13.755, avg_cpu_core_count=1.051, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=63892, index_time_sec=943.48, index_docs_per_sec=8479.24, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=36040.26, 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: (43, {0: 0, 10: 4, 20: 5, 30: 6, 40: 7, 50: 8, 60: 9, 70: 9, 80: 10, 90: 13, 100: 14}), 1: (1510, {0: 0, 10: 16, 20: 18, 30: 20, 40: 22, 50: 25, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (49548, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1249, microseconds=185335)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 88 Start: 2026-05-22 19:25:41 (UTC) Duration: 1239 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 31973658 547426202 jdk.FileWrite 17582667 366666914 jdk.FileRead 8003677 182194389 jdk.ObjectAllocationInNewTLAB 59825 1189342 jdk.BooleanFlag 43648 1380408 jdk.CPULoad 23139 462144 jdk.Compilation 6313 162899 jdk.Checkpoint 5497 27225209 jdk.UnsignedIntFlag 4224 143248 jdk.IntFlag 3872 141240 jdk.StringFlag 2992 116019 jdk.ObjectAllocationOutsideTLAB 1102 19751 jdk.CPUInformation 88 132172 jdk.GCConfiguration 88 2284 jdk.JVMInformation 88 83332 jdk.Metadata 88 9726373 jdk.GarbageCollection 46 1103 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.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31973658 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.06% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 26.33% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.25% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.72% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.27% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.41% 770634 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.60% 511907 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.30% 415616 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.08% 345572 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.86% 274765 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.56% 180067 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.45% 144411 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 91598 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.28% 88737 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.28% 88098 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.27% 85752 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 58279 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 53578 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 51951 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 43352 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.13% 41450 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 37964 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 35178 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 35097 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 32290 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 29829 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 29314 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 27955 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 27078 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 24431 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 24379 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 22277 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.07% 21501 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 18192 java.util.Arrays#sort():99 [Inlined code] 0.05% 16010 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 14825 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 14675 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14166 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 13626 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 12234 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 10542 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 10265 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9176 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 8605 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8453 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 8442 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 7932 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 7413 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 7180 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 6991 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31973658 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.91% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 26.29% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 14.25% 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.27% 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.73% 874183 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.18% 697058 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.30% 415484 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.18% 377966 org.apache.lucene.codecs.lucene104.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.08% 344819 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% 334359 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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% 292197 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.83% 264801 org.apache.lucene.codecs.lucene104.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.69% 220413 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% 158031 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.42% 135679 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.28% 88096 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.27% 85727 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% 73575 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% 71209 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.20% 65001 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.17% 52829 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.16% 51840 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.16% 51074 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 49183 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% 46031 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% 44323 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 43351 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% 40691 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.11% 35178 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.09% 29829 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% 29301 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% 29138 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% 28101 org.apache.lucene.util.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.09% 27722 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% 24966 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.08% 24373 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% 22252 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.07% 22006 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.07% 21793 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 21501 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% 20060 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% 19257 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.06% 18188 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.06% 17608 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% 15929 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.05% 15615 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% 13672 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% 13051 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% 12510 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% 12303 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.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31973658 events (total: 31M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 20.90% 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.97% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 17.71% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 12.57% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.73% 873367 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.50% 800561 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.80% 574205 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.29% 412160 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.14% 365997 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.11% 356502 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.10% 351505 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.0x000000006619ad30#call() [Inlined code] 1.04% 332340 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.98% 311756 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.0x000000006619ad30#call() [Inlined code] 0.62% 199012 org.apache.lucene.codecs.lucene104.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.0x000000006619ad30#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.62% 198020 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.59% 188165 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.55% 177346 org.apache.lucene.codecs.lucene104.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.0x000000006619ad30#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% 175364 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] 0.50% 160635 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.50% 160217 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.48% 154737 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.47% 149139 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.41% 130842 org.apache.lucene.codecs.lucene104.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.0x000000006619ad30#call() [Inlined code] 0.39% 123529 org.apache.lucene.codecs.lucene104.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.0x000000006619ad30#call() [Inlined code] 0.37% 117847 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.31% 99402 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.27% 85659 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.25% 78592 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.23% 73916 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.19% 59447 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.18% 57988 org.apache.lucene.codecs.lucene104.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.0x000000006619ad30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.18% 56309 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 54085 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#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% 53236 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.16% 52199 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 45528 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006619ad30#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.0x000000006619b288#run() [JIT compiled code] 0.14% 44825 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006619ad30#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.0x000000006619b288#run() [JIT compiled code] 0.14% 44323 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.0x000000006607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.13% 40067 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.12% 38135 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.11% 36692 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 36044 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.11% 34980 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 31544 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% 30051 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.09% 29098 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% 28949 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.09% 28123 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.0x000000006619ad30#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% 27308 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 26561 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000066196668#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.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60904 events (total: 450430M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.41% 100919M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.15% 99759M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.55% 88042M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.28% 64325M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.38% 33223M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.86% 17380M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.62% 7283M java.lang.Integer#valueOf():1006 [Inlined code] 0.78% 3531M java.util.Arrays#copyOf():3478 [Inlined code] 0.73% 3266M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 3006M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.60% 2720M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.58% 2623M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.55% 2466M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.39% 1773M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.29% 1300M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.28% 1266M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.28% 1264M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.21% 927M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 887M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 777M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 697M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.15% 677M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 655M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 652M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 643M java.util.ArrayList#grow():240 [Inlined code] 0.11% 500M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 454M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 441M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.09% 417M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 404M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 363M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 317M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 297M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 285M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 280M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 277M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 271M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 268M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 238M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 218M java.util.List#of():935 [Inlined code] 0.05% 217M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 198M java.nio.HeapByteBuffer#():75 [Inlined code] 0.04% 184M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 183M org.apache.lucene.util.SparseFixedBitSet#():70 [Inlined code] 0.04% 183M org.apache.lucene.search.knn.TopKnnCollectorManager#newOptimisticCollector():52 [Inlined code] 0.04% 183M org.apache.lucene.util.packed.DirectReader#getInstance():73 [Inlined code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [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.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60904 events (total: 450430M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.01% 81143M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.96% 80892M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.38% 51266M 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.76% 39471M 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.42% 33427M 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.34% 33039M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.51% 24840M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.34% 19562M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.19% 18862M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.86% 17380M 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.60% 7216M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.70% 3131M 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.67% 3006M 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.55% 2466M 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.44% 1978M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.39% 1773M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1719M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.38% 1718M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1290M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1213M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1071M 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.20% 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.18% 823M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.18% 808M 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.15% 694M 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.15% 690M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.15% 658M 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.14% 643M 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% 606M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.13% 591M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.11% 502M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.11% 498M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 487M 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.10% 433M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 425M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 417M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 407M 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.09% 404M 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% 399M 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.09% 393M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 386M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 367M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.08% 363M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 343M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006619b288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 335M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.07% 333M 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% 297M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 285M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmFalse.jfr is 1084.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60904 events (total: 450430M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.75% 39407M 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.33% 33017M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.76% 25946M 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.67% 25553M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006619ad30#call() [Inlined code] 5.52% 24855M 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.46% 24604M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006619ad30#call() [Inlined code] 5.27% 23727M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006619ad30#call() [Inlined code] 5.21% 23483M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006619ad30#call() [Inlined code] 4.94% 22240M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.87% 21916M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.88% 17482M 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.66% 16485M 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.50% 15751M 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% 8354M 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.60% 7216M 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.43% 6443M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.41% 6345M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.19% 5370M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.03% 4618M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.96% 4323M 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.0x000000006619ad30#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.95% 4276M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.95% 4264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.91% 4120M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.90% 4057M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.81% 3640M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.70% 3131M 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.66% 2991M 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.0x000000006619ad30#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.66% 2965M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 2764M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 2617M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 2508M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.55% 2462M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.54% 2447M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.40% 1808M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.40% 1788M 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.39% 1773M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1718M 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.0x000000006619ad30#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.0x000000006619b288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.38% 1690M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.37% 1678M 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.0x000000006619ad30#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.33% 1500M 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.0x000000006619ad30#call() [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.26% 1153M 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.0x000000006619ad30#call() [Inlined code] 0.25% 1134M 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.0x000000006619ad30#call() [Inlined code] 0.19% 844M 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.0x000000006619ad30#call() [Inlined code] 0.18% 823M 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.15% 686M 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.0x000000006619ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 661M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 658M 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.0x000000006619ad30#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.0x000000006619b288#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 643M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 638M 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 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.22.14.08.44/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 29792 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2966008367033317 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 22, 2026 3:55:16 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 127 segments, 13 merges 108.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 56.6s _19f: 11 segs, 57.7 K docs, 257.4 MB 50.5s _19q: 11 segs, 58.5 K docs, 261.1 MB 45.1s _1a0: 9 segs, 47.0 K docs, 209.6 MB 38.8s _1aa: 9 segs, 46.0 K docs, 205.4 MB 36.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 33.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 30.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 24.7s _1b2: 8 segs, 42.2 K docs, 188.6 MB 17.7s _1bb: 8 segs, 41.0 K docs, 182.9 MB 11.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 4.7s _1bt: 8 segs, 40.7 K docs, 181.7 MB 5.0 sec: 91 segments, 9 merges 113.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 41.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 38.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 35.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 29.7s _1b2: 8 segs, 42.2 K docs, 188.6 MB 22.7s _1bb: 8 segs, 41.0 K docs, 182.9 MB 16.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 9.7s _1bt: 8 segs, 40.7 K docs, 181.7 MB 5.0s _1bw: 10 segs, 38.5 K docs, 171.9 MB 10.0 sec: 84 segments, 8 merges 118.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 46.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 43.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 40.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 27.7s _1bb: 8 segs, 41.0 K docs, 182.9 MB 21.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 14.8s _1bt: 8 segs, 40.7 K docs, 181.7 MB 10.0s _1bw: 10 segs, 38.5 K docs, 171.9 MB 15.0 sec: 84 segments, 8 merges 123.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 51.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 48.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 45.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 32.7s _1bb: 8 segs, 41.0 K docs, 182.9 MB 26.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 19.8s _1bt: 8 segs, 40.7 K docs, 181.7 MB 15.0s _1bw: 10 segs, 38.5 K docs, 171.9 MB 20.0 sec: 84 segments, 8 merges 128.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 56.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 53.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 50.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 37.7s _1bb: 8 segs, 41.0 K docs, 182.9 MB 31.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 24.8s _1bt: 8 segs, 40.7 K docs, 181.7 MB 20.0s _1bw: 10 segs, 38.5 K docs, 171.9 MB 25.0 sec: 70 segments, 6 merges 133.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 61.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 58.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 55.3s _1at: 8 segs, 152.1 K docs, 682.6 MB 36.1s _1bk: 8 segs, 39.9 K docs, 178.3 MB 25.0s _1bw: 10 segs, 38.5 K docs, 171.9 MB 30.1 sec: 63 segments, 6 merges 139.0s _16t: 8 segs, 860.5 K docs, 3871.3 MB 66.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 63.6s _1am: 8 segs, 147.2 K docs, 660.6 MB 60.3s _1at: 8 segs, 152.1 K docs, 682.6 MB 30.1s _1bw: 10 segs, 38.5 K docs, 171.9 MB 4.1s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 35.0 sec: 54 segments, 5 merges 143.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 71.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 68.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 65.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 9.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 40.0 sec: 54 segments, 5 merges 148.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 76.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 73.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 70.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 14.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 45.0 sec: 54 segments, 5 merges 153.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 81.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 78.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 75.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 19.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 50.0 sec: 54 segments, 5 merges 158.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 86.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 83.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 80.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 24.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 55.0 sec: 54 segments, 5 merges 163.9s _16t: 8 segs, 860.5 K docs, 3871.3 MB 91.5s _1af: 8 segs, 244.7 K docs, 1098.7 MB 88.5s _1am: 8 segs, 147.2 K docs, 660.6 MB 85.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 29.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 60.0 sec: 40 segments, 3 merges 96.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 90.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 34.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 65.0 sec: 40 segments, 3 merges 101.6s _1af: 8 segs, 244.7 K docs, 1098.7 MB 95.2s _1at: 8 segs, 152.1 K docs, 682.6 MB 39.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 70.0 sec: 26 segments, 1 merges 44.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 75.0 sec: 26 segments, 1 merges 49.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 80.0 sec: 26 segments, 1 merges 54.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 85.0 sec: 26 segments, 1 merges 59.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB 90.0 sec: 26 segments, 1 merges 64.0s _1bx: 8 segs, 373.0 K docs, 1675.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 943 seconds reindex takes 943.08 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: 19 segments, 1 merges 5.0 sec: 19 segments, 1 merges 5.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 10.0 sec: 19 segments, 1 merges 10.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 15.0 sec: 19 segments, 1 merges 15.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 20.0 sec: 19 segments, 1 merges 20.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 25.0 sec: 19 segments, 1 merges 25.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 30.0 sec: 19 segments, 1 merges 30.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 35.0 sec: 19 segments, 1 merges 35.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 40.0 sec: 19 segments, 1 merges 40.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 45.0 sec: 19 segments, 1 merges 45.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 50.1 sec: 19 segments, 1 merges 50.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 55.1 sec: 19 segments, 1 merges 55.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 60.1 sec: 19 segments, 1 merges 60.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 65.1 sec: 19 segments, 1 merges 65.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 70.1 sec: 19 segments, 1 merges 70.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 75.1 sec: 19 segments, 1 merges 75.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 80.1 sec: 19 segments, 1 merges 80.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 85.1 sec: 19 segments, 1 merges 85.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 90.1 sec: 19 segments, 1 merges 90.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 95.1 sec: 19 segments, 1 merges 95.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 100.0 sec: 19 segments, 1 merges 100.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 105.0 sec: 19 segments, 1 merges 105.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 110.0 sec: 19 segments, 1 merges 110.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 115.0 sec: 19 segments, 1 merges 115.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 120.0 sec: 19 segments, 1 merges 120.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 125.0 sec: 19 segments, 1 merges 125.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 130.0 sec: 19 segments, 1 merges 130.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 135.0 sec: 19 segments, 1 merges 135.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 140.0 sec: 19 segments, 1 merges 140.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 145.0 sec: 19 segments, 1 merges 145.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 150.0 sec: 19 segments, 1 merges 150.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 155.0 sec: 19 segments, 1 merges 155.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 160.1 sec: 19 segments, 1 merges 160.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 165.1 sec: 19 segments, 1 merges 165.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 170.1 sec: 19 segments, 1 merges 170.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 175.1 sec: 19 segments, 1 merges 175.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 180.1 sec: 19 segments, 1 merges 180.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 185.1 sec: 19 segments, 1 merges 185.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 190.1 sec: 19 segments, 1 merges 190.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 195.1 sec: 19 segments, 1 merges 195.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 200.1 sec: 19 segments, 1 merges 200.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 205.1 sec: 19 segments, 1 merges 205.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 210.1 sec: 19 segments, 1 merges 210.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 215.0 sec: 19 segments, 1 merges 215.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 220.0 sec: 19 segments, 1 merges 220.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 225.0 sec: 19 segments, 1 merges 225.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 230.0 sec: 19 segments, 1 merges 230.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 235.0 sec: 19 segments, 1 merges 235.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 240.0 sec: 19 segments, 1 merges 240.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 245.0 sec: 19 segments, 1 merges 245.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 250.0 sec: 19 segments, 1 merges 250.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 255.0 sec: 19 segments, 1 merges 255.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 260.0 sec: 19 segments, 1 merges 260.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 265.0 sec: 19 segments, 1 merges 265.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 270.0 sec: 19 segments, 1 merges 270.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 275.1 sec: 19 segments, 1 merges 275.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 280.1 sec: 19 segments, 1 merges 280.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 285.1 sec: 19 segments, 1 merges 285.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 290.1 sec: 19 segments, 1 merges 290.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 295.1 sec: 19 segments, 1 merges 295.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 300.1 sec: 19 segments, 1 merges 300.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 305.1 sec: 19 segments, 1 merges 305.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 310.1 sec: 19 segments, 1 merges 310.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 315.1 sec: 19 segments, 1 merges 315.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 320.1 sec: 19 segments, 1 merges 320.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 325.1 sec: 19 segments, 1 merges 325.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 330.0 sec: 19 segments, 1 merges 330.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 335.0 sec: 19 segments, 1 merges 335.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 340.0 sec: 19 segments, 1 merges 340.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 345.0 sec: 19 segments, 1 merges 345.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 350.0 sec: 19 segments, 1 merges 350.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 355.0 sec: 19 segments, 1 merges 355.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 360.0 sec: 19 segments, 1 merges 360.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 365.0 sec: 19 segments, 1 merges 365.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 370.0 sec: 19 segments, 1 merges 370.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 375.0 sec: 19 segments, 1 merges 375.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 380.0 sec: 19 segments, 1 merges 380.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 385.0 sec: 19 segments, 1 merges 385.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 390.1 sec: 19 segments, 1 merges 390.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 395.1 sec: 19 segments, 1 merges 395.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 400.1 sec: 19 segments, 1 merges 400.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 405.1 sec: 19 segments, 1 merges 405.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 410.1 sec: 19 segments, 1 merges 410.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 415.1 sec: 19 segments, 1 merges 415.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 420.1 sec: 19 segments, 1 merges 420.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 425.1 sec: 19 segments, 1 merges 425.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 430.1 sec: 19 segments, 1 merges 430.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 435.0 sec: 19 segments, 1 merges 435.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 440.0 sec: 19 segments, 1 merges 440.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 445.1 sec: 19 segments, 1 merges 445.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 450.1 sec: 19 segments, 1 merges 450.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 455.1 sec: 19 segments, 1 merges 455.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 460.1 sec: 19 segments, 1 merges 460.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 465.1 sec: 19 segments, 1 merges 465.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 470.1 sec: 19 segments, 1 merges 470.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 475.1 sec: 19 segments, 1 merges 475.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 480.1 sec: 19 segments, 1 merges 480.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 485.1 sec: 19 segments, 1 merges 485.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 490.0 sec: 19 segments, 1 merges 490.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 495.0 sec: 19 segments, 1 merges 495.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 500.0 sec: 19 segments, 1 merges 500.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 505.0 sec: 19 segments, 1 merges 505.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 510.0 sec: 19 segments, 1 merges 510.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 515.0 sec: 19 segments, 1 merges 515.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 520.0 sec: 19 segments, 1 merges 520.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 525.0 sec: 19 segments, 1 merges 525.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 530.0 sec: 19 segments, 1 merges 530.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 535.1 sec: 19 segments, 1 merges 535.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 540.1 sec: 19 segments, 1 merges 540.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 545.1 sec: 19 segments, 1 merges 545.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 550.1 sec: 19 segments, 1 merges 550.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 555.1 sec: 19 segments, 1 merges 555.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 560.1 sec: 19 segments, 1 merges 560.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 565.1 sec: 19 segments, 1 merges 565.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 570.1 sec: 19 segments, 1 merges 570.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 575.1 sec: 19 segments, 1 merges 575.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 580.1 sec: 19 segments, 1 merges 580.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 585.0 sec: 19 segments, 1 merges 585.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 590.0 sec: 19 segments, 1 merges 590.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 595.1 sec: 19 segments, 1 merges 595.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 600.1 sec: 19 segments, 1 merges 600.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 605.1 sec: 19 segments, 1 merges 605.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 610.1 sec: 19 segments, 1 merges 610.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 615.1 sec: 19 segments, 1 merges 615.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 620.1 sec: 19 segments, 1 merges 620.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 625.1 sec: 19 segments, 1 merges 625.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 630.1 sec: 19 segments, 1 merges 630.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 635.1 sec: 19 segments, 1 merges 635.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 640.1 sec: 19 segments, 1 merges 640.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 645.1 sec: 19 segments, 1 merges 645.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 650.0 sec: 19 segments, 1 merges 650.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 655.0 sec: 19 segments, 1 merges 655.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 660.0 sec: 19 segments, 1 merges 660.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 665.0 sec: 19 segments, 1 merges 665.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 670.0 sec: 19 segments, 1 merges 670.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 675.0 sec: 19 segments, 1 merges 675.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 680.0 sec: 19 segments, 1 merges 680.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 685.0 sec: 19 segments, 1 merges 685.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 690.0 sec: 19 segments, 1 merges 690.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 695.0 sec: 19 segments, 1 merges 695.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 700.0 sec: 19 segments, 1 merges 700.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 705.0 sec: 19 segments, 1 merges 705.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 710.1 sec: 19 segments, 1 merges 710.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 715.1 sec: 19 segments, 1 merges 715.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 720.0 sec: 19 segments, 1 merges 720.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 725.0 sec: 19 segments, 1 merges 725.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 730.0 sec: 19 segments, 1 merges 730.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 735.0 sec: 19 segments, 1 merges 735.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 740.0 sec: 19 segments, 1 merges 740.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 745.0 sec: 19 segments, 1 merges 745.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 750.0 sec: 19 segments, 1 merges 750.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 755.0 sec: 19 segments, 1 merges 755.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 760.0 sec: 19 segments, 1 merges 760.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 765.0 sec: 19 segments, 1 merges 765.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 770.0 sec: 19 segments, 1 merges 770.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 775.0 sec: 19 segments, 1 merges 775.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 780.0 sec: 19 segments, 1 merges 780.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 785.0 sec: 19 segments, 1 merges 785.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 790.0 sec: 19 segments, 1 merges 790.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 795.1 sec: 19 segments, 1 merges 795.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 800.1 sec: 19 segments, 1 merges 800.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 805.1 sec: 19 segments, 1 merges 805.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 810.1 sec: 19 segments, 1 merges 810.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 815.1 sec: 19 segments, 1 merges 815.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 820.1 sec: 19 segments, 1 merges 820.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 825.1 sec: 19 segments, 1 merges 825.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 830.1 sec: 19 segments, 1 merges 830.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 835.1 sec: 19 segments, 1 merges 835.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 840.1 sec: 19 segments, 1 merges 840.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 845.0 sec: 19 segments, 1 merges 845.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 850.0 sec: 19 segments, 1 merges 850.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 855.0 sec: 19 segments, 1 merges 855.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 860.0 sec: 19 segments, 1 merges 860.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 865.0 sec: 19 segments, 1 merges 865.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 870.0 sec: 19 segments, 1 merges 870.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 875.0 sec: 19 segments, 1 merges 875.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 880.0 sec: 19 segments, 1 merges 880.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 885.1 sec: 19 segments, 1 merges 885.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 890.1 sec: 19 segments, 1 merges 890.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 895.1 sec: 19 segments, 1 merges 895.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 900.1 sec: 19 segments, 1 merges 900.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 905.1 sec: 19 segments, 1 merges 905.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 910.1 sec: 19 segments, 1 merges 910.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 915.1 sec: 19 segments, 1 merges 915.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 920.1 sec: 19 segments, 1 merges 920.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 925.0 sec: 19 segments, 1 merges 925.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 930.0 sec: 19 segments, 1 merges 930.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 935.0 sec: 19 segments, 1 merges 935.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 940.0 sec: 19 segments, 1 merges 940.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 945.0 sec: 19 segments, 1 merges 945.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 950.0 sec: 19 segments, 1 merges 950.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 955.0 sec: 19 segments, 1 merges 955.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 960.0 sec: 19 segments, 1 merges 960.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 965.0 sec: 19 segments, 1 merges 965.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 970.1 sec: 19 segments, 1 merges 970.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 975.1 sec: 19 segments, 1 merges 975.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 980.1 sec: 19 segments, 1 merges 980.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 985.1 sec: 19 segments, 1 merges 985.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 990.1 sec: 19 segments, 1 merges 990.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 995.1 sec: 19 segments, 1 merges 995.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1000.1 sec: 19 segments, 1 merges 1000.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1005.1 sec: 19 segments, 1 merges 1005.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1010.1 sec: 19 segments, 1 merges 1010.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1015.1 sec: 19 segments, 1 merges 1015.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1020.1 sec: 19 segments, 1 merges 1020.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1025.1 sec: 19 segments, 1 merges 1025.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1030.1 sec: 19 segments, 1 merges 1030.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1035.1 sec: 19 segments, 1 merges 1035.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1040.1 sec: 19 segments, 1 merges 1040.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1045.0 sec: 19 segments, 1 merges 1045.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1050.0 sec: 19 segments, 1 merges 1050.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1055.0 sec: 19 segments, 1 merges 1055.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1060.0 sec: 19 segments, 1 merges 1060.0s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1065.1 sec: 19 segments, 1 merges 1065.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1070.1 sec: 19 segments, 1 merges 1070.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1075.1 sec: 19 segments, 1 merges 1075.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1080.1 sec: 19 segments, 1 merges 1080.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1085.1 sec: 19 segments, 1 merges 1085.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB 1090.1 sec: 19 segments, 1 merges 1090.1s _1by: 19 segs, 8000.0 K docs, 36035.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1094.16 sec index has 1 segments: segments_3: _1by(11.0.0):C8000000 _1by: 36186.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.97 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=48801772554 cpu@end=51173162824 deltaMS=2371.39027 thread 14 name=Reference Handler cpu@start=1464698 cpu@end=1464698 deltaMS=0.0 thread 15 name=Finalizer cpu@start=172610 cpu@end=172610 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=61961 cpu@end=61961 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7259438 cpu@end=7259438 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16934770715 cpu@end=16935246235 deltaMS=0.47552 thread 42 name=JFR Periodic Tasks cpu@start=115902825511 cpu@end=116016162057 deltaMS=113.336546 thread 45 name=Notification Thread cpu@start=109859 cpu@end=109859 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1656620929251 cpu@end=1656620929251 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1660427210855 cpu@end=1660427210855 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1657549918816 cpu@end=1657549918816 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1664012661906 cpu@end=1664012661906 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1658344232276 cpu@end=1658344232276 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1657771651467 cpu@end=1657771651467 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1661915003539 cpu@end=1661915003539 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1661254139248 cpu@end=1661254139248 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1654680923659 cpu@end=1654680923659 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1655266754997 cpu@end=1655266754997 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1662728484648 cpu@end=1662728484648 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1660636127747 cpu@end=1660636127747 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1657723995761 cpu@end=1657723995761 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1662073063921 cpu@end=1662073063921 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1657444702718 cpu@end=1657444702718 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1658250147359 cpu@end=1658250147359 deltaMS=0.0 Average CPU cores used: 1.0447767165076862 completed 1000 searches in 2378 ms: 420 QPS CPU time=2484 ms checking results SUMMARY: 0.881 2.378 2.484 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5712 943.08 8482.88 1094.16 1 36185.97 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=252, Fanout min=8, mean=16.71, max=31, meandelta=396878.13 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 18 19 21 23 31 Graph level=2 size=7653, Fanout min=7, mean=27.29, max=32, meandelta=269045.72 % 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=247099, Fanout min=1, mean=28.29, max=32, meandelta=258599.02 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.74, max=64, meandelta=194162.66 % 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=252, connectedness=1.00 Graph level=2 size=7653, connectedness=1.00 Graph level=1 size=247099, 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.22.14.08.44/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': 43,863,100.51 msec task-clock:u 168,335,992,570,659 cycles:u (36.36%) 175,440,716,014,305 instructions:u (36.36%) 4,255,281,376,970 cache-references:u (36.36%) 1,644,023,863,127 cache-misses:u (36.36%) 62,637,740,744,963 L1-dcache-loads:u (36.36%) 1,998,033,931,454 L1-dcache-load-misses:u (36.36%) 3,836,381,231,080 L1-icache-loads:u (36.36%) 14,819,489,459 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 18,539,137 faults:u 17,605,848 minor-faults:u 19,557 major-faults:u 15,267,406,351,846 branches:u (36.36%) 113,101,522,619 branch-misses:u (36.36%) 2,462,898,192,343 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2206.182908575 seconds time elapsed 43290.646628000 seconds user 561.447731000 seconds sys took 0:36:46.209310 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.378, net_cpu_ms=2.484, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5712, index_time_sec=943.08, index_docs_per_sec=8482.88, force_merge_time_sec=1094.16, index_num_segments=1, index_size_on_disk_mb=36185.97, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (252, {0: 0, 10: 10, 20: 12, 30: 13, 40: 15, 50: 16, 60: 18, 70: 19, 80: 21, 90: 23, 100: 31}), 2: (7653, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247099, {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=2206, microseconds=209310)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 108 Start: 2026-05-22 19:55:15 (UTC) Duration: 2194 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 42111689 721321076 jdk.FileWrite 21700923 457088210 jdk.FileRead 8003673 182237179 jdk.ObjectAllocationInNewTLAB 70779 1403910 jdk.BooleanFlag 53568 1694588 jdk.CPULoad 41144 822242 jdk.Checkpoint 7431 28429776 jdk.Compilation 6339 163407 jdk.UnsignedIntFlag 5184 175848 jdk.IntFlag 4752 173380 jdk.StringFlag 3672 142331 jdk.ObjectAllocationOutsideTLAB 1282 22949 jdk.CPUInformation 108 162212 jdk.GCConfiguration 108 2804 jdk.JVMInformation 108 102596 jdk.Metadata 108 11936913 jdk.GarbageCollection 57 1369 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.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42111689 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.80% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 29.33% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.63% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.44% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.20% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.17% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.33% 560071 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.96% 402412 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.95% 399126 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.51% 214683 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.48% 202835 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.29% 123381 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 111988 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.26% 108516 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 108319 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.24% 102033 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.23% 96048 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.23% 96026 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 88040 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 71656 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 59461 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 43955 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.10% 41260 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 38203 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 37812 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 37556 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 37265 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 33908 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 31689 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 29080 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 26303 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 26255 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 26016 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 24107 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 23955 java.util.Arrays#sort():99 [Inlined code] 0.04% 16791 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 14142 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 13398 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 13068 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 12086 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 11589 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 10213 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9526 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 9076 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8991 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8462 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 8118 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 7507 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.02% 7109 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 6205 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42111689 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.33% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 29.30% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 10.63% 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.20% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.17% 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.69% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 1.46% 614940 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.33% 559146 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.86% 362454 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.74% 310821 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.69% 292069 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.69% 291857 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.44% 185660 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.40% 170078 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.27% 111949 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.26% 108120 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.25% 104781 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.23% 95999 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 94546 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% 90615 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.20% 85053 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% 78486 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% 71498 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% 62021 org.apache.lucene.util.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.14% 60993 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.11% 47288 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.10% 43941 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 43659 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.10% 41151 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.09% 38203 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% 37262 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% 29076 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% 26653 org.apache.lucene.util.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% 26303 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% 26242 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% 26236 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% 26008 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% 25543 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% 24107 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 23952 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% 22764 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% 22612 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.05% 21478 org.apache.lucene.util.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% 21416 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.05% 20577 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% 18656 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% 15030 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 13270 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.03% 12733 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.0x000000000a1740a0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.03% 12531 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42111689 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 25.74% 10M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 23.23% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 13.43% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 9.37% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.93% 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.49% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.14% 901239 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] 2.00% 840744 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.0x000000000a19ad30#call() [Inlined code] 1.03% 435660 org.apache.lucene.codecs.lucene104.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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.00% 421211 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.0x000000000a19ad30#call() [Inlined code] 0.98% 414423 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.96% 402935 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.85% 358721 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.85% 357865 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.83% 351014 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.64% 270666 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.0x000000000a19ad30#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.0x000000000a19b288#run() [JIT compiled code] 0.55% 231153 org.apache.lucene.codecs.lucene104.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.0x000000000a19ad30#call() [Inlined code] 0.44% 186911 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.43% 180281 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.42% 177763 org.apache.lucene.codecs.lucene104.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.0x000000000a19ad30#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.41% 171257 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] 0.39% 162968 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.36% 152532 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.31% 131590 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.29% 121555 org.apache.lucene.codecs.lucene104.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.0x000000000a19ad30#call() [Inlined code] 0.23% 95946 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 81561 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.0x000000000a19ad30#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.0x000000000a19b288#run() [JIT compiled code] 0.19% 78486 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.0x000000000a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 74606 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.17% 70938 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#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.0x000000000a19b288#run() [JIT compiled code] 0.16% 69450 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.16% 69038 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.16% 68798 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 64228 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#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% 60007 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.14% 58564 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 54841 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 53504 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.0x000000000a19ad30#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% 51968 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.12% 51009 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000a1968e0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 48953 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.12% 48456 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 47986 org.apache.lucene.codecs.lucene104.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.0x000000000a19ad30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.11% 47197 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 45742 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#call() [Inlined code] 0.10% 43796 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#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.0x000000000a19b288#run() [JIT compiled code] 0.09% 37282 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#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% 36553 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 36523 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.08% 34224 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72038 events (total: 553692M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.28% 128919M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.16% 128241M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.78% 126120M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.46% 63447M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.90% 32661M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.72% 20609M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.08% 5977M java.util.Arrays#copyOf():3478 [Inlined code] 1.00% 5518M java.lang.Integer#valueOf():1006 [Inlined code] 0.74% 4104M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3764M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 3665M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 3603M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.65% 3590M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.36% 2004M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.32% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1723M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.25% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.24% 1338M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.18% 975M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 939M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 905M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 880M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 849M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.14% 757M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 724M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.12% 658M java.util.ArrayList#grow():240 [Inlined code] 0.11% 628M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 556M knn.IndexerThread#_run():108 [JIT compiled code] 0.10% 534M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 402M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 401M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 357M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 350M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 349M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 337M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.05% 302M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 249M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 221M java.util.List#of():935 [Inlined code] 0.04% 219M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 206M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 204M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 170M org.apache.lucene.util.SparseFixedBitSet#():70 [JIT compiled code] 0.03% 170M org.apache.lucene.search.TopScoreDocCollector#populateResults():191 [JIT compiled code] 0.03% 156M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 143M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 143M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 135M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 133M 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.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72038 events (total: 553692M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.87% 104470M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.62% 103125M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.92% 71534M 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.52% 52712M 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.03% 38906M 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.90% 32661M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.43% 24541M 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.29% 23770M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.12% 22812M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.72% 20609M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.00% 5555M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.96% 5343M 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.74% 4104M 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% 3728M 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.65% 3603M 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.34% 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.34% 1881M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1817M 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% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.28% 1541M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1473M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.21% 1186M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 975M 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% 952M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.17% 934M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.16% 878M 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% 858M 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% 757M 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% 743M 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% 722M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.13% 705M 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.12% 658M 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% 556M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 534M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 474M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 456M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 435M 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% 404M 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.07% 402M 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% 376M 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():1562 [Inlined code] 0.07% 375M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 374M 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% 357M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 350M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 349M 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% 343M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000a19b288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 341M 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% 339M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q4-fmTrue.jfr is 1340.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72038 events (total: 553692M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.41% 46591M 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.16% 45203M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000a19ad30#call() [Inlined code] 8.00% 44306M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000a19ad30#call() [Inlined code] 7.02% 38842M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.69% 37031M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 5.74% 31794M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.40% 24389M 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.38% 24230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000000a19ad30#call() [Inlined code] 4.36% 24116M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000000a19ad30#call() [Inlined code] 4.25% 23540M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.94% 21798M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.95% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.80% 15486M 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.48% 8220M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.42% 7844M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.41% 7811M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 7308M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.31% 7230M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.13% 6234M 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.0x000000000a19ad30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.00% 5555M 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.96% 5343M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.89% 4914M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.87% 4822M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.87% 4805M 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.0x000000000a19ad30#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.85% 4720M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.80% 4452M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.70% 3851M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.68% 3739M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.64% 3553M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.52% 2882M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.49% 2726M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2566M 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.0x000000000a19ad30#call() [Inlined code] 0.45% 2480M 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.0x000000000a19ad30#call() [Inlined code] 0.44% 2434M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.43% 2378M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.40% 2207M 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.0x000000000a19ad30#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.35% 1917M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 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.0x000000000a19ad30#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.0x000000000a19b288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.32% 1756M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1495M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.27% 1470M 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.0x000000000a19ad30#call() [Inlined code] 0.25% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#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.21% 1162M 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.0x000000000a19ad30#call() [Inlined code] 0.21% 1158M 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.0x000000000a19ad30#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.17% 952M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000a19ad30#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.0x000000000a19b288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.16% 866M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.14% 781M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.13% 697M 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.0x000000000a19ad30#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% 661M 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.0x000000000a19ad30#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.0x000000000a19b288#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-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.22.14.08.44/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 58921 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2968898810613338 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 22, 2026 4:43:26 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 117 segments, 12 merges 236.4s _17h: 8 segs, 827.0 K docs, 4124.7 MB 181.8s _193: 8 segs, 221.5 K docs, 1102.9 MB 168.0s _19k: 8 segs, 217.8 K docs, 1084.9 MB 112.1s _1be: 8 segs, 177.0 K docs, 881.1 MB 52.8s _1d1: 8 segs, 74.2 K docs, 368.6 MB 46.8s _1d7: 8 segs, 108.9 K docs, 541.3 MB 37.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 31.0s _1dn: 8 segs, 71.6 K docs, 355.5 MB 25.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 17.5s _1e2: 8 segs, 38.2 K docs, 189.1 MB 8.8s _1eb: 8 segs, 37.8 K docs, 187.4 MB 5.0 sec: 96 segments, 9 merges 117.1s _1be: 8 segs, 177.0 K docs, 881.1 MB 57.8s _1d1: 8 segs, 74.2 K docs, 368.6 MB 51.8s _1d7: 8 segs, 108.9 K docs, 541.3 MB 42.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 36.0s _1dn: 8 segs, 71.6 K docs, 355.5 MB 30.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 22.6s _1e2: 8 segs, 38.2 K docs, 189.1 MB 13.8s _1eb: 8 segs, 37.8 K docs, 187.4 MB 5.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 10.0 sec: 89 segments, 8 merges 122.1s _1be: 8 segs, 177.0 K docs, 881.1 MB 56.8s _1d7: 8 segs, 108.9 K docs, 541.3 MB 47.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 41.0s _1dn: 8 segs, 71.6 K docs, 355.5 MB 35.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 27.6s _1e2: 8 segs, 38.2 K docs, 189.1 MB 18.8s _1eb: 8 segs, 37.8 K docs, 187.4 MB 10.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 15.0 sec: 68 segments, 6 merges 52.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 46.0s _1dn: 8 segs, 71.6 K docs, 355.5 MB 40.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 23.8s _1eb: 8 segs, 37.8 K docs, 187.4 MB 15.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 2.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 20.0 sec: 61 segments, 5 merges 57.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 45.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 28.8s _1eb: 8 segs, 37.8 K docs, 187.4 MB 20.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 7.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 25.0 sec: 54 segments, 4 merges 62.1s _1dg: 8 segs, 224.2 K docs, 1116.9 MB 50.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 25.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 12.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 30.0 sec: 47 segments, 3 merges 55.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 30.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 17.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 35.0 sec: 47 segments, 3 merges 60.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 35.0s _1ej: 13 segs, 50.0 K docs, 247.4 MB 22.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 40.1 sec: 35 segments, 2 merges 65.2s _1du: 8 segs, 210.1 K docs, 1046.2 MB 27.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 45.1 sec: 28 segments, 1 merges 32.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 50.1 sec: 28 segments, 1 merges 37.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 55.1 sec: 28 segments, 1 merges 42.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 60.1 sec: 28 segments, 1 merges 47.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 65.1 sec: 28 segments, 1 merges 52.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 70.1 sec: 28 segments, 1 merges 57.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 75.1 sec: 28 segments, 1 merges 62.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 80.0 sec: 28 segments, 1 merges 67.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 85.1 sec: 28 segments, 1 merges 72.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 90.1 sec: 28 segments, 1 merges 77.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 95.1 sec: 28 segments, 1 merges 82.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 100.1 sec: 28 segments, 1 merges 87.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 105.1 sec: 28 segments, 1 merges 92.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 110.1 sec: 28 segments, 1 merges 97.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 115.1 sec: 28 segments, 1 merges 102.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 120.0 sec: 28 segments, 1 merges 107.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 125.0 sec: 28 segments, 1 merges 112.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 130.0 sec: 28 segments, 1 merges 117.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 135.0 sec: 28 segments, 1 merges 122.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 140.0 sec: 28 segments, 1 merges 127.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 145.0 sec: 28 segments, 1 merges 132.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 150.0 sec: 28 segments, 1 merges 137.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 155.0 sec: 28 segments, 1 merges 142.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 160.0 sec: 28 segments, 1 merges 147.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 165.0 sec: 28 segments, 1 merges 152.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 170.0 sec: 28 segments, 1 merges 157.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 175.1 sec: 28 segments, 1 merges 162.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 180.1 sec: 28 segments, 1 merges 167.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 185.1 sec: 28 segments, 1 merges 172.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 190.1 sec: 28 segments, 1 merges 177.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 195.1 sec: 28 segments, 1 merges 182.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 200.1 sec: 28 segments, 1 merges 187.4s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 205.0 sec: 28 segments, 1 merges 192.3s _1ek: 7 segs, 1008.3 K docs, 5030.1 MB 210.0 sec: 22 segments, 1 merges 4.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 215.0 sec: 22 segments, 1 merges 9.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 220.0 sec: 22 segments, 1 merges 14.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 225.0 sec: 22 segments, 1 merges 19.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 230.0 sec: 22 segments, 1 merges 24.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 235.0 sec: 22 segments, 1 merges 29.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 240.0 sec: 22 segments, 1 merges 34.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 245.1 sec: 22 segments, 1 merges 39.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 250.1 sec: 22 segments, 1 merges 44.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 255.1 sec: 22 segments, 1 merges 49.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 260.1 sec: 22 segments, 1 merges 54.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 265.1 sec: 22 segments, 1 merges 59.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 270.1 sec: 22 segments, 1 merges 64.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 275.1 sec: 22 segments, 1 merges 69.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 280.1 sec: 22 segments, 1 merges 74.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 285.0 sec: 22 segments, 1 merges 79.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 290.0 sec: 22 segments, 1 merges 84.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 295.0 sec: 22 segments, 1 merges 89.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 300.0 sec: 22 segments, 1 merges 94.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 305.0 sec: 22 segments, 1 merges 99.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 310.0 sec: 22 segments, 1 merges 104.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 315.0 sec: 22 segments, 1 merges 109.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 320.0 sec: 22 segments, 1 merges 114.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 325.1 sec: 22 segments, 1 merges 119.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 330.1 sec: 22 segments, 1 merges 124.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 335.1 sec: 22 segments, 1 merges 129.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 340.1 sec: 22 segments, 1 merges 134.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 345.1 sec: 22 segments, 1 merges 139.7s _1el: 5 segs, 993.5 K docs, 4956.7 MB 350.1 sec: 22 segments, 1 merges 144.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB 355.1 sec: 22 segments, 1 merges 149.8s _1el: 5 segs, 993.5 K docs, 4956.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1524 seconds reindex takes 1524.83 sec index has 18 segments: segments_2: _ag(11.0.0):C1025114 _pr(11.0.0):C1022508 _k5(11.0.0):C437559 _iz(11.0.0):C359301 _17h(11.0.0):C827029 _zj(11.0.0):C623650 _ns(11.0.0):C285849 _1el(11.0.0):C993530 _ta(11.0.0):C369606 _xv(11.0.0):C386438 _1ek(11.0.0):C1008328 _1be(11.0.0):C177003 _1du(11.0.0):C210142 _1d7(11.0.0):C108902 _1ct(11.0.0):C39043 _1e2(11.0.0):C38181 _1eb(11.0.0):C37840 _1ej(11.0.0):C49977 _ag: 5120.2 MB _pr: 5107.2 MB _k5: 2184.0 MB _iz: 1793.2 MB _17h: 4129.9 MB _zj: 3113.5 MB _ns: 1426.5 MB _1el: 4962.3 MB _ta: 1844.7 MB _xv: 1928.7 MB _1ek: 5036.2 MB _1be: 883.0 MB _1du: 1048.4 MB _1d7: 543.0 MB _1ct: 194.3 MB _1e2: 190.0 MB _1eb: 188.4 MB _1ej: 248.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39942.48 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=57162007273 cpu@end=71495512497 deltaMS=14333.505224 thread 14 name=Reference Handler cpu@start=1665334 cpu@end=1665334 deltaMS=0.0 thread 15 name=Finalizer cpu@start=124048 cpu@end=124048 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=53327 cpu@end=53327 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7272843 cpu@end=7272843 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20258199163 cpu@end=20259502664 deltaMS=1.303501 thread 42 name=JFR Periodic Tasks cpu@start=129511625292 cpu@end=130196313871 deltaMS=684.688579 thread 45 name=Notification Thread cpu@start=90827 cpu@end=90827 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1778384304179 cpu@end=1778384304179 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1786112360096 cpu@end=1786112360096 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1778848929459 cpu@end=1778848929459 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1782884099144 cpu@end=1782884099144 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1782941801745 cpu@end=1782941801745 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1780717416194 cpu@end=1780717416194 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1782834049525 cpu@end=1782834049525 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1777074275426 cpu@end=1777074275426 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1779476753778 cpu@end=1779476753778 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1779181637789 cpu@end=1779181637789 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1783524643889 cpu@end=1783524643889 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1782611344484 cpu@end=1782611344484 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1779642810311 cpu@end=1779642810311 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1780610388429 cpu@end=1780610388429 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1778186587654 cpu@end=1778186587654 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1781307077731 cpu@end=1781307077731 deltaMS=0.0 Average CPU cores used: 1.0470822452737798 completed 1000 searches in 14344 ms: 69 QPS CPU time=15019 ms checking results SUMMARY: 0.954 14.344 15.019 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 66097 1524.83 5246.47 0.00 18 39942.48 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1025114 documents Graph level=3 size=58, Fanout min=3, mean=8.34, max=14, meandelta=88865.80 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 7 8 9 10 11 12 14 Graph level=2 size=861, Fanout min=8, mean=22.98, max=32, meandelta=40921.04 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 28 31 32 32 Graph level=1 size=31279, Fanout min=4, mean=28.05, max=32, meandelta=33516.15 % 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=1025114, Fanout min=1, mean=39.48, max=64, meandelta=24043.26 % 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=58, connectedness=1.00 Graph level=2 size=861, connectedness=1.00 Graph level=1 size=31279, connectedness=1.00 Graph level=0 size=1025114, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1022508 documents Graph level=3 size=55, Fanout min=3, mean=8.11, max=17, meandelta=92937.80 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 11 12 17 Graph level=2 size=888, Fanout min=6, mean=22.89, max=32, meandelta=40921.83 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 23 25 28 31 32 32 Graph level=1 size=31158, Fanout min=2, mean=28.06, max=32, meandelta=33393.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=1022508, Fanout min=1, mean=39.51, max=64, meandelta=23962.60 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=888, connectedness=1.00 Graph level=1 size=31158, connectedness=1.00 Graph level=0 size=1022508, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 437559 documents Graph level=3 size=25, Fanout min=4, mean=6.40, max=11, meandelta=43069.83 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 7 7 8 9 11 Graph level=2 size=352, Fanout min=7, mean=18.76, max=32, meandelta=19727.41 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 21 24 27 32 Graph level=1 size=13354, Fanout min=5, mean=27.60, max=32, meandelta=14496.54 % 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=437559, Fanout min=1, mean=39.56, max=64, meandelta=10263.72 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=25, connectedness=1.00 Graph level=2 size=352, connectedness=1.00 Graph level=1 size=13354, connectedness=1.00 Graph level=0 size=437559, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 359301 documents Graph level=3 size=19, Fanout min=3, mean=5.37, max=10, meandelta=34521.77 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 6 7 10 Graph level=2 size=265, Fanout min=6, mean=16.20, max=32, meandelta=17917.12 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 18 20 22 32 Graph level=1 size=10983, Fanout min=7, mean=27.55, max=32, meandelta=11938.69 % 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=359301, Fanout min=1, mean=39.56, max=64, meandelta=8430.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=19, connectedness=1.00 Graph level=2 size=265, connectedness=1.00 Graph level=1 size=10983, connectedness=1.00 Graph level=0 size=359301, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 827029 documents Graph level=3 size=37, Fanout min=4, mean=6.92, max=11, meandelta=81299.41 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 8 9 11 Graph level=2 size=693, Fanout min=7, mean=22.04, max=32, meandelta=33734.04 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 22 24 26 30 32 32 Graph level=1 size=25265, Fanout min=4, mean=27.99, max=32, meandelta=27057.78 % 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=827029, Fanout min=1, mean=39.59, max=64, meandelta=19361.09 % 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=693, connectedness=1.00 Graph level=1 size=25265, connectedness=1.00 Graph level=0 size=827029, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 623650 documents Graph level=3 size=30, Fanout min=4, mean=6.47, max=13, meandelta=60362.71 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 9 9 13 Graph level=2 size=505, Fanout min=7, mean=20.49, max=32, meandelta=27165.82 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 22 24 27 31 32 Graph level=1 size=18925, Fanout min=3, mean=27.84, max=32, meandelta=20505.81 % 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=623650, Fanout min=1, mean=39.58, max=64, meandelta=14611.56 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=30, connectedness=1.00 Graph level=2 size=505, connectedness=1.00 Graph level=1 size=18925, connectedness=1.00 Graph level=0 size=623650, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 285849 documents Graph level=3 size=16, Fanout min=2, mean=4.13, max=7, meandelta=37622.47 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 4 4 4 4 5 6 7 Graph level=2 size=229, Fanout min=6, mean=16.06, max=32, meandelta=14097.88 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 22 32 Graph level=1 size=8668, Fanout min=6, mean=27.50, max=32, meandelta=9458.38 % 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=285849, Fanout min=1, mean=39.50, max=64, meandelta=6719.24 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=16, connectedness=1.00 Graph level=2 size=229, connectedness=1.00 Graph level=1 size=8668, connectedness=1.00 Graph level=0 size=285849, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 993530 documents Graph level=3 size=60, Fanout min=4, mean=9.10, max=18, meandelta=89481.70 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 11 12 13 18 Graph level=2 size=880, Fanout min=7, mean=22.85, max=32, meandelta=39819.78 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 28 32 32 32 Graph level=1 size=30266, Fanout min=1, mean=28.04, max=32, meandelta=32497.96 % 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=993530, Fanout min=1, mean=39.52, max=64, meandelta=23282.89 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=880, connectedness=1.00 Graph level=1 size=30266, connectedness=1.00 Graph level=0 size=993530, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 369606 documents Graph level=3 size=23, Fanout min=3, mean=6.00, max=10, meandelta=42524.46 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 7 7 7 10 Graph level=2 size=294, Fanout min=7, mean=16.83, max=32, meandelta=18545.26 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 18 20 21 24 32 Graph level=1 size=11230, Fanout min=7, mean=27.56, max=32, meandelta=12258.10 % 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=369606, Fanout min=1, mean=39.52, max=64, meandelta=8680.12 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=294, connectedness=1.00 Graph level=1 size=11230, connectedness=1.00 Graph level=0 size=369606, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 386438 documents Graph level=3 size=26, Fanout min=3, mean=5.77, max=10, meandelta=43615.71 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 6 6 7 7 8 10 Graph level=2 size=310, Fanout min=6, mean=17.05, max=32, meandelta=19107.73 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 17 18 19 22 24 32 Graph level=1 size=11750, Fanout min=6, mean=27.60, max=32, meandelta=12783.60 % 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=386438, Fanout min=1, mean=39.54, max=64, meandelta=9071.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=26, connectedness=1.00 Graph level=2 size=310, connectedness=1.00 Graph level=1 size=11750, connectedness=1.00 Graph level=0 size=386438, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 1008328 documents Graph level=3 size=59, Fanout min=5, mean=8.92, max=23, meandelta=89328.27 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 10 12 12 23 Graph level=2 size=887, Fanout min=7, mean=23.21, max=32, meandelta=39762.61 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 18 21 23 25 28 32 32 32 Graph level=1 size=30679, Fanout min=4, mean=27.99, max=32, meandelta=33003.46 % 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=1008328, Fanout min=1, mean=39.50, max=64, meandelta=23635.41 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=59, connectedness=1.00 Graph level=2 size=887, connectedness=1.00 Graph level=1 size=30679, connectedness=1.00 Graph level=0 size=1008328, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 177003 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=3, meandelta=21479.36 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 3 3 Graph level=2 size=158, Fanout min=6, mean=14.52, max=28, meandelta=10292.61 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 18 20 28 Graph level=1 size=5499, Fanout min=8, mean=27.10, max=32, meandelta=5967.67 % 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=177003, Fanout min=1, mean=39.22, max=64, meandelta=4192.21 % 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=158, connectedness=1.00 Graph level=1 size=5499, connectedness=1.00 Graph level=0 size=177003, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 210142 documents Graph level=3 size=9, Fanout min=3, mean=3.56, max=5, meandelta=46371.22 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 3 3 3 4 5 5 Graph level=2 size=183, Fanout min=6, mean=14.56, max=32, meandelta=12525.45 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 17 18 20 32 Graph level=1 size=6499, Fanout min=7, mean=27.51, max=32, meandelta=6970.65 % 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=210142, Fanout min=2, mean=39.39, max=64, meandelta=4956.12 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 58 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=183, connectedness=1.00 Graph level=1 size=6499, connectedness=1.00 Graph level=0 size=210142, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 108902 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=16837.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=97, Fanout min=5, mean=11.13, max=22, meandelta=8226.78 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 15 22 Graph level=1 size=3363, Fanout min=8, mean=26.37, max=32, meandelta=3754.29 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 32 32 32 32 32 Graph level=0 size=108902, Fanout min=2, mean=38.98, max=64, meandelta=2597.66 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=97, connectedness=1.00 Graph level=1 size=3363, connectedness=1.00 Graph level=0 size=108902, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 39043 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=3, mean=5.69, max=10, meandelta=4962.02 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 7 8 10 Graph level=1 size=1205, Fanout min=8, mean=24.00, max=32, meandelta=1466.77 % 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=39043, Fanout min=3, mean=37.89, max=64, meandelta=954.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1205, connectedness=1.00 Graph level=0 size=39043, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 38181 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=30, Fanout min=2, mean=6.80, max=12, meandelta=4231.95 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 5 6 6 7 8 9 11 12 Graph level=1 size=1180, Fanout min=8, mean=24.23, max=32, meandelta=1428.82 % 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=38181, Fanout min=3, mean=37.85, max=64, meandelta=934.20 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=30, connectedness=1.00 Graph level=1 size=1180, connectedness=1.00 Graph level=0 size=38181, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 37840 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=30, Fanout min=3, mean=6.40, max=13, meandelta=4693.55 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 8 8 9 13 Graph level=1 size=1166, Fanout min=8, mean=24.39, max=32, meandelta=1403.55 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=37840, Fanout min=2, mean=37.86, max=64, meandelta=926.47 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=30, connectedness=1.00 Graph level=1 size=1166, connectedness=1.00 Graph level=0 size=37840, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 49977 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=45, Fanout min=4, mean=8.36, max=18, meandelta=4680.74 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 7 8 8 9 10 11 18 Graph level=1 size=1543, Fanout min=8, mean=25.05, max=32, meandelta=1829.61 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 21 23 26 28 32 32 32 32 Graph level=0 size=49977, Fanout min=3, mean=38.20, max=64, meandelta=1215.50 % 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=45, connectedness=1.00 Graph level=1 size=1543, connectedness=1.00 Graph level=0 size=49977, 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.22.14.08.44/bench-knn-q7-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 7': 54,605,750.18 msec task-clock:u 209,293,871,434,721 cycles:u (36.36%) 116,823,187,520,285 instructions:u (36.36%) 3,424,105,296,670 cache-references:u (36.36%) 1,560,181,991,091 cache-misses:u (36.36%) 42,204,101,375,885 L1-dcache-loads:u (36.36%) 1,487,994,262,273 L1-dcache-load-misses:u (36.36%) 2,051,782,509,524 L1-icache-loads:u (36.36%) 12,623,544,186 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,099,633 faults:u 6,235,487 minor-faults:u 160 major-faults:u 11,863,887,180,074 branches:u (36.36%) 89,659,037,148 branch-misses:u (36.36%) 3,102,161,167,849 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1977.186860068 seconds time elapsed 54053.791718000 seconds user 539.936011000 seconds sys took 0:32:57.212602 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=14.344, net_cpu_ms=15.019, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=66097, index_time_sec=1524.83, index_docs_per_sec=5246.47, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=39942.48, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (45, {0: 0, 10: 5, 20: 7, 30: 7, 40: 7, 50: 8, 60: 8, 70: 9, 80: 10, 90: 11, 100: 18}), 1: (1543, {0: 0, 10: 16, 20: 18, 30: 21, 40: 23, 50: 26, 60: 28, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (49977, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1977, microseconds=212602)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 120 Start: 2026-05-22 20:43:26 (UTC) Duration: 1964 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 52237623 896555371 jdk.FileWrite 20293779 425882273 jdk.FileRead 8003675 183055510 jdk.ObjectAllocationInNewTLAB 62998 1255264 jdk.BooleanFlag 59520 1883096 jdk.CPULoad 36347 726304 jdk.Checkpoint 8323 33864978 jdk.Compilation 6004 155203 jdk.UnsignedIntFlag 5760 195408 jdk.IntFlag 5280 192664 jdk.StringFlag 4080 158291 jdk.ObjectAllocationOutsideTLAB 1029 18446 jdk.CPUInformation 120 180236 jdk.GCConfiguration 120 3116 jdk.JVMInformation 120 111596 jdk.Metadata 120 13263237 jdk.GarbageCollection 46 1103 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.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52237623 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.91% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.56% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.84% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 2.69% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.98% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.77% 926983 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.41% 735665 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.69% 358778 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.64% 331768 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.41% 214515 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.40% 206769 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.29% 152747 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 150624 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.23% 122259 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.20% 102947 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 95393 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 88392 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 87088 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.16% 85520 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.14% 73922 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 72198 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 60002 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 51700 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 48184 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.08% 42184 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 37151 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 36927 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 33397 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31170 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 30573 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 29880 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 29629 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 25459 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 21401 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 18657 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 18050 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 16991 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16423 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 15695 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14863 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 14138 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 13645 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 13359 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 12282 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 11328 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10140 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 8738 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8624 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 7119 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 6928 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.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52237623 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.11% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.56% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.83% 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] 2.69% 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.91% 998250 org.apache.lucene.codecs.lucene104.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% 756622 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.21% 631653 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.94% 488750 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.78% 407779 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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.69% 358778 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% 335726 org.apache.lucene.codecs.lucene104.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.52% 272819 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.48% 248652 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.41% 214490 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 157967 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.29% 150612 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.23% 122226 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.20% 103997 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% 102872 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.16% 85397 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.16% 84688 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 75073 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 70578 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.12% 65014 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% 61973 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 60437 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.11% 57120 org.apache.lucene.util.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% 56835 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% 50048 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.09% 48089 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.08% 44156 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% 42172 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.07% 38575 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% 37080 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% 36927 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% 31170 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% 30573 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 29612 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 25408 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% 25088 org.apache.lucene.util.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.04% 22494 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% 21236 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% 21066 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% 20480 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% 18732 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% 18640 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% 18517 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 17765 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% 16496 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% 16418 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52237623 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.13% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 24.60% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.30% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 11.39% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 1.99% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.12% 584728 org.apache.lucene.codecs.lucene104.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.0x00000000361a0680#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.91% 474805 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.78% 409159 org.apache.lucene.codecs.lucene104.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.0x00000000361a0680#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.78% 405423 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.65% 339187 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.0x00000000361a0680#call() [Inlined code] 0.59% 306412 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.54% 279904 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] 0.51% 268723 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.49% 256536 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.0x00000000361a0680#call() [Inlined code] 0.35% 183224 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.0x00000000361a0680#call() [Inlined code] 0.35% 181487 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.34% 179560 org.apache.lucene.codecs.lucene104.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.0x00000000361a0680#call() [Inlined code] 0.29% 149238 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.0x00000000361a0680#call() [Inlined code] 0.28% 144910 org.apache.lucene.codecs.lucene104.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.0x00000000361a0680#call() [Inlined code] 0.27% 139381 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.0x00000000361a0bd8#run() [JIT compiled code] 0.26% 136869 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.25% 130263 org.apache.lucene.codecs.lucene104.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.0x00000000361a0680#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.25% 129518 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.23% 122138 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% 113918 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.20% 106506 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.0x00000000361a0bd8#run() [JIT compiled code] 0.20% 102172 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.18% 96307 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.16% 85496 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 84688 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.16% 83648 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.15% 80472 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 67337 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.0x00000000361a0680#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% 64409 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 64197 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 64064 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.12% 64035 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% 61743 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 60255 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 56634 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#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% 56033 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 54306 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 48364 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.0x00000000361a0680#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% 45884 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 43640 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 42100 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% 41989 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.08% 41977 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 40197 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.07% 37136 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003619c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64002 events (total: 452049M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.74% 102803M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.65% 102378M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.07% 86201M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.25% 64403M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.95% 31431M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.14% 18720M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.73% 7832M java.lang.Integer#valueOf():1006 [Inlined code] 0.66% 2985M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 2850M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.60% 2708M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.55% 2473M java.util.Arrays#copyOf():3478 [Inlined code] 0.54% 2450M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.49% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.41% 1859M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.38% 1697M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1379M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.24% 1097M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.23% 1029M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.21% 929M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 824M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 765M knn.IndexerThread#_run():108 [JIT compiled code] 0.16% 714M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 681M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 680M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 650M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.13% 605M java.util.ArrayList#grow():240 [Inlined code] 0.12% 563M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 529M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 462M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 392M java.util.List#of():935 [Inlined code] 0.08% 367M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 357M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 353M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 330M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 329M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 325M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 325M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 273M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 260M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 239M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 198M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 182M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer():67 [Inlined code] 0.04% 182M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.04% 171M java.lang.invoke.VarForm#resolveMemberName():159 [Interpreted code] 0.03% 144M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 142M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 110M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 110M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64002 events (total: 452049M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.29% 82688M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.06% 81628M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.25% 50841M 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.76% 39598M 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.22% 32650M 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.95% 31431M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.49% 24798M 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.54% 20506M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.44% 20092M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.14% 18720M 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% 7730M 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.63% 2850M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.54% 2450M 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.51% 2325M 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.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.43% 1965M 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% 1859M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1413M 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.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1299M 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.25% 1137M 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% 1053M 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.21% 929M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.20% 914M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.19% 844M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 824M 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% 765M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 703M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 694M 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% 605M 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% 556M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.12% 527M 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.12% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.10% 440M 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% 434M 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% 426M 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% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 392M 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.08% 367M 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% 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% 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.0x0000000036183400#concat() [Inlined code] 0.08% 353M 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% 344M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000361a0bd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 329M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 326M 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% 322M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 311M 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():1562 [Inlined code] 0.07% 308M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 307M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmFalse.jfr is 1485.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64002 events (total: 452049M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.75% 39534M 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.95% 31431M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 6.20% 28005M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000361a0680#call() [Inlined code] 6.19% 27989M 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.10% 27589M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000361a0680#call() [Inlined code] 5.08% 22945M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.95% 22383M 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.83% 21819M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.80% 21689M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000361a0680#call() [Inlined code] 4.76% 21531M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000361a0680#call() [Inlined code] 4.19% 18933M 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.66% 16542M 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.00% 13540M 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.83% 8256M 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% 7730M 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.49% 6754M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 6723M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.23% 5539M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.14% 5141M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.06% 4787M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.95% 4307M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.90% 4080M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.90% 4055M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.85% 3855M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.82% 3685M 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.0x00000000361a0680#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.71% 3192M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.69% 3112M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 2862M 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.61% 2772M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 2721M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 2481M 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.0x00000000361a0680#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.54% 2439M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.51% 2325M 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.47% 2129M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000361a0680#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.0x00000000361a0bd8#run() [Interpreted code] 0.41% 1859M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1587M 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.0x00000000361a0680#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.35% 1580M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 1479M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1276M 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.0x00000000361a0680#call() [Inlined code] 0.27% 1221M 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.0x00000000361a0680#call() [Inlined code] 0.21% 959M 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.0x00000000361a0680#call() [Inlined code] 0.20% 914M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.18% 822M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.18% 812M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.18% 808M 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.0x00000000361a0680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.17% 765M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 743M 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.0x00000000361a0680#call() [Inlined code] 0.15% 695M 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.0x00000000361a0680#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] 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.22.14.08.44/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 86640 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2971680226941383 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 22, 2026 5:29:47 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 110 segments, 12 merges 135.0s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 73.3s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 69.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 56.5s _1co: 8 segs, 145.4 K docs, 723.3 MB 44.9s _1d6: 8 segs, 40.4 K docs, 199.9 MB 37.5s _1df: 8 segs, 38.7 K docs, 191.8 MB 30.6s _1do: 8 segs, 39.2 K docs, 193.9 MB 22.8s _1dw: 8 segs, 39.7 K docs, 196.7 MB 15.0s _1e6: 8 segs, 40.7 K docs, 201.3 MB 8.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 2.4s _1el: 8 segs, 142.8 K docs, 710.4 MB 5.0 sec: 96 segments, 10 merges 140.0s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 78.3s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 74.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 61.5s _1co: 8 segs, 145.4 K docs, 723.3 MB 35.7s _1do: 8 segs, 39.2 K docs, 193.9 MB 27.8s _1dw: 8 segs, 39.7 K docs, 196.7 MB 20.0s _1e6: 8 segs, 40.7 K docs, 201.3 MB 13.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 7.4s _1el: 8 segs, 142.8 K docs, 710.4 MB 5.0s _1em: 8 segs, 28.9 K docs, 143.0 MB 10.0 sec: 96 segments, 10 merges 145.0s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 83.3s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 79.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 66.5s _1co: 8 segs, 145.4 K docs, 723.3 MB 40.7s _1do: 8 segs, 39.2 K docs, 193.9 MB 32.8s _1dw: 8 segs, 39.7 K docs, 196.7 MB 25.0s _1e6: 8 segs, 40.7 K docs, 201.3 MB 18.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 12.4s _1el: 8 segs, 142.8 K docs, 710.4 MB 10.0s _1em: 8 segs, 28.9 K docs, 143.0 MB 15.0 sec: 96 segments, 10 merges 150.0s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 88.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 84.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 71.5s _1co: 8 segs, 145.4 K docs, 723.3 MB 45.7s _1do: 8 segs, 39.2 K docs, 193.9 MB 37.8s _1dw: 8 segs, 39.7 K docs, 196.7 MB 30.1s _1e6: 8 segs, 40.7 K docs, 201.3 MB 23.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 17.4s _1el: 8 segs, 142.8 K docs, 710.4 MB 15.0s _1em: 8 segs, 28.9 K docs, 143.0 MB 20.0 sec: 89 segments, 9 merges 155.0s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 93.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 89.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 76.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 42.8s _1dw: 8 segs, 39.7 K docs, 196.7 MB 35.1s _1e6: 8 segs, 40.7 K docs, 201.3 MB 28.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 22.4s _1el: 8 segs, 142.8 K docs, 710.4 MB 20.0s _1em: 8 segs, 28.9 K docs, 143.0 MB 25.0 sec: 68 segments, 6 merges 160.1s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 98.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 94.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 81.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 33.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 27.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 30.0 sec: 68 segments, 6 merges 165.1s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 103.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 99.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 86.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 38.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 32.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 35.0 sec: 68 segments, 6 merges 170.1s _19m: 8 segs, 1004.9 K docs, 5012.8 MB 108.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 104.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 91.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 43.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 37.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 40.0 sec: 61 segments, 6 merges 113.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 109.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 96.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 48.5s _1ee: 8 segs, 79.3 K docs, 393.9 MB 42.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 0.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 45.1 sec: 54 segments, 5 merges 118.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 114.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 101.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 47.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 5.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 50.1 sec: 54 segments, 5 merges 123.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 119.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 106.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 52.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 10.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 55.1 sec: 54 segments, 5 merges 128.4s _1bv: 8 segs, 250.3 K docs, 1246.5 MB 124.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 111.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 57.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 15.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 60.1 sec: 47 segments, 4 merges 129.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 116.6s _1co: 8 segs, 145.4 K docs, 723.3 MB 62.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 20.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 65.1 sec: 40 segments, 3 merges 134.9s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 67.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 25.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 70.1 sec: 40 segments, 3 merges 140.0s _1c1: 8 segs, 262.5 K docs, 1307.3 MB 72.5s _1el: 8 segs, 142.8 K docs, 710.4 MB 30.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 75.1 sec: 26 segments, 1 merges 35.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 80.1 sec: 26 segments, 1 merges 40.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 85.1 sec: 26 segments, 1 merges 45.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 90.1 sec: 26 segments, 1 merges 50.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 95.1 sec: 26 segments, 1 merges 55.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 100.0 sec: 26 segments, 1 merges 60.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 105.0 sec: 26 segments, 1 merges 65.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 110.0 sec: 26 segments, 1 merges 70.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 115.0 sec: 26 segments, 1 merges 75.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 120.0 sec: 26 segments, 1 merges 80.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 125.0 sec: 26 segments, 1 merges 85.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 130.0 sec: 26 segments, 1 merges 90.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 135.1 sec: 26 segments, 1 merges 95.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 140.1 sec: 26 segments, 1 merges 100.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 145.1 sec: 26 segments, 1 merges 105.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 150.1 sec: 26 segments, 1 merges 110.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 155.1 sec: 26 segments, 1 merges 115.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 160.1 sec: 26 segments, 1 merges 120.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 165.1 sec: 26 segments, 1 merges 125.9s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 170.0 sec: 26 segments, 1 merges 130.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 175.0 sec: 26 segments, 1 merges 135.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 180.0 sec: 26 segments, 1 merges 140.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 185.0 sec: 26 segments, 1 merges 145.8s _1en: 7 segs, 1010.3 K docs, 5038.9 MB 190.0 sec: 20 segments, 1 merges 3.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 195.0 sec: 20 segments, 1 merges 8.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 200.0 sec: 20 segments, 1 merges 13.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 205.0 sec: 20 segments, 1 merges 18.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 210.0 sec: 20 segments, 1 merges 24.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 215.0 sec: 20 segments, 1 merges 29.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 220.0 sec: 20 segments, 1 merges 34.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 225.1 sec: 20 segments, 1 merges 39.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 230.1 sec: 20 segments, 1 merges 44.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 235.1 sec: 20 segments, 1 merges 49.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 240.1 sec: 20 segments, 1 merges 54.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 245.1 sec: 20 segments, 1 merges 59.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 250.1 sec: 20 segments, 1 merges 64.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 255.1 sec: 20 segments, 1 merges 69.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 260.1 sec: 20 segments, 1 merges 74.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 265.1 sec: 20 segments, 1 merges 79.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 270.1 sec: 20 segments, 1 merges 84.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 275.0 sec: 20 segments, 1 merges 88.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 280.0 sec: 20 segments, 1 merges 93.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 285.0 sec: 20 segments, 1 merges 98.9s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 290.1 sec: 20 segments, 1 merges 104.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 295.1 sec: 20 segments, 1 merges 109.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 300.1 sec: 20 segments, 1 merges 114.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 305.1 sec: 20 segments, 1 merges 119.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 310.1 sec: 20 segments, 1 merges 124.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB 315.1 sec: 20 segments, 1 merges 129.0s _1eo: 7 segs, 1000.8 K docs, 4992.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1486 seconds reindex takes 1486.61 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: 14 segments, 1 merges 5.0 sec: 14 segments, 1 merges 5.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 10.0 sec: 14 segments, 1 merges 10.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 15.0 sec: 14 segments, 1 merges 15.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 20.0 sec: 14 segments, 1 merges 20.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 25.0 sec: 14 segments, 1 merges 25.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 30.0 sec: 14 segments, 1 merges 30.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 35.0 sec: 14 segments, 1 merges 35.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 40.0 sec: 14 segments, 1 merges 40.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 45.0 sec: 14 segments, 1 merges 45.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 50.0 sec: 14 segments, 1 merges 50.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 55.0 sec: 14 segments, 1 merges 55.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 60.0 sec: 14 segments, 1 merges 60.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 65.0 sec: 14 segments, 1 merges 65.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 70.1 sec: 14 segments, 1 merges 70.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 75.1 sec: 14 segments, 1 merges 75.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 80.1 sec: 14 segments, 1 merges 80.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 85.1 sec: 14 segments, 1 merges 85.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 90.1 sec: 14 segments, 1 merges 90.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 95.1 sec: 14 segments, 1 merges 95.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 100.1 sec: 14 segments, 1 merges 100.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 105.1 sec: 14 segments, 1 merges 105.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 110.1 sec: 14 segments, 1 merges 110.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 115.1 sec: 14 segments, 1 merges 115.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 120.1 sec: 14 segments, 1 merges 120.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 125.0 sec: 14 segments, 1 merges 125.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 130.0 sec: 14 segments, 1 merges 130.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 135.0 sec: 14 segments, 1 merges 135.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 140.0 sec: 14 segments, 1 merges 140.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 145.0 sec: 14 segments, 1 merges 145.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 150.0 sec: 14 segments, 1 merges 150.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 155.0 sec: 14 segments, 1 merges 155.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 160.0 sec: 14 segments, 1 merges 160.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 165.0 sec: 14 segments, 1 merges 165.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 170.0 sec: 14 segments, 1 merges 170.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 175.0 sec: 14 segments, 1 merges 175.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 180.1 sec: 14 segments, 1 merges 180.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 185.1 sec: 14 segments, 1 merges 185.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 190.1 sec: 14 segments, 1 merges 190.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 195.1 sec: 14 segments, 1 merges 195.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 200.1 sec: 14 segments, 1 merges 200.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 205.1 sec: 14 segments, 1 merges 205.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 210.1 sec: 14 segments, 1 merges 210.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 215.1 sec: 14 segments, 1 merges 215.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 220.1 sec: 14 segments, 1 merges 220.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 225.1 sec: 14 segments, 1 merges 225.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 230.1 sec: 14 segments, 1 merges 230.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 235.1 sec: 14 segments, 1 merges 235.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 240.0 sec: 14 segments, 1 merges 240.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 245.0 sec: 14 segments, 1 merges 245.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 250.0 sec: 14 segments, 1 merges 250.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 255.0 sec: 14 segments, 1 merges 255.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 260.0 sec: 14 segments, 1 merges 260.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 265.0 sec: 14 segments, 1 merges 265.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 270.0 sec: 14 segments, 1 merges 270.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 275.0 sec: 14 segments, 1 merges 275.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 280.0 sec: 14 segments, 1 merges 280.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 285.0 sec: 14 segments, 1 merges 285.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 290.0 sec: 14 segments, 1 merges 290.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 295.1 sec: 14 segments, 1 merges 295.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 300.1 sec: 14 segments, 1 merges 300.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 305.1 sec: 14 segments, 1 merges 305.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 310.1 sec: 14 segments, 1 merges 310.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 315.1 sec: 14 segments, 1 merges 315.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 320.1 sec: 14 segments, 1 merges 320.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 325.1 sec: 14 segments, 1 merges 325.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 330.1 sec: 14 segments, 1 merges 330.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 335.1 sec: 14 segments, 1 merges 335.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 340.1 sec: 14 segments, 1 merges 340.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 345.1 sec: 14 segments, 1 merges 345.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 350.1 sec: 14 segments, 1 merges 350.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 355.0 sec: 14 segments, 1 merges 355.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 360.0 sec: 14 segments, 1 merges 360.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 365.0 sec: 14 segments, 1 merges 365.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 370.0 sec: 14 segments, 1 merges 370.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 375.0 sec: 14 segments, 1 merges 375.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 380.0 sec: 14 segments, 1 merges 380.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 385.0 sec: 14 segments, 1 merges 385.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 390.0 sec: 14 segments, 1 merges 390.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 395.0 sec: 14 segments, 1 merges 395.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 400.0 sec: 14 segments, 1 merges 400.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 405.1 sec: 14 segments, 1 merges 405.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 410.1 sec: 14 segments, 1 merges 410.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 415.1 sec: 14 segments, 1 merges 415.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 420.1 sec: 14 segments, 1 merges 420.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 425.1 sec: 14 segments, 1 merges 425.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 430.1 sec: 14 segments, 1 merges 430.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 435.1 sec: 14 segments, 1 merges 435.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 440.1 sec: 14 segments, 1 merges 440.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 445.1 sec: 14 segments, 1 merges 445.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 450.1 sec: 14 segments, 1 merges 450.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 455.1 sec: 14 segments, 1 merges 455.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 460.1 sec: 14 segments, 1 merges 460.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 465.1 sec: 14 segments, 1 merges 465.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 470.1 sec: 14 segments, 1 merges 470.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 475.1 sec: 14 segments, 1 merges 475.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 480.1 sec: 14 segments, 1 merges 480.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 485.1 sec: 14 segments, 1 merges 485.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 490.1 sec: 14 segments, 1 merges 490.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 495.1 sec: 14 segments, 1 merges 495.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 500.1 sec: 14 segments, 1 merges 500.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 505.1 sec: 14 segments, 1 merges 505.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 510.1 sec: 14 segments, 1 merges 510.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 515.0 sec: 14 segments, 1 merges 515.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 520.0 sec: 14 segments, 1 merges 520.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 525.1 sec: 14 segments, 1 merges 525.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 530.1 sec: 14 segments, 1 merges 530.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 535.1 sec: 14 segments, 1 merges 535.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 540.1 sec: 14 segments, 1 merges 540.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 545.1 sec: 14 segments, 1 merges 545.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 550.1 sec: 14 segments, 1 merges 550.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 555.1 sec: 14 segments, 1 merges 555.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 560.1 sec: 14 segments, 1 merges 560.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 565.1 sec: 14 segments, 1 merges 565.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 570.1 sec: 14 segments, 1 merges 570.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 575.1 sec: 14 segments, 1 merges 575.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 580.1 sec: 14 segments, 1 merges 580.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 585.0 sec: 14 segments, 1 merges 585.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 590.0 sec: 14 segments, 1 merges 590.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 595.0 sec: 14 segments, 1 merges 595.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 600.0 sec: 14 segments, 1 merges 600.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 605.0 sec: 14 segments, 1 merges 605.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 610.0 sec: 14 segments, 1 merges 610.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 615.0 sec: 14 segments, 1 merges 615.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 620.0 sec: 14 segments, 1 merges 620.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 625.0 sec: 14 segments, 1 merges 625.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 630.0 sec: 14 segments, 1 merges 630.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 635.1 sec: 14 segments, 1 merges 635.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 640.1 sec: 14 segments, 1 merges 640.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 645.1 sec: 14 segments, 1 merges 645.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 650.1 sec: 14 segments, 1 merges 650.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 655.1 sec: 14 segments, 1 merges 655.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 660.1 sec: 14 segments, 1 merges 660.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 665.1 sec: 14 segments, 1 merges 665.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 670.1 sec: 14 segments, 1 merges 670.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 675.1 sec: 14 segments, 1 merges 675.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 680.1 sec: 14 segments, 1 merges 680.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 685.0 sec: 14 segments, 1 merges 685.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 690.0 sec: 14 segments, 1 merges 690.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 695.0 sec: 14 segments, 1 merges 695.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 700.0 sec: 14 segments, 1 merges 700.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 705.0 sec: 14 segments, 1 merges 705.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 710.0 sec: 14 segments, 1 merges 710.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 715.0 sec: 14 segments, 1 merges 715.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 720.0 sec: 14 segments, 1 merges 720.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 725.0 sec: 14 segments, 1 merges 725.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 730.0 sec: 14 segments, 1 merges 730.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 735.0 sec: 14 segments, 1 merges 735.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 740.0 sec: 14 segments, 1 merges 740.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 745.0 sec: 14 segments, 1 merges 745.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 750.0 sec: 14 segments, 1 merges 750.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 755.1 sec: 14 segments, 1 merges 755.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 760.1 sec: 14 segments, 1 merges 760.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 765.1 sec: 14 segments, 1 merges 765.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 770.1 sec: 14 segments, 1 merges 770.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 775.1 sec: 14 segments, 1 merges 775.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 780.1 sec: 14 segments, 1 merges 780.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 785.0 sec: 14 segments, 1 merges 785.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 790.0 sec: 14 segments, 1 merges 790.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 795.0 sec: 14 segments, 1 merges 795.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 800.0 sec: 14 segments, 1 merges 800.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 805.0 sec: 14 segments, 1 merges 805.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 810.0 sec: 14 segments, 1 merges 810.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 815.0 sec: 14 segments, 1 merges 815.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 820.0 sec: 14 segments, 1 merges 820.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 825.0 sec: 14 segments, 1 merges 825.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 830.0 sec: 14 segments, 1 merges 830.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 835.0 sec: 14 segments, 1 merges 835.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 840.0 sec: 14 segments, 1 merges 840.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 845.1 sec: 14 segments, 1 merges 845.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 850.1 sec: 14 segments, 1 merges 850.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 855.0 sec: 14 segments, 1 merges 855.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 860.0 sec: 14 segments, 1 merges 860.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 865.0 sec: 14 segments, 1 merges 865.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 870.1 sec: 14 segments, 1 merges 870.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 875.1 sec: 14 segments, 1 merges 875.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 880.1 sec: 14 segments, 1 merges 880.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 885.1 sec: 14 segments, 1 merges 885.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 890.1 sec: 14 segments, 1 merges 890.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 895.1 sec: 14 segments, 1 merges 895.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 900.1 sec: 14 segments, 1 merges 900.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 905.1 sec: 14 segments, 1 merges 905.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 910.1 sec: 14 segments, 1 merges 910.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 915.1 sec: 14 segments, 1 merges 915.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 920.1 sec: 14 segments, 1 merges 920.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 925.1 sec: 14 segments, 1 merges 925.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 930.1 sec: 14 segments, 1 merges 930.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 935.1 sec: 14 segments, 1 merges 935.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 940.1 sec: 14 segments, 1 merges 940.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 945.1 sec: 14 segments, 1 merges 945.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 950.1 sec: 14 segments, 1 merges 950.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 955.1 sec: 14 segments, 1 merges 955.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 960.1 sec: 14 segments, 1 merges 960.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 965.1 sec: 14 segments, 1 merges 965.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 970.1 sec: 14 segments, 1 merges 970.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 975.0 sec: 14 segments, 1 merges 975.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 980.0 sec: 14 segments, 1 merges 980.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 985.0 sec: 14 segments, 1 merges 985.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 990.0 sec: 14 segments, 1 merges 990.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 995.0 sec: 14 segments, 1 merges 995.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1000.0 sec: 14 segments, 1 merges 1000.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1005.0 sec: 14 segments, 1 merges 1005.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1010.1 sec: 14 segments, 1 merges 1010.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1015.1 sec: 14 segments, 1 merges 1015.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1020.1 sec: 14 segments, 1 merges 1020.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1025.1 sec: 14 segments, 1 merges 1025.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1030.1 sec: 14 segments, 1 merges 1030.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1035.1 sec: 14 segments, 1 merges 1035.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1040.1 sec: 14 segments, 1 merges 1040.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1045.1 sec: 14 segments, 1 merges 1045.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1050.1 sec: 14 segments, 1 merges 1050.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1055.1 sec: 14 segments, 1 merges 1055.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1060.1 sec: 14 segments, 1 merges 1060.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1065.1 sec: 14 segments, 1 merges 1065.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1070.1 sec: 14 segments, 1 merges 1070.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1075.1 sec: 14 segments, 1 merges 1075.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1080.1 sec: 14 segments, 1 merges 1080.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1085.1 sec: 14 segments, 1 merges 1085.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1090.1 sec: 14 segments, 1 merges 1090.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1095.1 sec: 14 segments, 1 merges 1095.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1100.1 sec: 14 segments, 1 merges 1100.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1105.1 sec: 14 segments, 1 merges 1105.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1110.1 sec: 14 segments, 1 merges 1110.1s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1115.0 sec: 14 segments, 1 merges 1115.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1120.0 sec: 14 segments, 1 merges 1120.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1125.0 sec: 14 segments, 1 merges 1125.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1130.0 sec: 14 segments, 1 merges 1130.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1135.0 sec: 14 segments, 1 merges 1135.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1140.0 sec: 14 segments, 1 merges 1140.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1145.0 sec: 14 segments, 1 merges 1145.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1150.0 sec: 14 segments, 1 merges 1150.0s _1ep: 14 segs, 8000.0 K docs, 39949.0 MB 1155.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1158.62 sec index has 1 segments: segments_3: _1ep(11.0.0):C8000000 _1ep: 40090.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.62 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=49038385496 cpu@end=51591785216 deltaMS=2553.39972 thread 14 name=Reference Handler cpu@start=1416053 cpu@end=1416053 deltaMS=0.0 thread 15 name=Finalizer cpu@start=164855 cpu@end=164855 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=67390 cpu@end=67390 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7463459 cpu@end=7463459 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19435241343 cpu@end=19435778944 deltaMS=0.537601 thread 42 name=JFR Periodic Tasks cpu@start=180470711982 cpu@end=180593936347 deltaMS=123.224365 thread 45 name=Notification Thread cpu@start=143697 cpu@end=143697 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2477923430237 cpu@end=2477923430237 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2478110945207 cpu@end=2478110945207 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2481266133237 cpu@end=2481266133237 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2480266011134 cpu@end=2480266011134 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2480264739226 cpu@end=2480264739226 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2479952976377 cpu@end=2479952976377 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2476543800987 cpu@end=2476543800987 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2478206667490 cpu@end=2478206667490 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2480518046503 cpu@end=2480518046503 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2477803101595 cpu@end=2477803101595 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2482518272043 cpu@end=2482518272043 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2476147358745 cpu@end=2476147358745 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2481572991018 cpu@end=2481572991018 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2480592454666 cpu@end=2480592454666 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2478625962328 cpu@end=2478625962328 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2479755549301 cpu@end=2479755549301 deltaMS=0.0 Average CPU cores used: 1.0459871188499834 completed 1000 searches in 2559 ms: 390 QPS CPU time=2676 ms checking results SUMMARY: 0.929 2.559 2.676 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5683 1486.61 5381.37 1158.62 1 40090.62 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=244, Fanout min=5, mean=16.89, max=30, meandelta=392063.34 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 20 22 24 30 Graph level=2 size=7701, Fanout min=7, mean=27.30, max=32, meandelta=268187.09 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 28 31 32 32 32 32 32 Graph level=1 size=247224, Fanout min=1, mean=28.30, max=32, meandelta=258368.61 % 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=194609.20 % 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=244, connectedness=1.00 Graph level=2 size=7701, connectedness=1.00 Graph level=1 size=247224, 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.22.14.08.44/bench-knn-q7-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 7': 66,352,225.27 msec task-clock:u 256,991,267,462,054 cycles:u (36.36%) 174,467,623,400,520 instructions:u (36.36%) 5,159,948,144,571 cache-references:u (36.36%) 2,341,295,189,609 cache-misses:u (36.36%) 60,965,025,650,139 L1-dcache-loads:u (36.36%) 2,047,842,476,282 L1-dcache-load-misses:u (36.36%) 2,819,567,527,110 L1-icache-loads:u (36.36%) 36,682,625,904 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,718,119 faults:u 12,559,426 minor-faults:u 36,794 major-faults:u 17,998,790,121,573 branches:u (36.36%) 119,747,297,339 branch-misses:u (36.36%) 3,647,931,851,790 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3045.050048318 seconds time elapsed 65637.247521000 seconds user 696.444152000 seconds sys took 0:50:45.077544 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.559, net_cpu_ms=2.676, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5683, index_time_sec=1486.61, index_docs_per_sec=5381.37, force_merge_time_sec=1158.62, index_num_segments=1, index_size_on_disk_mb=40090.62, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (244, {0: 0, 10: 10, 20: 12, 30: 14, 40: 15, 50: 16, 60: 18, 70: 20, 80: 22, 90: 24, 100: 30}), 2: (7701, {0: 0, 10: 18, 20: 21, 30: 24, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247224, {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=3045, microseconds=77544)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 146 Start: 2026-05-22 21:29:47 (UTC) Duration: 3029 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 63688231 1092341191 jdk.FileWrite 25929081 565444560 jdk.FileRead 8003671 182998532 jdk.ObjectAllocationInNewTLAB 74092 1470536 jdk.BooleanFlag 72416 2291530 jdk.CPULoad 56604 1131444 jdk.Checkpoint 10640 38232749 jdk.UnsignedIntFlag 7008 237788 jdk.IntFlag 6424 234446 jdk.Compilation 5976 154388 jdk.StringFlag 4964 192491 jdk.ObjectAllocationOutsideTLAB 1297 23107 jdk.CPUInformation 146 219288 jdk.GCConfiguration 146 3792 jdk.JVMInformation 146 136068 jdk.Metadata 146 16136939 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.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63688231 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.35% 37M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 13.61% 8M jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [Inlined code] 12.48% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.51% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.14% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.03% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.28% 814720 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.04% 662210 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.95% 602779 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.67% 425576 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.49% 311130 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 253282 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 230367 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.35% 225766 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.26% 164118 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 163448 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.24% 149876 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 142984 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.22% 141477 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 134357 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 110805 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 67151 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 62718 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 58105 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 54888 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 53504 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 49976 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 48756 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 45164 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 40496 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 39836 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 37501 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 34448 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 32407 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 29750 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 22677 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 18782 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 18185 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] 0.03% 17301 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 16195 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 15936 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 15255 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 13921 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 13695 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 13085 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12720 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 12221 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11230 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 10261 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 9992 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63688231 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.31% 35M org.apache.lucene.codecs.lucene104.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.61% 8M jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] 12.48% 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.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] 2.14% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.03% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.60% 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.94% 601773 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.81% 515847 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.78% 495250 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.76% 486961 org.apache.lucene.codecs.lucene104.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.52% 329314 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.50% 316561 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.46% 290200 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.39% 247467 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.35% 221806 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.32% 205141 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.26% 164102 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.26% 163301 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% 149847 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% 145271 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] 0.22% 141030 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% 126202 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.19% 123712 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% 94867 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.14% 89740 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 87362 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 70407 org.apache.lucene.util.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% 65998 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% 53503 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 51980 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.08% 49976 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% 48748 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.07% 47286 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% 44745 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 43773 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% 40554 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 40496 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.05% 34438 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% 33028 org.apache.lucene.util.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% 31228 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.05% 29731 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% 28398 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% 27621 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% 25509 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% 25056 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] 0.04% 24835 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% 23523 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% 21112 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.03% 20795 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63688231 events (total: 63M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 25.95% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 21.50% 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 [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.0x00000000271a25d0#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] 11.44% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 9.53% 6M jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] at org.apache.lucene.util.hnsw.RandomVectorScorer#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] 7.54% 4M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 3.11% 1M jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] 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.60% 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.0x00000000271a25d0#call() [Inlined code] 1.57% 998168 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.10% 698531 org.apache.lucene.codecs.lucene104.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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.75% 477173 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.0x00000000271a25d0#call() [Inlined code] 0.74% 471269 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.71% 451114 org.apache.lucene.codecs.lucene104.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.0x00000000271a25d0#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.68% 432953 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002719a828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.64% 409816 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 387157 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.50% 320211 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002719a828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.50% 315480 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#call() [Inlined code] 0.44% 282895 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] at org.apache.lucene.util.hnsw.RandomVectorScorer#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.44% 280630 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.0x00000000271a25d0#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.0x00000000271a2b28#run() [JIT compiled code] 0.43% 274033 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.42% 268801 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002719a828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.29% 183978 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 181352 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#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.27% 169430 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.26% 167513 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] 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.25% 160146 org.apache.lucene.codecs.lucene104.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#call() [Inlined code] 0.24% 149768 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% 145302 org.apache.lucene.codecs.lucene104.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.0x00000000271a25d0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.22% 141484 org.apache.lucene.codecs.lucene104.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.0x00000000271a25d0#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.22% 138111 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.21% 135268 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] 0.21% 134856 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.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():130 [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.19% 123712 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000002707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 116043 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x00000000271a25d0#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.0x00000000271a2b28#run() [JIT compiled code] 0.17% 111239 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():406 [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] 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.17% 106890 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.15% 96631 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 95862 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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.15% 94733 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.14% 88385 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 84713 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.0x00000000271a25d0#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.0x00000000271a2b28#run() [JIT compiled code] 0.12% 77349 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#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.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.12% 76046 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 75699 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002719a828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 75052 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.11% 71837 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002719a828#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% 70994 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.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():130 [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.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.10% 66867 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 62384 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.10% 62291 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.0x00000000271a25d0#call() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75362 events (total: 575940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.57% 135742M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.37% 134591M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.16% 133416M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.02% 63458M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.60% 32266M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.86% 22216M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.02% 5889M java.util.Arrays#copyOf():3478 [Inlined code] 0.98% 5671M java.lang.Integer#valueOf():1006 [Inlined code] 0.72% 4174M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.72% 4149M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.71% 4081M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 3536M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.36% 2080M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.34% 1946M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.32% 1855M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.23% 1339M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 1202M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 1024M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 1021M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 958M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.16% 893M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 758M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 689M java.util.ArrayList#grow():240 [Inlined code] 0.12% 675M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 604M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 509M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 465M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 424M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 404M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 396M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 391M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 350M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 326M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 307M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 267M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 263M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 249M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 236M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 214M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 211M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 171M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 171M knn.IndexerThread#_run():125 [Interpreted code] 0.03% 159M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 149M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 134M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 130M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75362 events (total: 575940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.00% 109444M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.87% 108655M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.05% 75152M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.37% 53987M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.76% 38907M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.60% 32266M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.37% 25147M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.26% 24540M 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.24% 24401M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.82% 16243M 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.04% 5973M 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.96% 5527M 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.95% 5442M 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.72% 4174M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.63% 3654M 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.48% 2738M 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.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% 1855M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1771M 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.28% 1641M 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.28% 1604M 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.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1368M 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.20% 1154M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 1147M 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% 1024M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 1021M 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% 969M 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.17% 952M 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.15% 864M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 798M 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.13% 758M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.12% 716M 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% 689M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.11% 638M 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.11% 612M 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.10% 604M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 531M 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.09% 508M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 502M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 463M 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.08% 459M 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.07% 427M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.07% 424M 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% 421M 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% 412M 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% 406M 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% 404M 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% 389M 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% 350M 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.22.14.08.44/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q7-fmTrue.jfr is 1813.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75362 events (total: 575940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.72% 50247M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000271a25d0#call() [Inlined code] 8.69% 50053M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.57% 49352M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000271a25d0#call() [Inlined code] 6.76% 38907M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():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.73% 38756M 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.60% 32266M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 4.28% 24677M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.18% 24097M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000271a25d0#call() [Inlined code] 4.17% 24029M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000271a25d0#call() [Inlined code] 3.83% 22063M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.75% 21607M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.83% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.61% 15046M 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.47% 8489M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 8276M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.43% 8220M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.37% 7885M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.36% 7816M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.19% 6875M 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.0x00000000271a25d0#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.98% 5667M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 5557M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 5549M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.96% 5527M 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.95% 5442M 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.77% 4448M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.72% 4163M 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.69% 3989M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 3872M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.66% 3774M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.51% 2930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 0.50% 2852M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 0.49% 2794M 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.0x00000000271a25d0#call() [Inlined code] 0.45% 2596M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 2545M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 2524M 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.0x00000000271a25d0#call() [Inlined code] 0.43% 2493M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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.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.0x00000000271a25d0#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.0x00000000271a2b28#run() [Interpreted code] 0.32% 1855M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1807M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.30% 1738M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.28% 1608M 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.0x00000000271a25d0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.25% 1425M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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.24% 1395M 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.0x00000000271a25d0#call() [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 952M 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] 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.0x00000000271a25d0#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.0x00000000271a2b28#run() [Interpreted code] 0.16% 922M 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.0x00000000271a25d0#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.0x00000000271a2b28#run() [Interpreted code] 0.15% 860M 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.0x00000000271a25d0#call() [Inlined code] 0.15% 837M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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% 817M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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.13% 750M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000271a25d0#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.0x00000000271a2b28#run() [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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.22.14.08.44/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 126604 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2975716277697153 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 22, 2026 6:37:03 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 241 segments, 28 merges 1272.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1032.5s _zx: 8 segs, 182.4 K docs, 727.0 MB 1006.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 730.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 623.7s _16f: 8 segs, 71.3 K docs, 283.4 MB 441.3s _195: 8 segs, 82.3 K docs, 327.3 MB 414.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 361.6s _1ag: 10 segs, 48.3 K docs, 191.1 MB 309.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 285.7s _1bo: 8 segs, 73.2 K docs, 290.8 MB 269.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 256.3s _1c4: 8 segs, 38.3 K docs, 151.7 MB 220.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 206.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 194.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 177.2s _1d7: 8 segs, 40.0 K docs, 158.4 MB 163.3s _1df: 8 segs, 71.7 K docs, 284.8 MB 147.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 133.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 119.2s _1e6: 8 segs, 39.3 K docs, 155.7 MB 105.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 90.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 73.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 54.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 38.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 22.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 3.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 5.0 sec: 234 segments, 27 merges 1277.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1037.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1011.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 735.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 628.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 446.3s _195: 8 segs, 82.3 K docs, 327.3 MB 419.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 366.6s _1ag: 10 segs, 48.3 K docs, 191.1 MB 314.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 290.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 274.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 261.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 225.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 211.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 199.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 182.3s _1d7: 8 segs, 40.0 K docs, 158.4 MB 152.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 138.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 124.2s _1e6: 8 segs, 39.3 K docs, 155.7 MB 110.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 95.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 78.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 59.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 43.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 27.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 8.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 5.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 10.0 sec: 227 segments, 26 merges 1282.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1042.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1016.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 740.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 633.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 451.3s _195: 8 segs, 82.3 K docs, 327.3 MB 424.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 371.6s _1ag: 10 segs, 48.3 K docs, 191.1 MB 319.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 295.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 279.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 266.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 230.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 216.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 204.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 187.3s _1d7: 8 segs, 40.0 K docs, 158.4 MB 157.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 143.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 115.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 100.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 83.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 64.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 48.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 32.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 13.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 10.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 15.0 sec: 227 segments, 26 merges 1287.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1047.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1021.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 745.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 638.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 456.3s _195: 8 segs, 82.3 K docs, 327.3 MB 429.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 376.6s _1ag: 10 segs, 48.3 K docs, 191.1 MB 324.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 300.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 284.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 271.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 235.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 221.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 209.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 192.3s _1d7: 8 segs, 40.0 K docs, 158.4 MB 162.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 148.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 120.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 105.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 88.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 69.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 53.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 37.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 18.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 15.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 20.1 sec: 227 segments, 26 merges 1292.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1052.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1026.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 750.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 643.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 461.3s _195: 8 segs, 82.3 K docs, 327.3 MB 434.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 381.6s _1ag: 10 segs, 48.3 K docs, 191.1 MB 329.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 305.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 289.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 276.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 240.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 226.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 214.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 197.3s _1d7: 8 segs, 40.0 K docs, 158.4 MB 167.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 153.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 125.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 110.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 93.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 74.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 58.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 42.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 23.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 20.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 25.1 sec: 220 segments, 25 merges 1297.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1057.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1031.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 755.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 648.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 466.3s _195: 8 segs, 82.3 K docs, 327.3 MB 439.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 386.7s _1ag: 10 segs, 48.3 K docs, 191.1 MB 334.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 310.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 294.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 281.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 245.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 231.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 219.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 172.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 158.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 130.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 115.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 98.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 79.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 63.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 47.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 28.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 25.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 30.1 sec: 220 segments, 25 merges 1302.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1062.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1036.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 760.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 653.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 471.4s _195: 8 segs, 82.3 K docs, 327.3 MB 444.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 391.7s _1ag: 10 segs, 48.3 K docs, 191.1 MB 339.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 315.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 299.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 286.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 250.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 236.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 224.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 177.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 163.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 135.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 120.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 103.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 84.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 68.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 52.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 33.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 30.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 35.1 sec: 220 segments, 25 merges 1307.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1067.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1041.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 765.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 658.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 476.4s _195: 8 segs, 82.3 K docs, 327.3 MB 449.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 396.7s _1ag: 10 segs, 48.3 K docs, 191.1 MB 344.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 320.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 304.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 291.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 255.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 241.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 229.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 182.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 168.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 140.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 125.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 108.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 89.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 73.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 57.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 38.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 35.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 40.1 sec: 220 segments, 25 merges 1312.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1072.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1046.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 770.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 663.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 481.4s _195: 8 segs, 82.3 K docs, 327.3 MB 454.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 401.7s _1ag: 10 segs, 48.3 K docs, 191.1 MB 349.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 325.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 309.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 296.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 260.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 246.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 234.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 187.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 173.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 145.3s _1ee: 8 segs, 84.5 K docs, 335.8 MB 130.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 113.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 94.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 78.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 62.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 43.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 40.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 45.1 sec: 211 segments, 24 merges 1317.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1077.6s _zx: 8 segs, 182.4 K docs, 727.0 MB 1051.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 775.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 668.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 486.4s _195: 8 segs, 82.3 K docs, 327.3 MB 459.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 354.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 330.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 314.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 301.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 265.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 251.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 239.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 192.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 178.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 150.3s _1ee: 8 segs, 84.5 K docs, 335.8 MB 135.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 118.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 99.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 83.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 67.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 48.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 45.1s _1fu: 9 segs, 31.0 K docs, 122.5 MB 50.0 sec: 204 segments, 23 merges 1322.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1056.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 780.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 673.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 491.3s _195: 8 segs, 82.3 K docs, 327.3 MB 464.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 359.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 335.7s _1bo: 8 segs, 73.2 K docs, 290.8 MB 319.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 306.3s _1c4: 8 segs, 38.3 K docs, 151.7 MB 270.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 256.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 244.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 197.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 183.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 155.2s _1ee: 8 segs, 84.5 K docs, 335.8 MB 140.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 123.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 104.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 88.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 72.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 53.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 50.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 55.0 sec: 197 segments, 22 merges 1327.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1061.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 785.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 678.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 496.3s _195: 8 segs, 82.3 K docs, 327.3 MB 469.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 364.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 340.7s _1bo: 8 segs, 73.2 K docs, 290.8 MB 324.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 311.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 275.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 261.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 249.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 202.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 188.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 145.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 128.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 109.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 93.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 77.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 58.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 55.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 60.0 sec: 197 segments, 22 merges 1332.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1066.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 790.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 683.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 501.3s _195: 8 segs, 82.3 K docs, 327.3 MB 474.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 369.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 345.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 329.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 316.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 280.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 266.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 254.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 207.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 193.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 150.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 133.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 114.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 98.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 82.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 63.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 60.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 65.0 sec: 197 segments, 22 merges 1337.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1071.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 795.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 688.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 506.3s _195: 8 segs, 82.3 K docs, 327.3 MB 479.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 374.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 350.8s _1bo: 8 segs, 73.2 K docs, 290.8 MB 334.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 321.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 285.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 271.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 259.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 212.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 198.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 155.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 138.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 119.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 103.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 87.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 68.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 65.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 70.0 sec: 197 segments, 22 merges 1342.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1076.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 800.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 693.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 511.3s _195: 8 segs, 82.3 K docs, 327.3 MB 484.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 379.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 355.7s _1bo: 8 segs, 73.2 K docs, 290.8 MB 339.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 326.3s _1c4: 8 segs, 38.3 K docs, 151.7 MB 290.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 276.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 264.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 217.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 203.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 160.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 143.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 124.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 108.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 92.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 73.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 70.0s _1fu: 9 segs, 31.0 K docs, 122.5 MB 75.0 sec: 182 segments, 21 merges 1347.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1081.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 805.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 698.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 516.3s _195: 8 segs, 82.3 K docs, 327.3 MB 489.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 384.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 344.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 331.3s _1c4: 8 segs, 38.3 K docs, 151.7 MB 295.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 281.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 269.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 222.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 208.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 165.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 148.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 129.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 113.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 97.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 78.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 4.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 80.0 sec: 182 segments, 21 merges 1352.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1086.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 810.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 703.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 521.3s _195: 8 segs, 82.3 K docs, 327.3 MB 494.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 389.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 349.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 336.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 300.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 286.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 274.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 227.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 213.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 170.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 153.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 134.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 118.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 102.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 83.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 9.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 85.0 sec: 182 segments, 21 merges 1357.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1091.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 815.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 708.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 526.3s _195: 8 segs, 82.3 K docs, 327.3 MB 499.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 394.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 354.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 341.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 305.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 291.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 279.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 232.8s _1do: 8 segs, 39.4 K docs, 156.1 MB 218.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 175.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 158.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 139.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 123.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 107.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 88.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 14.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 90.0 sec: 182 segments, 21 merges 1362.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1096.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 820.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 713.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 531.3s _195: 8 segs, 82.3 K docs, 327.3 MB 504.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 399.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 359.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 346.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 310.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 296.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 284.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 237.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 223.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 180.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 163.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 144.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 128.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 112.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 93.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 19.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 95.0 sec: 182 segments, 21 merges 1367.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1101.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 825.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 718.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 536.3s _195: 8 segs, 82.3 K docs, 327.3 MB 509.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 404.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 364.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 351.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 315.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 301.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 289.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 242.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 228.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 185.8s _1em: 8 segs, 73.6 K docs, 292.3 MB 168.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 149.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 133.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 117.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 98.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 24.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 100.0 sec: 182 segments, 21 merges 1372.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1106.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 830.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 723.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 541.3s _195: 8 segs, 82.3 K docs, 327.3 MB 514.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 409.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 369.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 356.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 320.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 306.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 294.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 247.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 233.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 190.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 173.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 154.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 138.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 122.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 103.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 29.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 105.0 sec: 182 segments, 21 merges 1377.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1111.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 835.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 728.8s _16f: 8 segs, 71.3 K docs, 283.4 MB 546.3s _195: 8 segs, 82.3 K docs, 327.3 MB 519.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 414.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 374.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 361.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 325.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 311.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 299.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 252.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 238.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 195.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 178.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 159.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 143.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 127.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 108.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 34.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 110.0 sec: 175 segments, 20 merges 1382.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1116.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 840.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 551.3s _195: 8 segs, 82.3 K docs, 327.3 MB 524.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 419.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 379.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 366.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 330.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 316.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 304.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 257.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 243.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 200.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 183.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 164.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 148.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 132.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 113.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 39.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 115.1 sec: 175 segments, 20 merges 1387.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1121.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 845.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 556.3s _195: 8 segs, 82.3 K docs, 327.3 MB 529.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 424.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 384.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 371.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 335.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 321.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 309.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 262.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 248.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 205.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 188.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 169.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 153.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 137.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 118.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 44.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 120.1 sec: 175 segments, 20 merges 1392.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1126.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 850.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 561.3s _195: 8 segs, 82.3 K docs, 327.3 MB 534.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 429.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 389.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 376.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 340.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 326.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 314.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 267.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 253.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 210.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 193.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 174.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 158.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 142.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 123.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 49.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 125.1 sec: 175 segments, 20 merges 1397.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1131.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 855.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 566.3s _195: 8 segs, 82.3 K docs, 327.3 MB 539.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 434.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 394.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 381.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 345.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 331.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 319.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 272.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 258.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 215.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 198.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 179.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 163.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 147.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 128.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 54.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 130.1 sec: 175 segments, 20 merges 1402.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1136.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 860.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 571.4s _195: 8 segs, 82.3 K docs, 327.3 MB 544.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 439.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 399.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 386.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 350.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 336.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 324.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 277.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 263.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 220.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 203.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 184.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 168.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 152.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 133.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 59.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 135.1 sec: 175 segments, 20 merges 1407.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1141.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 865.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 576.4s _195: 8 segs, 82.3 K docs, 327.3 MB 549.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 444.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 404.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 391.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 355.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 341.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 329.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 282.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 268.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 225.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 208.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 189.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 173.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 157.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 138.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 64.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 140.1 sec: 175 segments, 20 merges 1412.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1146.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 870.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 581.4s _195: 8 segs, 82.3 K docs, 327.3 MB 554.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 449.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 409.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 396.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 360.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 346.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 334.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 287.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 273.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 230.9s _1em: 8 segs, 73.6 K docs, 292.3 MB 213.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 194.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 178.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 162.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 143.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 69.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 145.1 sec: 168 segments, 19 merges 1417.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1151.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 875.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 586.4s _195: 8 segs, 82.3 K docs, 327.3 MB 559.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 454.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 414.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 401.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 365.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 351.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 339.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 292.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 278.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 218.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 199.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 183.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 167.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 148.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 74.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 150.1 sec: 168 segments, 19 merges 1422.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1156.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 880.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 591.4s _195: 8 segs, 82.3 K docs, 327.3 MB 564.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 459.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 419.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 406.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 370.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 356.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 344.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 297.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 283.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 223.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 204.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 188.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 172.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 153.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 79.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 155.1 sec: 168 segments, 19 merges 1427.3s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1161.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 885.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 596.4s _195: 8 segs, 82.3 K docs, 327.3 MB 569.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 464.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 424.2s _1bw: 8 segs, 176.4 K docs, 703.2 MB 411.4s _1c4: 8 segs, 38.3 K docs, 151.7 MB 375.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 361.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 349.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 302.9s _1do: 8 segs, 39.4 K docs, 156.1 MB 288.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 228.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 209.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 193.6s _1fb: 8 segs, 73.8 K docs, 293.1 MB 177.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 158.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 84.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 160.0 sec: 161 segments, 18 merges 1432.2s _we: 8 segs, 1171.9 K docs, 4682.4 MB 1166.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 890.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 601.3s _195: 8 segs, 82.3 K docs, 327.3 MB 574.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 469.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 429.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 416.3s _1c4: 8 segs, 38.3 K docs, 151.7 MB 380.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 366.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 354.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 293.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 233.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 214.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 198.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 182.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 163.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 89.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 165.0 sec: 147 segments, 16 merges 1171.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 895.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 606.3s _195: 8 segs, 82.3 K docs, 327.3 MB 579.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 474.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 434.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 385.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 371.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 359.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 298.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 238.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 219.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 203.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 187.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 168.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 94.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 170.0 sec: 147 segments, 16 merges 1176.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 900.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 611.3s _195: 8 segs, 82.3 K docs, 327.3 MB 584.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 479.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 439.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 390.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 376.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 364.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 303.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 243.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 224.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 208.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 192.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 173.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 99.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 175.0 sec: 147 segments, 16 merges 1181.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 905.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 616.3s _195: 8 segs, 82.3 K docs, 327.3 MB 589.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 484.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 444.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 395.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 381.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 369.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 308.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 248.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 229.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 213.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 197.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 178.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 104.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 180.0 sec: 147 segments, 16 merges 1186.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 910.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 621.3s _195: 8 segs, 82.3 K docs, 327.3 MB 594.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 489.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 449.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 400.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 386.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 374.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 313.0s _1dx: 8 segs, 39.3 K docs, 155.6 MB 253.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 234.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 218.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 202.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 183.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 109.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 185.0 sec: 147 segments, 16 merges 1191.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 915.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 626.3s _195: 8 segs, 82.3 K docs, 327.3 MB 599.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 494.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 454.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 405.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 391.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 379.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 318.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 258.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 239.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 223.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 207.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 188.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 114.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 190.0 sec: 147 segments, 16 merges 1196.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 920.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 631.3s _195: 8 segs, 82.3 K docs, 327.3 MB 604.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 499.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 459.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 410.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 396.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 384.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 323.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 263.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 244.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 228.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 212.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 193.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 119.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 195.0 sec: 147 segments, 16 merges 1201.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 925.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 636.3s _195: 8 segs, 82.3 K docs, 327.3 MB 609.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 504.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 464.1s _1bw: 8 segs, 176.4 K docs, 703.2 MB 415.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 401.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 389.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 328.1s _1dx: 8 segs, 39.3 K docs, 155.6 MB 268.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 249.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 233.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 217.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 198.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 124.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 200.0 sec: 133 segments, 14 merges 1206.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 930.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 641.3s _195: 8 segs, 82.3 K docs, 327.3 MB 614.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 509.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 420.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 406.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 394.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 273.0s _1eu: 8 segs, 203.1 K docs, 810.0 MB 254.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 238.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 222.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 203.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 129.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 205.0 sec: 133 segments, 14 merges 1211.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 935.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 646.3s _195: 8 segs, 82.3 K docs, 327.3 MB 619.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 514.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 425.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 411.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 399.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 278.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 259.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 243.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 227.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 208.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 134.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 210.0 sec: 133 segments, 14 merges 1216.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 940.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 651.3s _195: 8 segs, 82.3 K docs, 327.3 MB 624.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 519.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 430.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 416.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 404.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 283.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 264.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 248.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 232.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 213.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 139.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 215.1 sec: 133 segments, 14 merges 1221.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 945.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 656.3s _195: 8 segs, 82.3 K docs, 327.3 MB 629.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 524.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 435.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 421.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 409.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 288.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 269.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 253.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 237.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 218.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 144.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 220.1 sec: 133 segments, 14 merges 1226.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 950.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 661.3s _195: 8 segs, 82.3 K docs, 327.3 MB 634.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 529.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 440.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 426.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 414.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 293.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 274.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 258.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 242.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 223.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 149.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 225.1 sec: 133 segments, 14 merges 1231.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 955.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 666.3s _195: 8 segs, 82.3 K docs, 327.3 MB 639.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 534.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 445.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 431.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 419.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 298.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 279.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 263.5s _1fb: 8 segs, 73.8 K docs, 293.1 MB 247.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 228.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 154.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 230.1 sec: 126 segments, 14 merges 1236.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 960.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 671.3s _195: 8 segs, 82.3 K docs, 327.3 MB 644.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 539.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 450.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 436.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 424.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 303.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 284.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 252.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 233.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 159.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 2.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 235.1 sec: 126 segments, 14 merges 1241.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 965.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 676.4s _195: 8 segs, 82.3 K docs, 327.3 MB 649.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 544.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 455.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 441.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 429.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 308.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 289.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 257.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 238.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 164.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 7.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 240.1 sec: 119 segments, 13 merges 1246.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 970.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 654.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 549.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 460.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 446.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 434.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 313.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 294.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 262.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 243.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 169.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 12.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 245.1 sec: 119 segments, 13 merges 1251.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 975.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 659.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 554.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 465.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 451.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 439.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 318.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 299.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 267.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 248.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 174.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 17.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 250.1 sec: 119 segments, 13 merges 1256.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 980.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 664.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 559.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 470.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 456.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 444.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 323.1s _1eu: 8 segs, 203.1 K docs, 810.0 MB 304.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 272.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 253.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 179.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 22.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 255.1 sec: 112 segments, 12 merges 1261.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 985.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 669.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 564.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 475.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 461.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 449.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 309.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 277.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 258.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 184.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 27.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 260.1 sec: 112 segments, 12 merges 1266.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 990.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 674.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 569.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 480.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 466.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 454.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 314.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 282.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 263.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 189.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 32.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 265.0 sec: 112 segments, 12 merges 1271.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 995.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 679.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 574.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 485.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 471.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 459.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 319.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 287.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 268.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 194.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 36.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 270.0 sec: 112 segments, 12 merges 1276.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1000.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 684.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 579.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 490.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 476.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 464.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 324.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 292.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 273.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 199.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 42.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 275.0 sec: 112 segments, 12 merges 1281.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1005.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 689.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 584.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 495.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 481.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 469.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 329.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 297.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 278.5s _1fs: 8 segs, 85.1 K docs, 338.5 MB 204.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 47.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 280.0 sec: 112 segments, 12 merges 1286.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1010.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 694.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 589.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 500.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 486.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 474.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 334.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 302.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 283.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 209.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 52.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 285.0 sec: 112 segments, 12 merges 1291.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1015.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 699.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 594.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 505.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 491.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 479.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 339.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 307.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 288.6s _1fs: 8 segs, 85.1 K docs, 338.5 MB 214.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 57.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 290.0 sec: 105 segments, 11 merges 1296.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1020.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 704.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 599.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 510.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 496.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 484.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 344.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 312.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 219.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 62.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 295.0 sec: 105 segments, 11 merges 1301.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1025.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 709.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 604.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 515.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 501.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 489.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 349.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 317.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 224.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 67.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 300.0 sec: 105 segments, 11 merges 1306.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1030.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 714.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 609.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 520.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 506.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 494.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 354.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 322.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 229.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 72.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 305.0 sec: 105 segments, 11 merges 1311.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1035.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 719.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 614.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 525.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 511.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 499.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 359.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 327.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 234.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 77.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 310.1 sec: 105 segments, 11 merges 1316.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1040.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 724.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 619.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 530.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 516.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 504.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 364.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 332.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 239.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 82.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 315.1 sec: 105 segments, 11 merges 1321.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1045.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 729.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 624.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 535.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 521.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 509.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 369.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 337.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 244.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 87.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 320.1 sec: 105 segments, 11 merges 1326.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1050.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 734.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 629.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 540.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 526.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 514.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 374.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 342.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 249.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 92.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 325.1 sec: 105 segments, 11 merges 1331.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1055.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 739.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 634.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 545.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 531.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 519.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 379.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 347.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 254.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 97.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 330.1 sec: 105 segments, 11 merges 1336.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1060.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 744.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 639.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 550.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 536.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 524.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 384.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 352.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 259.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 102.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 335.1 sec: 105 segments, 11 merges 1341.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1065.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 749.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 644.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 555.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 541.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 529.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 389.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 357.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 264.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 107.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 340.1 sec: 105 segments, 11 merges 1346.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1070.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 754.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 649.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 560.2s _1cm: 8 segs, 38.8 K docs, 153.6 MB 546.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 534.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 394.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 362.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 269.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 112.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 345.1 sec: 105 segments, 11 merges 1351.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1075.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 759.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 654.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 565.3s _1cm: 8 segs, 38.8 K docs, 153.6 MB 551.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 539.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 399.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 367.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 274.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 117.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 350.1 sec: 98 segments, 10 merges 1356.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1080.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 764.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 659.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 556.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 544.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 404.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 372.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 279.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 122.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 355.1 sec: 98 segments, 10 merges 1361.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1085.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 769.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 664.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 561.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 549.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 409.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 377.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 284.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 127.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 360.1 sec: 98 segments, 10 merges 1366.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1090.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 774.7s _19l: 8 segs, 292.6 K docs, 1167.1 MB 669.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 566.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 554.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 414.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 382.8s _1fk: 8 segs, 39.1 K docs, 154.8 MB 289.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 132.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 365.0 sec: 98 segments, 10 merges 1371.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1095.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 779.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 674.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 571.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 559.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 419.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 387.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 294.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 136.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 370.0 sec: 98 segments, 10 merges 1376.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1100.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 784.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 679.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 576.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 564.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 424.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 392.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 299.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 142.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 375.0 sec: 98 segments, 10 merges 1381.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1105.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 789.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 684.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 581.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 569.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 429.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 397.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 304.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 147.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 380.0 sec: 98 segments, 10 merges 1386.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1110.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 794.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 689.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 586.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 574.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 434.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 402.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 309.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 152.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 385.0 sec: 98 segments, 10 merges 1391.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1115.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 799.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 694.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 591.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 579.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 439.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 407.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 314.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 157.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 390.0 sec: 98 segments, 10 merges 1396.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1120.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 804.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 699.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 596.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 584.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 444.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 412.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 319.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 162.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 395.0 sec: 98 segments, 10 merges 1401.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1125.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 809.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 704.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 601.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 589.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 449.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 417.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 324.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 167.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 400.0 sec: 98 segments, 10 merges 1406.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1130.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 814.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 709.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 606.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 594.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 454.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 422.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 329.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 172.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 405.0 sec: 98 segments, 10 merges 1411.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1135.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 819.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 714.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 611.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 599.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 459.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 427.7s _1fk: 8 segs, 39.1 K docs, 154.8 MB 334.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 177.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 410.0 sec: 91 segments, 9 merges 1416.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1140.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 824.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 719.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 616.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 604.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 464.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 339.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 182.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 415.0 sec: 91 segments, 9 merges 1421.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1145.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 829.6s _19l: 8 segs, 292.6 K docs, 1167.1 MB 724.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 621.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 609.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 469.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 344.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 187.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 420.1 sec: 84 segments, 8 merges 1426.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1150.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 729.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 626.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 614.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 474.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 349.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 192.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 425.1 sec: 84 segments, 8 merges 1431.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1155.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 734.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 631.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 619.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 479.4s _1f3: 9 segs, 43.2 K docs, 170.8 MB 354.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 197.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 430.1 sec: 84 segments, 8 merges 1436.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1160.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 739.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 636.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 624.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 484.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 359.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 202.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 435.1 sec: 84 segments, 8 merges 1441.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1165.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 744.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 641.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 629.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 489.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 364.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 207.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 440.1 sec: 84 segments, 8 merges 1446.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1170.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 749.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 646.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 634.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 494.5s _1f3: 9 segs, 43.2 K docs, 170.8 MB 369.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 212.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 445.1 sec: 76 segments, 7 merges 1451.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1175.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 754.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 651.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 639.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 374.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 217.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 450.1 sec: 76 segments, 7 merges 1456.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1180.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 759.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 656.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 644.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 379.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 222.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 455.1 sec: 76 segments, 7 merges 1461.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1185.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 764.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 661.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 649.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 384.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 227.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 460.1 sec: 76 segments, 7 merges 1466.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1190.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 769.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 666.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 654.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 389.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 232.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 465.1 sec: 76 segments, 7 merges 1471.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1195.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 774.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 671.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 659.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 394.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 237.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 470.0 sec: 76 segments, 7 merges 1476.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1200.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 779.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 676.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 664.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 399.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 241.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 475.0 sec: 76 segments, 7 merges 1481.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1205.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 784.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 681.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 669.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 404.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 247.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 480.0 sec: 76 segments, 7 merges 1486.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1210.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 789.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 686.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 674.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 409.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 252.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 485.0 sec: 76 segments, 7 merges 1491.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1215.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 794.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 691.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 679.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 414.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 257.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 490.0 sec: 76 segments, 7 merges 1496.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1220.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 799.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 696.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 684.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 419.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 262.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 495.0 sec: 76 segments, 7 merges 1501.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1225.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 804.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 701.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 689.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 424.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 267.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 500.0 sec: 76 segments, 7 merges 1506.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1230.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 809.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 706.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 694.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 429.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 272.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 505.0 sec: 76 segments, 7 merges 1511.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1235.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 814.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 711.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 699.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 434.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 277.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 510.0 sec: 76 segments, 7 merges 1516.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1240.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 819.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 716.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 704.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 439.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 282.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 515.0 sec: 76 segments, 7 merges 1521.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1245.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 824.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 721.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 709.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 444.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 287.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 520.1 sec: 76 segments, 7 merges 1526.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1250.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 829.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 726.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 714.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 449.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 292.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 525.1 sec: 76 segments, 7 merges 1531.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1255.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 834.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 731.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 719.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 454.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 297.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 530.1 sec: 76 segments, 7 merges 1536.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1260.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 839.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 736.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 724.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 459.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 302.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 535.1 sec: 76 segments, 7 merges 1541.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1265.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 844.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 741.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 729.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 464.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 307.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 540.1 sec: 76 segments, 7 merges 1546.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1270.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 849.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 746.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 734.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 469.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 312.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 545.0 sec: 76 segments, 7 merges 1551.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1275.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 854.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 751.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 739.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 474.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 316.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 550.0 sec: 76 segments, 7 merges 1556.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1280.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 859.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 756.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 744.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 479.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 322.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 555.0 sec: 76 segments, 7 merges 1561.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1285.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 864.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 761.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 749.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 484.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 327.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 560.0 sec: 76 segments, 7 merges 1566.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1290.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 869.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 766.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 754.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 489.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 332.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 565.0 sec: 76 segments, 7 merges 1571.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1295.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 874.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 771.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 759.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 494.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 337.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 570.0 sec: 76 segments, 7 merges 1576.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1300.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 879.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 776.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 764.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 499.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 342.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 575.0 sec: 76 segments, 7 merges 1581.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1305.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 884.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 781.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 769.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 504.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 347.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 580.1 sec: 76 segments, 7 merges 1586.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1310.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 889.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 786.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 774.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 509.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 352.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 585.1 sec: 76 segments, 7 merges 1591.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1315.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 894.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 791.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 779.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 514.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 357.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 590.1 sec: 76 segments, 7 merges 1596.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1320.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 899.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 796.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 784.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 519.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 362.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 595.1 sec: 76 segments, 7 merges 1601.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1325.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 904.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 801.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 789.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 524.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 367.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 600.1 sec: 76 segments, 7 merges 1606.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1330.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 909.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 806.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 794.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 529.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 372.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 605.1 sec: 76 segments, 7 merges 1611.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1335.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 914.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 811.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 799.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 534.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 377.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 610.1 sec: 76 segments, 7 merges 1616.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1340.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 919.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 816.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 804.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 539.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 382.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 615.1 sec: 76 segments, 7 merges 1621.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1345.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 924.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 821.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 809.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 544.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 387.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 620.1 sec: 76 segments, 7 merges 1626.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1350.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 929.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 826.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 814.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 549.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 392.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 625.1 sec: 76 segments, 7 merges 1631.9s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1355.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 934.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 831.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 819.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 554.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 397.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 630.0 sec: 76 segments, 7 merges 1636.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1360.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 939.7s _1b7: 8 segs, 107.3 K docs, 426.8 MB 836.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 824.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 559.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 401.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 635.0 sec: 76 segments, 7 merges 1641.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1365.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 944.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 841.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 829.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 564.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 407.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 640.0 sec: 76 segments, 7 merges 1646.8s _10d: 8 segs, 1227.0 K docs, 4903.0 MB 1370.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 949.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 846.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 834.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 569.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 412.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 645.0 sec: 69 segments, 7 merges 1375.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 954.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 851.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 839.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 574.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 417.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 3.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 650.0 sec: 69 segments, 7 merges 1380.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 959.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 856.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 844.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 579.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 422.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 8.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 655.0 sec: 69 segments, 7 merges 1385.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 964.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 861.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 849.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 584.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 427.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 13.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 660.0 sec: 69 segments, 7 merges 1390.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 969.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 866.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 854.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 589.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 432.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 18.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 665.0 sec: 69 segments, 7 merges 1395.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 974.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 871.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 859.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 594.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 437.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 23.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 670.0 sec: 69 segments, 7 merges 1400.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 979.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 876.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 864.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 599.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 442.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 28.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 675.0 sec: 69 segments, 7 merges 1405.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 984.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 881.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 869.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 604.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 447.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 33.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 680.0 sec: 69 segments, 7 merges 1410.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 989.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 886.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 874.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 609.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 452.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 38.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 685.1 sec: 69 segments, 7 merges 1415.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 994.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 891.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 879.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 614.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 457.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 43.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 690.1 sec: 69 segments, 7 merges 1420.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 999.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 896.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 884.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 619.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 462.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 48.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 695.1 sec: 69 segments, 7 merges 1425.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1004.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 901.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 889.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 624.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 467.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 53.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 700.1 sec: 69 segments, 7 merges 1430.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1009.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 906.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 894.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 629.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 472.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 58.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 705.1 sec: 69 segments, 7 merges 1435.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1014.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 911.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 899.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 634.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 477.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 63.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 710.1 sec: 69 segments, 7 merges 1440.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1019.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 916.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 904.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 639.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 482.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 68.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 715.1 sec: 69 segments, 7 merges 1445.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1024.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 921.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 909.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 644.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 487.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 73.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 720.1 sec: 69 segments, 7 merges 1450.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1029.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 926.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 914.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 649.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 492.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 78.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 725.1 sec: 69 segments, 7 merges 1455.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1034.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 931.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 919.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 654.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 497.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 83.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 730.1 sec: 69 segments, 7 merges 1460.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 1039.8s _1b7: 8 segs, 107.3 K docs, 426.8 MB 936.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 924.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 659.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 502.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 88.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 735.1 sec: 62 segments, 6 merges 1465.1s _14u: 8 segs, 457.2 K docs, 1824.6 MB 941.3s _1cs: 8 segs, 176.6 K docs, 703.5 MB 929.1s _1cy: 8 segs, 198.4 K docs, 790.8 MB 664.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 507.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 93.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 740.0 sec: 62 segments, 6 merges 1470.0s _14u: 8 segs, 457.2 K docs, 1824.6 MB 946.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 934.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 669.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 511.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 98.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 745.0 sec: 55 segments, 5 merges 951.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 939.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 674.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 516.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 103.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 750.0 sec: 55 segments, 5 merges 956.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 944.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 679.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 522.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 108.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 755.0 sec: 55 segments, 5 merges 961.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 949.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 684.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 527.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 113.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 760.0 sec: 55 segments, 5 merges 966.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 954.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 689.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 532.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 118.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 765.0 sec: 55 segments, 5 merges 971.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 959.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 694.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 537.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 123.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 770.0 sec: 55 segments, 5 merges 976.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 964.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 699.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 542.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 128.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 775.0 sec: 55 segments, 5 merges 981.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 969.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 704.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 547.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 133.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 780.0 sec: 55 segments, 5 merges 986.2s _1cs: 8 segs, 176.6 K docs, 703.5 MB 974.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 709.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 552.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 138.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 785.0 sec: 48 segments, 4 merges 979.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 714.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 557.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 143.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 790.0 sec: 48 segments, 4 merges 984.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 719.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 562.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 148.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 795.0 sec: 48 segments, 4 merges 989.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 724.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 567.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 153.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 800.1 sec: 48 segments, 4 merges 994.0s _1cy: 8 segs, 198.4 K docs, 790.8 MB 729.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 572.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 158.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 805.1 sec: 41 segments, 3 merges 734.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 577.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 163.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 810.1 sec: 41 segments, 3 merges 739.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 582.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 168.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 815.1 sec: 41 segments, 3 merges 744.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 587.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 173.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 820.1 sec: 41 segments, 3 merges 749.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 592.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 178.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 825.1 sec: 41 segments, 3 merges 754.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 597.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 183.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 830.1 sec: 41 segments, 3 merges 759.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 602.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 188.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 835.1 sec: 41 segments, 3 merges 764.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 607.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 193.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 840.1 sec: 41 segments, 3 merges 769.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 612.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 198.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 845.1 sec: 41 segments, 3 merges 774.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 617.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 203.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 850.1 sec: 41 segments, 3 merges 779.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 622.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 208.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 855.1 sec: 41 segments, 3 merges 784.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 627.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 213.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 860.1 sec: 41 segments, 3 merges 789.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 632.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 218.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 865.1 sec: 41 segments, 3 merges 794.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 637.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 223.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 870.0 sec: 41 segments, 3 merges 799.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 641.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 228.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 875.0 sec: 41 segments, 3 merges 804.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 646.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 233.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 880.0 sec: 41 segments, 3 merges 809.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 652.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 238.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 885.0 sec: 41 segments, 3 merges 814.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 657.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 243.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 890.0 sec: 41 segments, 3 merges 819.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 662.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 248.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 895.0 sec: 41 segments, 3 merges 824.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 667.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 253.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 900.0 sec: 41 segments, 3 merges 829.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 672.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 258.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 905.0 sec: 41 segments, 3 merges 834.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 677.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 263.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 910.0 sec: 41 segments, 3 merges 839.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 682.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 268.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 915.0 sec: 41 segments, 3 merges 844.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 687.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 273.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 920.1 sec: 41 segments, 3 merges 849.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 692.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 278.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 925.1 sec: 41 segments, 3 merges 854.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 697.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 283.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 930.1 sec: 41 segments, 3 merges 859.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 702.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 288.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 935.1 sec: 41 segments, 3 merges 864.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 707.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 293.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 940.1 sec: 41 segments, 3 merges 869.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 712.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 298.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 945.1 sec: 41 segments, 3 merges 874.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 717.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 303.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 950.1 sec: 41 segments, 3 merges 879.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 722.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 308.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 955.1 sec: 41 segments, 3 merges 884.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 727.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 313.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 960.1 sec: 41 segments, 3 merges 889.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 732.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 318.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 965.1 sec: 41 segments, 3 merges 894.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 737.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 323.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 970.1 sec: 41 segments, 3 merges 899.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 742.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 328.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 975.0 sec: 41 segments, 3 merges 904.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 746.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 333.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 980.0 sec: 41 segments, 3 merges 909.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 752.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 338.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 985.0 sec: 41 segments, 3 merges 914.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 757.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 343.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 990.0 sec: 41 segments, 3 merges 919.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 762.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 348.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 995.0 sec: 41 segments, 3 merges 924.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 767.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 353.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1000.0 sec: 41 segments, 3 merges 929.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 772.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 358.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1005.0 sec: 41 segments, 3 merges 934.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 777.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 363.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1010.0 sec: 41 segments, 3 merges 939.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 782.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 368.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1015.0 sec: 41 segments, 3 merges 944.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 787.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 373.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1020.0 sec: 41 segments, 3 merges 949.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 792.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 378.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1025.1 sec: 41 segments, 3 merges 954.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 797.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 383.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1030.1 sec: 41 segments, 3 merges 959.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 802.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 388.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1035.1 sec: 41 segments, 3 merges 964.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 807.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 393.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1040.1 sec: 41 segments, 3 merges 969.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 812.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 398.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1045.1 sec: 41 segments, 3 merges 974.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 817.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 403.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1050.1 sec: 41 segments, 3 merges 979.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 822.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 408.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1055.1 sec: 41 segments, 3 merges 984.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 827.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 413.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1060.0 sec: 41 segments, 3 merges 989.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 831.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 418.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1065.0 sec: 41 segments, 3 merges 994.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 837.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 423.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1070.0 sec: 41 segments, 3 merges 999.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 842.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 428.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1075.0 sec: 41 segments, 3 merges 1004.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 847.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 433.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1080.0 sec: 41 segments, 3 merges 1009.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 852.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 438.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1085.0 sec: 41 segments, 3 merges 1014.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 857.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 443.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1090.0 sec: 41 segments, 3 merges 1019.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 862.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 448.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1095.1 sec: 41 segments, 3 merges 1024.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 867.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 453.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1100.1 sec: 41 segments, 3 merges 1029.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 872.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 458.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1105.1 sec: 41 segments, 3 merges 1034.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 877.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 463.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1110.1 sec: 41 segments, 3 merges 1039.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 882.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 468.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1115.1 sec: 41 segments, 3 merges 1044.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 887.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 473.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1120.1 sec: 41 segments, 3 merges 1049.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 892.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 478.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1125.1 sec: 41 segments, 3 merges 1054.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 897.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 483.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1130.1 sec: 41 segments, 3 merges 1059.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 902.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 488.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1135.0 sec: 41 segments, 3 merges 1064.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 906.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 493.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1140.0 sec: 41 segments, 3 merges 1069.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 912.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 498.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1145.0 sec: 41 segments, 3 merges 1074.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 917.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 503.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1150.0 sec: 41 segments, 3 merges 1079.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 922.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 508.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1155.0 sec: 41 segments, 3 merges 1084.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 927.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 513.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1160.0 sec: 41 segments, 3 merges 1089.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 932.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 518.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1165.0 sec: 41 segments, 3 merges 1094.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 937.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 523.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1170.0 sec: 41 segments, 3 merges 1099.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 942.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 528.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1175.0 sec: 41 segments, 3 merges 1104.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 947.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 533.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1180.1 sec: 41 segments, 3 merges 1109.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 952.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 538.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1185.1 sec: 41 segments, 3 merges 1114.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 957.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 543.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1190.1 sec: 41 segments, 3 merges 1119.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 962.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 548.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1195.1 sec: 41 segments, 3 merges 1124.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 967.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 553.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1200.1 sec: 41 segments, 3 merges 1129.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 972.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 558.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1205.1 sec: 41 segments, 3 merges 1134.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 977.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 563.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1210.1 sec: 41 segments, 3 merges 1139.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 982.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 568.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1215.1 sec: 41 segments, 3 merges 1144.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 987.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 573.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1220.1 sec: 41 segments, 3 merges 1149.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 992.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 578.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1225.1 sec: 41 segments, 3 merges 1154.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 997.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 583.9s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1230.0 sec: 41 segments, 3 merges 1159.1s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 1001.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 588.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1235.0 sec: 41 segments, 3 merges 1164.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 1007.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 593.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1240.0 sec: 41 segments, 3 merges 1169.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 1012.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 598.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1245.0 sec: 41 segments, 3 merges 1174.2s _1fv: 8 segs, 1218.5 K docs, 4869.1 MB 1017.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 603.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1250.0 sec: 34 segments, 2 merges 1022.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 608.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1255.0 sec: 34 segments, 2 merges 1027.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 613.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1260.0 sec: 34 segments, 2 merges 1032.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 618.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1265.0 sec: 34 segments, 2 merges 1037.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 623.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1270.0 sec: 34 segments, 2 merges 1042.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 628.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1275.0 sec: 34 segments, 2 merges 1047.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 633.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1280.0 sec: 34 segments, 2 merges 1051.9s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 638.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1285.0 sec: 34 segments, 2 merges 1057.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 643.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1290.0 sec: 34 segments, 2 merges 1062.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 648.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1295.0 sec: 34 segments, 2 merges 1067.0s _1fw: 8 segs, 524.6 K docs, 2093.3 MB 653.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 1300.0 sec: 27 segments, 2 merges 658.8s _1fx: 8 segs, 308.4 K docs, 1229.2 MB 2.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1305.0 sec: 20 segments, 1 merges 7.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1310.0 sec: 20 segments, 1 merges 12.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1315.0 sec: 20 segments, 1 merges 17.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1320.1 sec: 20 segments, 1 merges 22.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1325.1 sec: 20 segments, 1 merges 27.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1330.1 sec: 20 segments, 1 merges 32.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1335.1 sec: 20 segments, 1 merges 37.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1340.1 sec: 20 segments, 1 merges 42.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1345.1 sec: 20 segments, 1 merges 47.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1350.1 sec: 20 segments, 1 merges 52.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1355.1 sec: 20 segments, 1 merges 57.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1360.0 sec: 20 segments, 1 merges 62.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1365.0 sec: 20 segments, 1 merges 67.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1370.0 sec: 20 segments, 1 merges 72.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1375.0 sec: 20 segments, 1 merges 77.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1380.0 sec: 20 segments, 1 merges 82.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1385.0 sec: 20 segments, 1 merges 87.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1390.0 sec: 20 segments, 1 merges 92.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1395.0 sec: 20 segments, 1 merges 97.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1400.0 sec: 20 segments, 1 merges 102.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1405.1 sec: 20 segments, 1 merges 107.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1410.1 sec: 20 segments, 1 merges 112.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1415.1 sec: 20 segments, 1 merges 117.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1420.1 sec: 20 segments, 1 merges 122.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1425.1 sec: 20 segments, 1 merges 127.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1430.1 sec: 20 segments, 1 merges 132.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1435.1 sec: 20 segments, 1 merges 137.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1440.1 sec: 20 segments, 1 merges 142.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1445.1 sec: 20 segments, 1 merges 147.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1450.0 sec: 20 segments, 1 merges 152.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1455.0 sec: 20 segments, 1 merges 157.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1460.0 sec: 20 segments, 1 merges 162.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1465.0 sec: 20 segments, 1 merges 167.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1470.0 sec: 20 segments, 1 merges 172.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1475.0 sec: 20 segments, 1 merges 177.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1480.0 sec: 20 segments, 1 merges 182.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1485.0 sec: 20 segments, 1 merges 187.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1490.0 sec: 20 segments, 1 merges 192.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1495.0 sec: 20 segments, 1 merges 197.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1500.0 sec: 20 segments, 1 merges 202.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1505.0 sec: 20 segments, 1 merges 207.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1510.0 sec: 20 segments, 1 merges 212.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1515.1 sec: 20 segments, 1 merges 217.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1520.1 sec: 20 segments, 1 merges 222.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1525.1 sec: 20 segments, 1 merges 227.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1530.1 sec: 20 segments, 1 merges 232.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1535.1 sec: 20 segments, 1 merges 237.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1540.1 sec: 20 segments, 1 merges 242.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1545.1 sec: 20 segments, 1 merges 247.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1550.1 sec: 20 segments, 1 merges 252.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1555.1 sec: 20 segments, 1 merges 257.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1560.1 sec: 20 segments, 1 merges 262.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1565.1 sec: 20 segments, 1 merges 267.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1570.1 sec: 20 segments, 1 merges 272.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1575.1 sec: 20 segments, 1 merges 277.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1580.0 sec: 20 segments, 1 merges 282.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1585.0 sec: 20 segments, 1 merges 287.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1590.0 sec: 20 segments, 1 merges 292.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1595.0 sec: 20 segments, 1 merges 297.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1600.0 sec: 20 segments, 1 merges 302.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1605.0 sec: 20 segments, 1 merges 307.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1610.0 sec: 20 segments, 1 merges 312.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1615.0 sec: 20 segments, 1 merges 317.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1620.0 sec: 20 segments, 1 merges 322.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1625.1 sec: 20 segments, 1 merges 327.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1630.1 sec: 20 segments, 1 merges 332.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1635.1 sec: 20 segments, 1 merges 337.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1640.1 sec: 20 segments, 1 merges 342.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1645.1 sec: 20 segments, 1 merges 347.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1650.1 sec: 20 segments, 1 merges 352.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1655.1 sec: 20 segments, 1 merges 357.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1660.1 sec: 20 segments, 1 merges 362.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1665.1 sec: 20 segments, 1 merges 367.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1670.1 sec: 20 segments, 1 merges 372.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1675.0 sec: 20 segments, 1 merges 377.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1680.0 sec: 20 segments, 1 merges 382.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1685.0 sec: 20 segments, 1 merges 387.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1690.0 sec: 20 segments, 1 merges 392.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1695.1 sec: 20 segments, 1 merges 397.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1700.1 sec: 20 segments, 1 merges 402.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1705.1 sec: 20 segments, 1 merges 407.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1710.1 sec: 20 segments, 1 merges 412.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1715.1 sec: 20 segments, 1 merges 417.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1720.1 sec: 20 segments, 1 merges 422.7s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1725.0 sec: 20 segments, 1 merges 427.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1730.0 sec: 20 segments, 1 merges 432.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1735.0 sec: 20 segments, 1 merges 437.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1740.0 sec: 20 segments, 1 merges 442.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1745.0 sec: 20 segments, 1 merges 447.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB 1750.0 sec: 20 segments, 1 merges 452.6s _1fy: 7 segs, 1222.8 K docs, 4887.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3061 seconds reindex takes 3061.23 sec index has 14 segments: segments_2: _gl(11.0.0):C897815 _1fy(11.0.0):C1222806 _we(11.0.0):C1171854 _m2(11.0.0):C330868 _10d(11.0.0):C1226994 _1fv(11.0.0):C1218518 _19l(11.0.0):C292583 _14u(11.0.0):C457201 _145(11.0.0):C96460 _1fw(11.0.0):C524569 _195(11.0.0):C82332 _1ee(11.0.0):C84455 _1fs(11.0.0):C85140 _1fx(11.0.0):C308405 _gl: 3593.2 MB _1fy: 4896.2 MB _we: 4691.7 MB _m2: 1323.1 MB _10d: 4913.0 MB _1fv: 4878.9 MB _19l: 1169.9 MB _14u: 1828.7 MB _145: 385.2 MB _1fw: 2098.3 MB _195: 328.7 MB _1ee: 337.2 MB _1fs: 339.9 MB _1fx: 1233.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32017.24 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=54417648900 cpu@end=65793854486 deltaMS=11376.205586 thread 14 name=Reference Handler cpu@start=2039027 cpu@end=2039027 deltaMS=0.0 thread 15 name=Finalizer cpu@start=152292 cpu@end=152292 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64326 cpu@end=64326 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=25216487 cpu@end=25216487 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=53727690240 cpu@end=53729433997 deltaMS=1.743757 thread 42 name=JFR Periodic Tasks cpu@start=347104701095 cpu@end=347650316572 deltaMS=545.615477 thread 45 name=Notification Thread cpu@start=88841 cpu@end=88841 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4760376550371 cpu@end=4760376550371 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4765518702186 cpu@end=4765518702186 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4767589976748 cpu@end=4767589976748 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4761650743682 cpu@end=4761650743682 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4760943754036 cpu@end=4760943754036 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4765748053018 cpu@end=4765748053018 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4764104351049 cpu@end=4764104351049 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4758124379982 cpu@end=4758124379982 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4768704266383 cpu@end=4768704266383 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4761551375117 cpu@end=4761551375117 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4763140447749 cpu@end=4763140447749 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4765048598860 cpu@end=4765048598860 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4759749553992 cpu@end=4759749553992 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4763274224520 cpu@end=4763274224520 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4764489011593 cpu@end=4764489011593 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4765078889177 cpu@end=4765078889177 deltaMS=0.0 Average CPU cores used: 1.0472065162684305 completed 1000 searches in 11386 ms: 87 QPS CPU time=11923 ms checking results SUMMARY: 0.974 11.386 11.923 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 58511 3061.23 2613.33 0.00 14 32017.24 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 897815 documents Graph level=3 size=48, Fanout min=4, mean=8.71, max=17, meandelta=81407.91 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 8 8 9 10 11 12 17 Graph level=2 size=811, Fanout min=7, mean=23.25, max=32, meandelta=35488.73 % 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=27490, Fanout min=1, mean=28.05, max=32, meandelta=29334.54 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=897815, Fanout min=1, mean=39.53, max=64, meandelta=21038.05 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=48, connectedness=1.00 Graph level=2 size=811, connectedness=1.00 Graph level=1 size=27490, connectedness=1.00 Graph level=0 size=897815, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1222806 documents Graph level=3 size=58, Fanout min=3, mean=8.55, max=21, meandelta=104353.05 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 10 13 21 Graph level=2 size=1110, Fanout min=8, mean=23.74, max=32, meandelta=46863.25 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=37609, Fanout min=3, mean=28.11, max=32, meandelta=39891.39 % 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=1222806, Fanout min=1, mean=39.42, max=64, meandelta=28704.22 % 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=58, connectedness=1.00 Graph level=2 size=1110, connectedness=1.00 Graph level=1 size=37609, connectedness=1.00 Graph level=0 size=1222806, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1171854 documents Graph level=3 size=63, Fanout min=4, mean=9.62, max=21, meandelta=89994.02 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 10 11 12 13 21 Graph level=2 size=1088, Fanout min=8, mean=23.70, max=32, meandelta=44747.04 % 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=35851, Fanout min=2, mean=28.13, max=32, meandelta=38198.25 % 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=1171854, Fanout min=1, mean=39.41, max=64, meandelta=27519.27 % 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=63, connectedness=1.00 Graph level=2 size=1088, connectedness=1.00 Graph level=1 size=35851, connectedness=1.00 Graph level=0 size=1171854, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 330868 documents Graph level=3 size=10, Fanout min=2, mean=3.40, max=8, meandelta=37303.38 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 2 2 2 4 5 5 8 Graph level=2 size=299, Fanout min=7, mean=17.61, max=32, meandelta=16181.24 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 16 17 18 20 22 26 32 Graph level=1 size=10282, Fanout min=6, mean=27.63, max=32, meandelta=10917.28 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 32 32 32 32 32 32 Graph level=0 size=330868, Fanout min=1, mean=39.49, max=64, meandelta=7778.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=10, connectedness=1.00 Graph level=2 size=299, connectedness=1.00 Graph level=1 size=10282, connectedness=1.00 Graph level=0 size=330868, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1226994 documents Graph level=3 size=54, Fanout min=5, mean=9.19, max=17, meandelta=103504.47 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 10 11 13 17 Graph level=2 size=1101, Fanout min=7, mean=24.08, max=32, meandelta=46158.45 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=1 size=37619, Fanout min=4, mean=28.11, max=32, meandelta=40009.42 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1226994, Fanout min=1, mean=39.47, max=64, meandelta=28768.58 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=54, connectedness=1.00 Graph level=2 size=1101, connectedness=1.00 Graph level=1 size=37619, connectedness=1.00 Graph level=0 size=1226994, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1218518 documents Graph level=3 size=49, Fanout min=3, mean=7.84, max=16, meandelta=126224.75 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 8 9 10 11 16 Graph level=2 size=1085, Fanout min=8, mean=23.93, max=32, meandelta=46409.04 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 26 29 32 32 32 Graph level=1 size=37343, Fanout min=3, mean=28.13, max=32, meandelta=39616.04 % 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=1218518, Fanout min=1, mean=39.43, max=64, meandelta=28596.57 % 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=49, connectedness=1.00 Graph level=2 size=1085, connectedness=1.00 Graph level=1 size=37343, connectedness=1.00 Graph level=0 size=1218518, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 292583 documents Graph level=3 size=11, Fanout min=3, mean=4.91, max=6, meandelta=43182.45 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 4 5 6 6 6 6 Graph level=2 size=262, Fanout min=6, mean=16.67, max=32, meandelta=14989.54 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 19 21 24 32 Graph level=1 size=8948, Fanout min=7, mean=27.40, max=32, meandelta=9714.80 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=292583, Fanout min=1, mean=39.50, max=64, meandelta=6874.02 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=11, connectedness=1.00 Graph level=2 size=262, connectedness=1.00 Graph level=1 size=8948, connectedness=1.00 Graph level=0 size=292583, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 457201 documents Graph level=3 size=23, Fanout min=3, mean=5.91, max=11, meandelta=61330.41 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 6 7 8 11 Graph level=2 size=391, Fanout min=6, mean=18.53, max=32, meandelta=21189.57 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 18 19 21 24 27 32 Graph level=1 size=13970, Fanout min=7, mean=27.69, max=32, meandelta=15065.77 % 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=457201, Fanout min=1, mean=39.57, max=64, meandelta=10720.79 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=391, connectedness=1.00 Graph level=1 size=13970, connectedness=1.00 Graph level=0 size=457201, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 96460 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=81, Fanout min=4, mean=10.67, max=19, meandelta=7471.44 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 9 10 11 12 13 15 19 Graph level=1 size=3028, Fanout min=8, mean=26.31, max=32, meandelta=3338.08 % 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=96460, Fanout min=2, mean=38.88, max=64, meandelta=2301.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=81, connectedness=1.00 Graph level=1 size=3028, connectedness=1.00 Graph level=0 size=96460, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 524569 documents Graph level=3 size=26, Fanout min=4, mean=6.69, max=12, meandelta=63460.30 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 7 7 8 12 Graph level=2 size=470, Fanout min=8, mean=20.02, max=32, meandelta=22468.85 % 0 10 20 30 40 50 60 70 80 90 100 0 12 15 16 18 19 21 23 26 30 32 Graph level=1 size=16063, Fanout min=6, mean=27.81, max=32, meandelta=17183.64 % 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=524569, Fanout min=1, mean=39.60, max=64, meandelta=12284.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=470, connectedness=1.00 Graph level=1 size=16063, connectedness=1.00 Graph level=0 size=524569, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 82332 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=11674.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 3 Graph level=2 size=71, Fanout min=3, mean=10.25, max=20, meandelta=6723.31 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 11 12 13 14 20 Graph level=1 size=2519, Fanout min=8, mean=25.94, max=32, meandelta=2881.12 % 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=82332, Fanout min=1, mean=38.67, max=64, meandelta=1974.73 % 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=71, connectedness=1.00 Graph level=1 size=2519, connectedness=1.00 Graph level=0 size=82332, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 84455 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=17096.40 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=72, Fanout min=4, mean=9.83, max=20, meandelta=6941.17 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 10 12 14 20 Graph level=1 size=2570, Fanout min=8, mean=26.08, max=32, meandelta=2946.72 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 31 32 32 32 32 Graph level=0 size=84455, Fanout min=3, mean=38.77, max=64, meandelta=2021.80 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=72, connectedness=1.00 Graph level=1 size=2570, connectedness=1.00 Graph level=0 size=84455, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 85140 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=17663.60 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=72, Fanout min=4, mean=9.56, max=19, meandelta=7008.70 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 11 12 13 19 Graph level=1 size=2587, Fanout min=9, mean=26.04, max=32, meandelta=2962.69 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 31 32 32 32 32 Graph level=0 size=85140, Fanout min=3, mean=38.70, max=64, meandelta=2039.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=72, connectedness=1.00 Graph level=1 size=2587, connectedness=1.00 Graph level=0 size=85140, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 308405 documents Graph level=3 size=10, Fanout min=1, mean=3.60, max=5, meandelta=45794.11 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 3 3 4 4 5 5 5 5 Graph level=2 size=292, Fanout min=6, mean=17.49, max=32, meandelta=15495.90 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 17 18 20 22 26 32 Graph level=1 size=9516, Fanout min=7, mean=27.55, max=32, meandelta=10264.11 % 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=308405, Fanout min=1, mean=39.51, max=64, meandelta=7241.99 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=10, connectedness=1.00 Graph level=2 size=292, connectedness=1.00 Graph level=1 size=9516, connectedness=1.00 Graph level=0 size=308405, 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.22.14.08.44/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': 169,980,659.38 msec task-clock:u 642,017,778,104,243 cycles:u (36.36%) 47,552,830,153,575 instructions:u (36.36%) 9,577,964,096,933 cache-references:u (36.36%) 2,289,182,246,666 cache-misses:u (36.36%) 26,488,719,484,197 L1-dcache-loads:u (36.36%) 2,716,652,795,613 L1-dcache-load-misses:u (36.36%) 3,126,286,027,214 L1-icache-loads:u (36.36%) 33,652,064,121 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 32,517,545 faults:u 9,163,447 minor-faults:u 155 major-faults:u 4,787,041,000,763 branches:u (36.36%) 83,194,714,084 branch-misses:u (36.36%) 9,778,356,438,443 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 4904.307395164 seconds time elapsed 168957.097959000 seconds user 989.347781000 seconds sys took 1:21:44.334019 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.974, cpu_time_ms=11.386, net_cpu_ms=11.923, 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=58511, index_time_sec=3061.23, index_docs_per_sec=2613.33, force_merge_time_sec=0.0, index_num_segments=14, index_size_on_disk_mb=32017.24, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (10, {0: 0, 10: 1, 20: 1, 30: 3, 40: 3, 50: 4, 60: 4, 70: 5, 80: 5, 90: 5, 100: 5}), 2: (292, {0: 0, 10: 11, 20: 13, 30: 14, 40: 16, 50: 17, 60: 18, 70: 20, 80: 22, 90: 26, 100: 32}), 1: (9516, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (308405, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 37, 60: 42, 70: 49, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=4904, microseconds=334019)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 163 Start: 2026-05-22 23:02:53 (UTC) Duration: 3337 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 103478002 1808719051 jdk.FileWrite 8659641 185008775 jdk.FileRead 3605147 84520772 jdk.BooleanFlag 80848 2565527 jdk.CPULoad 61686 1242937 jdk.ObjectAllocationInNewTLAB 42136 840286 jdk.Checkpoint 11269 35284395 jdk.UnsignedIntFlag 7824 266170 jdk.IntFlag 7172 262381 jdk.StringFlag 5542 215826 jdk.Compilation 1212 33133 jdk.ObjectAllocationOutsideTLAB 1106 20839 jdk.CPUInformation 163 244836 jdk.GCConfiguration 163 4248 jdk.JVMInformation 163 147525 jdk.Metadata 163 18015911 jdk.GarbageCollection 26 633 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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103478002 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.27% 86M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.67% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.38% 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] 0.74% 762537 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.69% 715774 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.43% 440744 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.38% 391428 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.28% 290930 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.23% 242934 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.21% 219472 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.16% 169921 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.16% 164861 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 143578 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 75034 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 53006 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 51761 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 50530 sun.nio.ch.NativeThread#current0() [Native code] 0.04% 43011 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 37291 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 37159 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.03% 34610 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 29702 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.03% 25986 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.02% 24991 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 23787 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22280 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 21865 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21616 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 19089 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18371 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 18286 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.02% 17418 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 15356 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.01% 15300 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 15266 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14774 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 14302 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 13906 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 13765 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 13258 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 12870 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 12575 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 12318 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 12095 java.util.Arrays#sort():99 [Inlined code] 0.01% 11528 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 11333 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 11203 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 8990 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] 0.01% 8209 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103478002 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 77.50% 80M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.67% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.76% 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.49% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.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] 0.74% 762398 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.72% 747432 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.44% 456044 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.41% 422111 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.38% 390229 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.24% 253064 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.23% 238061 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.18% 189601 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% 171028 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.16% 164608 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 147545 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 75034 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% 70285 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 58084 org.apache.lucene.util.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% 57304 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% 51759 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% 51463 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 49407 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.04% 45367 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% 42184 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.04% 41542 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% 37159 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% 34610 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% 32411 org.apache.lucene.util.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% 29702 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% 28518 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.03% 26119 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% 25986 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.02% 23397 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% 21616 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% 21439 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 20286 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% 18633 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 18412 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 18214 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% 17340 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 16281 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% 16044 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% 15608 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% 15300 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% 14106 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 13903 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% 13709 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 13058 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% 12980 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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103478002 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 62.83% 65M 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.0x000000006f19c800#call() [Inlined code] 9.29% 9M 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.0x000000006f19c800#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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 4.17% 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.0x000000006f19c800#call() [Inlined code] 2.34% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.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.0x000000006f19c800#call() [Inlined code] 2.26% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.29% 1M org.apache.lucene.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.79% 820196 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.65% 673305 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.0x000000006f19c800#call() [Inlined code] 0.63% 649132 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.60% 621020 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.51% 529919 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.40% 414440 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.34% 353520 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] 0.34% 351622 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.0x000000006f19c800#call() [Inlined code] 0.31% 318765 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 310302 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% 285656 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.23% 233827 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.0x000000006f19c800#call() [Inlined code] 0.21% 221246 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#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% 215821 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.20% 207792 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#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.18% 181705 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 171028 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.14% 139731 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#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% 134357 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.12% 128213 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.0x000000006f19c800#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.0x000000006f19cd58#run() [JIT compiled code] 0.12% 122334 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.09% 98300 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.09% 97821 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 89101 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.09% 88706 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.08% 87797 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.07% 75507 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.07% 75034 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% 63309 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 52905 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.05% 51748 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.05% 50749 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% 47858 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.0x000000006f19c800#call() [Inlined code] 0.04% 46403 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.0x000000006f19c800#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% 43724 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#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.04% 42676 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 42468 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 42148 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.04% 38446 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.04% 37801 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#call() [Inlined code] 0.04% 37582 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 35548 org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.03% 33354 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43231 events (total: 240977M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 26.65% 64217M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.07% 62821M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 25.87% 62350M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.96% 14365M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.52% 8488M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.76% 6643M java.lang.Integer#valueOf():1006 [Inlined code] 1.71% 4132M java.util.Arrays#copyOf():3478 [Inlined code] 0.80% 1935M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.76% 1824M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.73% 1757M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.71% 1702M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.44% 1062M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 927M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.32% 763M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.31% 745M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.20% 477M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 416M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.17% 405M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.16% 394M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 307M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.12% 294M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.12% 291M java.util.ArrayList#grow():240 [Inlined code] 0.12% 284M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 271M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.11% 271M java.util.HashMap#newNode():1910 [Inlined code] 0.11% 263M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.11% 261M knn.IndexerThread#_run():108 [JIT compiled code] 0.11% 259M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.10% 246M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.10% 237M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 218M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 188M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.07% 170M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():547 [JIT compiled code] 0.07% 170M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.06% 137M java.util.HashMap#resize():711 [JIT compiled code] 0.05% 119M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 119M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 102M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 98M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 95M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 93M java.util.List#of():935 [Inlined code] 0.04% 90M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 80M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 72M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 66M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.03% 66M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 61M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 56M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 37M org.apache.lucene.util.ArrayUtil#growExact():319 [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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43231 events (total: 240977M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.35% 51459M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.21% 51117M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.37% 39455M 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.27% 24751M 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.96% 14365M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.86% 11704M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.48% 10790M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.52% 8488M 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.72% 6547M 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.67% 4036M 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.77% 1846M 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.76% 1824M 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.39% 946M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.36% 868M 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.34% 821M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 689M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 682M 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% 680M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.26% 616M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 568M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.20% 477M 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% 416M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.13% 307M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.13% 306M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.12% 294M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.12% 291M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.11% 271M 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.11% 263M 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.0x000000006f182000#concat() [Inlined code] 0.11% 261M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.11% 259M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.10% 246M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.10% 237M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.10% 231M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 195M 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% 194M 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% 191M 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% 188M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():412 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.08% 186M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 185M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.07% 170M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():547 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#document():663 [JIT compiled code] at org.apache.lucene.index.CodecReader$1#document():101 [JIT compiled code] 0.07% 170M 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% 158M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.06% 151M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.06% 144M 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():1562 [Inlined code] 0.05% 119M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 119M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 102M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.04% 100M org.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.04% 100M 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.04% 98M 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.22.14.08.44/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmFalse.jfr is 2038.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43231 events (total: 240977M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.35% 39391M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 12.63% 30438M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f19c800#call() [Inlined code] 12.55% 30238M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f19c800#call() [Inlined code] 6.85% 16508M 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.96% 14365M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 4.34% 10469M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.24% 10217M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.42% 8243M 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.72% 6547M 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.31% 5561M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.20% 5294M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.96% 4725M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f19c800#call() [Inlined code] 1.91% 4597M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000006f19c800#call() [Inlined code] 1.67% 4036M 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.40% 3374M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.39% 3341M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.37% 3312M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.27% 3048M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 3043M 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.0x000000006f19c800#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.97% 2348M 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.86% 2073M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.78% 1888M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.67% 1616M 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.0x000000006f19c800#call() [Inlined code] 0.64% 1551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.59% 1412M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.59% 1411M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 801M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.32% 781M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 777M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 766M 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.29% 700M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.28% 680M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.26% 619M 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.0x000000006f19c800#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.25% 591M 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.0x000000006f19c800#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.23% 553M 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 457M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.17% 416M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.17% 398M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.16% 388M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 377M 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.0x000000006f19c800#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% 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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#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% 323M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.12% 299M 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.0x000000006f19c800#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% 298M 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.0x000000006f19c800#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% 291M 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.11% 275M 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.0x000000006f19c800#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% 265M 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 261M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.11% 259M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000006f1968a0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.10% 247M 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.0x000000006f19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [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.22.14.08.44/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.216s][info][jfr,startup] Started recording 1. [0.216s][info][jfr,startup] [0.216s][info][jfr,startup] Use jcmd 189699 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2982229322737870 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 22, 2026 8:25:37 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 216 segments, 22 merges 1064.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 774.6s _14t: 8 segs, 244.5 K docs, 975.0 MB 719.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 471.4s _195: 8 segs, 166.7 K docs, 664.2 MB 451.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 400.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 385.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 278.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 258.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 245.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 227.8s _1cc: 8 segs, 78.9 K docs, 313.6 MB 212.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 192.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 159.3s _1d9: 8 segs, 38.7 K docs, 153.3 MB 140.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 126.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 110.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 92.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 61.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 39.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 19.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 1.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 5.0 sec: 216 segments, 22 merges 1069.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 779.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 724.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 476.4s _195: 8 segs, 166.7 K docs, 664.2 MB 456.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 405.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 390.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 283.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 263.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 250.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 232.8s _1cc: 8 segs, 78.9 K docs, 313.6 MB 217.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 197.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 164.3s _1d9: 8 segs, 38.7 K docs, 153.3 MB 145.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 131.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 115.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 97.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 66.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 44.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 25.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 6.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 10.0 sec: 216 segments, 22 merges 1074.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 784.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 729.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 481.4s _195: 8 segs, 166.7 K docs, 664.2 MB 461.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 410.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 395.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 288.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 268.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 255.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 237.8s _1cc: 8 segs, 78.9 K docs, 313.6 MB 222.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 202.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 169.3s _1d9: 8 segs, 38.7 K docs, 153.3 MB 150.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 136.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 120.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 102.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 71.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 49.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 30.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 11.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 15.0 sec: 209 segments, 21 merges 1079.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 789.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 734.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 486.4s _195: 8 segs, 166.7 K docs, 664.2 MB 466.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 415.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 400.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 293.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 273.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 260.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 242.8s _1cc: 8 segs, 78.9 K docs, 313.6 MB 227.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 207.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 155.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 141.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 125.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 107.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 76.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 54.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 35.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 16.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 20.0 sec: 209 segments, 21 merges 1084.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 794.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 739.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 491.4s _195: 8 segs, 166.7 K docs, 664.2 MB 471.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 420.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 405.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 298.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 278.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 265.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 247.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 232.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 212.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 160.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 146.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 130.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 112.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 81.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 59.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 40.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 21.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 25.0 sec: 209 segments, 21 merges 1089.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 799.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 744.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 496.4s _195: 8 segs, 166.7 K docs, 664.2 MB 476.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 425.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 410.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 303.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 283.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 270.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 252.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 237.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 217.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 165.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 151.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 135.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 117.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 86.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 64.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 45.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 26.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 30.1 sec: 209 segments, 21 merges 1094.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 804.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 749.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 501.4s _195: 8 segs, 166.7 K docs, 664.2 MB 481.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 430.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 415.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 308.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 288.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 275.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 257.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 242.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 222.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 170.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 156.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 140.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 122.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 91.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 69.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 50.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 31.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 35.1 sec: 209 segments, 21 merges 1099.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 809.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 754.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 506.4s _195: 8 segs, 166.7 K docs, 664.2 MB 486.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 435.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 420.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 313.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 293.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 280.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 262.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 247.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 228.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 175.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 161.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 145.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 127.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 96.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 74.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 55.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 36.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 40.1 sec: 209 segments, 21 merges 1104.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 814.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 759.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 511.4s _195: 8 segs, 166.7 K docs, 664.2 MB 491.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 440.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 425.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 318.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 298.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 285.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 267.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 252.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 233.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 180.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 166.1s _1dp: 9 segs, 45.1 K docs, 178.4 MB 150.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 132.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 101.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 79.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 60.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 41.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 45.1 sec: 209 segments, 21 merges 1109.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 819.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 764.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 516.4s _195: 8 segs, 166.7 K docs, 664.2 MB 496.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 445.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 430.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 323.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 303.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 290.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 272.9s _1cc: 8 segs, 78.9 K docs, 313.6 MB 257.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 238.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 185.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 171.1s _1dp: 9 segs, 45.1 K docs, 178.4 MB 155.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 137.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 106.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 84.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 65.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 46.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 50.1 sec: 202 segments, 20 merges 1114.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 824.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 769.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 521.4s _195: 8 segs, 166.7 K docs, 664.2 MB 501.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 450.6s _1a1: 8 segs, 145.9 K docs, 581.2 MB 435.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 328.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 308.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 295.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 262.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 243.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 190.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 176.1s _1dp: 9 segs, 45.1 K docs, 178.4 MB 160.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 142.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 111.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 89.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 70.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 51.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 55.1 sec: 202 segments, 20 merges 1119.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 829.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 774.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 526.5s _195: 8 segs, 166.7 K docs, 664.2 MB 506.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 455.6s _1a1: 8 segs, 145.9 K docs, 581.2 MB 440.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 333.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 313.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 300.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 267.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 248.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 195.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 181.1s _1dp: 9 segs, 45.1 K docs, 178.4 MB 165.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 147.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 116.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 94.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 75.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 56.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 60.0 sec: 202 segments, 20 merges 1124.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 834.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 779.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 531.4s _195: 8 segs, 166.7 K docs, 664.2 MB 511.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 460.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 445.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 338.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 318.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 305.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 272.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 252.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 200.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 186.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 170.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 152.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 121.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 99.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 79.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 61.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 65.0 sec: 202 segments, 20 merges 1129.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 839.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 784.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 536.4s _195: 8 segs, 166.7 K docs, 664.2 MB 516.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 465.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 450.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 343.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 323.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 310.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 277.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 257.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 205.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 191.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 175.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 157.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 126.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 104.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 85.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 66.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 70.0 sec: 202 segments, 20 merges 1134.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 844.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 789.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 541.4s _195: 8 segs, 166.7 K docs, 664.2 MB 521.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 470.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 455.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 348.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 328.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 315.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 282.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 262.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 210.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 196.0s _1dp: 9 segs, 45.1 K docs, 178.4 MB 180.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 162.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 131.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 109.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 90.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 71.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 75.1 sec: 194 segments, 20 merges 1139.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 849.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 794.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 546.4s _195: 8 segs, 166.7 K docs, 664.2 MB 526.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 475.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 460.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 353.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 333.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 320.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 287.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 268.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 215.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 185.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 167.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 136.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 114.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 95.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 76.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 4.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 80.1 sec: 194 segments, 20 merges 1144.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 854.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 799.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 551.4s _195: 8 segs, 166.7 K docs, 664.2 MB 531.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 480.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 465.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 358.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 338.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 325.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 292.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 273.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 220.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 190.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 172.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 141.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 119.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 100.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 81.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 9.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 85.1 sec: 194 segments, 20 merges 1149.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 859.7s _14t: 8 segs, 244.5 K docs, 975.0 MB 804.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 556.4s _195: 8 segs, 166.7 K docs, 664.2 MB 536.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 485.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 470.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 363.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 343.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 330.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 297.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 278.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 225.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 195.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 177.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 146.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 124.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 105.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 86.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 14.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 90.1 sec: 187 segments, 19 merges 1154.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 809.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 561.4s _195: 8 segs, 166.7 K docs, 664.2 MB 541.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 490.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 475.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 368.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 348.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 335.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 302.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 283.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 230.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 200.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 182.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 151.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 129.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 110.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 91.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 19.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 95.1 sec: 187 segments, 19 merges 1159.1s _100: 8 segs, 1155.2 K docs, 4615.7 MB 814.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 566.5s _195: 8 segs, 166.7 K docs, 664.2 MB 546.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 495.6s _1a1: 8 segs, 145.9 K docs, 581.2 MB 480.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 373.5s _1bp: 8 segs, 103.6 K docs, 412.2 MB 353.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 340.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 307.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 288.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 235.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 205.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 187.8s _1e6: 14 segs, 67.6 K docs, 267.4 MB 156.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 134.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 115.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 96.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 24.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 100.0 sec: 187 segments, 19 merges 1164.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 819.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 571.4s _195: 8 segs, 166.7 K docs, 664.2 MB 551.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 500.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 485.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 378.4s _1bp: 8 segs, 103.6 K docs, 412.2 MB 358.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 345.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 312.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 292.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 240.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 210.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 192.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 161.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 139.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 119.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 101.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 29.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 105.0 sec: 180 segments, 18 merges 1169.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 824.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 576.4s _195: 8 segs, 166.7 K docs, 664.2 MB 556.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 505.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 490.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 363.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 350.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 317.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 297.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 245.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 215.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 197.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 166.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 144.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 124.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 106.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 34.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 110.0 sec: 180 segments, 18 merges 1174.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 829.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 581.4s _195: 8 segs, 166.7 K docs, 664.2 MB 561.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 510.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 495.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 368.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 355.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 322.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 302.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 250.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 220.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 202.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 171.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 149.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 130.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 111.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 39.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 115.0 sec: 173 segments, 17 merges 1179.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 834.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 566.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 515.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 500.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 373.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 360.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 327.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 307.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 255.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 225.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 207.7s _1e6: 14 segs, 67.6 K docs, 267.4 MB 176.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 154.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 135.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 116.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 44.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 120.0 sec: 160 segments, 16 merges 1184.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 839.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 571.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 520.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 505.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 378.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 365.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 332.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 312.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 260.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 230.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 181.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 159.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 140.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 121.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 49.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 125.0 sec: 160 segments, 16 merges 1189.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 844.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 576.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 525.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 510.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 383.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 370.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 337.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 317.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 265.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 235.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 186.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 164.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 145.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 126.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 54.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 130.0 sec: 160 segments, 16 merges 1194.0s _100: 8 segs, 1155.2 K docs, 4615.7 MB 849.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 581.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 530.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 515.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 388.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 375.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 342.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 322.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 270.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 240.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 191.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 169.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 150.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 131.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 59.2s _1fm: 9 segs, 65.4 K docs, 260.0 MB 135.0 sec: 153 segments, 15 merges 854.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 586.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 535.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 520.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 393.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 380.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 347.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 327.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 275.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 245.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 196.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 174.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 155.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 136.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 64.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 140.1 sec: 153 segments, 15 merges 859.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 591.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 540.5s _1a1: 8 segs, 145.9 K docs, 581.2 MB 525.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 398.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 385.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 352.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 332.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 280.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 250.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 201.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 179.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 160.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 141.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 69.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 145.1 sec: 146 segments, 14 merges 864.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 596.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 530.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 403.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 390.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 357.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 337.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 285.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 255.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 206.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 184.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 165.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 146.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 74.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 150.1 sec: 146 segments, 14 merges 869.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 601.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 535.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 408.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 395.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 362.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 343.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 290.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 260.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 211.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 189.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 170.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 151.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 79.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 155.1 sec: 146 segments, 14 merges 874.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 606.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 540.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 413.6s _1by: 8 segs, 38.7 K docs, 153.3 MB 400.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 367.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 348.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 295.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 265.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 216.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 194.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 175.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 156.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 84.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 160.1 sec: 146 segments, 14 merges 879.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 611.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 545.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 418.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 405.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 372.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 353.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 300.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 270.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 221.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 199.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 180.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 161.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 89.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 165.1 sec: 146 segments, 14 merges 884.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 616.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 550.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 423.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 410.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 377.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 358.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 305.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 275.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 226.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 204.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 185.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 166.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 94.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 170.1 sec: 146 segments, 14 merges 889.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 621.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 555.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 428.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 415.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 382.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 363.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 310.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 280.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 231.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 209.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 190.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 171.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 99.3s _1fm: 9 segs, 65.4 K docs, 260.0 MB 175.1 sec: 138 segments, 13 merges 894.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 626.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 560.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 433.7s _1by: 8 segs, 38.7 K docs, 153.3 MB 420.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 387.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 368.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 315.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 285.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 236.8s _1ej: 13 segs, 64.8 K docs, 256.4 MB 214.8s _1ex: 13 segs, 63.2 K docs, 250.3 MB 195.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 176.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 180.0 sec: 131 segments, 12 merges 899.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 631.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 565.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 425.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 392.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 372.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 320.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 290.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 241.7s _1ej: 13 segs, 64.8 K docs, 256.4 MB 219.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 199.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 181.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 185.0 sec: 119 segments, 12 merges 904.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 636.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 570.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 430.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 397.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 377.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 325.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 295.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 224.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 204.9s _1f9: 11 segs, 54.4 K docs, 215.3 MB 186.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 0.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 190.0 sec: 119 segments, 12 merges 909.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 641.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 575.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 435.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 402.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 382.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 330.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 300.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 229.7s _1ex: 13 segs, 63.2 K docs, 250.3 MB 210.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 191.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 5.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 195.0 sec: 107 segments, 11 merges 914.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 646.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 580.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 440.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 407.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 387.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 335.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 305.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 215.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 196.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 10.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 200.0 sec: 107 segments, 11 merges 919.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 651.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 585.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 445.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 412.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 392.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 340.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 310.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 220.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 201.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 15.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 205.0 sec: 107 segments, 11 merges 924.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 656.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 590.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 450.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 417.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 397.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 345.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 315.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 225.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 206.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 20.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 210.0 sec: 107 segments, 11 merges 929.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 661.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 595.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 455.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 422.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 402.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 350.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 320.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 230.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 211.0s _1fl: 11 segs, 53.8 K docs, 212.9 MB 25.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 215.0 sec: 107 segments, 11 merges 934.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 666.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 600.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 460.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 427.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 407.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 355.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 325.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 235.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 216.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 30.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 220.0 sec: 107 segments, 11 merges 939.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 671.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 605.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 465.8s _1c4: 8 segs, 208.9 K docs, 832.7 MB 432.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 412.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 360.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 330.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 240.0s _1f9: 11 segs, 54.4 K docs, 215.3 MB 221.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 35.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 225.0 sec: 97 segments, 10 merges 944.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 676.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 610.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 470.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 437.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 417.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 365.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 335.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 226.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 40.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 230.1 sec: 97 segments, 10 merges 949.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 681.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 615.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 475.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 442.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 422.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 370.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 340.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 231.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 45.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 235.1 sec: 97 segments, 10 merges 954.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 686.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 620.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 480.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 447.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 427.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 375.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 345.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 236.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 50.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 240.1 sec: 97 segments, 10 merges 959.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 691.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 625.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 485.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 452.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 433.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 380.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 350.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 241.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 55.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 245.1 sec: 97 segments, 10 merges 964.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 696.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 630.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 490.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 457.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 438.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 385.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 355.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 246.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 60.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 250.1 sec: 97 segments, 10 merges 969.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 701.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 635.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 495.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 462.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 443.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 390.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 360.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 251.1s _1fl: 11 segs, 53.8 K docs, 212.9 MB 65.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 255.1 sec: 87 segments, 9 merges 974.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 706.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 640.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 500.9s _1c4: 8 segs, 208.9 K docs, 832.7 MB 467.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 448.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 395.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 365.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 70.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 260.1 sec: 80 segments, 8 merges 979.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 711.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 645.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 472.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 453.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 400.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 370.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 75.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 265.1 sec: 80 segments, 8 merges 984.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 716.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 650.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 477.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 458.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 405.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 375.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 80.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 270.1 sec: 80 segments, 8 merges 989.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 721.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 655.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 482.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 463.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 410.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 380.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 85.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 275.1 sec: 80 segments, 8 merges 994.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 726.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 660.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 487.3s _1cj: 8 segs, 108.1 K docs, 430.0 MB 468.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 415.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 385.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 90.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 280.0 sec: 80 segments, 8 merges 999.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 731.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 665.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 492.2s _1cj: 8 segs, 108.1 K docs, 430.0 MB 472.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 420.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 390.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 95.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 285.0 sec: 73 segments, 7 merges 1004.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 736.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 670.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 477.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 425.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 395.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 100.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 290.0 sec: 73 segments, 7 merges 1009.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 741.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 675.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 482.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 430.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 400.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 105.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 295.0 sec: 73 segments, 7 merges 1014.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 746.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 680.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 487.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 435.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 405.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 110.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 300.1 sec: 73 segments, 7 merges 1019.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 751.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 685.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 492.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 440.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 410.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 115.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 305.1 sec: 73 segments, 7 merges 1024.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 756.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 690.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 497.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 445.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 415.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 120.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 310.1 sec: 73 segments, 7 merges 1029.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 761.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 695.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 503.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 450.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 420.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 125.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 315.1 sec: 73 segments, 7 merges 1034.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 766.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 700.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 508.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 455.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 425.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 130.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 320.1 sec: 73 segments, 7 merges 1039.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 771.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 705.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 513.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 460.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 430.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 135.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 325.1 sec: 73 segments, 7 merges 1044.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 776.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 710.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 518.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 465.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 435.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 140.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 330.1 sec: 73 segments, 7 merges 1049.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 781.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 715.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 523.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 470.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 440.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 145.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 335.1 sec: 73 segments, 7 merges 1054.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 786.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 720.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 528.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 475.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 445.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 150.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 340.0 sec: 73 segments, 7 merges 1059.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 791.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 725.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 532.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 480.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 450.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 155.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 345.0 sec: 73 segments, 7 merges 1064.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 796.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 730.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 537.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 485.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 455.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 160.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 350.0 sec: 73 segments, 7 merges 1069.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 801.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 735.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 542.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 490.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 460.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 165.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 355.0 sec: 73 segments, 7 merges 1074.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 806.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 740.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 547.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 495.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 465.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 170.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 360.0 sec: 73 segments, 7 merges 1079.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 811.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 745.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 552.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 500.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 470.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 175.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 365.0 sec: 73 segments, 7 merges 1084.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 816.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 750.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 557.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 505.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 475.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 180.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 370.0 sec: 73 segments, 7 merges 1089.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 821.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 755.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 562.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 510.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 480.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 185.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 375.1 sec: 73 segments, 7 merges 1094.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 826.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 760.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 567.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 515.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 485.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 190.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 380.1 sec: 73 segments, 7 merges 1099.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 831.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 765.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 572.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 520.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 490.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 195.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 385.1 sec: 73 segments, 7 merges 1104.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 836.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 770.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 578.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 525.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 495.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 200.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 390.1 sec: 73 segments, 7 merges 1109.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 841.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 775.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 583.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 530.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 500.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 205.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 395.1 sec: 73 segments, 7 merges 1114.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 846.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 780.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 588.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 535.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 505.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 210.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 400.1 sec: 73 segments, 7 merges 1119.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 851.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 785.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 593.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 540.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 510.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 215.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 405.1 sec: 73 segments, 7 merges 1124.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 856.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 790.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 598.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 545.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 515.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 220.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 410.1 sec: 73 segments, 7 merges 1129.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 861.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 795.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 603.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 550.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 520.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 225.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 415.1 sec: 73 segments, 7 merges 1134.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 866.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 800.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 608.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 555.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 525.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 230.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 420.1 sec: 73 segments, 7 merges 1139.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 871.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 805.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 613.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 560.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 530.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 235.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 425.1 sec: 73 segments, 7 merges 1144.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 876.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 810.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 618.0s _1cr: 8 segs, 182.7 K docs, 728.2 MB 565.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 535.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 240.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 430.0 sec: 73 segments, 7 merges 1149.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 881.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 815.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 622.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 570.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 540.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 245.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 435.0 sec: 73 segments, 7 merges 1154.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 886.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 820.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 627.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 575.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 545.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 250.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 440.0 sec: 73 segments, 7 merges 1159.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 891.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 825.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 632.9s _1cr: 8 segs, 182.7 K docs, 728.2 MB 580.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 550.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 255.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 445.0 sec: 66 segments, 6 merges 1164.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 896.3s _19d: 8 segs, 176.8 K docs, 704.7 MB 830.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 585.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 555.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 260.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 450.0 sec: 66 segments, 6 merges 1169.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 901.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 835.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 590.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 560.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 265.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 455.0 sec: 66 segments, 6 merges 1174.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 906.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 840.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 595.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 565.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 270.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 460.0 sec: 66 segments, 6 merges 1179.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 911.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 845.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 600.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 570.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 275.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 465.0 sec: 66 segments, 6 merges 1184.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 916.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 850.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 605.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 575.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 280.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 470.1 sec: 66 segments, 6 merges 1189.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 921.4s _19d: 8 segs, 176.8 K docs, 704.7 MB 855.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 610.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 580.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 285.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 475.1 sec: 59 segments, 5 merges 1194.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 860.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 615.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 585.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 290.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 480.1 sec: 59 segments, 5 merges 1199.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 865.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 620.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 590.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 295.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 485.1 sec: 59 segments, 5 merges 1204.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 870.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 625.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 595.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 300.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 490.1 sec: 59 segments, 5 merges 1209.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 875.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 630.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 600.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 305.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 495.1 sec: 59 segments, 5 merges 1214.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 880.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 635.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 605.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 310.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 500.1 sec: 59 segments, 5 merges 1219.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 885.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 640.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 610.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 315.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 505.1 sec: 59 segments, 5 merges 1224.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 890.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 645.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 615.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 320.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 510.1 sec: 59 segments, 5 merges 1229.6s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 895.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 650.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 620.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 325.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 515.0 sec: 59 segments, 5 merges 1234.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 900.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 655.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 625.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 330.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 520.0 sec: 59 segments, 5 merges 1239.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 905.1s _1a9: 8 segs, 176.9 K docs, 705.2 MB 660.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 630.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 335.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 525.0 sec: 59 segments, 5 merges 1244.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 910.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 665.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 635.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 340.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 530.0 sec: 59 segments, 5 merges 1249.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 915.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 670.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 640.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 345.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 535.0 sec: 59 segments, 5 merges 1254.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 920.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 675.0s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 645.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 350.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 540.0 sec: 59 segments, 5 merges 1259.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 925.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 680.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 650.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 355.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 545.0 sec: 59 segments, 5 merges 1264.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 930.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 685.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 655.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 360.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 550.0 sec: 59 segments, 5 merges 1269.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 935.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 690.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 660.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 365.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 555.0 sec: 59 segments, 5 merges 1274.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 940.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 695.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 665.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 370.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 560.0 sec: 59 segments, 5 merges 1279.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 945.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 700.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 670.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 375.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 565.0 sec: 59 segments, 5 merges 1284.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 950.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 705.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 675.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 380.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 570.0 sec: 59 segments, 5 merges 1289.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 955.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 710.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 680.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 385.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 575.0 sec: 59 segments, 5 merges 1294.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 960.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 715.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 685.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 390.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 580.0 sec: 59 segments, 5 merges 1299.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 965.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 720.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 690.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 395.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 585.0 sec: 59 segments, 5 merges 1304.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 970.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 725.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 695.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 400.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 590.0 sec: 59 segments, 5 merges 1309.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 975.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 730.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 700.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 405.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 595.1 sec: 59 segments, 5 merges 1314.5s _15n: 8 segs, 1187.7 K docs, 4745.7 MB 980.2s _1a9: 8 segs, 176.9 K docs, 705.2 MB 735.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 705.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 410.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 600.1 sec: 45 segments, 4 merges 740.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 710.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 415.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 4.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 605.1 sec: 45 segments, 4 merges 745.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 715.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 420.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 9.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 610.1 sec: 45 segments, 4 merges 750.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 720.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 425.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 14.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 615.1 sec: 45 segments, 4 merges 755.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 725.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 430.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 19.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 620.1 sec: 45 segments, 4 merges 760.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 730.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 435.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 24.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 625.1 sec: 45 segments, 4 merges 765.1s _1dh: 8 segs, 269.0 K docs, 1073.2 MB 735.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 440.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 29.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 630.1 sec: 38 segments, 3 merges 740.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 445.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 34.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 635.1 sec: 38 segments, 3 merges 745.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 450.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 39.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 640.1 sec: 38 segments, 3 merges 750.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 455.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 44.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 645.0 sec: 38 segments, 3 merges 755.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 460.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 49.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 650.0 sec: 38 segments, 3 merges 760.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 465.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 54.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 655.0 sec: 38 segments, 3 merges 765.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 470.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 59.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 660.0 sec: 38 segments, 3 merges 770.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 475.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 64.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 665.0 sec: 38 segments, 3 merges 775.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 480.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 69.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 670.0 sec: 38 segments, 3 merges 780.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 485.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 74.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 675.0 sec: 38 segments, 3 merges 785.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 490.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 79.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 680.0 sec: 38 segments, 3 merges 790.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 495.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 84.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 685.0 sec: 38 segments, 3 merges 795.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 500.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 89.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 690.0 sec: 38 segments, 3 merges 800.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 505.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 94.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 695.1 sec: 38 segments, 3 merges 805.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 510.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 99.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 700.1 sec: 38 segments, 3 merges 810.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 515.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 104.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 705.1 sec: 38 segments, 3 merges 815.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 520.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 109.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 710.1 sec: 38 segments, 3 merges 820.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 525.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 114.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 715.1 sec: 38 segments, 3 merges 825.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 530.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 119.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 720.1 sec: 38 segments, 3 merges 830.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 535.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 124.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 725.1 sec: 38 segments, 3 merges 835.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 540.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 129.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 730.1 sec: 38 segments, 3 merges 840.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 545.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 134.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 735.1 sec: 38 segments, 3 merges 845.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 550.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 139.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 740.0 sec: 38 segments, 3 merges 850.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 555.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 144.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 745.0 sec: 38 segments, 3 merges 855.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 560.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 149.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 750.0 sec: 38 segments, 3 merges 860.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 565.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 154.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 755.0 sec: 38 segments, 3 merges 865.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 570.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 159.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 760.0 sec: 38 segments, 3 merges 870.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 575.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 164.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 765.0 sec: 38 segments, 3 merges 875.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 580.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 169.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 770.0 sec: 38 segments, 3 merges 880.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 585.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 174.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 775.0 sec: 38 segments, 3 merges 885.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 590.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 179.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 780.0 sec: 38 segments, 3 merges 890.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 595.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 184.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 785.0 sec: 38 segments, 3 merges 895.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 600.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 189.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 790.1 sec: 38 segments, 3 merges 900.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 605.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 194.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 795.1 sec: 38 segments, 3 merges 905.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 610.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 199.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 800.1 sec: 38 segments, 3 merges 910.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 615.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 204.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 805.1 sec: 38 segments, 3 merges 915.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 620.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 209.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 810.1 sec: 38 segments, 3 merges 920.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 625.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 214.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 815.1 sec: 38 segments, 3 merges 925.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 630.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 219.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 820.1 sec: 38 segments, 3 merges 930.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 635.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 224.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 825.1 sec: 38 segments, 3 merges 935.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 640.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 229.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 830.1 sec: 38 segments, 3 merges 940.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 645.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 234.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 835.1 sec: 38 segments, 3 merges 945.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 650.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 239.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 840.0 sec: 38 segments, 3 merges 950.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 655.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 244.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 845.0 sec: 38 segments, 3 merges 955.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 660.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 249.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 850.0 sec: 38 segments, 3 merges 960.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 665.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 254.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 855.0 sec: 38 segments, 3 merges 965.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 670.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 259.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 860.0 sec: 38 segments, 3 merges 970.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 675.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 264.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 865.0 sec: 38 segments, 3 merges 975.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 680.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 269.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 870.0 sec: 38 segments, 3 merges 980.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 685.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 274.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 875.0 sec: 38 segments, 3 merges 985.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 690.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 279.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 880.0 sec: 38 segments, 3 merges 990.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 695.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 284.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 885.0 sec: 38 segments, 3 merges 995.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 700.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 289.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 890.1 sec: 38 segments, 3 merges 1000.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 705.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 294.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 895.1 sec: 38 segments, 3 merges 1005.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 710.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 299.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 900.1 sec: 38 segments, 3 merges 1010.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 715.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 304.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 905.1 sec: 38 segments, 3 merges 1015.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 720.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 309.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 910.1 sec: 38 segments, 3 merges 1020.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 725.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 314.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 915.1 sec: 38 segments, 3 merges 1025.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 730.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 319.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 920.1 sec: 38 segments, 3 merges 1030.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 735.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 324.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 925.1 sec: 38 segments, 3 merges 1035.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 740.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 329.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 930.1 sec: 38 segments, 3 merges 1040.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 745.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 334.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 935.1 sec: 38 segments, 3 merges 1045.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 750.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 339.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 940.1 sec: 38 segments, 3 merges 1050.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 755.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 344.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 945.0 sec: 38 segments, 3 merges 1055.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 760.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 349.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 950.0 sec: 38 segments, 3 merges 1060.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 765.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 354.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 955.0 sec: 38 segments, 3 merges 1065.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 770.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 359.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 960.0 sec: 38 segments, 3 merges 1070.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 775.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 364.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 965.0 sec: 38 segments, 3 merges 1075.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 780.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 369.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 970.0 sec: 38 segments, 3 merges 1080.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 785.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 374.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 975.0 sec: 38 segments, 3 merges 1085.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 790.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 379.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 980.0 sec: 38 segments, 3 merges 1090.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 795.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 384.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 985.0 sec: 38 segments, 3 merges 1095.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 800.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 389.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 990.0 sec: 38 segments, 3 merges 1100.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 805.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 394.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 995.0 sec: 38 segments, 3 merges 1105.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 810.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 399.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1000.0 sec: 38 segments, 3 merges 1110.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 815.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 404.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1005.0 sec: 38 segments, 3 merges 1115.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 820.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 409.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1010.0 sec: 38 segments, 3 merges 1120.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 825.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 414.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1015.0 sec: 38 segments, 3 merges 1125.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 830.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 419.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1020.0 sec: 38 segments, 3 merges 1130.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 835.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 424.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1025.0 sec: 38 segments, 3 merges 1135.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 840.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 429.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1030.0 sec: 38 segments, 3 merges 1140.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 845.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 434.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1035.0 sec: 38 segments, 3 merges 1145.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 850.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 439.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1040.1 sec: 38 segments, 3 merges 1150.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 855.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 444.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1045.1 sec: 38 segments, 3 merges 1155.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 860.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 449.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1050.1 sec: 38 segments, 3 merges 1160.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 865.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 454.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1055.1 sec: 38 segments, 3 merges 1165.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 870.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 459.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1060.1 sec: 38 segments, 3 merges 1170.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 875.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 464.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1065.1 sec: 38 segments, 3 merges 1175.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 880.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 469.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1070.1 sec: 38 segments, 3 merges 1180.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 885.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 474.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1075.1 sec: 38 segments, 3 merges 1185.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 890.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 479.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1080.1 sec: 38 segments, 3 merges 1190.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 895.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 484.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1085.1 sec: 38 segments, 3 merges 1195.6s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 900.2s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 489.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1090.0 sec: 38 segments, 3 merges 1200.5s _1dx: 8 segs, 1190.5 K docs, 4756.9 MB 905.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 494.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1095.0 sec: 31 segments, 2 merges 910.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 499.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1100.0 sec: 31 segments, 2 merges 915.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 504.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1105.0 sec: 31 segments, 2 merges 920.1s _1fn: 8 segs, 412.7 K docs, 1646.0 MB 509.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1110.0 sec: 24 segments, 1 merges 514.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1115.0 sec: 24 segments, 1 merges 519.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1120.0 sec: 24 segments, 1 merges 524.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1125.0 sec: 24 segments, 1 merges 529.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1130.0 sec: 24 segments, 1 merges 534.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1135.0 sec: 24 segments, 1 merges 539.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1140.0 sec: 24 segments, 1 merges 544.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1145.0 sec: 24 segments, 1 merges 549.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1150.1 sec: 24 segments, 1 merges 554.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1155.1 sec: 24 segments, 1 merges 559.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1160.1 sec: 24 segments, 1 merges 564.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1165.1 sec: 24 segments, 1 merges 569.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1170.1 sec: 24 segments, 1 merges 574.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1175.1 sec: 24 segments, 1 merges 579.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1180.1 sec: 24 segments, 1 merges 584.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1185.1 sec: 24 segments, 1 merges 589.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1190.0 sec: 24 segments, 1 merges 594.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1195.0 sec: 24 segments, 1 merges 599.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1200.0 sec: 24 segments, 1 merges 604.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1205.0 sec: 24 segments, 1 merges 609.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1210.0 sec: 24 segments, 1 merges 614.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1215.0 sec: 24 segments, 1 merges 619.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1220.0 sec: 24 segments, 1 merges 624.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1225.1 sec: 24 segments, 1 merges 629.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1230.1 sec: 24 segments, 1 merges 634.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1235.1 sec: 24 segments, 1 merges 639.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1240.1 sec: 24 segments, 1 merges 644.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1245.1 sec: 24 segments, 1 merges 649.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1250.1 sec: 24 segments, 1 merges 654.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1255.1 sec: 24 segments, 1 merges 659.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1260.1 sec: 24 segments, 1 merges 664.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1265.1 sec: 24 segments, 1 merges 669.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1270.0 sec: 24 segments, 1 merges 674.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1275.0 sec: 24 segments, 1 merges 679.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1280.0 sec: 24 segments, 1 merges 684.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1285.0 sec: 24 segments, 1 merges 689.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1290.0 sec: 24 segments, 1 merges 694.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1295.0 sec: 24 segments, 1 merges 699.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1300.0 sec: 24 segments, 1 merges 704.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1305.0 sec: 24 segments, 1 merges 709.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1310.1 sec: 24 segments, 1 merges 714.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1315.1 sec: 24 segments, 1 merges 719.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1320.1 sec: 24 segments, 1 merges 724.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1325.1 sec: 24 segments, 1 merges 729.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1330.1 sec: 24 segments, 1 merges 734.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1335.1 sec: 24 segments, 1 merges 739.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1340.1 sec: 24 segments, 1 merges 744.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1345.1 sec: 24 segments, 1 merges 749.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1350.1 sec: 24 segments, 1 merges 754.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1355.1 sec: 24 segments, 1 merges 759.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1360.1 sec: 24 segments, 1 merges 764.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1365.0 sec: 24 segments, 1 merges 769.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1370.0 sec: 24 segments, 1 merges 774.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1375.0 sec: 24 segments, 1 merges 779.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1380.0 sec: 24 segments, 1 merges 784.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1385.0 sec: 24 segments, 1 merges 789.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1390.0 sec: 24 segments, 1 merges 794.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1395.0 sec: 24 segments, 1 merges 799.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1400.0 sec: 24 segments, 1 merges 804.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1405.0 sec: 24 segments, 1 merges 809.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1410.0 sec: 24 segments, 1 merges 814.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1415.0 sec: 24 segments, 1 merges 819.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1420.0 sec: 24 segments, 1 merges 824.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1425.1 sec: 24 segments, 1 merges 829.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1430.1 sec: 24 segments, 1 merges 834.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1435.1 sec: 24 segments, 1 merges 839.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1440.1 sec: 24 segments, 1 merges 844.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1445.1 sec: 24 segments, 1 merges 849.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1450.1 sec: 24 segments, 1 merges 854.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1455.1 sec: 24 segments, 1 merges 859.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1460.0 sec: 24 segments, 1 merges 864.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1465.0 sec: 24 segments, 1 merges 869.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1470.0 sec: 24 segments, 1 merges 874.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1475.0 sec: 24 segments, 1 merges 879.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1480.0 sec: 24 segments, 1 merges 884.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1485.0 sec: 24 segments, 1 merges 889.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1490.0 sec: 24 segments, 1 merges 894.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1495.0 sec: 24 segments, 1 merges 899.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1500.1 sec: 24 segments, 1 merges 904.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1505.1 sec: 24 segments, 1 merges 909.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1510.1 sec: 24 segments, 1 merges 914.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1515.1 sec: 24 segments, 1 merges 919.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1520.1 sec: 24 segments, 1 merges 924.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1525.1 sec: 24 segments, 1 merges 929.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1530.1 sec: 24 segments, 1 merges 934.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1535.0 sec: 24 segments, 1 merges 939.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1540.0 sec: 24 segments, 1 merges 944.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1545.1 sec: 24 segments, 1 merges 949.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1550.1 sec: 24 segments, 1 merges 954.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1555.1 sec: 24 segments, 1 merges 959.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1560.1 sec: 24 segments, 1 merges 964.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1565.1 sec: 24 segments, 1 merges 969.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1570.1 sec: 24 segments, 1 merges 974.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1575.0 sec: 24 segments, 1 merges 979.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1580.0 sec: 24 segments, 1 merges 984.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1585.0 sec: 24 segments, 1 merges 989.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1590.0 sec: 24 segments, 1 merges 994.7s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1595.0 sec: 24 segments, 1 merges 999.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1600.0 sec: 24 segments, 1 merges 1004.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1605.0 sec: 24 segments, 1 merges 1009.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1610.0 sec: 24 segments, 1 merges 1014.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1615.0 sec: 24 segments, 1 merges 1019.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1620.0 sec: 24 segments, 1 merges 1024.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1625.1 sec: 24 segments, 1 merges 1029.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1630.1 sec: 24 segments, 1 merges 1034.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1635.1 sec: 24 segments, 1 merges 1039.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1640.1 sec: 24 segments, 1 merges 1044.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1645.1 sec: 24 segments, 1 merges 1049.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1650.1 sec: 24 segments, 1 merges 1054.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1655.1 sec: 24 segments, 1 merges 1059.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1660.1 sec: 24 segments, 1 merges 1064.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1665.1 sec: 24 segments, 1 merges 1069.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB 1670.1 sec: 24 segments, 1 merges 1074.8s _1fo: 8 segs, 1139.6 K docs, 4553.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 2826 seconds reindex takes 2826.97 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 _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 10.0 sec: 17 segments, 1 merges 10.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 15.0 sec: 17 segments, 1 merges 15.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 20.0 sec: 17 segments, 1 merges 20.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 25.0 sec: 17 segments, 1 merges 25.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 30.0 sec: 17 segments, 1 merges 30.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 35.0 sec: 17 segments, 1 merges 35.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 40.0 sec: 17 segments, 1 merges 40.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 45.0 sec: 17 segments, 1 merges 45.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 50.0 sec: 17 segments, 1 merges 50.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 55.0 sec: 17 segments, 1 merges 55.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 60.1 sec: 17 segments, 1 merges 60.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 65.1 sec: 17 segments, 1 merges 65.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 70.1 sec: 17 segments, 1 merges 70.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 75.1 sec: 17 segments, 1 merges 75.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 80.1 sec: 17 segments, 1 merges 80.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 85.1 sec: 17 segments, 1 merges 85.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 90.1 sec: 17 segments, 1 merges 90.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 95.1 sec: 17 segments, 1 merges 95.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 100.1 sec: 17 segments, 1 merges 100.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 105.1 sec: 17 segments, 1 merges 105.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 110.1 sec: 17 segments, 1 merges 110.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 115.1 sec: 17 segments, 1 merges 115.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 120.0 sec: 17 segments, 1 merges 120.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 125.0 sec: 17 segments, 1 merges 125.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 130.0 sec: 17 segments, 1 merges 130.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 135.0 sec: 17 segments, 1 merges 135.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 140.0 sec: 17 segments, 1 merges 140.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 145.0 sec: 17 segments, 1 merges 145.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 150.0 sec: 17 segments, 1 merges 150.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 155.0 sec: 17 segments, 1 merges 155.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 160.0 sec: 17 segments, 1 merges 160.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 165.0 sec: 17 segments, 1 merges 165.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 170.0 sec: 17 segments, 1 merges 170.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 175.0 sec: 17 segments, 1 merges 175.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 180.0 sec: 17 segments, 1 merges 180.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 185.1 sec: 17 segments, 1 merges 185.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 190.1 sec: 17 segments, 1 merges 190.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 195.1 sec: 17 segments, 1 merges 195.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 200.1 sec: 17 segments, 1 merges 200.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 205.1 sec: 17 segments, 1 merges 205.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 210.1 sec: 17 segments, 1 merges 210.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 215.1 sec: 17 segments, 1 merges 215.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 220.1 sec: 17 segments, 1 merges 220.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 225.1 sec: 17 segments, 1 merges 225.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 230.0 sec: 17 segments, 1 merges 230.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 235.0 sec: 17 segments, 1 merges 235.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 240.1 sec: 17 segments, 1 merges 240.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 245.1 sec: 17 segments, 1 merges 245.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 250.1 sec: 17 segments, 1 merges 250.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 255.1 sec: 17 segments, 1 merges 255.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 260.1 sec: 17 segments, 1 merges 260.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 265.1 sec: 17 segments, 1 merges 265.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 270.1 sec: 17 segments, 1 merges 270.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 275.1 sec: 17 segments, 1 merges 275.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 280.1 sec: 17 segments, 1 merges 280.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 285.1 sec: 17 segments, 1 merges 285.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 290.1 sec: 17 segments, 1 merges 290.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 295.1 sec: 17 segments, 1 merges 295.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 300.0 sec: 17 segments, 1 merges 300.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 305.0 sec: 17 segments, 1 merges 305.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 310.0 sec: 17 segments, 1 merges 310.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 315.0 sec: 17 segments, 1 merges 315.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 320.0 sec: 17 segments, 1 merges 320.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 325.0 sec: 17 segments, 1 merges 325.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 330.0 sec: 17 segments, 1 merges 330.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 335.0 sec: 17 segments, 1 merges 335.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 340.0 sec: 17 segments, 1 merges 340.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 345.0 sec: 17 segments, 1 merges 345.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 350.0 sec: 17 segments, 1 merges 350.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 355.0 sec: 17 segments, 1 merges 355.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 360.1 sec: 17 segments, 1 merges 360.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 365.1 sec: 17 segments, 1 merges 365.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 370.1 sec: 17 segments, 1 merges 370.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 375.1 sec: 17 segments, 1 merges 375.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 380.1 sec: 17 segments, 1 merges 380.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 385.1 sec: 17 segments, 1 merges 385.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 390.1 sec: 17 segments, 1 merges 390.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 395.1 sec: 17 segments, 1 merges 395.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 400.1 sec: 17 segments, 1 merges 400.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 405.1 sec: 17 segments, 1 merges 405.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 410.1 sec: 17 segments, 1 merges 410.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 415.1 sec: 17 segments, 1 merges 415.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 420.1 sec: 17 segments, 1 merges 420.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 425.0 sec: 17 segments, 1 merges 425.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 430.0 sec: 17 segments, 1 merges 430.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 435.0 sec: 17 segments, 1 merges 435.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 440.0 sec: 17 segments, 1 merges 440.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 445.0 sec: 17 segments, 1 merges 445.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 450.0 sec: 17 segments, 1 merges 450.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 455.0 sec: 17 segments, 1 merges 455.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 460.0 sec: 17 segments, 1 merges 460.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 465.0 sec: 17 segments, 1 merges 465.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 470.1 sec: 17 segments, 1 merges 470.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 475.1 sec: 17 segments, 1 merges 475.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 480.1 sec: 17 segments, 1 merges 480.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 485.1 sec: 17 segments, 1 merges 485.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 490.1 sec: 17 segments, 1 merges 490.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 495.1 sec: 17 segments, 1 merges 495.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 500.1 sec: 17 segments, 1 merges 500.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 505.0 sec: 17 segments, 1 merges 505.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 510.0 sec: 17 segments, 1 merges 510.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 515.0 sec: 17 segments, 1 merges 515.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 520.0 sec: 17 segments, 1 merges 520.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 525.0 sec: 17 segments, 1 merges 525.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 530.0 sec: 17 segments, 1 merges 530.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 535.0 sec: 17 segments, 1 merges 535.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 540.0 sec: 17 segments, 1 merges 540.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 545.0 sec: 17 segments, 1 merges 545.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 550.0 sec: 17 segments, 1 merges 550.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 555.0 sec: 17 segments, 1 merges 555.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 560.0 sec: 17 segments, 1 merges 560.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 565.1 sec: 17 segments, 1 merges 565.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 570.1 sec: 17 segments, 1 merges 570.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 575.1 sec: 17 segments, 1 merges 575.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 580.1 sec: 17 segments, 1 merges 580.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 585.1 sec: 17 segments, 1 merges 585.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 590.1 sec: 17 segments, 1 merges 590.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 595.1 sec: 17 segments, 1 merges 595.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 600.1 sec: 17 segments, 1 merges 600.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 605.1 sec: 17 segments, 1 merges 605.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 610.1 sec: 17 segments, 1 merges 610.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 615.1 sec: 17 segments, 1 merges 615.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 620.1 sec: 17 segments, 1 merges 620.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 625.0 sec: 17 segments, 1 merges 625.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 630.0 sec: 17 segments, 1 merges 630.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 635.1 sec: 17 segments, 1 merges 635.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 640.1 sec: 17 segments, 1 merges 640.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 645.1 sec: 17 segments, 1 merges 645.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 650.1 sec: 17 segments, 1 merges 650.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 655.1 sec: 17 segments, 1 merges 655.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 660.1 sec: 17 segments, 1 merges 660.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 665.1 sec: 17 segments, 1 merges 665.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 670.1 sec: 17 segments, 1 merges 670.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 675.1 sec: 17 segments, 1 merges 675.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 680.1 sec: 17 segments, 1 merges 680.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 685.1 sec: 17 segments, 1 merges 685.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 690.0 sec: 17 segments, 1 merges 690.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 695.0 sec: 17 segments, 1 merges 695.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 700.0 sec: 17 segments, 1 merges 700.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 705.0 sec: 17 segments, 1 merges 705.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 710.0 sec: 17 segments, 1 merges 710.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 715.0 sec: 17 segments, 1 merges 715.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 720.0 sec: 17 segments, 1 merges 720.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 725.0 sec: 17 segments, 1 merges 725.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 730.0 sec: 17 segments, 1 merges 730.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 735.0 sec: 17 segments, 1 merges 735.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 740.0 sec: 17 segments, 1 merges 740.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 745.0 sec: 17 segments, 1 merges 745.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 750.1 sec: 17 segments, 1 merges 750.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 755.1 sec: 17 segments, 1 merges 755.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 760.1 sec: 17 segments, 1 merges 760.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 765.1 sec: 17 segments, 1 merges 765.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 770.1 sec: 17 segments, 1 merges 770.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 775.1 sec: 17 segments, 1 merges 775.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 780.1 sec: 17 segments, 1 merges 780.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 785.1 sec: 17 segments, 1 merges 785.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 790.1 sec: 17 segments, 1 merges 790.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 795.1 sec: 17 segments, 1 merges 795.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 800.1 sec: 17 segments, 1 merges 800.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 805.1 sec: 17 segments, 1 merges 805.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 810.0 sec: 17 segments, 1 merges 810.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 815.0 sec: 17 segments, 1 merges 815.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 820.0 sec: 17 segments, 1 merges 820.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 825.0 sec: 17 segments, 1 merges 825.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 830.0 sec: 17 segments, 1 merges 830.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 835.0 sec: 17 segments, 1 merges 835.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 840.0 sec: 17 segments, 1 merges 840.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 845.0 sec: 17 segments, 1 merges 845.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 850.0 sec: 17 segments, 1 merges 850.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 855.0 sec: 17 segments, 1 merges 855.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 860.0 sec: 17 segments, 1 merges 860.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 865.1 sec: 17 segments, 1 merges 865.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 870.1 sec: 17 segments, 1 merges 870.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 875.1 sec: 17 segments, 1 merges 875.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 880.1 sec: 17 segments, 1 merges 880.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 885.1 sec: 17 segments, 1 merges 885.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 890.1 sec: 17 segments, 1 merges 890.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 895.1 sec: 17 segments, 1 merges 895.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 900.1 sec: 17 segments, 1 merges 900.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 905.1 sec: 17 segments, 1 merges 905.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 910.1 sec: 17 segments, 1 merges 910.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 915.1 sec: 17 segments, 1 merges 915.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 920.0 sec: 17 segments, 1 merges 920.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 925.0 sec: 17 segments, 1 merges 925.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 930.0 sec: 17 segments, 1 merges 930.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 935.0 sec: 17 segments, 1 merges 935.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 940.0 sec: 17 segments, 1 merges 940.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 945.0 sec: 17 segments, 1 merges 945.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 950.0 sec: 17 segments, 1 merges 950.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 955.0 sec: 17 segments, 1 merges 955.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 960.0 sec: 17 segments, 1 merges 960.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 965.0 sec: 17 segments, 1 merges 965.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 970.0 sec: 17 segments, 1 merges 970.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 975.0 sec: 17 segments, 1 merges 975.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 980.0 sec: 17 segments, 1 merges 980.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 985.1 sec: 17 segments, 1 merges 985.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 990.1 sec: 17 segments, 1 merges 990.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 995.1 sec: 17 segments, 1 merges 995.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1025.1 sec: 17 segments, 1 merges 1025.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1040.1 sec: 17 segments, 1 merges 1040.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1095.0 sec: 17 segments, 1 merges 1095.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1100.0 sec: 17 segments, 1 merges 1100.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1105.0 sec: 17 segments, 1 merges 1105.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1110.0 sec: 17 segments, 1 merges 1110.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1115.0 sec: 17 segments, 1 merges 1115.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1120.0 sec: 17 segments, 1 merges 1120.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1125.0 sec: 17 segments, 1 merges 1125.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1130.0 sec: 17 segments, 1 merges 1130.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1135.0 sec: 17 segments, 1 merges 1135.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1140.0 sec: 17 segments, 1 merges 1140.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1145.0 sec: 17 segments, 1 merges 1145.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1150.0 sec: 17 segments, 1 merges 1150.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1155.1 sec: 17 segments, 1 merges 1155.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1160.1 sec: 17 segments, 1 merges 1160.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1165.1 sec: 17 segments, 1 merges 1165.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1170.1 sec: 17 segments, 1 merges 1170.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1175.1 sec: 17 segments, 1 merges 1175.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1180.1 sec: 17 segments, 1 merges 1180.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1185.1 sec: 17 segments, 1 merges 1185.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1190.1 sec: 17 segments, 1 merges 1190.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1195.1 sec: 17 segments, 1 merges 1195.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1200.1 sec: 17 segments, 1 merges 1200.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1205.1 sec: 17 segments, 1 merges 1205.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1210.1 sec: 17 segments, 1 merges 1210.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1215.1 sec: 17 segments, 1 merges 1215.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1220.0 sec: 17 segments, 1 merges 1220.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1225.0 sec: 17 segments, 1 merges 1225.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1230.0 sec: 17 segments, 1 merges 1230.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1235.0 sec: 17 segments, 1 merges 1235.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1240.0 sec: 17 segments, 1 merges 1240.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1245.0 sec: 17 segments, 1 merges 1245.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1250.0 sec: 17 segments, 1 merges 1250.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1255.0 sec: 17 segments, 1 merges 1255.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1260.0 sec: 17 segments, 1 merges 1260.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1265.0 sec: 17 segments, 1 merges 1265.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1270.0 sec: 17 segments, 1 merges 1270.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1275.0 sec: 17 segments, 1 merges 1275.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1280.1 sec: 17 segments, 1 merges 1280.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1285.1 sec: 17 segments, 1 merges 1285.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1290.1 sec: 17 segments, 1 merges 1290.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1295.1 sec: 17 segments, 1 merges 1295.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1300.1 sec: 17 segments, 1 merges 1300.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1305.1 sec: 17 segments, 1 merges 1305.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1310.1 sec: 17 segments, 1 merges 1310.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1315.1 sec: 17 segments, 1 merges 1315.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1320.1 sec: 17 segments, 1 merges 1320.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1325.1 sec: 17 segments, 1 merges 1325.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1330.1 sec: 17 segments, 1 merges 1330.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1335.1 sec: 17 segments, 1 merges 1335.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1340.1 sec: 17 segments, 1 merges 1340.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1345.0 sec: 17 segments, 1 merges 1345.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1350.0 sec: 17 segments, 1 merges 1350.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1355.0 sec: 17 segments, 1 merges 1355.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1360.0 sec: 17 segments, 1 merges 1360.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1365.0 sec: 17 segments, 1 merges 1365.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1370.0 sec: 17 segments, 1 merges 1370.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1375.0 sec: 17 segments, 1 merges 1375.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1380.0 sec: 17 segments, 1 merges 1380.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1385.0 sec: 17 segments, 1 merges 1385.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1390.0 sec: 17 segments, 1 merges 1390.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1395.0 sec: 17 segments, 1 merges 1395.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1400.0 sec: 17 segments, 1 merges 1400.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1405.1 sec: 17 segments, 1 merges 1405.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1410.1 sec: 17 segments, 1 merges 1410.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1415.1 sec: 17 segments, 1 merges 1415.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1420.1 sec: 17 segments, 1 merges 1420.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1425.1 sec: 17 segments, 1 merges 1425.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1430.1 sec: 17 segments, 1 merges 1430.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1435.0 sec: 17 segments, 1 merges 1435.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1440.0 sec: 17 segments, 1 merges 1440.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1445.0 sec: 17 segments, 1 merges 1445.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1450.0 sec: 17 segments, 1 merges 1450.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1455.0 sec: 17 segments, 1 merges 1455.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1460.0 sec: 17 segments, 1 merges 1460.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1465.0 sec: 17 segments, 1 merges 1465.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1470.1 sec: 17 segments, 1 merges 1470.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1475.1 sec: 17 segments, 1 merges 1475.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1480.1 sec: 17 segments, 1 merges 1480.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1485.1 sec: 17 segments, 1 merges 1485.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1490.1 sec: 17 segments, 1 merges 1490.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1495.1 sec: 17 segments, 1 merges 1495.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1500.1 sec: 17 segments, 1 merges 1500.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1505.1 sec: 17 segments, 1 merges 1505.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1510.1 sec: 17 segments, 1 merges 1510.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1515.1 sec: 17 segments, 1 merges 1515.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1520.1 sec: 17 segments, 1 merges 1520.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1525.1 sec: 17 segments, 1 merges 1525.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1530.0 sec: 17 segments, 1 merges 1530.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1535.0 sec: 17 segments, 1 merges 1535.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1540.0 sec: 17 segments, 1 merges 1540.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1545.0 sec: 17 segments, 1 merges 1545.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1550.0 sec: 17 segments, 1 merges 1550.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1555.0 sec: 17 segments, 1 merges 1555.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1560.0 sec: 17 segments, 1 merges 1560.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1565.0 sec: 17 segments, 1 merges 1565.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1570.0 sec: 17 segments, 1 merges 1570.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1575.0 sec: 17 segments, 1 merges 1575.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1580.0 sec: 17 segments, 1 merges 1580.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1585.0 sec: 17 segments, 1 merges 1585.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1590.0 sec: 17 segments, 1 merges 1590.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1595.1 sec: 17 segments, 1 merges 1595.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1600.1 sec: 17 segments, 1 merges 1600.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1605.1 sec: 17 segments, 1 merges 1605.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1610.1 sec: 17 segments, 1 merges 1610.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1615.1 sec: 17 segments, 1 merges 1615.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1620.1 sec: 17 segments, 1 merges 1620.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1625.1 sec: 17 segments, 1 merges 1625.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1630.1 sec: 17 segments, 1 merges 1630.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1635.1 sec: 17 segments, 1 merges 1635.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1640.1 sec: 17 segments, 1 merges 1640.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1645.1 sec: 17 segments, 1 merges 1645.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1650.1 sec: 17 segments, 1 merges 1650.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1655.0 sec: 17 segments, 1 merges 1655.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1660.0 sec: 17 segments, 1 merges 1660.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1665.0 sec: 17 segments, 1 merges 1665.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1670.0 sec: 17 segments, 1 merges 1670.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1675.0 sec: 17 segments, 1 merges 1675.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1680.0 sec: 17 segments, 1 merges 1680.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1685.0 sec: 17 segments, 1 merges 1685.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1690.0 sec: 17 segments, 1 merges 1690.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1695.0 sec: 17 segments, 1 merges 1695.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1700.0 sec: 17 segments, 1 merges 1700.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1705.0 sec: 17 segments, 1 merges 1705.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1710.0 sec: 17 segments, 1 merges 1710.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1715.0 sec: 17 segments, 1 merges 1715.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1720.1 sec: 17 segments, 1 merges 1720.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1725.1 sec: 17 segments, 1 merges 1725.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1730.1 sec: 17 segments, 1 merges 1730.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1735.1 sec: 17 segments, 1 merges 1735.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1740.1 sec: 17 segments, 1 merges 1740.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1745.1 sec: 17 segments, 1 merges 1745.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1750.1 sec: 17 segments, 1 merges 1750.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1755.1 sec: 17 segments, 1 merges 1755.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1760.1 sec: 17 segments, 1 merges 1760.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1765.1 sec: 17 segments, 1 merges 1765.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1770.1 sec: 17 segments, 1 merges 1770.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1775.0 sec: 17 segments, 1 merges 1775.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1780.0 sec: 17 segments, 1 merges 1780.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1785.0 sec: 17 segments, 1 merges 1785.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1790.0 sec: 17 segments, 1 merges 1790.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1795.1 sec: 17 segments, 1 merges 1795.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1805.1 sec: 17 segments, 1 merges 1805.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1810.1 sec: 17 segments, 1 merges 1810.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1815.1 sec: 17 segments, 1 merges 1815.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1820.1 sec: 17 segments, 1 merges 1820.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1825.1 sec: 17 segments, 1 merges 1825.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1830.1 sec: 17 segments, 1 merges 1830.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1835.1 sec: 17 segments, 1 merges 1835.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1840.1 sec: 17 segments, 1 merges 1840.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1845.1 sec: 17 segments, 1 merges 1845.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1850.1 sec: 17 segments, 1 merges 1850.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1855.1 sec: 17 segments, 1 merges 1855.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1865.0 sec: 17 segments, 1 merges 1865.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1870.0 sec: 17 segments, 1 merges 1870.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1875.0 sec: 17 segments, 1 merges 1875.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1880.0 sec: 17 segments, 1 merges 1880.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1885.0 sec: 17 segments, 1 merges 1885.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1890.0 sec: 17 segments, 1 merges 1890.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1895.0 sec: 17 segments, 1 merges 1895.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1900.0 sec: 17 segments, 1 merges 1900.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1905.0 sec: 17 segments, 1 merges 1905.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1910.0 sec: 17 segments, 1 merges 1910.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1915.0 sec: 17 segments, 1 merges 1915.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1920.1 sec: 17 segments, 1 merges 1920.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1925.1 sec: 17 segments, 1 merges 1925.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1930.1 sec: 17 segments, 1 merges 1930.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1935.1 sec: 17 segments, 1 merges 1935.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1940.1 sec: 17 segments, 1 merges 1940.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1945.1 sec: 17 segments, 1 merges 1945.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1950.1 sec: 17 segments, 1 merges 1950.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1955.1 sec: 17 segments, 1 merges 1955.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1960.1 sec: 17 segments, 1 merges 1960.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1965.1 sec: 17 segments, 1 merges 1965.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1970.1 sec: 17 segments, 1 merges 1970.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1975.1 sec: 17 segments, 1 merges 1975.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1980.1 sec: 17 segments, 1 merges 1980.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1985.0 sec: 17 segments, 1 merges 1985.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1990.0 sec: 17 segments, 1 merges 1990.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 1995.0 sec: 17 segments, 1 merges 1995.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2000.0 sec: 17 segments, 1 merges 2000.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2005.0 sec: 17 segments, 1 merges 2005.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2010.0 sec: 17 segments, 1 merges 2010.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2015.0 sec: 17 segments, 1 merges 2015.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2020.0 sec: 17 segments, 1 merges 2020.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2025.0 sec: 17 segments, 1 merges 2025.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2030.0 sec: 17 segments, 1 merges 2030.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2035.0 sec: 17 segments, 1 merges 2035.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2040.0 sec: 17 segments, 1 merges 2040.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2045.0 sec: 17 segments, 1 merges 2045.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2050.1 sec: 17 segments, 1 merges 2050.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2055.1 sec: 17 segments, 1 merges 2055.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2060.1 sec: 17 segments, 1 merges 2060.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2065.1 sec: 17 segments, 1 merges 2065.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2070.1 sec: 17 segments, 1 merges 2070.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2075.1 sec: 17 segments, 1 merges 2075.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2080.1 sec: 17 segments, 1 merges 2080.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2085.1 sec: 17 segments, 1 merges 2085.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2090.1 sec: 17 segments, 1 merges 2090.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2095.1 sec: 17 segments, 1 merges 2095.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2100.1 sec: 17 segments, 1 merges 2100.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2105.0 sec: 17 segments, 1 merges 2105.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2110.0 sec: 17 segments, 1 merges 2110.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2115.0 sec: 17 segments, 1 merges 2115.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2120.0 sec: 17 segments, 1 merges 2120.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2125.0 sec: 17 segments, 1 merges 2125.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2130.0 sec: 17 segments, 1 merges 2130.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2135.0 sec: 17 segments, 1 merges 2135.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2140.0 sec: 17 segments, 1 merges 2140.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2145.0 sec: 17 segments, 1 merges 2145.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2150.0 sec: 17 segments, 1 merges 2150.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2155.0 sec: 17 segments, 1 merges 2155.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2160.0 sec: 17 segments, 1 merges 2160.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2165.1 sec: 17 segments, 1 merges 2165.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2170.1 sec: 17 segments, 1 merges 2170.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2175.1 sec: 17 segments, 1 merges 2175.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2180.1 sec: 17 segments, 1 merges 2180.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2185.1 sec: 17 segments, 1 merges 2185.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2190.1 sec: 17 segments, 1 merges 2190.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2195.1 sec: 17 segments, 1 merges 2195.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2200.1 sec: 17 segments, 1 merges 2200.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2205.1 sec: 17 segments, 1 merges 2205.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2210.1 sec: 17 segments, 1 merges 2210.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2215.1 sec: 17 segments, 1 merges 2215.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2220.1 sec: 17 segments, 1 merges 2220.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2225.0 sec: 17 segments, 1 merges 2225.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2230.0 sec: 17 segments, 1 merges 2230.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2235.0 sec: 17 segments, 1 merges 2235.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2240.0 sec: 17 segments, 1 merges 2240.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2245.0 sec: 17 segments, 1 merges 2245.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2250.0 sec: 17 segments, 1 merges 2250.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2255.0 sec: 17 segments, 1 merges 2255.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2260.0 sec: 17 segments, 1 merges 2260.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2265.0 sec: 17 segments, 1 merges 2265.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2270.0 sec: 17 segments, 1 merges 2270.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2275.0 sec: 17 segments, 1 merges 2275.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2280.0 sec: 17 segments, 1 merges 2280.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2285.0 sec: 17 segments, 1 merges 2285.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2290.1 sec: 17 segments, 1 merges 2290.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2295.1 sec: 17 segments, 1 merges 2295.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2300.1 sec: 17 segments, 1 merges 2300.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2305.1 sec: 17 segments, 1 merges 2305.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2310.1 sec: 17 segments, 1 merges 2310.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2315.1 sec: 17 segments, 1 merges 2315.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2320.1 sec: 17 segments, 1 merges 2320.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2325.1 sec: 17 segments, 1 merges 2325.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2330.1 sec: 17 segments, 1 merges 2330.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2335.1 sec: 17 segments, 1 merges 2335.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2340.1 sec: 17 segments, 1 merges 2340.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2345.1 sec: 17 segments, 1 merges 2345.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2350.1 sec: 17 segments, 1 merges 2350.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2355.0 sec: 17 segments, 1 merges 2355.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2360.0 sec: 17 segments, 1 merges 2360.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2365.0 sec: 17 segments, 1 merges 2365.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2370.0 sec: 17 segments, 1 merges 2370.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2375.0 sec: 17 segments, 1 merges 2375.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2380.0 sec: 17 segments, 1 merges 2380.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2385.1 sec: 17 segments, 1 merges 2385.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2390.1 sec: 17 segments, 1 merges 2390.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2395.0 sec: 17 segments, 1 merges 2395.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2400.0 sec: 17 segments, 1 merges 2400.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2405.0 sec: 17 segments, 1 merges 2405.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2410.0 sec: 17 segments, 1 merges 2410.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2415.0 sec: 17 segments, 1 merges 2415.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2420.0 sec: 17 segments, 1 merges 2420.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2425.0 sec: 17 segments, 1 merges 2425.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2430.0 sec: 17 segments, 1 merges 2430.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2435.0 sec: 17 segments, 1 merges 2435.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2440.0 sec: 17 segments, 1 merges 2440.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2445.0 sec: 17 segments, 1 merges 2445.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2450.0 sec: 17 segments, 1 merges 2450.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2455.0 sec: 17 segments, 1 merges 2455.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2460.1 sec: 17 segments, 1 merges 2460.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2465.1 sec: 17 segments, 1 merges 2465.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2470.1 sec: 17 segments, 1 merges 2470.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2475.1 sec: 17 segments, 1 merges 2475.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2480.1 sec: 17 segments, 1 merges 2480.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2485.1 sec: 17 segments, 1 merges 2485.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2490.1 sec: 17 segments, 1 merges 2490.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2495.1 sec: 17 segments, 1 merges 2495.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2500.1 sec: 17 segments, 1 merges 2500.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2505.1 sec: 17 segments, 1 merges 2505.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2510.1 sec: 17 segments, 1 merges 2510.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2515.1 sec: 17 segments, 1 merges 2515.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2520.1 sec: 17 segments, 1 merges 2520.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2525.0 sec: 17 segments, 1 merges 2525.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2530.0 sec: 17 segments, 1 merges 2530.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2535.0 sec: 17 segments, 1 merges 2535.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2540.0 sec: 17 segments, 1 merges 2540.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2545.0 sec: 17 segments, 1 merges 2545.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2550.0 sec: 17 segments, 1 merges 2550.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2555.0 sec: 17 segments, 1 merges 2555.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2560.0 sec: 17 segments, 1 merges 2560.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2565.0 sec: 17 segments, 1 merges 2565.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2570.0 sec: 17 segments, 1 merges 2570.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2575.0 sec: 17 segments, 1 merges 2575.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2580.0 sec: 17 segments, 1 merges 2580.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2585.0 sec: 17 segments, 1 merges 2585.0s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2590.1 sec: 17 segments, 1 merges 2590.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2595.1 sec: 17 segments, 1 merges 2595.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2600.1 sec: 17 segments, 1 merges 2600.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2605.1 sec: 17 segments, 1 merges 2605.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2610.1 sec: 17 segments, 1 merges 2610.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2615.1 sec: 17 segments, 1 merges 2615.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2620.1 sec: 17 segments, 1 merges 2620.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2625.1 sec: 17 segments, 1 merges 2625.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2630.1 sec: 17 segments, 1 merges 2630.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2635.1 sec: 17 segments, 1 merges 2635.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2640.1 sec: 17 segments, 1 merges 2640.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB 2645.1 sec: 17 segments, 1 merges 2645.1s _1fp: 17 segs, 8000.0 K docs, 32013.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2650.35 sec index has 1 segments: segments_3: _1fp(11.0.0):C8000000 _1fp: 32156.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.95 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=49277000570 cpu@end=52451927961 deltaMS=3174.927391 thread 14 name=Reference Handler cpu@start=2652876 cpu@end=2652876 deltaMS=0.0 thread 15 name=Finalizer cpu@start=161295 cpu@end=161295 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55401 cpu@end=55401 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=26331049 cpu@end=26331049 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=51808255015 cpu@end=51808717127 deltaMS=0.462112 thread 42 name=JFR Periodic Tasks cpu@start=491636086139 cpu@end=491787270398 deltaMS=151.184259 thread 45 name=Notification Thread cpu@start=102444 cpu@end=102444 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7040416967721 cpu@end=7040416967721 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7049825932887 cpu@end=7049825932887 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7049605706737 cpu@end=7049605706737 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7055225643264 cpu@end=7055225643264 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7046614375296 cpu@end=7046614375296 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7045820314685 cpu@end=7045820314685 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7046764621868 cpu@end=7046764621868 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7046787457089 cpu@end=7046787457089 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7052331295900 cpu@end=7052331295900 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7047922018449 cpu@end=7047922018449 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7050553139962 cpu@end=7050553139962 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7048091184993 cpu@end=7048091184993 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7051522655820 cpu@end=7051522655820 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7055212322684 cpu@end=7055212322684 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7051003543754 cpu@end=7051003543754 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7048970288159 cpu@end=7048970288159 deltaMS=0.0 Average CPU cores used: 1.0454990046985315 completed 1000 searches in 3181 ms: 314 QPS CPU time=3325 ms checking results SUMMARY: 0.943 3.181 3.325 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5657 2826.97 2829.88 2650.35 1 32155.95 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=234, Fanout min=6, mean=15.62, max=32, meandelta=414148.47 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 16 17 20 23 32 Graph level=2 size=7632, Fanout min=7, mean=27.26, max=32, meandelta=267813.34 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 30 32 32 32 32 32 Graph level=1 size=247062, Fanout min=1, mean=28.30, max=32, meandelta=258527.02 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.65, max=64, meandelta=194636.83 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=234, connectedness=1.00 Graph level=2 size=7632, connectedness=1.00 Graph level=1 size=247062, 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.22.14.08.44/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': 202,713,913.47 msec task-clock:u 779,055,688,794,631 cycles:u (36.36%) 83,172,207,426,671 instructions:u (36.36%) 13,404,533,822,473 cache-references:u (36.36%) 3,620,629,283,246 cache-misses:u (36.36%) 52,062,996,701,548 L1-dcache-loads:u (36.36%) 3,532,749,291,390 L1-dcache-load-misses:u (36.36%) 4,086,809,522,398 L1-icache-loads:u (36.36%) 38,763,253,356 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 42,696,404 faults:u 20,867,974 minor-faults:u 189 major-faults:u 10,523,142,493,692 branches:u (36.36%) 113,607,625,197 branch-misses:u (36.36%) 9,825,420,094,085 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7231.840499861 seconds time elapsed 201463.956433000 seconds user 1201.309115000 seconds sys took 2:00:31.870009 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='9c957f8a2c6dea79e834b308ec2288d999f5acbd', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.943, cpu_time_ms=3.181, net_cpu_ms=3.325, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5657, index_time_sec=2826.97, index_docs_per_sec=2829.88, force_merge_time_sec=2650.35, index_num_segments=1, index_size_on_disk_mb=32155.95, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (234, {0: 0, 10: 9, 20: 11, 30: 13, 40: 14, 50: 15, 60: 16, 70: 17, 80: 20, 90: 23, 100: 32}), 2: (7632, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 30, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247062, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=7231, microseconds=870009)) Profiler summary for /l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 165 Start: 2026-05-23 01:01:41 (UTC) Duration: 5050 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105598531 1864235258 jdk.FileWrite 7955979 191215940 jdk.FileRead 1433124 33594629 jdk.CPULoad 94202 1936717 jdk.BooleanFlag 81840 2628193 jdk.ObjectAllocationInNewTLAB 32701 658513 jdk.Checkpoint 14049 25680779 jdk.UnsignedIntFlag 7920 272454 jdk.IntFlag 7260 268367 jdk.StringFlag 5610 220447 jdk.ObjectAllocationOutsideTLAB 1166 21893 jdk.Compilation 1075 29525 jdk.CPUInformation 165 247903 jdk.GCConfiguration 165 4363 jdk.JVMInformation 165 149728 jdk.Metadata 165 18237028 jdk.GarbageCollection 27 671 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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105598531 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 50.58% 53M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 35.91% 37M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 5.41% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.45% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.41% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 1.11% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.65% 681929 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.45% 470685 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.32% 335457 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 283851 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.24% 256534 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.24% 256425 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.24% 256314 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.23% 241650 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 192331 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.17% 182176 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.17% 178693 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.08% 88291 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.08% 86106 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.05% 47794 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 39429 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 34323 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.02% 24494 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 24384 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 24256 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 23025 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22539 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 22410 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21681 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 20533 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 20454 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 20161 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 17440 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.02% 17257 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.02% 16994 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 16837 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 16563 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 15497 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.01% 15102 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14980 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 14148 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 12988 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 12913 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 12678 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 12258 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 11668 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.01% 11663 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 11048 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.01% 10154 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 10113 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105598531 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.28% 49M 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] 18.29% 19M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 17.62% 18M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 5.41% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.30% 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.19% 1M 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.90% 953673 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.65% 686966 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.65% 681927 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.46% 489758 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.45% 470474 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.31% 324586 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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.26% 270987 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 256408 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.24% 256314 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% 256011 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.23% 241343 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.22% 232758 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.22% 230899 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.21% 217113 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 189223 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.16% 173438 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 101073 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% 95961 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% 56544 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% 47794 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.03% 35258 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% 33133 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 32447 org.apache.lucene.util.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% 31655 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.03% 31168 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 23838 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% 22843 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 21681 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.02% 21452 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled 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% 21219 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.02% 19688 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% 17440 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.02% 16837 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 16510 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 16147 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 [JIT compiled code] 0.01% 14980 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 14483 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.0x000000009b173828#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 14419 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.01% 13980 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.01% 13759 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% 13588 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% 13162 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled 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% 12913 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 12864 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105598531 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.07% 46M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [Inlined code] 11.53% 12M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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] 11.12% 11M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 4.86% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 4.67% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.60% 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.77% 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.0x000000009b19c800#call() [Inlined code] 1.69% 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.0x000000009b19c800#call() [Inlined 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.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.90% 952671 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.64% 677492 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.64% 672097 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] 0.60% 630331 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.55% 579678 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.48% 505846 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.45% 473460 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.45% 470474 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.44% 463007 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.40% 422504 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.0x000000009b19c800#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.37% 386078 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.35% 371517 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.34% 359884 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] 0.34% 359776 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.34% 356668 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.25% 264008 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.24% 256703 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.23% 243558 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 237751 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.0x000000009b19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 210405 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 209351 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] 0.19% 196692 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 189572 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.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.17% 182545 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.0x000000009b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.16% 173438 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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.16% 172651 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.16% 169792 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():1562 [Inlined code] 0.16% 164016 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.0x000000009b19c800#call() [Inlined code] 0.15% 162304 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 158866 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 148464 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.14% 147498 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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% 138314 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 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.12% 131945 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.0x000000009b19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 126835 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] 0.12% 126735 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.12% 123489 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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% 123214 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.12% 122908 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.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] 0.11% 112199 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.0x000000009b19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 101073 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 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33857 events (total: 236460M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.84% 65826M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 27.78% 65693M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.84% 63465M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 3.47% 8208M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.44% 5762M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 2.39% 5647M java.util.Arrays#copyOf():3478 [Inlined code] 2.25% 5312M java.lang.Integer#valueOf():1006 [Inlined code] 0.83% 1951M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.82% 1933M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.74% 1741M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.73% 1714M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.43% 1027M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.42% 993M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.34% 794M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.27% 639M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.22% 519M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.19% 450M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.17% 395M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 321M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 315M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.11% 260M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.10% 229M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 214M java.util.HashMap#resize():711 [JIT compiled code] 0.08% 190M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 180M java.util.ArrayList#grow():240 [Inlined code] 0.07% 170M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 166M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.07% 154M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.06% 145M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 142M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.06% 132M knn.IndexerThread#_run():108 [JIT compiled code] 0.05% 108M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 101M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 99M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 99M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 95M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 95M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.04% 92M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 89M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 89M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 89M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.03% 81M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.03% 77M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 71M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 63M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 54M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 48M java.util.List#of():935 [Inlined code] 0.02% 46M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.02% 37M org.apache.lucene.document.Document#():42 [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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33857 events (total: 236460M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.15% 54746M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 23.06% 54530M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.47% 38940M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 10.37% 24524M 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.77% 11271M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.61% 10907M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 8208M 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.44% 5762M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 2.36% 5590M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 2.24% 5294M 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.82% 1933M 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.73% 1714M 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% 985M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.35% 832M 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.34% 808M 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.34% 803M 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% 794M 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.31% 741M 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.27% 639M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.19% 454M 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% 395M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 392M 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% 368M 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% 308M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.10% 246M 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.10% 236M 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% 229M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.08% 190M 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% 182M 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% 180M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.07% 176M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 170M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 166M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.07% 163M 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% 157M 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% 154M 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.07% 154M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.06% 146M 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():1562 [Inlined code] 0.06% 142M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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.06% 132M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 114M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.05% 108M 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% 104M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 101M 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.0x000000009b17f400#concat() [Inlined code] 0.04% 100M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.04% 99M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 99M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 95M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.04% 95M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 95M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.22.14.08.44/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.22.14.08.44/bench-knn-q32-fmTrue.jfr is 2040.30 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33857 events (total: 236460M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.44% 38876M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 9.69% 22901M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000009b19c800#call() [Inlined code] 9.65% 22811M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000009b19c800#call() [Inlined code] 6.96% 16445M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000009b19c800#call() [Interpreted code] 6.93% 16396M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.92% 16360M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000009b19c800#call() [Interpreted code] 3.44% 8128M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.44% 5762M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.36% 5590M 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.32% 5478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [JIT compiled code] 2.31% 5455M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [JIT compiled code] 2.24% 5294M 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.73% 4091M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.69% 3991M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.68% 3970M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.65% 3896M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.63% 3853M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [Interpreted code] 1.52% 3601M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [Interpreted code] 1.17% 2774M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.10% 2606M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.07% 2526M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.06% 2496M 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.0x000000009b19c800#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] 1.04% 2455M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.78% 1834M 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.0x000000009b19c800#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.74% 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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [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.73% 1735M 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.0x000000009b19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.72% 1700M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.47% 1122M 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.0x000000009b19c800#call() [Inlined code] 0.35% 835M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#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.35% 835M 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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.31% 736M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.29% 697M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.28% 666M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.25% 602M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.25% 596M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.22% 518M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [Interpreted code] 0.21% 495M 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.0x000000009b19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 473M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.20% 464M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b19c800#call() [Interpreted code] 0.20% 462M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 452M 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.0x000000009b19c800#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% 402M 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.0x000000009b19c800#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% 350M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 346M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 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.0x000000009b19c800#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 323M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 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.0x000000009b19c800#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.0x000000009b19cd58#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 309M 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 [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.0x000000009b19c800#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 308M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [JIT compiled code] 0.12% 294M 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.0x000000009b19c800#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.11% 262M 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.0x000000009b19c800#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 943.08 8482.88 1094.16 1 36185.97 0.881 2.378 2.484 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 943.48 8479.24 0.00 17 36040.26 0.898 13.093 13.755 1.051 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1486.61 5381.37 1158.62 1 40090.62 0.929 2.559 2.676 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1524.83 5246.47 0.00 18 39942.48 0.954 14.344 15.019 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 2826.97 2829.88 2650.35 1 32155.95 0.943 3.181 3.325 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3061.23 2613.33 0.00 14 32017.24 0.974 11.386 11.923 1.047 saving all results to /l/logs.nightly/2026.05.22.14.08.44/knn_results.pk done! took 26889.2 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-22 22:53:05.942589] now generate KNN nightly charts [2026-05-22 22:53:09.194939] 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=275612 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-23 02:53:09 (UTC) Duration: 131 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3954573 82642862 jdk.CPUTimeSample 3728198 65495916 jdk.FileRead 796365 18950742 jdk.ObjectAllocationInNewTLAB 434813 7665473 jdk.ObjectAllocationOutsideTLAB 110720 1777956 jdk.BooleanFlag 11072 350892 jdk.Compilation 6231 160843 jdk.CPULoad 2335 46093 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 838 26669334 jdk.StringFlag 720 26887 jdk.GarbageCollection 44 1046 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16907 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3728198 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.66% 210882 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.09% 189724 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 4.96% 184797 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.11% 153111 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.74% 139440 java.lang.Character#codePointAt():9662 [Inlined code] 3.73% 139226 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.29% 122538 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.75% 102536 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.22% 82952 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.19% 81683 java.lang.Character#codePointAtImpl():9670 [Inlined code] 1.86% 69310 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.74% 64811 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.66% 61890 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.58% 58916 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.41% 52645 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.40% 52156 java.lang.Character#toChars():9872 [Inlined code] 1.38% 51279 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.34% 50088 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.20% 44826 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.17% 43709 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.11% 41391 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.06% 39615 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.00% 37322 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.86% 31985 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.84% 31373 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.80% 29978 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.79% 29417 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.78% 28953 java.lang.ThreadLocal#get():171 [Inlined code] 0.58% 21613 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.56% 20932 java.lang.Character#codePointAt():9665 [Inlined code] 0.52% 19550 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.51% 18993 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.51% 18829 java.lang.Character#toLowerCase():11251 [Inlined code] 0.48% 17995 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.47% 17685 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.44% 16254 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.43% 16047 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.43% 15968 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.43% 15917 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.42% 15568 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 15290 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.39% 14463 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.38% 14065 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.37% 13616 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.36% 13422 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.35% 13104 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.35% 12947 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.34% 12858 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 12646 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.34% 12632 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3728198 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.09% 189724 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 4.95% 184683 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.11% 153111 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.73% 139223 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.54% 132053 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 3.26% 121712 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.75% 102535 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.22% 82582 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.19% 81683 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 1.86% 69309 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.74% 64811 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.66% 61866 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.59% 59136 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.58% 58910 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.45% 54043 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.41% 52645 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.40% 52155 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.38% 51279 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.34% 50088 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.34% 50063 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.28% 47640 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.20% 44826 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.17% 43709 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.00% 37305 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.83% 30921 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.80% 29978 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.79% 29410 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.77% 28745 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.58% 21610 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.57% 21153 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.54% 20217 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.52% 19546 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.51% 18993 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.50% 18642 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.49% 18129 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.48% 17995 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.47% 17685 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.45% 16845 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 16445 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.44% 16254 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.43% 15962 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.42% 15661 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.41% 15454 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.41% 15218 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.39% 14451 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.38% 14064 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.36% 13443 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.36% 13420 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.35% 13103 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.35% 12947 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3728198 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.95% 184586 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.09% 152329 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 3.61% 134498 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():1855 [JIT compiled code] 3.54% 131820 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] 2.74% 102258 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.62% 97495 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.46% 91868 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.11% 78719 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.97% 73593 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] 1.77% 66127 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.74% 64811 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.66% 61859 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.57% 58669 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():1855 [JIT compiled code] 1.47% 54988 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.41% 52644 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.40% 52155 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.38% 51279 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():1767 [JIT compiled code] 1.34% 50088 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.33% 49690 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.23% 46000 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.20% 44826 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():1767 [JIT compiled code] 1.17% 43435 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.15% 42691 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.94% 34924 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.92% 34272 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.83% 30921 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():1855 [JIT compiled code] 0.80% 29978 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():1855 [JIT compiled code] 0.79% 29410 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():1855 [JIT compiled code] 0.77% 28636 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.75% 27776 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.69% 25876 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.58% 21610 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.56% 20996 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.51% 18993 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():1855 [JIT compiled code] 0.50% 18642 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.48% 17995 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.48% 17955 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% 17685 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.45% 16845 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% 16443 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.42% 15813 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 15746 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.42% 15604 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% 15218 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.38% 14051 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():1855 [JIT compiled code] 0.36% 13420 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.35% 13103 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():1855 [JIT compiled code] 0.35% 12947 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():1855 [JIT compiled code] 0.34% 12660 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.34% 12617 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3728198 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.23% 120340 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.58% 96014 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.38% 88624 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.36% 87912 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.12% 79202 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.11% 78719 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():1767 [JIT compiled code] 2.10% 78337 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.01% 74817 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.96% 72897 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.81% 67576 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.77% 66127 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.0x000000003e1d8220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.72% 64173 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.33% 49674 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.26% 46896 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.23% 45975 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.16% 43393 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.14% 42675 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.09% 40730 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.92% 34331 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.88% 32863 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.87% 32434 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.86% 32084 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.85% 31756 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.83% 31077 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.78% 29248 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.77% 28636 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.74% 27544 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.73% 27202 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.72% 26679 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.72% 26666 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.71% 26460 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.70% 26152 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.70% 25921 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.69% 25771 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.69% 25755 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.66% 24582 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 23196 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 23090 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 23015 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.58% 21544 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.50% 18549 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.49% 18368 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.45% 16790 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 16610 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.42% 15803 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.42% 15697 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.41% 15371 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.41% 15218 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.39% 14518 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 14398 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3728198 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.98% 111143 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.41% 89717 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.20% 82140 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.20% 82119 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.10% 78332 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.01% 74815 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.00% 74511 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.84% 68577 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.77% 66127 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.0x000000003e1d8220#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.44% 53828 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.37% 50913 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.23% 45937 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.23% 45728 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.16% 43310 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.14% 42382 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.09% 40553 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.07% 39923 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.06% 39697 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.04% 38872 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.88% 32678 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.85% 31754 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.85% 31569 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.83% 31077 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.81% 30026 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.79% 29636 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.77% 28636 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% 26990 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.67% 24962 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.66% 24511 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.65% 24363 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 24353 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 24270 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.65% 24143 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.64% 23825 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.64% 23773 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.63% 23414 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.61% 22659 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.57% 21211 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 20799 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 19845 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.47% 17339 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 15348 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 14646 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.39% 14470 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 14343 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.37% 13651 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.36% 13450 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.36% 13393 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.35% 13214 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 12949 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545510 events (total: 314243M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.00% 53410M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.49% 29828M java.lang.StringUTF16#compress():212 [Inlined code] 8.68% 27280M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.13% 22400M perf.LineFileDocs#readDocs():176 [JIT compiled code] 7.01% 22033M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.55% 14295M java.lang.StringUTF16#compress():216 [Inlined code] 3.39% 10663M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.26% 10257M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 3.26% 10254M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.74% 8612M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.28% 7163M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.98% 6214M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.97% 6199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.80% 5671M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.80% 5665M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.79% 5630M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.74% 5462M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.63% 5115M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.58% 4979M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.34% 4197M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.31% 4105M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.29% 4040M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.17% 3681M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.90% 2832M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.64% 2019M java.nio.HeapByteBuffer#():75 [Inlined code] 0.60% 1895M java.util.ArrayList#grow():240 [Inlined code] 0.58% 1807M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.52% 1641M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1517M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.44% 1394M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.44% 1368M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.40% 1241M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1107M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.32% 1000M perf.LineFileDocs#intToID():305 [Inlined code] 0.30% 937M java.util.List#of():935 [Inlined code] 0.30% 933M java.util.ArrayDeque#():179 [Inlined code] 0.30% 930M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 902M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.28% 864M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.27% 852M perf.LineFileDocs#intToID():299 [Inlined code] 0.25% 795M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.18% 575M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.18% 557M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.17% 540M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.17% 532M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 515M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.13% 419M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 417M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] 0.13% 411M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545510 events (total: 314243M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.97% 53324M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.49% 29828M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.68% 27280M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.13% 22400M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.01% 22033M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.55% 14295M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.39% 10656M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.22% 10109M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.74% 8609M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.54% 7985M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.28% 7163M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.98% 6214M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.97% 6199M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.80% 5665M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.79% 5630M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.74% 5462M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.72% 5417M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.63% 5115M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.58% 4979M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.34% 4197M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.31% 4105M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4040M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3681M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.72% 2268M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.64% 2019M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.60% 1895M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.58% 1807M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.52% 1641M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.44% 1394M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.44% 1368M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.35% 1107M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 1000M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 955M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 944M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.30% 937M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.30% 933M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 933M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 930M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 916M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.29% 902M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.28% 864M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 852M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.25% 795M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.18% 575M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.18% 557M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.17% 532M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 419M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.13% 412M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():402 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545510 events (total: 314243M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.97% 53324M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.60% 27018M 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.59% 26990M 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.13% 22400M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.41% 16989M org.apache.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.52% 14188M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.18% 9994M 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.71% 8527M 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.53% 7937M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.28% 7163M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.98% 6214M 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.97% 6199M 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.79% 5630M 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.78% 5585M 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.74% 5462M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.63% 5115M 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.58% 4979M 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% 4944M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.44% 4521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.34% 4197M 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.31% 4105M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4040M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.08% 3398M 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():1855 [JIT compiled code] 1.07% 3356M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 1.02% 3203M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.72% 2268M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.61% 1920M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003e13d000#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.60% 1895M 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.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.46% 1440M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.45% 1429M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.44% 1394M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1356M 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.39% 1226M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.35% 1107M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1101M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.32% 1000M 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.31% 984M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 957M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.30% 955M 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% 944M 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.30% 937M 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.30% 933M 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% 933M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.30% 930M 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% 916M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.28% 887M 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.28% 864M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 852M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545510 events (total: 314243M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.97% 53324M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.59% 26990M 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.13% 22400M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.50% 14145M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.75% 11787M 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.37% 7436M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 2.28% 7163M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.78% 5585M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.74% 5461M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.72% 5416M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.65% 5193M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.63% 5134M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.63% 5115M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.59% 5004M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.58% 4966M 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.50% 4729M 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():1855 [JIT compiled code] 1.44% 4526M 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.0x000000003e1d8220#merge() [Interpreted code] 1.44% 4521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000003e1d8220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.33% 4164M 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():1855 [JIT compiled code] 1.31% 4105M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3628M 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.08% 3389M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.07% 3365M 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.0x000000003e1d8220#merge() [Interpreted code] 1.07% 3356M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.02% 3203M 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] 1.02% 3193M 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():1855 [JIT compiled code] 0.90% 2826M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.85% 2674M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.83% 2613M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.79% 2474M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.77% 2422M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.75% 2349M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.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.71% 2225M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.60% 1876M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.56% 1744M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.55% 1742M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003e13d000#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.55% 1714M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1543M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.48% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1483M 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% 1465M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.44% 1397M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.43% 1356M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.39% 1226M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1137M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.35% 1107M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1065M 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#invertTerm():1932 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert():1740 [Inlined code] 0.33% 1024M org.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [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 196.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545510 events (total: 314243M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.97% 53324M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.59% 26990M 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.13% 22400M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.50% 14145M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.75% 11787M 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.0x000000003e1d8220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.28% 7163M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.02% 6351M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.78% 5585M 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.0x000000003e1d8220#merge() [Interpreted code] 1.72% 5410M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.65% 5187M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.63% 5109M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.61% 5068M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 4966M 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.0x000000003e1d8220#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.51% 4730M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.49% 4686M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.44% 4526M 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.0x000000003e1d8220#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.44% 4521M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000003e1d8220#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.31% 4121M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.31% 4105M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 3988M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.07% 3365M 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.0x000000003e1d8220#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.05% 3297M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.02% 3203M 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] 1.02% 3193M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.97% 3041M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.79% 2474M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.78% 2458M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.73% 2286M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.71% 2242M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.71% 2225M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.62% 1955M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.60% 1876M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 1742M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003e13d000#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.51% 1618M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.51% 1617M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.51% 1603M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1504M 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.48% 1497M 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.0x000000003e1d8220#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% 1483M 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.0x000000003e1d8220#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% 1427M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.43% 1356M 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% 1298M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 1290M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.39% 1226M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1137M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.35% 1107M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1061M 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#invertTerm():1932 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert():1740 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.33% 1026M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] move log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocs.top.log [2026-05-22 22:57:11.692269] took 102.7 sec [2026-05-22 22:57:11.696434] medIndexAtClose None [2026-05-22 22:57:11.697713] 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=279203 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 57 Start: 2026-05-23 06:41:30 (UTC) Duration: 1455 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 95200525 1903972502 jdk.FileWrite 4060317 111306657 jdk.ObjectAllocationInNewTLAB 136643 2935401 jdk.FileRead 81427 2291750 jdk.BooleanFlag 39444 1301823 jdk.ObjectAllocationOutsideTLAB 9396 184882 jdk.CPULoad 6537 137277 jdk.UnsignedIntFlag 3534 126711 jdk.IntFlag 3192 118731 jdk.StringFlag 2565 100320 jdk.Checkpoint 1654 61320867 jdk.Compilation 109 3051 jdk.CPUInformation 57 85671 jdk.GCConfiguration 57 1539 jdk.JVMInformation 57 68742 jdk.Metadata 57 6300096 jdk.GarbageCollection 16 419 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95200525 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.52% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.83% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 2.15% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.61% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.11% 1M java.util.ArrayList#elementData():412 [Inlined code] 1.05% 1M org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.96% 918655 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.54% 513204 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 452506 java.util.Arrays#fill():3144 [Inlined code] 0.39% 374318 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.34% 325655 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 264011 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.27% 255954 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.25% 235605 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.24% 230270 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 221781 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.18% 175508 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.18% 167661 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.16% 155593 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.15% 139961 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.14% 137911 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.14% 136196 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 109737 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.11% 109060 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.11% 101033 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.11% 100400 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 99771 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] 0.10% 91001 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 90405 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 88583 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 85962 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 77824 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 76256 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.08% 75506 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 74959 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 68636 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 66532 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 65429 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.07% 64055 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.07% 63161 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 61508 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 61485 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 60451 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.06% 59749 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 57635 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 56984 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 53056 java.util.Arrays#fill():3143 [Inlined code] 0.06% 52626 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] 0.05% 51708 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():319 [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 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95200525 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.52% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.83% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.98% 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.61% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.11% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 1.05% 1M org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.96% 918655 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.54% 513204 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.48% 452506 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.34% 325655 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 255954 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% 230270 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.24% 223965 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.23% 221781 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 183656 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.18% 175508 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.17% 157715 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% 155593 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.16% 155046 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.16% 154237 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.15% 146842 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.14% 137911 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% 136196 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.14% 132168 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 95950 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.10% 93913 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 91001 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 88583 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 85962 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 83015 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 80559 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 77824 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 76513 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 74959 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 72601 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.08% 72456 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 68636 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 67682 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.07% 65429 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 60623 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% 60043 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% 56416 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 55903 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% 53517 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 53056 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 50168 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] 0.05% 49247 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.05% 47949 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 47902 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [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 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95200525 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.24% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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.51% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.18% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.90% 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.61% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.15% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 1.03% 977900 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.02% 967760 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.71% 674224 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% 486998 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% 472389 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.48% 452506 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.34% 324494 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.24% 230270 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% 215247 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.22% 212315 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 [Inlined code] 0.22% 209649 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.20% 188278 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.19% 183656 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.17% 164780 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% 155593 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.16% 153312 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% 146842 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.15% 145129 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.14% 131868 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% 128097 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% 126446 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.09% 90414 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.09% 90169 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 [Inlined code] 0.09% 88984 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 87224 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 85962 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 83109 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% 82351 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 80559 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% 76900 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% 73155 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.07% 70864 org.apache.lucene.util.hnsw.RandomVectorScorer#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.07% 70759 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():1855 [JIT compiled code] 0.07% 68636 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% 66496 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% 65429 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.06% 60198 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.06% 56200 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% 55152 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% 53056 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.05% 50085 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% 49529 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 49247 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% 47949 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 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95200525 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.53% 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():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.42% 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.07% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.63% 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.94% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.17% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.89% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.51% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.02% 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.85% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.53% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.26% 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.08% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():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.91% 868491 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.88% 834529 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.85% 810256 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.74% 702750 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.73% 692307 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.71% 674224 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.64% 610063 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.54% 517578 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% 486998 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.46% 433535 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 417196 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.42% 401051 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.34% 324494 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.23% 216588 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 [Inlined code] 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% 215247 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.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% 212315 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 189145 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% 188278 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% 175883 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.18% 169750 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 164780 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at 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% 155593 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 [JIT compiled code] 0.15% 145129 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 138831 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% 131030 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.13% 126446 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] 0.12% 109634 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] 0.11% 109178 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.11% 106757 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.11% 101045 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 [Inlined code] 0.10% 99436 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] 0.10% 95638 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% 88984 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [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] 0.09% 83109 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 80559 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 [Inlined code] 0.08% 79246 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 95200525 events (total: 95M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.08% 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 [Inlined code] 11.37% 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] 11.17% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.40% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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] 7.46% 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 [Inlined code] 3.05% 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 [Inlined code] 2.70% 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.02% 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.97% 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.85% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.81% 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.79% 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.37% 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.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 [Inlined code] 1.23% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.19% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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] 0.95% 899773 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.88% 833822 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.85% 813522 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#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.85% 806490 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.76% 720620 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.73% 692175 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.64% 610063 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.64% 606928 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.60% 569409 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.55% 520238 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.53% 508662 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% 486998 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.48% 460366 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.45% 432570 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.45% 430648 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.44% 423029 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.43% 412062 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.42% 401051 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.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.41% 386857 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.39% 374561 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.38% 361192 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 [Inlined code] 0.37% 355267 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.37% 352518 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.37% 352035 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 337634 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 331216 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.33% 317327 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.32% 303559 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 [Inlined code] 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% 216588 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.22% 207346 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#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% 199499 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#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% 189352 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 189145 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 184211 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 146038 events (total: 123039M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.74% 29213M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.60% 29031M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 7.00% 8616M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.85% 8433M java.nio.HeapByteBuffer#():75 [Inlined code] 6.13% 7539M perf.LineFileDocs#readVector():212 [Inlined code] 3.16% 3883M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 3.02% 3712M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.86% 3513M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.05% 2516M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.82% 2241M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.72% 2115M java.lang.StringUTF16#compress():212 [Inlined code] 1.28% 1578M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.26% 1545M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.12% 1373M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.01% 1248M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.91% 1119M java.lang.StringUTF16#compress():216 [Inlined code] 0.74% 910M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.70% 863M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.70% 858M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.61% 745M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.60% 733M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.50% 617M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.49% 603M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.46% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.39% 481M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 462M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.37% 455M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.35% 426M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.34% 418M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.33% 409M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.26% 322M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.25% 308M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.24% 294M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.21% 254M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.18% 224M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.18% 216M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 191M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 174M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.14% 171M java.util.ArrayList#grow():240 [Inlined code] 0.13% 164M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 159M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.12% 143M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.11% 140M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.11% 130M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 126M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 126M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.10% 117M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.09% 116M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.09% 113M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 146038 events (total: 123039M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.61% 29052M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 23.60% 29031M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 7.00% 8616M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.85% 8433M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 6.13% 7539M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.16% 3883M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 3.02% 3712M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.86% 3513M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.05% 2516M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.82% 2241M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 2115M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.28% 1578M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.26% 1545M org.apache.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.10% 1353M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.01% 1248M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.91% 1119M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.70% 863M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.70% 858M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.59% 729M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.50% 617M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.49% 603M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 481M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.39% 476M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 466M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 438M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.35% 426M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.34% 418M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 410M 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% 383M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.26% 322M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.25% 308M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.22% 268M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.22% 267M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 254M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.20% 249M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.18% 216M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.16% 191M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 180M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.14% 174M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.14% 171M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.13% 164M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.13% 160M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.13% 159M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.11% 140M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 126M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 0.10% 126M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 120M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.10% 117M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 146038 events (total: 123039M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.55% 26520M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.40% 26334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 7.00% 8616M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 6.63% 8153M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 6.13% 7539M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.16% 3883M 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] 3.02% 3712M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.86% 3513M 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.21% 2717M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.04% 2510M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.82% 2241M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.53% 1883M 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.49% 1837M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.10% 1353M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.01% 1248M 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% 1118M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.90% 1111M 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.70% 863M 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.70% 858M 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.64% 782M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.62% 762M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.59% 729M 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.51% 632M 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.50% 617M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.49% 603M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.39% 481M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.39% 476M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.38% 466M 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% 418M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.26% 322M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.26% 317M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.25% 306M 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.23% 286M 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():1855 [JIT compiled code] 0.23% 278M 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.21% 255M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000026183b20#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.21% 254M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.20% 251M 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.20% 248M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.20% 240M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 239M 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.19% 234M 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 [JIT compiled code] 0.16% 202M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 191M 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% 178M 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.14% 174M 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.14% 171M 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% 159M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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.12% 148M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 146038 events (total: 123039M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.71% 16870M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 13.54% 16663M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 7.00% 8616M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 6.63% 8153M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.13% 7539M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.58% 6863M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 5.55% 6833M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 3.02% 3712M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.15% 2648M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 2.12% 2606M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 2.00% 2461M 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.82% 2241M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.66% 2046M 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.53% 1883M 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] 1.49% 1837M 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.49% 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():361 [JIT compiled code] 1.20% 1481M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 1478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.90% 1111M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.82% 1011M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.70% 863M 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.64% 782M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000261ef570#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.62% 757M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.58% 716M 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.0x00000000261ef570#merge() [Interpreted code] 0.55% 671M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.52% 643M 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.0x00000000261ef570#merge() [Interpreted code] 0.52% 636M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.51% 630M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.49% 605M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.49% 599M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.44% 547M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.43% 531M 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.42% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.41% 507M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.39% 481M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.38% 467M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.32% 396M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.31% 376M org.apache.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% 358M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.29% 357M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.28% 350M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.26% 325M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.25% 306M 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.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 301M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.23% 286M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.23% 278M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#call() [JIT compiled code] 0.21% 254M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.21% 252M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.20% 248M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1993.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 146038 events (total: 123039M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.71% 16870M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x0000000026202d90#call() [JIT compiled code] 13.54% 16663M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x0000000026202d90#call() [JIT compiled code] 7.00% 8616M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 6.63% 8153M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.13% 7539M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.58% 6863M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.55% 6833M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.02% 3712M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.83% 2251M 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.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.82% 2241M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.66% 2046M 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.0x00000000261ef570#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.57% 1933M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.56% 1914M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 1.53% 1883M 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.0x0000000026202d90#call() [JIT compiled code] 1.49% 1837M 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.20% 1481M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.20% 1478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.92% 1128M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.90% 1111M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.82% 1011M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.70% 863M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000261ef570#merge() [Interpreted code] 0.64% 782M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000261ef570#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.59% 724M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.59% 723M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 716M 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.0x00000000261ef570#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.54% 667M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.53% 657M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.52% 643M 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.0x00000000261ef570#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.51% 630M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.47% 573M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.46% 569M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.44% 547M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 531M 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.0x00000000261ef570#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.42% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.41% 507M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 481M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.38% 467M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.33% 401M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.32% 396M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 386M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.29% 362M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.29% 358M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.29% 357M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.26% 323M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 308M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 307M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.24% 301M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.23% 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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#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.0x00000000262032e8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.23% 286M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.21% 262M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000026202d90#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.0x00000000262032e8#run() [JIT compiled code] move log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectors.top.log [2026-05-23 03:46:11.968465] took 14535.3 sec [2026-05-23 03:46:12.800960] medIndexVectorsAtClose None [2026-05-23 03:46:12.808858] 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=454669 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 161 Start: 2026-05-23 09:20:19 (UTC) Duration: 1366 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83648251 1672867196 jdk.FileWrite 10887372 296724001 jdk.ObjectAllocationInNewTLAB 509649 10220041 jdk.FileRead 204094 5966267 jdk.BooleanFlag 111412 3677079 jdk.ObjectAllocationOutsideTLAB 80709 1463495 jdk.CPULoad 21033 441693 jdk.UnsignedIntFlag 9982 357903 jdk.IntFlag 9016 335363 jdk.StringFlag 7245 285775 jdk.Checkpoint 6224 134062711 jdk.Compilation 166 4629 jdk.CPUInformation 161 241983 jdk.GCConfiguration 161 4347 jdk.JVMInformation 161 200445 jdk.Metadata 161 17795008 jdk.GarbageCollection 42 1092 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83648250 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.46% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 35.23% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 6.49% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.40% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.19% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.26% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.62% 521780 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.58% 485744 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.50% 414242 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.36% 299938 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.32% 268161 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.32% 265581 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.28% 232181 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.27% 228431 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 219360 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.24% 203499 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.22% 181925 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.19% 154994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 154485 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.18% 147081 java.util.Arrays#fill():3144 [Inlined code] 0.17% 145510 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.16% 138019 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.16% 135606 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 131811 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 113811 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 107200 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 101335 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.11% 95146 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 91757 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.11% 88349 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 78184 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.09% 75687 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 67077 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 60965 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 60352 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 59238 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 57426 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 57338 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 52902 java.util.Arrays#fill():3143 [Inlined code] 0.06% 51688 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 50564 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 49561 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 43360 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 43154 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 42608 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 42043 org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 0.05% 41085 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.05% 40165 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():291 [JIT compiled code] 0.05% 39916 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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83648250 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.23% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 35.21% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 6.49% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.19% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.14% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.26% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.64% 538359 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.58% 485744 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.58% 481143 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.50% 414242 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 319289 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 299938 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.32% 268161 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.28% 232181 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.27% 228431 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 223228 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% 219360 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.25% 205555 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.24% 203499 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 181925 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.19% 159479 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.19% 154994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.18% 154485 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.18% 147081 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 138019 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 129286 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.14% 113811 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 101335 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% 95146 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 91757 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 88349 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.10% 80005 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 78184 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 69539 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 60965 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% 60352 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 60026 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 59238 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 57426 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 57338 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% 52902 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 50992 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 49561 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% 48450 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% 47333 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.05% 44529 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 43944 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 43352 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.05% 42608 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83648250 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.23% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 33.40% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 6.49% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.19% 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.98% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.65% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.24% 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.13% 944628 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.64% 538359 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] 0.58% 485744 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.58% 481143 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.55% 462510 org.apache.lucene.codecs.lucene104.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.50% 414217 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% 385084 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% 319289 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.36% 299937 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.32% 267640 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.27% 228035 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% 211770 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.23% 195003 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.22% 181925 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.20% 169658 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.19% 154994 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% 152004 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.18% 147081 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% 138019 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.16% 132602 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.15% 129022 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.14% 116789 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 114016 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.14% 113811 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% 110126 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 105479 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% 98086 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% 91757 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.11% 87874 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():1855 [JIT compiled code] 0.09% 78184 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% 75784 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.09% 72953 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% 69924 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 66590 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% 66247 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% 58569 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 56196 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.07% 55931 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 55010 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():1855 [JIT compiled code] 0.06% 52902 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% 50992 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 50151 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 44340 org.apache.lucene.util.hnsw.RandomVectorScorer#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83648250 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.40% 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.06% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 6.49% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.77% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.91% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.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():1562 [JIT compiled code] 2.51% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.77% 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.65% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.39% 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.24% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.01% 846640 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.89% 745685 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.64% 538359 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [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.58% 481143 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.55% 462510 org.apache.lucene.codecs.lucene104.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.55% 457804 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.50% 414217 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% 385084 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.37% 307083 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():1562 [JIT compiled code] 0.36% 299937 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.31% 259276 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.27% 228035 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.25% 211037 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.23% 195003 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 171394 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 [Inlined code] 0.20% 169658 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 154994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.18% 152004 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.16% 132361 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% 128731 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 [Inlined code] 0.15% 127270 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 119983 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.14% 116789 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.14% 114016 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% 105198 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.12% 98086 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.10% 85488 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.10% 83683 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.09% 75784 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 74683 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.0x000000004e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 72953 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% 69924 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 66247 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% 62486 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% 58569 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 57991 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.07% 57386 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% 56196 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [Inlined code] 0.07% 55496 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.06% 51753 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83648250 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.40% 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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.67% 21M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.41% 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] 4.10% 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.91% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.29% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.77% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.66% 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.53% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.39% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.24% 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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.01% 846305 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.74% 620219 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.69% 575606 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.64% 538359 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [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.59% 494348 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.58% 481143 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 462510 org.apache.lucene.codecs.lucene104.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.0x000000004e201498#call() [JIT compiled code] 0.47% 392194 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.47% 389461 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.0x000000004e201498#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% 358576 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.37% 307081 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.28% 234442 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.26% 215639 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.26% 215352 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 [Inlined code] 0.25% 211034 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.23% 192640 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% 186273 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.22% 182382 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 [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.0x000000004e201498#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% 171394 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 [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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.19% 161131 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.19% 159980 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 155145 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.19% 154800 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.18% 152004 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 [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.0x000000004e201498#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% 132361 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004e1fd750#merge() [Interpreted code] 0.15% 128731 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 [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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 127270 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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 119983 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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.14% 116780 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.13% 112002 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 107976 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 106375 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.13% 105198 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.12% 98086 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004e1fd750#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 95712 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.10% 85487 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.10% 83683 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.10% 81246 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.09% 75782 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 590355 events (total: 341699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.26% 72647M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.15% 58615M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.82% 57463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.25% 21345M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.97% 20406M java.nio.HeapByteBuffer#():75 [Inlined code] 5.82% 19897M perf.LineFileDocs#readVector():212 [Inlined code] 2.86% 9786M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.68% 9141M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.41% 8219M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.56% 5331M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.52% 5201M java.lang.StringUTF16#compress():212 [Inlined code] 1.47% 5039M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.98% 3358M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.95% 3261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.90% 3064M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.84% 2855M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2495M java.lang.StringUTF16#compress():216 [Inlined code] 0.59% 2024M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.59% 1998M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.52% 1775M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.46% 1577M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1532M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 1500M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 1448M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 1439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 1351M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 1283M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 1098M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.32% 1092M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 995M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.26% 888M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 830M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.23% 783M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.16% 559M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.15% 519M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 516M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 498M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.13% 457M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.11% 375M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 369M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.11% 365M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 335M java.util.ArrayList#grow():240 [Inlined code] 0.09% 323M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 323M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.09% 316M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 286M java.util.ArrayDeque#():179 [Inlined code] 0.08% 285M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.08% 268M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 256M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 590355 events (total: 341699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.05% 58247M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.82% 57463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 10.98% 37526M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 10.28% 35121M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 6.25% 21345M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.97% 20404M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.82% 19897M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.86% 9786M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.68% 9141M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.41% 8219M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.56% 5331M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5201M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.47% 5039M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.98% 3358M org.apache.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.95% 3261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.88% 3006M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.84% 2855M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.73% 2495M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.59% 1998M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.52% 1775M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.48% 1654M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.46% 1577M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1532M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 1351M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 1283M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1092M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1014M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 995M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 937M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.27% 936M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.24% 830M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.23% 783M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.17% 570M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.16% 559M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 484M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 459M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 419M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 369M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.11% 369M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.11% 367M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 351M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.10% 335M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.09% 323M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 318M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 308M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.08% 285M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.08% 284M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.08% 268M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 590355 events (total: 341699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.47% 52865M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.29% 52230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.98% 37526M 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.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.67% 29612M 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.25% 21345M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.82% 19897M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19797M 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.68% 9141M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.41% 8219M 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.69% 5777M 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.58% 5382M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.56% 5331M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.53% 5232M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.37% 4684M 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.26% 4296M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.17% 4008M 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.02% 3481M 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.88% 3006M 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.84% 2855M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.72% 2475M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.65% 2227M org.apache.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% 1998M 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.52% 1761M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1654M 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.47% 1596M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1577M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 1558M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 1532M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 1439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.40% 1351M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.38% 1283M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.33% 1134M 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.32% 1093M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 1092M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.27% 912M 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():1855 [JIT compiled code] 0.24% 830M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] 0.23% 778M org.apache.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% 682M 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.19% 639M 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% 609M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 607M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.17% 570M 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% 559M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.16% 541M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004e13d570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 476M 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.11% 369M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.10% 354M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.10% 351M 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% 335M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 590355 events (total: 341699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 37526M 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.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.90% 30404M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.80% 30065M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.67% 29612M 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.25% 21345M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 5.82% 19897M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19797M 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.88% 16664M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 4.82% 16463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.68% 9141M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.69% 5777M 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.56% 5331M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.37% 4684M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4296M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.23% 4209M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.17% 4010M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.15% 3923M 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.05% 3572M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.02% 3488M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.02% 3481M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.79% 2691M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.77% 2642M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.72% 2475M 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% 1998M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1770M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.52% 1760M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.49% 1690M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.49% 1672M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.47% 1596M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000004e1ee8c0#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% 1579M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.46% 1557M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.46% 1556M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.42% 1439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.42% 1427M 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.0x000000004e1ee8c0#merge() [Interpreted code] 0.39% 1349M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.39% 1337M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 1297M 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.0x000000004e1ee8c0#merge() [Interpreted code] 0.38% 1283M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.34% 1170M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.33% 1138M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.33% 1134M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004e201498#call() [JIT compiled code] 0.32% 1093M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.32% 1090M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.27% 930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.27% 912M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 885M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.24% 819M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.21% 731M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.21% 719M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.20% 672M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2045.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 590355 events (total: 341699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 37526M 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.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 8.90% 30404M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000004e201498#call() [JIT compiled code] 8.80% 30065M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000004e201498#call() [JIT compiled code] 8.67% 29612M 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.0x000000004e201498#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.25% 21345M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 5.82% 19897M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.79% 19797M 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.88% 16664M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.82% 16463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.68% 9141M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.56% 5331M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.54% 5252M 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.0x000000004e201498#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.37% 4684M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4296M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004e201498#call() [JIT compiled code] 1.23% 4209M 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.0x000000004e1ee8c0#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.15% 3923M 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.05% 3572M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.02% 3488M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.02% 3481M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004e201498#call() [JIT compiled code] 0.79% 2691M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.77% 2642M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.76% 2582M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.72% 2475M 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% 1998M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004e1ee8c0#merge() [Interpreted code] 0.50% 1723M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.50% 1721M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.49% 1667M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.48% 1654M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 1596M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000004e1ee8c0#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% 1556M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1427M 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.0x000000004e1ee8c0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.39% 1349M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 1337M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 1297M 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.0x000000004e1ee8c0#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.38% 1283M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.35% 1191M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.34% 1170M 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.0x000000004e1ee8c0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.33% 1138M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 1108M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004e201498#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.0x000000004e2019f0#run() [JIT compiled code] 0.32% 1090M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.31% 1050M 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.0x000000004e201498#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.28% 939M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.27% 930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.27% 912M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 904M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.26% 885M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.24% 819M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.21% 719M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.20% 672M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] move log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-23 06:17:33.053989] took 6916.0 sec [2026-05-23 06:17:33.058085] medIndexVectorsAtClose None [2026-05-23 06:17:33.067667] 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=547041 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 20 Start: 2026-05-23 10:17:33 (UTC) Duration: 203 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5043729 120736714 jdk.CPUTimeSample 4374682 77205569 jdk.FileRead 796631 18891886 jdk.ObjectAllocationInNewTLAB 166950 3119378 jdk.ObjectAllocationOutsideTLAB 52743 894322 jdk.BooleanFlag 13840 439480 jdk.Compilation 7183 186001 jdk.CPULoad 3701 73415 jdk.UnsignedIntFlag 1240 42910 jdk.Checkpoint 1127 34059734 jdk.IntFlag 1120 40260 jdk.StringFlag 900 33875 jdk.GarbageCollection 49 1163 jdk.CPUInformation 20 30035 jdk.GCConfiguration 20 515 jdk.JVMInformation 20 22295 jdk.Metadata 20 2210536 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4374682 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 17.00% 743845 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 5.90% 258266 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 4.48% 196183 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.74% 163723 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.46% 151242 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.05% 133463 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.92% 127653 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.06% 90250 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.63% 71233 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.58% 69156 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.47% 64250 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.34% 58791 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.29% 56221 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.14% 49846 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.14% 49783 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.07% 46993 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.94% 41252 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.87% 37985 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.84% 36716 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.83% 36137 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.82% 35676 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.78% 33910 java.lang.Character#toChars():9872 [Inlined code] 0.74% 32437 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.74% 32356 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.68% 29917 java.lang.Character#codePointAt():9662 [Inlined code] 0.66% 28990 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.65% 28339 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.60% 26252 java.lang.ThreadLocal#get():171 [Inlined code] 0.60% 26125 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.56% 24529 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.56% 24342 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.53% 23288 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.45% 19720 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.44% 19282 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.42% 18475 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.42% 18364 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.41% 17904 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.39% 17208 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.39% 17160 java.lang.Character#codePointAt():9665 [Inlined code] 0.38% 16805 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.38% 16781 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.37% 16105 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.36% 15601 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.34% 14966 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.34% 14942 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.34% 14825 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 14778 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.33% 14625 java.lang.Character#toLowerCase():11251 [Inlined code] 0.32% 13856 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.30% 13202 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4374682 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 17.00% 743845 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 5.90% 258266 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 3.74% 163591 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.46% 151242 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.02% 132275 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.92% 127653 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.06% 90249 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.63% 71232 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.57% 68795 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.47% 64250 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 58712 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 56734 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.29% 56221 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.16% 50539 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.14% 49846 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.14% 49781 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.07% 46993 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.04% 45524 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.99% 43386 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.94% 41252 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.83% 36136 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.81% 35359 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.78% 33910 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.74% 32437 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.73% 31864 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.60% 26117 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.60% 26075 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.56% 24529 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.56% 24342 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.55% 23982 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.54% 23651 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.53% 23288 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.45% 19631 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.44% 19223 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.42% 18415 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.42% 18364 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.40% 17343 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.39% 17208 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.38% 16774 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.38% 16744 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.38% 16700 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.37% 16105 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.36% 15956 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.36% 15592 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.35% 15318 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.34% 14965 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.34% 14778 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.33% 14574 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.33% 14481 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.32% 13855 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4374682 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 17.00% 743845 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] 3.74% 163558 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.36% 146820 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.02% 132082 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.87% 125763 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.79% 122052 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():1855 [JIT compiled code] 2.06% 89915 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.81% 79181 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.61% 70417 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.51% 65996 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.47% 64250 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.34% 58706 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.28% 55791 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():1855 [JIT compiled code] 1.15% 50517 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.14% 49844 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.14% 49781 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.07% 46993 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():1767 [JIT compiled code] 1.03% 45164 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.97% 42438 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.89% 39119 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.88% 38569 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.83% 36136 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():1767 [JIT compiled code] 0.78% 33910 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.74% 32437 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():1855 [JIT compiled code] 0.73% 31864 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():1855 [JIT compiled code] 0.60% 26142 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.60% 26117 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():1855 [JIT compiled code] 0.59% 25986 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.56% 24403 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.55% 23981 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.54% 23453 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.53% 23288 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.42% 18412 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.42% 18390 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.42% 18363 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.41% 17827 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.40% 17416 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.39% 17208 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():1855 [JIT compiled code] 0.39% 16952 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.38% 16527 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.36% 15954 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.36% 15589 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.35% 15317 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.34% 14965 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.34% 14778 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [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():1855 [JIT compiled code] 0.33% 14480 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.33% 14408 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.32% 14028 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.32% 13855 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.32% 13785 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4374682 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 8.51% 372206 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 8.48% 371010 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.61% 114289 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.49% 108921 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.32% 101598 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.81% 79181 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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.76% 77071 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.74% 75951 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.73% 75865 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.64% 71916 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.62% 70869 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.51% 65996 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():1767 [JIT compiled code] 1.03% 45161 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.97% 42437 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.95% 41674 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.89% 39119 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.88% 38550 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.85% 37235 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.75% 32756 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.69% 30242 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.68% 29588 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.64% 27990 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.62% 27101 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.60% 26046 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.59% 25986 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.57% 24920 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.57% 24897 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.56% 24627 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 24403 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.56% 24294 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.54% 23747 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.54% 23416 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.52% 22949 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 21278 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 20590 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 19161 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.42% 18411 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.39% 16952 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.38% 16791 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.38% 16478 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 14883 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 14845 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 14680 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.33% 14588 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.33% 14492 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 14332 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.33% 14303 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.32% 14021 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.32% 14010 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 13857 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4374682 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 8.50% 372055 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 8.48% 370872 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.61% 114288 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.49% 108919 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.22% 97186 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.81% 79181 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.0x00000000081ea890#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.69% 74032 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.67% 72866 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.57% 68542 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.45% 63312 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.34% 58631 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.91% 39962 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.91% 39913 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.90% 39565 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.82% 35963 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.78% 34013 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.73% 31727 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.67% 29138 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.66% 28920 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.65% 28326 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.64% 28104 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.64% 28069 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.61% 26666 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.59% 25986 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.57% 25098 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.57% 24805 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.56% 24403 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.54% 23625 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.51% 22141 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.51% 22119 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.50% 21979 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.50% 21954 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.47% 20627 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 20358 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 19662 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 19081 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.37% 16249 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 16077 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.36% 15817 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 15131 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.33% 14588 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.33% 14332 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.33% 14280 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.32% 14021 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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.32% 13996 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.32% 13995 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.31% 13682 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.30% 12973 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.30% 12923 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.29% 12498 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 219660 events (total: 346459M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.10% 52305M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.99% 31146M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.69% 30102M java.lang.StringUTF16#compress():212 [Inlined code] 6.64% 23015M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.47% 22417M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.07% 14089M java.lang.StringUTF16#compress():216 [Inlined code] 3.58% 12400M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.42% 11865M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.20% 11097M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.87% 9946M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.77% 9606M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.24% 7774M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.98% 6876M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.96% 6793M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.78% 6162M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.77% 6132M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.62% 5614M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.55% 5374M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.54% 5331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.44% 4996M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.21% 4175M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.20% 4153M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.11% 3849M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.75% 2609M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.65% 2247M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.65% 2235M java.nio.HeapByteBuffer#():75 [Inlined code] 0.57% 1965M java.util.ArrayList#grow():240 [Inlined code] 0.56% 1938M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.56% 1928M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.51% 1766M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.50% 1715M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.46% 1604M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.45% 1548M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.43% 1502M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.39% 1347M java.lang.Long#valueOf():1000 [Inlined code] 0.30% 1052M java.util.ArrayDeque#():179 [Inlined code] 0.30% 1041M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.28% 981M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 963M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 919M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.26% 916M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.26% 908M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 891M perf.LineFileDocs#intToID():299 [Inlined code] 0.26% 885M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.25% 880M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.24% 844M java.util.List#of():935 [Inlined code] 0.23% 812M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.23% 800M org.apache.lucene.document.IntField#binaryValue():85 [JIT compiled code] 0.22% 771M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 219660 events (total: 346459M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.08% 52262M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.99% 31135M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.69% 30102M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.64% 23015M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.47% 22417M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.07% 14089M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.42% 11852M org.apache.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.15% 10929M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.80% 9697M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.79% 9660M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.77% 9584M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.24% 7750M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.98% 6876M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.96% 6787M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.78% 6162M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.77% 6132M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.62% 5614M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.55% 5374M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.54% 5331M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.44% 4996M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.21% 4175M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.20% 4153M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.11% 3849M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.78% 2703M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.74% 2566M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.65% 2235M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.64% 2215M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.57% 1965M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.56% 1938M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1715M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.46% 1604M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1502M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.39% 1347M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.34% 1167M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.30% 1054M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.30% 1052M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 1041M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 981M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 963M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 947M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 916M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 908M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 891M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 886M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.25% 880M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.25% 873M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.25% 862M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.24% 844M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.24% 819M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 219660 events (total: 346459M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.08% 52262M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.87% 30714M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.84% 27169M 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.47% 22417M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.06% 17521M org.apache.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.03% 13963M 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% 10820M 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.76% 9563M 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.75% 9518M 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.24% 7750M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.98% 6876M 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.94% 6717M 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.78% 6162M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.77% 6132M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.72% 5945M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.62% 5614M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.60% 5526M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.55% 5374M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.54% 5331M 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.44% 4996M 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.20% 4153M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.11% 3849M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.08% 3746M 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():1855 [JIT compiled code] 1.07% 3694M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.97% 3365M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.90% 3130M 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.78% 2695M 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.69% 2390M 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.64% 2215M 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.61% 2113M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000081860a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.57% 1965M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.52% 1799M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.50% 1715M 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% 1604M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.40% 1378M 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.34% 1167M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.33% 1130M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 1054M 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.30% 1050M 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% 1041M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1012M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.29% 991M 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.28% 981M 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% 973M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.28% 963M 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% 947M 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.27% 925M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.26% 916M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.26% 908M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 219660 events (total: 346459M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.08% 52262M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.82% 27083M 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.47% 22417M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.47% 15498M 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% 13920M 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.27% 7854M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 2.24% 7750M 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% 6717M 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.87% 6474M 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.85% 6405M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.72% 5945M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.66% 5760M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.62% 5614M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.58% 5481M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.54% 5331M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.52% 5269M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.52% 5258M 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.0x00000000081ea890#merge() [Interpreted code] 1.49% 5176M 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():1855 [JIT compiled code] 1.33% 4597M 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():1855 [JIT compiled code] 1.27% 4410M 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.0x00000000081ea890#merge() [Interpreted code] 1.23% 4249M 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.20% 4153M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.06% 3664M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.97% 3345M 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% 3205M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.90% 3130M 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.88% 3052M 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():1855 [JIT compiled code] 0.84% 2911M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.82% 2827M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.77% 2657M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.75% 2581M org.apache.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.73% 2528M org.apache.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.69% 2406M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.68% 2344M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.65% 2260M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.64% 2215M 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.63% 2186M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.63% 2166M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.59% 2033M 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():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 1935M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000081860a8#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.55% 1894M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.49% 1698M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.45% 1555M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.40% 1385M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.40% 1383M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.40% 1378M 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% 1205M 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% 1177M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.33% 1137M org.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [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 246.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 219660 events (total: 346459M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.08% 52262M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.82% 27083M 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.47% 22417M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.47% 15498M 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.0x00000000081ea890#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% 13920M 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.24% 7750M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.09% 7234M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.94% 6717M 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.0x00000000081ea890#merge() [Interpreted code] 1.87% 6474M 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.0x00000000081ea890#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.72% 5951M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.72% 5945M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.55% 5377M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.52% 5258M 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.0x00000000081ea890#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.51% 5235M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 5033M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 5028M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.40% 4856M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.27% 4410M 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.0x00000000081ea890#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.27% 4409M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.20% 4153M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4053M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.04% 3601M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.97% 3345M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 3130M 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% 3085M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.84% 2919M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.84% 2911M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.75% 2581M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.74% 2550M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.71% 2455M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.69% 2392M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.68% 2344M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.65% 2260M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.64% 2215M 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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.62% 2152M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.61% 2124M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.59% 2033M 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():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.56% 1935M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000081860a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.55% 1894M 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.0x00000000081ea890#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% 1875M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.53% 1840M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.41% 1427M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.41% 1420M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.40% 1378M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1311M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.37% 1269M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.35% 1205M 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.0x00000000081ea890#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.34% 1177M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.34% 1176M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] move log to /l/logs.nightly/2026.05.22.14.08.44/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/nrtIndexMediumDocs.top.log [2026-05-23 06:22:56.341603] took 202.3 sec [2026-05-23 06:22:56.345736] run CheckIndex [2026-05-23 06:22:56.345814] 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.22.14.08.44/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-23 06:30:59.091087] took 482.7 sec [2026-05-23 06:30:59.092350] nrtMedIndexAtClose 25 segments: segments_2: _1a(11.0.0):C421683 _6z(11.0.0):C6744052 _4y(11.0.0):C6528031 _1k(11.0.0):C616421 _25(11.0.0):C895672 _2d(11.0.0):C715115 _6j(11.0.0):C882059 _8v(11.0.0):C6934742 _7f(11.0.0):C891831 _7n(11.0.0):C858449 _8u(11.0.0):C843150 _8w(11.0.0):C445797 _8i(11.0.0):C29546 _8h(11.0.0):C30948 _8t(11.0.0):c99516 _83(11.0.0):C70722 _8e(11.0.0):C40863 _8g(11.0.0):C33800 _82(11.0.0):C73121 _7y(11.0.0):C88561 _7v(11.0.0):C93062 _7z(11.0.0):C90123 _8f(11.0.0):C36273 _80(11.0.0):C80894 _81(11.0.0):C80607 [2026-05-23 06:30:59.092602] 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.22.14.08.44/nrt.log 2>&1 [2026-05-23 07:01:00.041591] took 1800.9 sec [2026-05-23 07:01:00.046049] drop: 496.3 497.8 500.8 502.6 514.4 524.1 524.4 525.1 525.2 525.8 527.1 530.4 530.4 530.8 531.4 531.5 531.6 531.7 531.8 532.0 532.0 532.1 532.1 532.2 532.3 532.3 532.5 532.5 532.6 532.6 532.7 532.8 533.1 533.1 539.7 [2026-05-23 07:01:00.046423] times: 20.0 20.3 20.5 20.5 20.5 20.7 20.9 20.9 21.0 21.1 21.1 21.2 21.4 21.4 21.4 21.5 21.6 21.6 21.7 21.7 21.7 21.7 21.8 21.8 21.8 21.8 21.9 21.9 22.0 22.0 22.0 22.0 22.1 22.1 22.3 22.3 22.4 22.4 22.4 22.5 22.5 22.5 22.5 22.5 22.5 22.5 22.5 22.6 22.6 22.6 22.6 22.6 22.7 22.7 22.7 22.7 22.7 22.7 22.8 22.8 22.8 22.8 22.8 22.9 22.9 22.9 22.9 23.0 23.0 23.0 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.4 23.4 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.6 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 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.7 24.7 24.7 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.3 25.3 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.6 26.6 26.6 26.6 26.7 26.8 26.8 26.8 26.9 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.2 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.7 27.7 27.8 27.8 27.8 27.9 27.9 27.9 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.2 28.2 28.2 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.4 28.4 28.4 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 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.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.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.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.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.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.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.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.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.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 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.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.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 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.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.9 33.0 33.0 33.0 33.0 33.1 33.3 33.3 33.4 33.5 33.9 34.0 34.2 34.3 34.4 34.4 34.5 34.6 34.9 35.9 36.6 36.8 37.1 37.1 37.3 37.8 38.0 38.7 38.8 38.8 39.0 39.1 39.3 39.7 39.7 41.6 134.7 135.6 144.8 156.7 161.6 167.8 173.2 176.0 184.6 185.5 205.2 212.7 214.9 215.1 215.6 216.2 216.5 216.6 216.7 216.8 217.0 217.7 218.7 218.7 218.8 218.9 219.5 219.9 220.0 220.3 220.5 220.5 220.6 220.7 221.0 221.1 221.5 222.1 222.3 222.3 222.9 223.2 223.4 225.6 226.4 228.5 241.7 242.7 245.2 245.5 251.5 261.4 263.2 264.5 266.5 269.4 274.7 278.2 279.5 280.2 282.9 285.9 286.6 292.5 298.5 308.8 313.7 315.6 315.9 315.9 316.7 317.7 318.6 323.0 325.7 326.5 327.0 336.2 336.5 338.8 339.7 339.8 340.4 341.2 341.7 342.9 343.6 343.6 343.8 344.2 344.7 345.3 345.9 346.6 347.0 347.2 347.4 347.6 347.8 348.0 348.4 349.5 349.6 349.8 350.2 350.5 352.3 352.9 353.4 353.4 354.8 354.8 355.1 356.5 357.0 361.2 361.8 362.9 368.7 372.3 374.6 382.8 389.8 391.6 391.7 395.5 398.5 414.8 416.0 419.2 423.5 425.5 428.3 430.6 431.7 433.0 433.9 442.9 447.1 447.1 449.9 452.0 453.2 453.8 454.1 456.1 458.2 458.9 459.3 459.6 460.1 460.6 462.0 462.1 463.1 464.6 464.7 464.7 465.4 466.1 466.4 466.5 466.7 467.0 467.8 468.1 468.3 468.4 468.9 469.2 470.2 470.2 470.6 471.1 472.1 472.7 473.2 473.8 474.2 474.9 475.3 478.1 478.2 478.3 481.0 [2026-05-23 07:01:00.046552] NRT reopen time (msec) mean=62.3926 stdDev=100.3391 [2026-05-23 07:01:00.046558] run CheckIndex [2026-05-23 07:01:00.046624] 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.22.14.08.44/checkIndex.nrt.log 2>&1 [2026-05-23 07:08:48.447592] took 468.4 sec [2026-05-23 07:08:49.552114] 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=578934 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-23 11:08:49 (UTC) Duration: 116 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3960479 82454651 jdk.CPUTimeSample 3211511 56279734 jdk.FileRead 624183 14693942 jdk.ObjectAllocationInNewTLAB 574369 10037330 jdk.ObjectAllocationOutsideTLAB 156606 2491604 jdk.BooleanFlag 10380 328745 jdk.Compilation 5835 150046 jdk.CPULoad 2074 40880 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 766 24249094 jdk.StringFlag 675 25155 jdk.GarbageCollection 41 971 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15625 jdk.Metadata 15 1657901 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3211510 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.44% 206913 java.lang.Character#codePointAtImpl():9670 [Inlined code] 6.39% 205287 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 5.07% 162718 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.71% 151108 java.lang.Integer#rotateLeft():1650 [Inlined code] 4.62% 148330 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.14% 132926 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 3.47% 111563 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.02% 97011 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.56% 82291 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.24% 71982 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.98% 63536 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.57% 50434 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.50% 48266 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.50% 48177 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.47% 47279 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.44% 46292 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.24% 39751 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.11% 35559 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.04% 33445 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.03% 33065 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.83% 26808 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.81% 26025 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.75% 24049 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.69% 22046 java.lang.Character#toChars():9872 [Inlined code] 0.66% 21332 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.64% 20407 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.62% 19802 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.59% 18964 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.58% 18649 java.lang.Character#codePointAt():9665 [Inlined code] 0.58% 18553 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.56% 18041 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.49% 15605 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.48% 15399 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.46% 14900 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.46% 14756 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.46% 14753 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.45% 14320 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.45% 14292 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.44% 14075 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.42% 13470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.40% 12934 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.38% 12226 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.37% 11813 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.37% 11739 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.36% 11712 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.36% 11637 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.36% 11613 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.36% 11413 java.lang.Character#toLowerCase():11251 [Inlined code] 0.35% 11294 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.34% 11062 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3211510 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.44% 206913 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.71% 151108 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.62% 148251 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.14% 132906 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.47% 111562 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.23% 103865 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 3.15% 101304 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 3.00% 96295 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.56% 82289 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.24% 71887 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.20% 70774 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.98% 63534 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.57% 50431 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.50% 48266 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.50% 48177 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.47% 47279 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.44% 46284 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.24% 39748 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.11% 35559 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.10% 35241 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.02% 32676 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.01% 32425 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.83% 26562 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.81% 26007 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.76% 24278 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.69% 22046 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.63% 20389 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.62% 19802 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.59% 18963 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.56% 18041 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.56% 17917 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.52% 16739 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.52% 16708 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.49% 15705 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.48% 15385 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.48% 15342 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.46% 14867 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.46% 14747 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.45% 14509 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.45% 14319 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.44% 14158 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 14075 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.42% 13465 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.38% 12221 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.37% 11813 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.36% 11709 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.36% 11704 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.36% 11637 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.35% 11388 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.35% 11136 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3211510 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.27% 201272 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.69% 150516 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 4.61% 148030 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 4.14% 132858 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 3.43% 110080 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():1855 [JIT compiled code] 3.23% 103756 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 3.15% 101128 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.56% 82285 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.98% 63528 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.60% 51484 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.57% 50431 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.53% 49125 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.50% 48250 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():1855 [JIT compiled code] 1.50% 48169 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.47% 47147 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.24% 39748 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] 1.13% 36309 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.09% 35117 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.05% 33786 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.02% 32675 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():1855 [JIT compiled code] 0.99% 31939 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.87% 27808 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.81% 26007 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():1855 [JIT compiled code] 0.80% 25682 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.76% 24256 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.72% 23092 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.72% 23022 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.69% 22040 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.63% 20386 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():1855 [JIT compiled code] 0.62% 19797 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.59% 18959 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.59% 18938 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.58% 18467 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.56% 18040 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():1855 [JIT compiled code] 0.55% 17575 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.52% 16739 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.49% 15703 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.48% 15342 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.46% 14867 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.46% 14747 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% 14381 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.44% 14253 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.44% 14158 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.42% 13450 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.40% 12975 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.38% 12209 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.37% 11809 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.36% 11683 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.36% 11632 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.35% 11382 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3211510 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.22% 103560 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 3.04% 97660 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 2.94% 94384 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.85% 91415 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.79% 89517 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.38% 76421 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.32% 74485 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.30% 73762 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.18% 69924 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.09% 67093 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.99% 64064 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.98% 63536 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.60% 51416 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.53% 49125 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.0x00000000391ccae8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.08% 34659 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.05% 33829 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.04% 33528 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.01% 32412 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.99% 31741 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.97% 31056 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.96% 30776 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.86% 27510 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.85% 27344 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.81% 26098 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.74% 23814 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.74% 23654 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.73% 23462 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.72% 23166 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.72% 23089 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 0.72% 23021 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.69% 22166 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.63% 20092 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.61% 19647 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.57% 18282 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.55% 17665 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 17623 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.52% 16736 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.51% 16440 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.51% 16362 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 15811 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 14863 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.46% 14744 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% 14268 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.44% 14253 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 13493 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.41% 13121 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.40% 12721 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 12592 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 10935 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.33% 10695 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3211510 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.17% 101927 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.00% 96225 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.74% 87986 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.64% 84863 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.61% 83926 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.29% 73487 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.21% 70851 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.19% 70238 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.05% 65794 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.94% 62295 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.85% 59519 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.85% 59481 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.54% 49570 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.53% 49125 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.0x00000000391ccae8#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.04% 33383 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.01% 32302 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.99% 31699 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.94% 30168 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.93% 29885 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.91% 29190 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.90% 28906 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.76% 24467 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.75% 24230 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.69% 22183 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.68% 21730 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.67% 21579 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.66% 21338 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.62% 20000 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.60% 19339 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.59% 18997 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 16859 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.51% 16431 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.51% 16410 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.50% 15980 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.48% 15281 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.46% 14863 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.46% 14744 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.0x00000000391ccae8#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.44% 14253 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.44% 14025 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.42% 13628 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 13513 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.38% 12222 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.38% 12218 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 11887 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 11816 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 10807 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.32% 10325 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 10095 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.31% 10077 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.31% 10058 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [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=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730948 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.96% 46010M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.39% 35730M java.lang.StringUTF16#compress():216 [Inlined code] 8.92% 25736M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.74% 25203M java.lang.StringUTF16#compress():212 [Inlined code] 7.47% 21546M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.03% 20258M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.12% 8986M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.11% 8969M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.81% 8096M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.72% 7856M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.91% 5498M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.88% 5407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5059M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.74% 5011M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.72% 4972M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.72% 4966M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.71% 4926M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.58% 4559M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.38% 3966M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.25% 3604M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.13% 3248M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.99% 2857M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.74% 2126M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.59% 1712M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.54% 1554M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.53% 1529M java.nio.HeapByteBuffer#():75 [Inlined code] 0.51% 1463M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.49% 1411M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.47% 1345M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.31% 898M java.util.ArrayList#grow():240 [Inlined code] 0.26% 754M java.util.ArrayDeque#():179 [Inlined code] 0.19% 547M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 536M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.16% 451M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 409M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.14% 392M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.14% 390M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.13% 375M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.12% 335M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 293M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.09% 272M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 266M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.09% 259M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.09% 257M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.08% 242M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] 0.08% 226M perf.LineFileDocs#intToID():299 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730948 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42280M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.39% 35730M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.92% 25736M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.74% 25203M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.47% 21546M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.03% 20258M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.11% 8969M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.76% 7946M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.74% 7890M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.72% 7856M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 1.91% 5498M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.88% 5407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5059M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.72% 4972M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.72% 4966M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.71% 4926M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4924M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.58% 4559M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.29% 3730M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.25% 3604M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3380M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.13% 3248M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.99% 2857M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.74% 2126M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.59% 1712M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1529M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.50% 1449M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.47% 1345M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.46% 1329M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.40% 1162M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.38% 1096M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.31% 898M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.26% 741M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.20% 586M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.15% 443M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000391a8400#newInvokeSpecial() [Inlined code] 0.14% 409M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 390M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 375M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [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.12% 352M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 335M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 303M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.10% 293M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 266M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.09% 259M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.08% 242M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.08% 241M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] at java.lang.Thread#sleepNanos():504 [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/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730948 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42280M 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% 33139M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.06% 23235M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.43% 21435M 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.11% 20491M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.03% 20258M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.73% 7878M 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.73% 7872M 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.69% 7766M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.91% 5498M 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.88% 5407M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.75% 5059M 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.72% 4972M 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.71% 4926M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4924M 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% 4924M 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.69% 4859M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.58% 4559M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.32% 3801M org.apache.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.29% 3730M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.27% 3658M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.25% 3604M 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% 3380M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.07% 3085M 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():1855 [JIT compiled code] 0.99% 2857M 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.74% 2126M 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.74% 2126M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.59% 1712M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.50% 1449M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.50% 1444M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.50% 1440M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003913bb20#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.47% 1345M 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% 1312M 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.38% 1100M 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.38% 1096M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.31% 898M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.26% 738M 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% 612M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.20% 586M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.16% 453M 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.16% 451M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.15% 443M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000391a8400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 409M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.13% 375M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.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.12% 352M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.12% 335M 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% 305M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 303M 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] 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730948 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42280M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.61% 30583M 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.60% 21924M 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.03% 20258M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.01% 8690M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 3.01% 8689M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 2.49% 7189M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.97% 5692M org.apache.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% 5108M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.75% 5059M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.75% 5038M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.72% 4972M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.71% 4926M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4924M 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.62% 4665M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.59% 4588M 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():1855 [JIT compiled code] 1.58% 4545M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.45% 4190M 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():1855 [JIT compiled code] 1.29% 3730M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.27% 3658M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000391ccae8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.23% 3555M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.17% 3380M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3311M 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.0x00000000391ccae8#merge() [Interpreted code] 1.12% 3235M 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():1855 [JIT compiled code] 1.07% 3075M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.01% 2903M 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.0x00000000391ccae8#merge() [Interpreted code] 0.91% 2622M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.89% 2555M 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.86% 2474M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.85% 2450M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.74% 2126M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.73% 2094M 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.66% 1915M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.62% 1801M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.61% 1763M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.59% 1688M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.57% 1631M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1463M org.apache.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% 1449M 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.49% 1420M org.apache.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 org.apache.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.47% 1342M org.apache.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.46% 1318M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003913bb20#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.45% 1310M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.42% 1207M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.42% 1198M org.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.38% 1089M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 1066M 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.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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.59 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730948 events (total: 288373M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42280M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.61% 30583M 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.60% 21924M 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.03% 20258M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.01% 8690M 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.0x00000000391ccae8#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.96% 5639M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.72% 4953M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.71% 4934M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.71% 4926M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4924M 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.0x00000000391ccae8#merge() [Interpreted code] 1.70% 4914M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.69% 4886M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.65% 4744M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.62% 4665M 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.0x00000000391ccae8#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.54% 4445M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.54% 4430M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.41% 4060M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.29% 3730M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.27% 3658M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000391ccae8#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.18% 3394M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.17% 3380M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3311M 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.0x00000000391ccae8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.08% 3104M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.06% 3049M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.02% 2940M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.01% 2903M 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.0x00000000391ccae8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.94% 2723M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.89% 2555M 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.74% 2126M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.73% 2094M 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.70% 2031M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.61% 1771M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 1756M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.57% 1640M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.54% 1552M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1506M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.50% 1449M 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.0x00000000391ccae8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.49% 1420M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.49% 1401M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.48% 1373M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.47% 1342M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.46% 1313M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003913bb20#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.45% 1310M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.44% 1262M org.apache.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.43% 1237M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.39% 1136M org.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.38% 1089M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 1066M 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.36% 1044M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] move log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/fastIndexBigDocs.top.log [2026-05-23 07:12:30.844987] took 89.3 sec [2026-05-23 07:12:30.846027] bigIndexAtClose None [2026-05-23 07:12:30.847148] 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=582479 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-23 18:52:10 (UTC) Duration: 11693 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 86779300 1648339215 jdk.FileWrite 15343082 352869055 jdk.FileRead 339127 9421993 jdk.CPULoad 220827 4637367 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 35167 766353 jdk.Checkpoint 34866 99803554 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 208 3708 jdk.Compilation 177 4937 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316512 jdk.Metadata 168 18568704 jdk.GarbageCollection 70 1820 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86779300 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.68% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 32.20% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 8.36% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.47% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.30% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.90% 779878 java.util.Arrays#fill():3144 [Inlined code] 0.75% 647657 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.69% 601169 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.54% 470878 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.43% 372492 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.38% 329848 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.36% 313274 java.util.ArrayList#elementData():412 [Inlined code] 0.35% 300203 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.31% 271870 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.30% 259598 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.27% 230812 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 198230 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.21% 184199 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.19% 168732 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.19% 167402 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.18% 160387 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.18% 152006 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.16% 138512 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.14% 125597 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.14% 124788 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 112431 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.11% 99525 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.09% 79206 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 73184 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 71753 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.07% 61966 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 61534 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.07% 59810 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 59277 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.07% 58492 java.util.Arrays#fill():3143 [Inlined code] 0.06% 48009 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.05% 46152 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 44350 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 43621 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 42914 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 41432 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 38638 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 37785 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 36847 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.04% 34647 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 33732 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 33617 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 32503 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 31462 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 31442 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [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 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86779300 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.68% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 32.20% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 8.36% 7M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.47% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.27% 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.90% 779878 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.75% 647657 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.69% 601169 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.54% 470878 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.43% 372492 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.38% 329848 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.36% 313230 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.35% 300203 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.30% 259598 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.27% 230812 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% 198230 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.20% 170605 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.19% 167401 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.18% 152006 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 148401 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.16% 142091 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.16% 138512 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.15% 132383 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.14% 124788 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.13% 109325 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% 95429 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% 84750 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.10% 82537 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.08% 71753 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.07% 61966 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 59810 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 58492 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 53555 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% 52699 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.06% 50866 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.05% 46152 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 45429 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 43621 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 42914 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 41432 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 37785 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 37551 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% 34647 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 33732 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 32596 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 32331 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 31716 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% 31156 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.04% 30573 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquire():411 [Inlined code] 0.03% 30060 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86779300 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.68% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.20% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 8.36% 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.25% 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.90% 779878 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.73% 629274 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.65% 566180 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.60% 517602 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.54% 470878 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% 344952 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.39% 341001 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.38% 329848 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.35% 302419 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.35% 299724 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.35% 299524 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.30% 259598 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.25% 220039 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 175674 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.19% 167401 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.19% 160853 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.17% 148059 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.15% 131197 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 118081 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 107467 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 99855 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 91396 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.10% 88696 org.apache.lucene.util.hnsw.RandomVectorScorer#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% 86970 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% 84727 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 83567 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.10% 82537 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 81477 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.08% 68375 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 58492 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% 56480 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% 50866 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% 49869 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():1855 [JIT compiled code] 0.06% 49520 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 46152 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% 42914 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.04% 38733 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.04% 38228 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.04% 36098 org.apache.lucene.util.hnsw.RandomVectorScorer#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.04% 33929 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.04% 33732 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% 31724 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.04% 31520 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 31029 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.04% 30562 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquire():411 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():649 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] 0.03% 30130 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86779300 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 29.44% 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 [JIT compiled code] 12.37% 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] 12.00% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 9.03% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 6.69% 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.55% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.08% 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.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.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():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.69% 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.31% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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 [JIT compiled code] 1.21% 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():1562 [JIT compiled code] 0.94% 818199 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.89% 775575 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.80% 691681 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.76% 655883 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.69% 599845 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.69% 594719 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.66% 573416 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.65% 566180 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 [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.65% 560970 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.64% 551175 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.60% 517602 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 [JIT compiled code] at org.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% 470878 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.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.36% 312468 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.35% 299724 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.33% 287044 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% 253804 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.28% 244161 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.25% 220039 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 203830 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.20% 175674 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 160853 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.18% 155753 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.18% 154869 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.16% 141905 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.16% 137306 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.14% 123011 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 [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.14% 118081 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.12% 107467 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 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.0x000000004420a4c0#call() [JIT compiled code] 0.12% 99855 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.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% 97931 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.11% 91396 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.10% 89746 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% 88696 org.apache.lucene.util.hnsw.RandomVectorScorer#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] 0.10% 86970 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.10% 82927 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.09% 81450 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.09% 79707 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():1562 [JIT compiled code] 0.09% 79477 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86779300 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 29.44% 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 [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] 11.08% 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] 10.39% 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] 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] 8.64% 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 [JIT compiled code] 4.63% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.19% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.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():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.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():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.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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.52% 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.31% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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 [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.21% 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.12% 971283 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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] 0.89% 773211 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.83% 716019 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.80% 693568 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.76% 655883 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.0x000000004420a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.70% 608574 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.69% 595577 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 [JIT compiled code] 0.65% 566180 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 [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.0x000000004420a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.63% 550931 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.63% 550793 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [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.59% 510148 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.56% 484260 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.56% 483965 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004420a4c0#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.54% 470878 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.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.44% 385967 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.41% 351750 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.34% 296546 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.33% 290445 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.33% 287024 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 283762 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.30% 259146 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.29% 253804 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 [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.0x000000004420a4c0#call() [JIT compiled code] 0.28% 244161 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004420a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 240273 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.26% 227611 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.24% 205416 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004420a4c0#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% 191509 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.20% 170211 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.19% 163326 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004420a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 160853 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004420a4c0#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.19% 160667 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 160106 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 155753 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.0x000000004420a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.18% 154869 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.17% 150430 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 144261 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.16% 141492 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.16% 137306 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35371 events (total: 673252M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.96% 100737M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 14.69% 98930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.87% 39501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.99% 33596M perf.LineFileDocs#readVector():212 [Inlined code] 4.90% 32999M java.nio.HeapByteBuffer#():75 [Inlined code] 2.86% 19239M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.38% 16030M java.util.Arrays#copyOf():3478 [Inlined code] 2.19% 14775M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 2.16% 14520M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.07% 13935M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.78% 11992M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.60% 10774M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.59% 10733M java.util.Arrays#copyOf():3537 [Inlined code] 1.47% 9875M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.40% 9440M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.29% 8653M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.23% 8288M java.util.ArrayList#grow():240 [Inlined code] 1.23% 8279M java.lang.StringUTF16#compress():212 [Inlined code] 1.13% 7640M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.10% 7376M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.98% 6607M java.lang.StringBuilder#toString():478 [Inlined code] 0.93% 6242M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.91% 6096M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.90% 6058M java.util.HashMap#newNode():1910 [Inlined code] 0.90% 6039M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.83% 5582M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.78% 5270M org.apache.lucene.document.StringField#():61 [Inlined code] 0.69% 4639M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.66% 4466M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.64% 4295M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.59% 3979M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.55% 3675M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.53% 3545M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.51% 3434M java.lang.StringUTF16#compress():216 [Inlined code] 0.46% 3116M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.46% 3070M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.46% 3065M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.43% 2863M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.42% 2850M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.40% 2686M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.38% 2577M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.38% 2562M java.lang.Long#valueOf():1000 [Inlined code] 0.38% 2528M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.37% 2484M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] 0.37% 2475M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.36% 2435M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] 0.36% 2432M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.36% 2420M java.util.HashMap#resize():711 [JIT compiled code] 0.36% 2409M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.36% 2402M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [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 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35371 events (total: 673252M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.94% 100585M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.12% 95080M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.87% 39501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.99% 33596M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.78% 32171M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.79% 18813M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.38% 16030M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.19% 14775M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 2.16% 14520M 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.07% 13935M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.78% 11992M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.60% 10774M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.59% 10733M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.47% 9875M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.40% 9440M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.29% 8653M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.23% 8288M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.23% 8279M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.13% 7640M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 7376M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.98% 6607M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.93% 6242M 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.91% 6095M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.83% 5582M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.69% 4639M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.66% 4466M org.apache.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.57% 3849M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.55% 3675M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] 0.54% 3614M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.53% 3545M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.51% 3434M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.50% 3353M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.46% 3116M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.46% 3104M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.46% 3070M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.46% 3065M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.42% 2850M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 2686M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 2577M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.38% 2528M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.37% 2484M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] 0.36% 2435M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.36% 2432M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.36% 2409M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.36% 2402M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.35% 2366M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.35% 2345M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] 0.35% 2337M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.33% 2240M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35371 events (total: 673252M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.82% 93018M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.99% 87436M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.87% 39501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.99% 33596M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.78% 32171M 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.38% 16030M 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.16% 14520M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 1.78% 11992M 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.60% 10774M 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.59% 10733M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] 1.47% 9875M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.45% 9792M 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.40% 9440M 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.35% 9058M 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.23% 8288M 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.16% 7838M 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.14% 7643M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.13% 7640M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.12% 7567M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.94% 6347M 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.93% 6242M 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.91% 6095M 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.81% 5432M 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.0x000000004404c400#concat() [Inlined code] 0.80% 5355M 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.74% 4982M 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.72% 4877M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.72% 4856M org.apache.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.69% 4639M 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.62% 4182M 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.55% 3675M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.54% 3614M 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.51% 3434M 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.50% 3353M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.46% 3085M 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.46% 3070M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.46% 3065M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.42% 2850M 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.40% 2686M 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.38% 2577M 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.37% 2492M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.37% 2484M 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.36% 2435M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.36% 2432M 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.36% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.36% 2402M 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.35% 2366M 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.35% 2357M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.35% 2337M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.34% 2273M 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.32% 2123M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35371 events (total: 673252M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.99% 53791M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.91% 53270M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 5.87% 39501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 4.99% 33596M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.78% 32171M 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.33% 29179M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 3.80% 25551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.16% 14520M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.78% 11992M 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.45% 9792M 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.35% 9058M 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.16% 7838M 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.13% 7640M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.98% 6622M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.96% 6487M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.93% 6268M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.93% 6242M 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.91% 6107M 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.91% 6095M 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% 5836M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 0.81% 5432M 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.0x000000004404c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000004404c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.74% 4982M 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.72% 4877M 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.69% 4667M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.68% 4558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 4478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.55% 3675M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.54% 3641M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.54% 3614M 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.52% 3522M 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.51% 3434M 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.48% 3204M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.47% 3142M 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.46% 3070M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.46% 3066M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.46% 3065M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.44% 2949M 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 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.42% 2818M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.42% 2797M 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% 2755M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.40% 2683M 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.39% 2635M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 2618M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.37% 2486M 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.37% 2484M 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.36% 2435M 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] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.36% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.35% 2366M 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.35% 2357M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000441de7b0#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] 0.35% 2337M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2040.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35371 events (total: 673252M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.99% 53791M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000004420a4c0#call() [JIT compiled code] 7.91% 53270M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000004420a4c0#call() [JIT compiled code] 5.87% 39501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.99% 33596M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.78% 32171M 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.33% 29179M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.80% 25551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.16% 14520M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.78% 11992M 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.45% 9792M 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.16% 7838M 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.13% 7640M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.12% 7569M 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.0x000000004420a4c0#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.98% 6622M 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 [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.0x000000004420a4c0#call() [JIT compiled code] 0.96% 6487M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 0.93% 6268M 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] 0.93% 6242M 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.91% 6107M 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.0x00000000441de7b0#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.91% 6095M 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% 5836M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 0.74% 4982M 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.72% 4877M 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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.68% 4558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 4527M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 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.67% 4478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.55% 3675M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.54% 3641M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.54% 3614M 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.52% 3522M 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.51% 3434M 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.50% 3392M 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.0x000000004404c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000004404c800#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.48% 3204M 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.47% 3142M 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.46% 3070M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.46% 3066M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 3065M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.44% 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] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.42% 2818M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 2797M 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.0x00000000441de7b0#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% 2755M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.40% 2683M 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.39% 2635M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 2618M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#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.37% 2486M 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.37% 2484M 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.36% 2435M 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] 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.36% 2425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():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.35% 2366M 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.0x00000000441de7b0#merge() [JIT compiled code] 0.35% 2357M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000441de7b0#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.35% 2337M 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] move log to /l/logs.nightly/2026.05.22.14.08.44/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.22.14.08.44/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.22.14.08.44/fixedIndex.top.log [2026-05-23 18:43:16.486643] took 39272.2 sec [2026-05-23 18:43:16.490078] run CheckIndex [2026-05-23 18:43:16.490372] 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.22.14.08.44/checkIndex.fixedIndex.log 2>&1 [2026-05-23 18:49:12.905327] took 356.4 sec [2026-05-23 18:49:12.906375] 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-23 18:49:12.906490] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.22.14.08.44/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.22.14.08.44/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.22.14.08.44/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 424.1 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.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 406.8 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.2 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-2.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7949437 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.2 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.1 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.2 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 407.9 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 411.4 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 424.3 s 53.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.7 s 54.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 412.6 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 415.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.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 411.7 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 415.5 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.5 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.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 415.4 s 54.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 418.2 s 54.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.8 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 418.0 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.17 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-17.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9408097 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.17 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.6 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.4 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 418.5 s 54.2 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=1014752 [2026-05-23 21:07:53.797862] done search (2:18:40.891353) 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.573 1.587 0.9% 4.921 4.912 -0.2% 5.311 5.307 -0.1% 5.462 5.488 0.5% 12.304 5.820 -52.7% ('And3Terms', None) 1.604 1.549 -3.4% 3.154 3.115 -1.2% 3.483 3.328 -4.4% 3.758 3.374 -10.2% 4.814 3.587 -25.5% ('AndHighHigh', None) 4.877 4.898 0.4% 6.718 6.783 1.0% 7.047 6.985 -0.9% 8.245 7.055 -14.4% 14.571 16.941 16.3% ('AndHighHighDayTaxoFacets', None) 71.355 68.062 -4.6% 133.256 127.724 -4.2% 135.861 130.947 -3.6% 136.400 134.770 -1.2% 145.885 155.555 6.6% ('AndHighMed', None) 2.134 2.161 1.3% 2.953 2.973 0.7% 3.135 3.930 25.4% 3.319 4.475 34.8% 6.462 5.129 -20.6% ('AndHighMedDayTaxoFacets', None) 7.741 7.749 0.1% 22.439 21.896 -2.4% 23.050 22.741 -1.3% 23.476 23.850 1.6% 24.121 24.830 2.9% ('AndHighOrMedMed', None) 6.469 6.144 -5.0% 11.774 11.045 -6.2% 12.082 11.533 -4.5% 12.438 11.860 -4.6% 26.119 26.341 0.8% ('AndMedOrHighHigh', None) 4.285 4.389 2.4% 11.464 11.905 3.8% 12.955 12.219 -5.7% 13.924 12.306 -11.6% 100.941 63.601 -37.0% ('AndMissingHigh', 'Title') 0.161 0.151 -6.1% 0.267 0.255 -4.8% 0.477 0.476 -0.2% 0.544 0.687 26.2% 0.609 0.712 16.9% ('AndStopWords', None) 5.744 5.705 -0.7% 18.563 18.589 0.1% 18.930 19.526 3.2% 18.930 19.526 3.2% 19.831 19.890 0.3% ('BrowseDateSSDVFacets', None) 652.961 652.969 0.0% 658.680 658.422 -0.0% 668.332 671.264 0.4% 668.332 671.264 0.4% 742.973 742.253 -0.1% ('BrowseDateTaxoFacets', None) 138.818 138.896 0.1% 140.780 141.338 0.4% 153.220 153.510 0.2% 153.220 153.510 0.2% 153.292 161.301 5.2% ('BrowseDayOfYearSSDVFacets', None) 173.554 173.782 0.1% 175.797 176.027 0.1% 182.426 184.129 0.9% 182.426 184.129 0.9% 183.704 186.608 1.6% ('BrowseDayOfYearTaxoFacets', None) 138.233 138.298 0.0% 140.264 141.018 0.5% 152.489 152.952 0.3% 152.489 152.952 0.3% 152.930 155.847 1.9% ('BrowseMonthSSDVFacets', None) 162.063 162.035 -0.0% 164.515 163.590 -0.6% 170.387 170.929 0.3% 170.387 170.929 0.3% 171.688 173.665 1.2% ('BrowseMonthTaxoFacets', None) 148.173 148.138 -0.0% 151.227 150.607 -0.4% 158.998 158.861 -0.1% 158.998 158.861 -0.1% 207.107 210.172 1.5% ('BrowseRandomLabelSSDVFacets', None) 214.028 212.056 -0.9% 220.389 220.409 0.0% 229.311 241.971 5.5% 229.311 241.971 5.5% 240.660 244.228 1.5% ('BrowseRandomLabelTaxoFacets', None) 158.199 156.970 -0.8% 162.338 163.919 1.0% 168.858 168.287 -0.3% 168.858 168.287 -0.3% 169.590 168.606 -0.6% ('CombinedAndHighHigh', None) 19.172 17.949 -6.4% 20.216 19.032 -5.9% 21.456 20.227 -5.7% 22.231 21.680 -2.5% 67.924 44.454 -34.6% ('CombinedAndHighMed', None) 3.238 3.160 -2.4% 9.665 9.114 -5.7% 10.330 9.709 -6.0% 10.410 10.651 2.3% 125.779 134.566 7.0% ('CombinedOrHighHigh', None) 19.462 18.137 -6.8% 20.670 19.592 -5.2% 21.774 21.318 -2.1% 23.749 21.973 -7.5% 24.534 22.888 -6.7% ('CombinedOrHighMed', None) 3.380 3.302 -2.3% 9.862 9.298 -5.7% 10.164 9.944 -2.2% 10.262 10.391 1.3% 30.432 33.238 9.2% ('CombinedTerm', None) 6.977 6.507 -6.7% 13.570 12.492 -7.9% 13.859 13.445 -3.0% 14.201 14.694 3.5% 31.589 35.320 11.8% ('CountAndHighHigh', None) 1.793 1.810 1.0% 1.997 1.996 -0.1% 2.201 2.193 -0.3% 5.754 2.403 -58.2% 5.815 2.509 -56.9% ('CountAndHighMed', None) 1.709 1.703 -0.4% 1.982 1.995 0.6% 2.291 2.431 6.1% 57.162 50.032 -12.5% 91.431 77.355 -15.4% ('CountFilteredIntNRQ', None) 6.631 6.680 0.7% 7.404 7.563 2.2% 8.150 8.214 0.8% 34.941 35.138 0.6% 38.614 41.345 7.1% ('CountFilteredOrHighHigh', None) 4.854 4.870 0.3% 5.110 5.149 0.8% 6.348 6.603 4.0% 8.545 8.332 -2.5% 24.961 20.276 -18.8% ('CountFilteredOrHighMed', None) 4.351 4.364 0.3% 4.743 4.770 0.6% 4.882 5.113 4.7% 4.931 8.708 76.6% 4.952 8.803 77.8% ('CountFilteredOrMany', None) 17.238 17.111 -0.7% 20.609 20.243 -1.8% 21.813 20.721 -5.0% 22.386 21.889 -2.2% 81.590 93.691 14.8% ('CountFilteredPhrase', None) 11.987 12.000 0.1% 17.255 17.580 1.9% 18.286 18.351 0.4% 21.094 23.735 12.5% 128.527 110.518 -14.0% ('CountOrHighHigh', None) 1.769 1.744 -1.4% 2.003 1.991 -0.6% 2.456 2.455 -0.1% 2.515 2.727 8.5% 6.493 3.868 -40.4% ('CountOrHighMed', None) 1.732 1.674 -3.4% 1.957 1.965 0.4% 2.614 2.992 14.5% 3.086 3.824 23.9% 14.404 15.534 7.8% ('CountOrMany', None) 16.003 15.257 -4.7% 19.818 19.034 -4.0% 20.250 19.554 -3.4% 24.304 20.694 -14.9% 30.553 23.608 -22.7% ('CountPhrase', None) 38.967 43.538 11.7% 80.065 94.402 17.9% 89.899 104.455 16.2% 90.506 104.991 16.0% 91.494 105.287 15.1% ('CountTerm', None) 0.102 0.097 -4.6% 0.160 0.156 -2.6% 0.242 0.296 22.1% 0.276 0.384 39.1% 0.541 0.564 4.4% ('DismaxOrHighHigh', None) 2.747 2.776 1.1% 7.005 7.031 0.4% 7.401 14.094 90.4% 13.212 15.990 21.0% 15.601 17.331 11.1% ('DismaxOrHighMed', None) 2.485 2.534 2.0% 3.135 3.098 -1.2% 3.375 3.338 -1.1% 3.423 3.596 5.1% 5.843 12.544 114.7% ('DismaxTerm', None) 0.693 0.681 -1.8% 0.914 0.914 0.0% 2.024 2.441 20.6% 3.526 9.630 173.1% 4.130 10.811 161.8% ('FilteredAnd2Terms2StopWords', None) 1.004 1.011 0.7% 6.319 6.236 -1.3% 6.553 6.457 -1.5% 6.675 6.543 -2.0% 6.988 6.718 -3.9% ('FilteredAnd3Terms', None) 1.531 1.469 -4.1% 2.524 2.525 0.0% 2.748 2.739 -0.3% 3.029 8.200 170.7% 3.099 21.126 581.6% ('FilteredAndHighHigh', None) 7.309 7.335 0.4% 7.539 7.570 0.4% 7.742 7.825 1.1% 7.968 8.221 3.2% 9.362 8.906 -4.9% ('FilteredAndHighMed', None) 2.213 2.199 -0.6% 5.632 5.647 0.3% 5.791 5.826 0.6% 5.911 5.893 -0.3% 5.951 6.241 4.9% ('FilteredAndStopWords', None) 8.041 9.457 17.6% 10.111 10.118 0.1% 10.499 10.247 -2.4% 10.499 10.247 -2.4% 111.011 105.188 -5.2% ('FilteredDismaxOrHighHigh', None) 10.062 10.006 -0.6% 10.711 10.711 -0.0% 11.268 11.366 0.9% 16.110 17.314 7.5% 32.560 31.535 -3.1% ('FilteredDismaxOrHighMed', None) 3.148 3.096 -1.7% 7.311 7.297 -0.2% 7.707 7.601 -1.4% 8.260 8.928 8.1% 85.857 91.554 6.6% ('FilteredDismaxTerm', None) 3.530 3.513 -0.5% 4.774 4.722 -1.1% 4.992 5.227 4.7% 5.093 6.306 23.8% 6.893 7.835 13.7% ('FilteredIntNRQ', None) 3.193 3.231 1.2% 4.062 4.140 1.9% 4.479 4.637 3.5% 4.829 5.600 16.0% 55.205 53.321 -3.4% ('FilteredOr2Terms2StopWords', None) 3.413 3.406 -0.2% 7.360 7.393 0.5% 7.590 7.931 4.5% 7.812 8.423 7.8% 95.850 96.387 0.6% ('FilteredOr3Terms', None) 4.557 4.597 0.9% 6.009 6.080 1.2% 6.316 6.456 2.2% 6.495 7.487 15.3% 9.041 7.895 -12.7% ('FilteredOrHighHigh', None) 7.630 7.736 1.4% 7.967 8.085 1.5% 8.211 8.477 3.2% 8.629 9.486 9.9% 57.265 58.904 2.9% ('FilteredOrHighMed', None) 2.211 2.236 1.2% 5.527 5.620 1.7% 5.726 5.845 2.1% 5.805 8.636 48.8% 5.947 27.631 364.6% ('FilteredOrMany', None) 31.151 31.170 0.1% 34.031 33.992 -0.1% 35.891 35.848 -0.1% 44.616 37.036 -17.0% 91.457 146.233 59.9% ('FilteredOrStopWords', None) 11.316 11.761 3.9% 11.910 12.215 2.6% 12.136 14.460 19.1% 12.136 14.460 19.1% 142.029 177.514 25.0% ('FilteredPhrase', None) 10.918 10.979 0.6% 16.732 16.759 0.2% 18.732 18.892 0.9% 24.131 23.792 -1.4% 33.987 35.419 4.2% ('FilteredPrefix3', None) 1.796 1.781 -0.8% 3.790 3.871 2.1% 4.320 4.453 3.1% 4.797 6.819 42.1% 6.087 16.262 167.1% ('FilteredTerm', None) 3.164 3.165 0.0% 4.554 4.459 -2.1% 5.069 4.867 -4.0% 7.784 5.098 -34.5% 30.534 30.957 1.4% ('Fuzzy1', None) 9.032 8.989 -0.5% 10.891 10.922 0.3% 11.971 12.015 0.4% 16.651 17.904 7.5% 35.612 33.293 -6.5% ('Fuzzy2', None) 9.888 9.924 0.4% 11.791 11.888 0.8% 12.694 12.587 -0.8% 12.946 13.008 0.5% 14.136 14.149 0.1% ('IntNRQ', None) 3.156 3.114 -1.3% 4.009 4.145 3.4% 4.367 4.474 2.5% 4.555 5.343 17.3% 5.713 5.382 -5.8% ('IntSet', None) 1.171 1.175 0.3% 1.370 1.420 3.7% 3.364 3.423 1.7% 20.609 20.307 -1.5% 26.271 25.884 -1.5% ('IntervalsOrdered', None) 38.646 37.564 -2.8% 96.959 94.467 -2.6% 98.080 95.592 -2.5% 102.136 96.134 -5.9% 107.313 105.457 -1.7% ('MedTermDayTaxoFacets', None) 24.214 24.704 2.0% 29.102 29.706 2.1% 29.919 30.811 3.0% 30.959 31.306 1.1% 31.491 31.542 0.2% ('Or2Terms2StopWords', None) 1.708 1.702 -0.3% 5.016 5.066 1.0% 5.196 5.419 4.3% 5.640 6.246 10.7% 34.848 34.948 0.3% ('Or3Terms', None) 2.166 2.120 -2.1% 3.603 3.582 -0.6% 4.210 3.998 -5.1% 5.074 5.084 0.2% 271.547 280.167 3.2% ('OrHighHigh', None) 5.080 5.146 1.3% 5.726 5.794 1.2% 5.975 5.978 0.1% 8.135 6.706 -17.6% 16.061 18.032 12.3% ('OrHighMed', None) 1.658 1.695 2.2% 2.834 2.859 0.9% 3.028 3.108 2.7% 6.860 9.104 32.7% 8.548 15.034 75.9% ('OrHighMedDayTaxoFacets', None) 87.164 87.325 0.2% 290.479 292.303 0.6% 293.585 296.095 0.9% 293.884 301.990 2.8% 310.909 311.098 0.1% ('OrHighRare', None) 2.840 2.913 2.6% 3.123 3.156 1.1% 3.418 3.333 -2.5% 3.422 3.344 -2.3% 9.054 3.458 -61.8% ('OrMany', None) 24.547 25.035 2.0% 27.395 27.919 1.9% 29.856 30.325 1.6% 30.144 32.833 8.9% 30.648 40.607 32.5% ('OrStopWords', None) 5.973 5.823 -2.5% 15.355 15.476 0.8% 15.666 17.084 9.1% 15.666 17.084 9.1% 15.751 18.251 15.9% ('PKLookup',) 2.667 2.709 1.6% 2.809 2.886 2.7% 3.463 3.969 14.6% 5.558 5.597 0.7% 7.368 7.402 0.5% ('Phrase', None) 14.364 14.838 3.3% 39.764 39.727 -0.1% 41.838 41.843 0.0% 42.947 42.359 -1.4% 43.532 56.959 30.8% ('PostFilteredVectorSearch', None) 1.756 1.815 3.3% 2.025 2.161 6.7% 5.518 5.440 -1.4% 6.795 6.813 0.3% 7.168 6.966 -2.8% ('PreFilteredVectorSearch', None) 5.816 5.620 -3.4% 6.283 6.214 -1.1% 17.113 9.181 -46.3% 72.069 74.752 3.7% 309.036 306.212 -0.9% ('Prefix3', None) 1.063 1.054 -0.8% 3.299 3.415 3.5% 3.835 3.941 2.8% 21.956 19.744 -10.1% 86.847 91.580 5.5% ('Respell',) 14.422 14.543 0.8% 16.846 16.952 0.6% 19.695 19.974 1.4% 26.522 27.061 2.0% 32.596 32.675 0.2% ('SloppyPhrase', None) 79.373 78.389 -1.2% 211.692 208.678 -1.4% 215.353 212.868 -1.2% 226.045 214.798 -5.0% 288.215 294.853 2.3% ('SpanNear', None) 34.137 33.817 -0.9% 91.135 91.883 0.8% 92.618 94.042 1.5% 93.116 94.908 1.9% 192.169 199.929 4.0% ('Term', None) 0.826 0.836 1.3% 1.012 1.009 -0.3% 1.268 1.172 -7.5% 2.105 1.372 -34.9% 22.994 25.439 10.6% ('TermBGroup1M', None) 52.395 51.017 -2.6% 84.628 82.684 -2.3% 85.557 83.226 -2.7% 85.942 83.825 -2.5% 86.017 85.467 -0.6% ('TermBGroup1M1P', None) 25.505 24.969 -2.1% 45.412 44.584 -1.8% 46.119 45.163 -2.1% 46.285 46.845 1.2% 51.176 53.057 3.7% ('TermDateFacets', None) 32.982 33.869 2.7% 57.034 59.468 4.3% 58.002 60.680 4.6% 71.194 62.000 -12.9% 138.501 143.428 3.6% ('TermDateTimeSort', 'DateTime') 4.174 3.999 -4.2% 4.912 5.771 17.5% 5.474 6.067 10.8% 19.651 25.925 31.9% 64.901 72.227 11.3% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.175 6.387 3.4% 9.679 10.232 5.7% 10.252 10.612 3.5% 10.884 14.213 30.6% 37.501 40.422 7.8% ('TermDayOfYearSort', 'DayOfYear') 2.165 2.188 1.0% 3.437 3.311 -3.7% 3.894 3.783 -2.8% 4.485 3.883 -13.4% 23.518 16.965 -27.9% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.128 6.241 1.8% 10.524 10.893 3.5% 11.181 11.178 -0.0% 11.364 11.693 2.9% 12.275 11.884 -3.2% ('TermGroup100', None) 56.571 56.657 0.2% 107.815 108.814 0.9% 109.564 110.486 0.8% 109.847 111.326 1.3% 117.501 112.313 -4.4% ('TermGroup10K', None) 64.383 63.128 -2.0% 110.537 108.642 -1.7% 112.911 110.934 -1.8% 113.102 112.534 -0.5% 137.273 132.257 -3.7% ('TermGroup1M', None) 65.363 63.969 -2.1% 114.890 113.194 -1.5% 116.068 115.057 -0.9% 116.115 115.234 -0.8% 117.902 117.943 0.0% ('TermMonthSort', 'Month') 0.927 0.878 -5.4% 1.085 1.048 -3.4% 1.373 1.214 -11.6% 1.841 2.306 25.2% 3.883 2.726 -29.8% ('TermMonthSortSkipper', 'Month (skipper)') 4.942 5.147 4.1% 8.393 8.982 7.0% 8.687 9.249 6.5% 10.205 9.464 -7.3% 42.840 62.108 45.0% ('TermTitleSort', 'Title') 7.417 7.717 4.0% 9.588 10.041 4.7% 13.788 20.910 51.6% 57.610 61.697 7.1% 122.611 75.133 -38.7% ('TermTitleSortSkipper', 'Title (skipper)') 6.416 6.567 2.3% 9.701 10.270 5.9% 9.909 10.564 6.6% 10.007 11.592 15.8% 69.090 73.870 6.9% ('VectorSearch', None) 2.095 2.106 0.5% 2.316 2.311 -0.2% 7.778 6.059 -22.1% 8.029 7.233 -9.9% 8.583 8.449 -1.6% ('Wildcard', None) 23.551 24.016 2.0% 38.715 38.395 -0.8% 46.435 46.886 1.0% 51.065 49.156 -3.7% 79.082 78.533 -0.7% generate vmstat pretties /l/reports.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.22.14.08.44/search-tasks /l/reports.nightly/2026.05.22.14.08.44/fastIndexBigDocs /l/reports.nightly/2026.05.22.14.08.44/fixedIndex /l/reports.nightly/2026.05.22.14.08.44/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.22.14.08.44/nrtIndexMediumDocs /l/reports.nightly/2026.05.22.14.08.44/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 43.32 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 60.67 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 94.01 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 159.24 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 219.90 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.49 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.22 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.34 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.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=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 13.95 seconds Blunders: now uploading files "/l/logs.nightly/bench-search-nightly-nightly-14.jfr" "/l/logs.nightly/bench-search-nightly-nightly-13.jfr" "/l/logs.nightly/bench-search-nightly-nightly-5.jfr" "/l/logs.nightly/bench-search-nightly-nightly-0.jfr" "/l/logs.nightly/bench-search-nightly-nightly-17.jfr" "/l/logs.nightly/bench-search-nightly-nightly-19.jfr" "/l/logs.nightly/bench-search-nightly-nightly-16.jfr" "/l/logs.nightly/bench-search-nightly-nightly-11.jfr" "/l/logs.nightly/bench-search-nightly-nightly-8.jfr" "/l/logs.nightly/bench-search-nightly-nightly-18.jfr" "/l/logs.nightly/bench-search-nightly-nightly-1.jfr" "/l/logs.nightly/bench-search-nightly-nightly-7.jfr" "/l/logs.nightly/bench-search-nightly-nightly-9.jfr" "/l/logs.nightly/bench-search-nightly-nightly-2.jfr" "/l/logs.nightly/bench-search-nightly-nightly-3.jfr" "/l/logs.nightly/bench-search-nightly-nightly-6.jfr" "/l/logs.nightly/bench-search-nightly-nightly-12.jfr" "/l/logs.nightly/bench-search-nightly-nightly-4.jfr" "/l/logs.nightly/bench-search-nightly-nightly-10.jfr" "/l/logs.nightly/bench-search-nightly-nightly-15.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.71.89, 3.5.72.82, 3.5.67.193, 3.5.74.49, 3.5.69.33, 3.5.69.3, 3.5.66.1 * Trying 3.5.71.89:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.71.89 port 443) from 10.17.4.7 port 55020 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/ef8e97eb-ecf0-4b69-89c6-6de33cbe6d62.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHgaCWV1LXdlc3QtMSJIMEYCIQDlBvY9CFhp%2FVtXVqHkGDSWK6N40Xo04SZK0xIXsw2KlwIhALWVY9g96M93nQL8xJUmTUaKQj5aaxMSCJsfi9vIjc1RKroFCEEQABoMODM1NDk0NzUzMTI2IgxGJ8c0EoHek0J9HpMqlwUg8WTP2YgmsS9%2BvC1KupY3tr%2FJ54DJYQnZaPrFuPkZOCluAuMLmRMHRa%2BXuF8%2BF8F0cKGVE50LZm3N%2BX9jQ34iNZfhn3HrjWiDbqBR3916cvCtfkecWVHh3iLn2s622LS8POnf1S3X1puOsCcJpVX5YfyGX7HDlsTnogka5DN82RThEccr%2Bs3q6Jj0PkXugd%2FhZnonyVzWPMaFWyPfFUo8gig3gnG7wdcGTXDsK2%2FZQ9vVw%2F8XrLEqofl6jK1vAt7Ocvd45IcWUk5ZjnxUQejFRHYhYf9pG4hZgHPoq%2BbJK%2FyIQ9%2BmxEJjqhSKcNWR9Bvt1Q3T46GdK77KGDgZXTZPGmob6dyo6Mk5nhFwES6TfVBG%2FAELMUzQAORAO0Jh8yEEpSWuuE%2FogGKGxsf%2BZdxf6CgCq7gUDf42kQQ9xE42Yu%2F5vsPPAEF%2FJuFpeuDReH2H8zAvWwbuRIm9BE5OqHM10PX9e0oI%2BfnKEq2V6%2Bq6K5XNk5%2B%2FWAOBnDN%2FjWqg%2FykSFSfIGhjNtfexEU1cFTFdUMNf2peYWgbUkj9QD2cazsAcqUNI%2BzS3Z9OTK5HoB8EIRG46HQorH5RL0sz9HSoapgGF6NPXIB59LL1HRPOVfDysFuNonTTRx2%2BhKRd4w%2BJoeB6jA7dPL46%2FzJANuSGc9J7TjhL6xLyKTJRq74gFkmUHPGEKPK2GWUYO8uh2b65ZhZGWQAkw1wqhWauyTTycxLdxHPXlpQ26VDOI0VVFOsOZUevnYSk0ptiGwmqEfDqE4%2BYdbE%2BQC84p%2FnO2ywIWIXKF6QTP86FVdtyIjFH2pLkSgvJPxO1%2F%2FYlzERbR7%2FRuroM0SPEVvOEY35%2FMjXoya4kZ4QkpsQThjkTIKpeOkx5W1iXDXeUwjvDI0AY6sAHaO2Rnw1tDELLUZbK5D%2FIhipOnpRXTkRrA2up1iP2e8mRos5M5Nwzui%2BVqPZdUB4BJ%2BYeNB4thMEFoOlMnPUCGiNpBdJxVHGcmg%2B3ewQZKA7XQiALRC7eSYAxaD6QvWZI3YZ8KycqsCFRmKUb9CN0PfI9mN6ZB2Xe9mWxVsbmxObeH79VBryr1e5Rwe1oOs40lJSo7NC4n1%2BA3XeVTV%2Fmvs7TpGRX9iXVNOl7OjrU2qw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260524T012034Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBK3QD6EQ%2F20260524%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e6dbe6bb1e5e6f31100056488d9204f4bbd1bcf14b25c134fee38ac8d5effe2c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429542417 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.6M 0 0 0 3.43M 0 3.41M 02:00 00:01 01:59 3.41M 2 409.6M 0 0 2 11.25M 0 5.58M 01:13 00:02 01:11 5.59M 4 409.6M 0 0 4 17.25M 0 5.62M 01:12 00:03 01:09 5.62M 5 409.6M 0 0 5 20.93M 0 5.13M 01:19 00:04 01:15 5.13M 5 409.6M 0 0 5 24.56M 0 4.81M 01:25 00:05 01:20 4.81M 6 409.6M 0 0 6 28.06M 0 4.58M 01:29 00:06 01:23 4.81M 7 409.6M 0 0 7 30.87M 0 4.33M 01:34 00:07 01:27 3.84M 8 409.6M 0 0 8 33.93M 0 4.16M 01:38 00:08 01:30 3.28M 9 409.6M 0 0 9 37.12M 0 4.05M 01:41 00:09 01:32 3.18M 9 409.6M 0 0 9 40.31M 0 3.96M 01:43 00:10 01:33 3.11M 10 409.6M 0 0 10 43.50M 0 3.89M 01:45 00:11 01:34 3.05M 11 409.6M 0 0 11 46.68M 0 3.83M 01:46 00:12 01:34 3.12M 12 409.6M 0 0 12 49.93M 0 3.78M 01:48 00:13 01:35 3.16M 13 409.6M 0 0 13 53.31M 0 3.75M 01:49 00:14 01:35 3.20M 13 409.6M 0 0 13 56.93M 0 3.74M 01:49 00:15 01:34 3.28M 14 409.6M 0 0 14 60.93M 0 3.75M 01:49 00:16 01:33 3.44M 15 409.6M 0 0 15 65.50M 0 3.79M 01:47 00:17 01:30 3.71M 17 409.6M 0 0 17 70.81M 0 3.88M 01:45 00:18 01:27 4.13M 18 409.6M 0 0 18 77.12M 0 4.00M 01:42 00:19 01:23 4.72M 20 409.6M 0 0 20 84.81M 0 4.18M 01:37 00:20 01:17 5.53M 22 409.6M 0 0 22 93.68M 0 4.40M 01:32 00:21 01:11 6.52M 24 409.6M 0 0 24 100.5M 0 4.51M 01:30 00:22 01:08 6.97M 25 409.6M 0 0 25 106.2M 0 4.56M 01:29 00:23 01:06 7.06M 27 409.6M 0 0 27 112.3M 0 4.63M 01:28 00:24 01:04 7.03M 28 409.6M 0 0 28 117.7M 0 4.65M 01:27 00:25 01:02 6.55M 29 409.6M 0 0 29 122.6M 0 4.66M 01:27 00:26 01:01 5.75M 31 409.6M 0 0 31 127.8M 0 4.68M 01:27 00:27 01:00 5.42M 32 409.6M 0 0 32 133.1M 0 4.70M 01:27 00:28 00:59 5.34M 33 409.6M 0 0 33 138.5M 0 4.72M 01:26 00:29 00:57 5.20M 35 409.6M 0 0 35 144.0M 0 4.75M 01:26 00:30 00:56 5.22M 36 409.6M 0 0 36 149.4M 0 4.77M 01:25 00:31 00:54 5.33M 37 409.6M 0 0 37 154.8M 0 4.79M 01:25 00:32 00:53 5.38M 39 409.6M 0 0 39 160.3M 0 4.81M 01:25 00:33 00:52 5.41M 40 409.6M 0 0 40 164.0M 0 4.77M 01:25 00:34 00:51 5.06M 40 409.6M 0 0 40 166.5M 0 4.71M 01:26 00:35 00:51 4.46M 41 409.6M 0 0 41 168.2M 0 4.62M 01:28 00:36 00:52 3.73M 41 409.6M 0 0 41 170.1M 0 4.55M 01:29 00:37 00:52 3.03M 42 409.6M 0 0 42 172.1M 0 4.48M 01:31 00:38 00:53 2.33M 42 409.6M 0 0 42 174.0M 0 4.42M 01:32 00:39 00:53 1.98M 42 409.6M 0 0 42 176.0M 0 4.35M 01:33 00:40 00:53 1.89M 43 409.6M 0 0 43 177.8M 0 4.29M 01:35 00:41 00:54 1.89M 43 409.6M 0 0 43 179.6M 0 4.23M 01:36 00:42 00:54 1.86M 44 409.6M 0 0 44 181.6M 0 4.17M 01:38 00:43 00:55 1.86M 44 409.6M 0 0 44 183.5M 0 4.12M 01:39 00:44 00:55 1.84M 45 409.6M 0 0 45 185.1M 0 4.06M 01:40 00:45 00:55 1.76M 45 409.6M 0 0 45 186.8M 0 4.01M 01:42 00:46 00:56 1.75M 46 409.6M 0 0 46 188.6M 0 3.96M 01:43 00:47 00:56 1.75M 46 409.6M 0 0 46 190.3M 0 3.91M 01:44 00:48 00:56 1.71M 46 409.6M 0 0 46 192.2M 0 3.87M 01:45 00:49 00:56 1.71M 47 409.6M 0 0 47 194.1M 0 3.83M 01:46 00:50 00:56 1.77M 47 409.6M 0 0 47 196.1M 0 3.80M 01:47 00:51 00:56 1.83M 48 409.6M 0 0 48 198.3M 0 3.76M 01:48 00:52 00:56 1.91M 49 409.6M 0 0 49 200.9M 0 3.74M 01:49 00:53 00:56 2.08M 49 409.6M 0 0 49 204.0M 0 3.73M 01:49 00:54 00:55 2.33M 50 409.6M 0 0 50 207.9M 0 3.73M 01:49 00:55 00:54 2.72M 51 409.6M 0 0 51 213.0M 0 3.75M 01:48 00:56 00:52 3.33M 53 409.6M 0 0 53 219.3M 0 3.80M 01:47 00:57 00:50 4.17M 55 409.6M 0 0 55 227.3M 0 3.87M 01:45 00:58 00:47 5.24M 57 409.6M 0 0 57 237.5M 0 3.97M 01:42 00:59 00:43 6.66M 61 409.6M 0 0 61 250.0M 0 4.12M 01:39 01:00 00:39 8.39M 64 409.6M 0 0 64 263.8M 0 4.27M 01:35 01:01 00:34 10.13M 67 409.6M 0 0 67 275.9M 0 4.40M 01:33 01:02 00:31 11.29M 70 409.6M 0 0 70 287.2M 0 4.51M 01:30 01:03 00:27 11.96M 72 409.6M 0 0 72 297.3M 0 4.59M 01:29 01:04 00:25 11.94M 75 409.6M 0 0 75 307.9M 0 4.68M 01:27 01:05 00:22 11.55M 77 409.6M 0 0 77 318.8M 0 4.78M 01:25 01:06 00:19 10.95M 79 409.6M 0 0 79 327.2M 0 4.83M 01:24 01:07 00:17 10.22M 81 409.6M 0 0 81 335.7M 0 4.88M 01:23 01:08 00:15 9.66M 83 409.6M 0 0 83 342.0M 0 4.90M 01:23 01:09 00:14 8.89M 84 409.6M 0 0 84 345.1M 0 4.87M 01:23 01:10 00:13 7.36M 84 409.6M 0 0 84 346.5M 0 4.82M 01:24 01:11 00:13 5.46M 84 409.6M 0 0 84 347.9M 0 4.78M 01:25 01:12 00:13 4.06M 85 409.6M 0 0 85 349.4M 0 4.73M 01:26 01:13 00:13 2.67M 85 409.6M 0 0 85 350.9M 0 4.69M 01:27 01:14 00:13 1.73M 86 409.6M 0 0 86 352.5M 0 4.64M 01:28 01:15 00:13 1.44M 86 409.6M 0 0 86 353.9M 0 4.60M 01:28 01:16 00:12 1.45M 86 409.6M 0 0 86 355.3M 0 4.56M 01:29 01:17 00:12 1.45M 87 409.6M 0 0 87 357.0M 0 4.52M 01:30 01:18 00:12 1.48M 87 409.6M 0 0 87 358.6M 0 4.48M 01:31 01:19 00:12 1.51M 87 409.6M 0 0 87 360.3M 0 4.45M 01:32 01:20 00:12 1.52M 88 409.6M 0 0 88 362.0M 0 4.41M 01:32 01:22 00:10 1.57M 88 409.6M 0 0 88 363.7M 0 4.38M 01:33 01:23 00:10 1.62M 89 409.6M 0 0 89 365.5M 0 4.34M 01:34 01:24 00:10 1.66M 89 409.6M 0 0 89 367.5M 0 4.32M 01:34 01:25 00:09 1.73M 90 409.6M 0 0 90 369.8M 0 4.29M 01:35 01:26 00:09 1.86M 90 409.6M 0 0 90 372.6M 0 4.27M 01:35 01:27 00:08 2.08M 91 409.6M 0 0 91 376.1M 0 4.27M 01:35 01:28 00:07 2.45M 92 409.6M 0 0 92 380.6M 0 4.27M 01:35 01:29 00:06 2.98M 94 409.6M 0 0 94 386.3M 0 4.28M 01:35 01:30 00:05 3.73M 95 409.6M 0 0 95 393.1M 0 4.31M 01:34 01:31 00:03 4.63M 97 409.6M 0 0 97 399.1M 0 4.33M 01:34 01:32 00:02 5.29M 99 409.6M 0 0 99 405.9M 0 4.36M 01:33 01:33 5.92M* upload completely sent off: 429542417 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: UeXhJukttNpLbPF6pHFVEDP4U8KqDfkHFXF68GKcCCRsBBxhbIkTAKIVrvBvZPZtDdlz+CM+uw0g511weIQ3OgCzJTrkdfgI < x-amz-request-id: 3J7X96CRXNTP6K0V < Date: Sun, 24 May 2026 01:21:06 GMT < x-amz-server-side-encryption: AES256 < ETag: "c2362c65aeffb31401b023d4bcdff648" < x-amz-checksum-crc64nvme: qsLHXZXA2VE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 409.6M 0 0 100 409.6M 0 4.34M 01:34 01:34 5.57M 100 409.6M 0 0 100 409.6M 0 4.34M 01:34 01:34 5.57M 100 409.6M 0 0 100 409.6M 0 4.34M 01:34 01:34 5.57M 100 409.6M 0 0 100 409.6M 0 4.34M 01:34 01:34 5.57M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 125.67 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.67.234, 3.5.67.239, 3.5.67.204, 3.5.64.218, 3.5.73.74, 52.92.17.128, 52.92.19.192, 3.5.64.35 * Trying 3.5.67.234: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.67.234 port 443) from 10.17.4.7 port 50896 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/66a13e47-25f3-4393-813e-3fe0845e3cae.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHgaCWV1LXdlc3QtMSJIMEYCIQDlBvY9CFhp%2FVtXVqHkGDSWK6N40Xo04SZK0xIXsw2KlwIhALWVY9g96M93nQL8xJUmTUaKQj5aaxMSCJsfi9vIjc1RKroFCEEQABoMODM1NDk0NzUzMTI2IgxGJ8c0EoHek0J9HpMqlwUg8WTP2YgmsS9%2BvC1KupY3tr%2FJ54DJYQnZaPrFuPkZOCluAuMLmRMHRa%2BXuF8%2BF8F0cKGVE50LZm3N%2BX9jQ34iNZfhn3HrjWiDbqBR3916cvCtfkecWVHh3iLn2s622LS8POnf1S3X1puOsCcJpVX5YfyGX7HDlsTnogka5DN82RThEccr%2Bs3q6Jj0PkXugd%2FhZnonyVzWPMaFWyPfFUo8gig3gnG7wdcGTXDsK2%2FZQ9vVw%2F8XrLEqofl6jK1vAt7Ocvd45IcWUk5ZjnxUQejFRHYhYf9pG4hZgHPoq%2BbJK%2FyIQ9%2BmxEJjqhSKcNWR9Bvt1Q3T46GdK77KGDgZXTZPGmob6dyo6Mk5nhFwES6TfVBG%2FAELMUzQAORAO0Jh8yEEpSWuuE%2FogGKGxsf%2BZdxf6CgCq7gUDf42kQQ9xE42Yu%2F5vsPPAEF%2FJuFpeuDReH2H8zAvWwbuRIm9BE5OqHM10PX9e0oI%2BfnKEq2V6%2Bq6K5XNk5%2B%2FWAOBnDN%2FjWqg%2FykSFSfIGhjNtfexEU1cFTFdUMNf2peYWgbUkj9QD2cazsAcqUNI%2BzS3Z9OTK5HoB8EIRG46HQorH5RL0sz9HSoapgGF6NPXIB59LL1HRPOVfDysFuNonTTRx2%2BhKRd4w%2BJoeB6jA7dPL46%2FzJANuSGc9J7TjhL6xLyKTJRq74gFkmUHPGEKPK2GWUYO8uh2b65ZhZGWQAkw1wqhWauyTTycxLdxHPXlpQ26VDOI0VVFOsOZUevnYSk0ptiGwmqEfDqE4%2BYdbE%2BQC84p%2FnO2ywIWIXKF6QTP86FVdtyIjFH2pLkSgvJPxO1%2F%2FYlzERbR7%2FRuroM0SPEVvOEY35%2FMjXoya4kZ4QkpsQThjkTIKpeOkx5W1iXDXeUwjvDI0AY6sAHaO2Rnw1tDELLUZbK5D%2FIhipOnpRXTkRrA2up1iP2e8mRos5M5Nwzui%2BVqPZdUB4BJ%2BYeNB4thMEFoOlMnPUCGiNpBdJxVHGcmg%2B3ewQZKA7XQiALRC7eSYAxaD6QvWZI3YZ8KycqsCFRmKUb9CN0PfI9mN6ZB2Xe9mWxVsbmxObeH79VBryr1e5Rwe1oOs40lJSo7NC4n1%2BA3XeVTV%2Fmvs7TpGRX9iXVNOl7OjrU2qw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260524T012240Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBK3QD6EQ%2F20260524%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=03ed2f1fe327b062cc9ca1af5c563f5f64b36be2f206f87d05eeb78dbb7cc03b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71574309 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 68.25M 0 0 1 896.0k 0 873.0k 01:20 00:01 01:19 873.2k 4 68.25M 0 0 4 2.93M 0 1.44M 00:47 00:02 00:45 1.44M 7 68.25M 0 0 7 4.81M 0 1.56M 00:43 00:03 00:40 1.56M 9 68.25M 0 0 9 6.37M 0 1.56M 00:43 00:04 00:39 1.56M 11 68.25M 0 0 11 7.62M 0 1.49M 00:45 00:05 00:40 1.49M 13 68.25M 0 0 13 8.93M 0 1.45M 00:46 00:06 00:40 1.57M 15 68.25M 0 0 15 10.31M 0 1.43M 00:47 00:07 00:40 1.43M 17 68.25M 0 0 17 11.75M 0 1.42M 00:47 00:08 00:39 1.34M 19 68.25M 0 0 19 13.25M 0 1.43M 00:47 00:09 00:38 1.33M 21 68.25M 0 0 21 14.81M 0 1.44M 00:47 00:10 00:37 1.39M 24 68.25M 0 0 24 16.50M 0 1.46M 00:46 00:11 00:35 1.46M 26 68.25M 0 0 26 18.25M 0 1.48M 00:45 00:12 00:33 1.55M 29 68.25M 0 0 29 20.31M 0 1.52M 00:44 00:13 00:31 1.68M 33 68.25M 0 0 33 23.06M 0 1.61M 00:42 00:14 00:28 1.93M 39 68.25M 0 0 39 26.68M 0 1.74M 00:39 00:15 00:24 2.35M 45 68.25M 0 0 45 31.37M 0 1.92M 00:35 00:16 00:19 2.94M 54 68.25M 0 0 54 37.50M 0 2.16M 00:31 00:17 00:14 3.81M 63 68.25M 0 0 63 43.62M 0 2.37M 00:28 00:18 00:10 4.64M 72 68.25M 0 0 72 49.37M 0 2.55M 00:26 00:19 00:07 5.23M 81 68.25M 0 0 81 55.62M 0 2.73M 00:24 00:20 00:04 5.75M 91 68.25M 0 0 91 62.31M 0 2.91M 00:23 00:21 00:02 6.15M* upload completely sent off: 71574309 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: g2yqmaM71s52iG/3eusZiGNIzsIr9tOUomjjCZiH+oG4QRFmCgh+IQDG3GzUJC/jqEL+NmnhcHNzEwkNYU8Od+kJgWZ9dllu < x-amz-request-id: M3X7YXDXM44K57PS < Date: Sun, 24 May 2026 01:22:47 GMT < x-amz-server-side-encryption: AES256 < ETag: "313229c1c020711e4a420148f10734c8" < x-amz-checksum-crc64nvme: zPeCmJ5EQ6E= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 68.25M 0 0 100 68.25M 0 3.01M 00:22 00:22 5.82M 100 68.25M 0 0 100 68.25M 0 3.01M 00:22 00:22 5.82M 100 68.25M 0 0 100 68.25M 0 3.01M 00:22 00:22 5.82M 100 68.25M 0 0 100 68.25M 0 3.01M 00:22 00:22 5.82M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 28.16 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: 52.92.0.120, 52.92.19.72, 52.92.20.120, 3.5.75.0, 3.5.66.61, 3.5.73.122, 3.5.74.29, 3.5.69.3 * Trying 52.92.0.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.0.120 port 443) from 10.17.4.7 port 47622 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/11e686f2-99a0-47d5-82e3-afdfc9991864.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHgaCWV1LXdlc3QtMSJIMEYCIQDlBvY9CFhp%2FVtXVqHkGDSWK6N40Xo04SZK0xIXsw2KlwIhALWVY9g96M93nQL8xJUmTUaKQj5aaxMSCJsfi9vIjc1RKroFCEEQABoMODM1NDk0NzUzMTI2IgxGJ8c0EoHek0J9HpMqlwUg8WTP2YgmsS9%2BvC1KupY3tr%2FJ54DJYQnZaPrFuPkZOCluAuMLmRMHRa%2BXuF8%2BF8F0cKGVE50LZm3N%2BX9jQ34iNZfhn3HrjWiDbqBR3916cvCtfkecWVHh3iLn2s622LS8POnf1S3X1puOsCcJpVX5YfyGX7HDlsTnogka5DN82RThEccr%2Bs3q6Jj0PkXugd%2FhZnonyVzWPMaFWyPfFUo8gig3gnG7wdcGTXDsK2%2FZQ9vVw%2F8XrLEqofl6jK1vAt7Ocvd45IcWUk5ZjnxUQejFRHYhYf9pG4hZgHPoq%2BbJK%2FyIQ9%2BmxEJjqhSKcNWR9Bvt1Q3T46GdK77KGDgZXTZPGmob6dyo6Mk5nhFwES6TfVBG%2FAELMUzQAORAO0Jh8yEEpSWuuE%2FogGKGxsf%2BZdxf6CgCq7gUDf42kQQ9xE42Yu%2F5vsPPAEF%2FJuFpeuDReH2H8zAvWwbuRIm9BE5OqHM10PX9e0oI%2BfnKEq2V6%2Bq6K5XNk5%2B%2FWAOBnDN%2FjWqg%2FykSFSfIGhjNtfexEU1cFTFdUMNf2peYWgbUkj9QD2cazsAcqUNI%2BzS3Z9OTK5HoB8EIRG46HQorH5RL0sz9HSoapgGF6NPXIB59LL1HRPOVfDysFuNonTTRx2%2BhKRd4w%2BJoeB6jA7dPL46%2FzJANuSGc9J7TjhL6xLyKTJRq74gFkmUHPGEKPK2GWUYO8uh2b65ZhZGWQAkw1wqhWauyTTycxLdxHPXlpQ26VDOI0VVFOsOZUevnYSk0ptiGwmqEfDqE4%2BYdbE%2BQC84p%2FnO2ywIWIXKF6QTP86FVdtyIjFH2pLkSgvJPxO1%2F%2FYlzERbR7%2FRuroM0SPEVvOEY35%2FMjXoya4kZ4QkpsQThjkTIKpeOkx5W1iXDXeUwjvDI0AY6sAHaO2Rnw1tDELLUZbK5D%2FIhipOnpRXTkRrA2up1iP2e8mRos5M5Nwzui%2BVqPZdUB4BJ%2BYeNB4thMEFoOlMnPUCGiNpBdJxVHGcmg%2B3ewQZKA7XQiALRC7eSYAxaD6QvWZI3YZ8KycqsCFRmKUb9CN0PfI9mN6ZB2Xe9mWxVsbmxObeH79VBryr1e5Rwe1oOs40lJSo7NC4n1%2BA3XeVTV%2Fmvs7TpGRX9iXVNOl7OjrU2qw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260524T012308Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBK3QD6EQ%2F20260524%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=59d552fcfc919cdaa598bbe0db1c542ed3d345847ec717ce3df2a75c85b1834e HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 633521971 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 604.1M 0 0 0 704.0k 0 686.5k 15:01 00:01 15:00 686.8k 0 604.1M 0 0 0 1.00M 0 483.5k 21:19 00:02 21:17 483.7k 0 604.1M 0 0 0 1.18M 0 377.8k 27:17 00:03 27:14 377.9k 0 604.1M 0 0 0 1.43M 0 335.6k 30:43 00:04 30:39 335.6k 0 604.1M 0 0 0 1.68M 0 319.9k 32:13 00:05 32:08 320.0k 0 604.1M 0 0 0 1.93M 0 308.1k 33:27 00:06 33:21 236.4k 0 604.1M 0 0 0 2.18M 0 288.9k 35:41 00:07 35:34 215.7k 0 604.1M 0 0 0 2.37M 0 271.1k 38:01 00:08 37:53 211.4k 0 604.1M 0 0 0 2.56M 0 258.7k 39:51 00:10 39:41 200.1k 0 604.1M 0 0 0 2.75M 0 251.5k 40:59 00:11 40:48 187.7k 0 604.1M 0 0 0 3.00M 0 243.8k 42:17 00:12 42:05 176.6k 0 604.1M 0 0 0 3.18M 0 232.6k 44:19 00:14 44:05 163.0k 0 604.1M 0 0 0 3.37M 0 224.9k 45:50 00:15 45:35 160.1k 0 604.1M 0 0 0 3.50M 0 217.0k 47:30 00:16 47:14 150.7k 0 604.1M 0 0 0 3.68M 0 211.0k 48:51 00:17 48:34 143.3k 0 604.1M 0 0 0 3.93M 0 208.5k 49:26 00:19 49:07 142.5k 0 604.1M 0 0 0 4.06M 0 203.3k 50:41 00:20 50:21 139.5k 0 604.1M 0 0 0 4.18M 0 197.7k 52:09 00:21 51:48 131.6k 0 604.1M 0 0 0 4.37M 0 195.3k 52:46 00:22 52:24 139.6k 0 604.1M 0 0 0 4.56M 0 190.7k 54:02 00:24 53:38 135.7k 0 604.1M 0 0 0 4.68M 0 187.0k 55:07 00:25 54:42 121.2k 0 604.1M 0 0 0 4.87M 0 183.1k 56:18 00:27 55:51 122.1k 0 604.1M 0 0 0 5.06M 0 181.2k 56:54 00:28 56:26 129.4k 0 604.1M 0 0 0 5.25M 0 180.3k 57:09 00:29 56:40 130.3k 0 604.1M 0 0 0 5.50M 0 182.0k 56:37 00:30 56:07 149.0k 0 604.1M 0 0 0 5.75M 0 184.2k 55:57 00:31 55:26 173.0k 0 604.1M 0 0 0 5.93M 0 182.5k 56:29 00:33 55:56 179.8k 1 604.1M 0 0 1 6.06M 0 179.6k 57:22 00:34 56:48 172.4k 1 604.1M 0 0 1 6.25M 0 179.9k 57:18 00:35 56:43 177.5k 1 604.1M 0 0 1 6.43M 0 179.9k 57:18 00:36 56:42 168.1k 1 604.1M 0 0 1 6.68M 0 180.3k 57:09 00:37 56:32 159.6k 1 604.1M 0 0 1 6.93M 0 181.6k 56:46 00:39 56:07 176.4k 1 604.1M 0 0 1 7.18M 0 182.9k 56:20 00:40 55:40 203.0k 1 604.1M 0 0 1 7.37M 0 181.3k 56:50 00:41 56:09 189.8k 1 604.1M 0 0 1 7.56M 0 180.9k 56:59 00:42 56:17 187.1k 1 604.1M 0 0 1 7.75M 0 181.1k 56:54 00:43 56:11 186.2k 1 604.1M 0 0 1 8.00M 0 182.5k 56:28 00:44 55:44 189.1k 1 604.1M 0 0 1 8.31M 0 184.4k 55:54 00:46 55:08 194.1k 1 604.1M 0 0 1 8.50M 0 182.7k 56:25 00:47 55:38 192.0k 1 604.1M 0 0 1 8.62M 0 181.3k 56:51 00:48 56:03 184.4k 1 604.1M 0 0 1 8.81M 0 180.6k 57:05 00:49 56:16 176.6k 1 604.1M 0 0 1 9.00M 0 179.8k 57:20 00:51 56:29 160.4k 1 604.1M 0 0 1 9.12M 0 178.5k 57:45 00:52 56:53 134.5k 1 604.1M 0 0 1 9.31M 0 177.6k 58:03 00:53 57:10 137.3k 1 604.1M 0 0 1 9.50M 0 176.5k 58:23 00:55 57:28 140.0k 1 604.1M 0 0 1 9.62M 0 174.1k 59:12 00:56 58:16 125.5k 1 604.1M 0 0 1 9.75M 0 172.6k 59:42 00:57 58:45 117.0k 1 604.1M 0 0 1 9.93M 0 171.4k 1:00:09 00:59 59:10 118.3k 1 604.1M 0 0 1 10.06M 0 169.5k 1:00:48 01:00 59:48 108.5k 1 604.1M 0 0 1 10.25M 0 169.4k 1:00:50 01:01 59:49 112.3k 1 604.1M 0 0 1 10.50M 0 170.3k 1:00:32 01:03 59:29 137.1k 1 604.1M 0 0 1 10.68M 0 170.4k 1:00:29 01:04 59:25 150.2k 1 604.1M 0 0 1 10.93M 0 171.3k 1:00:11 01:05 59:06 170.4k 1 604.1M 0 0 1 11.12M 0 171.2k 1:00:13 01:06 59:07 188.7k 1 604.1M 0 0 1 11.25M 0 170.3k 1:00:32 01:07 59:25 179.3k 1 604.1M 0 0 1 11.37M 0 169.5k 1:00:49 01:08 59:41 160.5k 1 604.1M 0 0 1 11.56M 0 168.4k 1:01:12 01:10 1:00:02 147.3k 1 604.1M 0 0 1 11.68M 0 167.0k 1:01:43 01:11 1:00:32 122.6k 1 604.1M 0 0 1 11.87M 0 166.6k 1:01:51 01:12 1:00:39 119.4k 1 604.1M 0 0 1 12.06M 0 166.6k 1:01:52 01:14 1:00:38 128.4k 2 604.1M 0 0 2 12.18M 0 166.0k 1:02:04 01:15 1:00:49 129.4k 2 604.1M 0 0 2 12.37M 0 165.6k 1:02:14 01:16 1:00:58 134.0k 2 604.1M 0 0 2 12.50M 0 164.8k 1:02:32 01:17 1:01:15 138.5k 2 604.1M 0 0 2 12.68M 0 164.7k 1:02:36 01:18 1:01:18 140.4k 2 604.1M 0 0 2 12.87M 0 164.4k 1:02:42 01:20 1:01:22 137.1k 2 604.1M 0 0 2 13.06M 0 164.3k 1:02:43 01:21 1:01:22 143.7k 2 604.1M 0 0 2 13.25M 0 164.0k 1:02:50 01:22 1:01:28 144.3k 2 604.1M 0 0 2 13.43M 0 164.0k 1:02:52 01:23 1:01:29 153.5k 2 604.1M 0 0 2 13.68M 0 164.8k 1:02:32 01:25 1:01:07 166.9k 2 604.1M 0 0 2 13.93M 0 165.6k 1:02:15 01:26 1:00:49 181.3k 2 604.1M 0 0 2 14.12M 0 165.6k 1:02:15 01:27 1:00:48 182.3k 2 604.1M 0 0 2 14.25M 0 164.8k 1:02:31 01:28 1:01:03 176.7k 2 604.1M 0 0 2 14.43M 0 164.5k 1:02:38 01:29 1:01:09 172.7k 2 604.1M 0 0 2 14.68M 0 165.0k 1:02:28 01:31 1:00:57 167.7k 2 604.1M 0 0 2 14.93M 0 165.2k 1:02:23 01:32 1:00:51 161.0k 2 604.1M 0 0 2 15.06M 0 164.8k 1:02:33 01:33 1:01:00 154.0k 2 604.1M 0 0 2 15.18M 0 163.5k 1:03:02 01:35 1:01:27 145.4k 2 604.1M 0 0 2 15.31M 0 162.5k 1:03:25 01:36 1:01:49 135.3k 2 604.1M 0 0 2 15.50M 0 162.6k 1:03:23 01:37 1:01:46 128.6k 2 604.1M 0 0 2 15.68M 0 162.5k 1:03:25 01:38 1:01:47 122.3k 2 604.1M 0 0 2 15.93M 0 163.1k 1:03:11 01:40 1:01:31 139.1k 2 604.1M 0 0 2 16.18M 0 163.7k 1:02:57 01:41 1:01:16 167.1k 2 604.1M 0 0 2 16.37M 0 163.6k 1:02:59 01:42 1:01:17 181.2k 2 604.1M 0 0 2 16.56M 0 163.3k 1:03:06 01:43 1:01:23 174.7k 2 604.1M 0 0 2 16.75M 0 163.5k 1:03:02 01:44 1:01:18 179.6k 2 604.1M 0 0 2 17.00M 0 164.0k 1:02:50 01:46 1:01:04 179.0k 2 604.1M 0 0 2 17.25M 0 164.4k 1:02:43 01:47 1:00:56 174.8k 2 604.1M 0 0 2 17.43M 0 164.3k 1:02:43 01:48 1:00:55 176.1k 2 604.1M 0 0 2 17.62M 0 164.0k 1:02:51 01:50 1:01:01 175.4k 2 604.1M 0 0 2 17.75M 0 163.3k 1:03:06 01:51 1:01:15 160.7k 2 604.1M 0 0 2 17.87M 0 163.0k 1:03:13 01:52 1:01:21 145.5k 2 604.1M 0 0 2 18.06M 0 162.4k 1:03:27 01:53 1:01:34 130.0k 3 604.1M 0 0 3 18.18M 0 161.9k 1:03:39 01:54 1:01:45 120.9k 3 604.1M 0 0 3 18.37M 0 161.7k 1:03:44 01:56 1:01:48 122.1k 3 604.1M 0 0 3 18.56M 0 161.9k 1:03:40 01:57 1:01:43 135.7k 3 604.1M 0 0 3 18.75M 0 162.0k 1:03:37 01:58 1:01:39 144.2k 3 604.1M 0 0 3 18.93M 0 161.9k 1:03:40 01:59 1:01:41 151.8k 3 604.1M 0 0 3 19.06M 0 161.5k 1:03:50 02:00 1:01:50 152.3k 3 604.1M 0 0 3 19.25M 0 161.0k 1:04:00 02:02 1:01:58 147.8k 3 604.1M 0 0 3 19.37M 0 160.6k 1:04:11 02:03 1:02:08 135.4k 3 604.1M 0 0 3 19.56M 0 160.3k 1:04:17 02:04 1:02:13 129.0k 3 604.1M 0 0 3 19.75M 0 160.4k 1:04:15 02:06 1:02:09 131.9k 3 604.1M 0 0 3 19.93M 0 160.5k 1:04:14 02:07 1:02:07 141.2k 3 604.1M 0 0 3 20.12M 0 160.6k 1:04:11 02:08 1:02:03 150.9k 3 604.1M 0 0 3 20.31M 0 160.5k 1:04:14 02:09 1:02:05 158.4k 3 604.1M 0 0 3 20.56M 0 161.1k 1:03:58 02:10 1:01:48 178.2k 3 604.1M 0 0 3 20.81M 0 161.5k 1:03:48 02:11 1:01:37 186.0k 3 604.1M 0 0 3 21.06M 0 162.0k 1:03:37 02:13 1:01:24 196.1k 3 604.1M 0 0 3 21.25M 0 161.9k 1:03:40 02:14 1:01:26 189.2k 3 604.1M 0 0 3 21.43M 0 161.8k 1:03:42 02:15 1:01:27 190.3k 3 604.1M 0 0 3 21.62M 0 162.0k 1:03:38 02:16 1:01:22 180.6k 3 604.1M 0 0 3 21.81M 0 161.7k 1:03:44 02:18 1:01:26 165.0k 3 604.1M 0 0 3 22.00M 0 161.7k 1:03:45 02:19 1:01:26 154.1k 3 604.1M 0 0 3 22.18M 0 161.4k 1:03:52 02:20 1:01:32 151.4k 3 604.1M 0 0 3 22.37M 0 161.1k 1:03:58 02:22 1:01:36 146.8k 3 604.1M 0 0 3 22.56M 0 161.0k 1:04:00 02:23 1:01:37 141.9k 3 604.1M 0 0 3 22.75M 0 161.1k 1:03:58 02:24 1:01:34 148.8k 3 604.1M 0 0 3 22.93M 0 161.0k 1:04:02 02:25 1:01:37 145.8k 3 604.1M 0 0 3 23.18M 0 161.3k 1:03:54 02:27 1:01:27 159.0k 3 604.1M 0 0 3 23.50M 0 162.2k 1:03:33 02:28 1:01:05 187.3k 3 604.1M 0 0 3 23.68M 0 161.5k 1:03:49 02:30 1:01:19 171.5k 3 604.1M 0 0 3 23.81M 0 161.1k 1:03:58 02:31 1:01:27 160.8k 3 604.1M 0 0 3 24.06M 0 161.5k 1:03:50 02:32 1:01:18 172.7k 4 604.1M 0 0 4 24.25M 0 161.4k 1:03:51 02:33 1:01:18 163.8k 4 604.1M 0 0 4 24.37M 0 161.1k 1:03:59 02:34 1:01:25 136.2k 4 604.1M 0 0 4 24.50M 0 160.6k 1:04:10 02:36 1:01:34 139.0k 4 604.1M 0 0 4 24.62M 0 160.3k 1:04:17 02:37 1:01:40 140.0k 4 604.1M 0 0 4 24.81M 0 160.1k 1:04:23 02:38 1:01:45 125.1k 4 604.1M 0 0 4 25.00M 0 159.9k 1:04:27 02:40 1:01:47 123.5k 4 604.1M 0 0 4 25.25M 0 160.2k 1:04:21 02:41 1:01:40 138.5k 4 604.1M 0 0 4 25.43M 0 160.2k 1:04:20 02:42 1:01:38 149.4k 4 604.1M 0 0 4 25.62M 0 160.0k 1:04:25 02:43 1:01:42 152.9k 4 604.1M 0 0 4 25.81M 0 160.1k 1:04:23 02:45 1:01:38 160.2k 4 604.1M 0 0 4 25.93M 0 159.8k 1:04:30 02:46 1:01:44 156.7k 4 604.1M 0 0 4 26.12M 0 159.9k 1:04:29 02:47 1:01:42 150.8k 4 604.1M 0 0 4 26.31M 0 160.0k 1:04:26 02:48 1:01:38 154.0k 4 604.1M 0 0 4 26.43M 0 159.6k 1:04:34 02:49 1:01:45 148.3k 4 604.1M 0 0 4 26.62M 0 159.5k 1:04:38 02:50 1:01:48 142.5k 4 604.1M 0 0 4 26.81M 0 159.4k 1:04:39 02:52 1:01:47 149.1k 4 604.1M 0 0 4 27.00M 0 159.4k 1:04:39 02:53 1:01:46 147.3k 4 604.1M 0 0 4 27.12M 0 159.2k 1:04:45 02:54 1:01:51 136.8k 4 604.1M 0 0 4 27.31M 0 159.3k 1:04:42 02:55 1:01:47 149.7k 4 604.1M 0 0 4 27.56M 0 159.3k 1:04:42 02:57 1:01:45 154.4k 4 604.1M 0 0 4 27.68M 0 159.0k 1:04:50 02:58 1:01:52 146.0k 4 604.1M 0 0 4 27.81M 0 158.7k 1:04:56 02:59 1:01:57 138.5k 4 604.1M 0 0 4 28.00M 0 158.6k 1:04:58 03:00 1:01:58 143.8k 4 604.1M 0 0 4 28.18M 0 158.5k 1:05:02 03:02 1:02:00 136.5k 4 604.1M 0 0 4 28.37M 0 158.3k 1:05:05 03:03 1:02:02 131.7k 4 604.1M 0 0 4 28.50M 0 158.0k 1:05:15 03:04 1:02:11 129.7k 4 604.1M 0 0 4 28.62M 0 157.6k 1:05:24 03:05 1:02:19 127.3k 4 604.1M 0 0 4 28.81M 0 157.6k 1:05:24 03:07 1:02:17 128.7k 4 604.1M 0 0 4 29.00M 0 157.3k 1:05:32 03:08 1:02:24 124.5k 4 604.1M 0 0 4 29.12M 0 157.0k 1:05:38 03:09 1:02:29 119.3k 4 604.1M 0 0 4 29.25M 0 156.8k 1:05:44 03:10 1:02:34 122.4k 4 604.1M 0 0 4 29.37M 0 156.4k 1:05:53 03:12 1:02:41 121.7k 4 604.1M 0 0 4 29.50M 0 156.2k 1:05:59 03:13 1:02:46 113.9k 4 604.1M 0 0 4 29.68M 0 156.1k 1:06:01 03:14 1:02:47 119.0k 4 604.1M 0 0 4 29.87M 0 156.1k 1:06:01 03:15 1:02:46 127.2k 4 604.1M 0 0 4 30.12M 0 156.2k 1:05:58 03:17 1:02:41 139.8k 5 604.1M 0 0 5 30.31M 0 156.2k 1:06:00 03:18 1:02:42 148.6k 5 604.1M 0 0 5 30.50M 0 156.2k 1:06:00 03:19 1:02:41 154.6k 5 604.1M 0 0 5 30.75M 0 156.5k 1:05:50 03:21 1:02:29 169.8k 5 604.1M 0 0 5 30.93M 0 156.7k 1:05:47 03:22 1:02:25 174.6k 5 604.1M 0 0 5 31.25M 0 157.2k 1:05:34 03:23 1:02:11 188.3k 5 604.1M 0 0 5 31.43M 0 157.3k 1:05:30 03:24 1:02:06 197.2k 5 604.1M 0 0 5 31.62M 0 157.5k 1:05:27 03:25 1:02:02 203.2k 5 604.1M 0 0 5 31.81M 0 157.4k 1:05:28 03:26 1:02:02 189.1k 5 604.1M 0 0 5 32.06M 0 157.5k 1:05:25 03:28 1:01:57 186.0k 5 604.1M 0 0 5 32.25M 0 157.6k 1:05:24 03:29 1:01:55 170.8k 5 604.1M 0 0 5 32.43M 0 157.7k 1:05:22 03:30 1:01:52 169.2k 5 604.1M 0 0 5 32.56M 0 157.4k 1:05:28 03:31 1:01:57 156.4k 5 604.1M 0 0 5 32.68M 0 157.2k 1:05:33 03:32 1:02:01 149.5k 5 604.1M 0 0 5 32.87M 0 157.2k 1:05:33 03:34 1:01:59 145.3k 5 604.1M 0 0 5 33.12M 0 157.5k 1:05:26 03:35 1:01:51 154.2k 5 604.1M 0 0 5 33.31M 0 157.3k 1:05:31 03:36 1:01:55 145.3k 5 604.1M 0 0 5 33.50M 0 157.4k 1:05:29 03:37 1:01:52 156.7k 5 604.1M 0 0 5 33.75M 0 157.6k 1:05:23 03:39 1:01:44 170.8k 5 604.1M 0 0 5 34.00M 0 157.8k 1:05:18 03:40 1:01:38 178.3k 5 604.1M 0 0 5 34.18M 0 157.9k 1:05:15 03:41 1:01:34 173.2k 5 604.1M 0 0 5 34.43M 0 158.1k 1:05:12 03:43 1:01:29 184.1k 5 604.1M 0 0 5 34.62M 0 158.0k 1:05:15 03:44 1:01:31 176.2k 5 604.1M 0 0 5 34.81M 0 157.9k 1:05:16 03:45 1:01:31 168.1k 5 604.1M 0 0 5 34.93M 0 157.8k 1:05:19 03:46 1:01:33 156.0k 5 604.1M 0 0 5 35.18M 0 158.0k 1:05:13 03:47 1:01:26 161.4k 5 604.1M 0 0 5 35.50M 0 158.6k 1:04:59 03:49 1:01:10 178.2k 5 604.1M 0 0 5 35.81M 0 159.3k 1:04:42 03:50 1:00:52 212.4k 5 604.1M 0 0 5 36.18M 0 160.1k 1:04:22 03:51 1:00:31 248.2k 6 604.1M 0 0 6 36.43M 0 160.4k 1:04:16 03:52 1:00:24 260.6k 6 604.1M 0 0 6 36.68M 0 160.7k 1:04:09 03:53 1:00:16 262.6k 6 604.1M 0 0 6 37.00M 0 161.2k 1:03:56 03:54 1:00:02 263.0k 6 604.1M 0 0 6 37.25M 0 161.6k 1:03:47 03:56 59:51 250.2k 6 604.1M 0 0 6 37.50M 0 161.9k 1:03:39 03:57 59:42 233.6k 6 604.1M 0 0 6 37.68M 0 161.9k 1:03:40 03:58 59:42 223.6k 6 604.1M 0 0 6 37.93M 0 162.2k 1:03:34 03:59 59:35 223.0k 6 604.1M 0 0 6 38.12M 0 162.2k 1:03:32 04:00 59:32 204.7k 6 604.1M 0 0 6 38.31M 0 162.3k 1:03:31 04:01 59:30 190.7k 6 604.1M 0 0 6 38.50M 0 162.2k 1:03:33 04:03 59:30 171.9k 6 604.1M 0 0 6 38.62M 0 161.7k 1:03:45 04:04 59:41 153.3k 6 604.1M 0 0 6 38.81M 0 161.5k 1:03:48 04:05 59:43 138.8k 6 604.1M 0 0 6 38.93M 0 161.3k 1:03:54 04:07 59:47 127.3k 6 604.1M 0 0 6 39.18M 0 161.4k 1:03:51 04:08 59:43 132.1k 6 604.1M 0 0 6 39.37M 0 161.4k 1:03:51 04:09 59:42 134.9k 6 604.1M 0 0 6 39.56M 0 161.5k 1:03:50 04:10 59:40 152.9k 6 604.1M 0 0 6 39.75M 0 161.6k 1:03:47 04:11 59:36 163.1k 6 604.1M 0 0 6 39.93M 0 161.5k 1:03:49 04:13 59:36 170.0k 6 604.1M 0 0 6 40.12M 0 161.5k 1:03:50 04:14 59:36 162.4k 6 604.1M 0 0 6 40.31M 0 161.4k 1:03:51 04:15 59:36 160.6k 6 604.1M 0 0 6 40.43M 0 161.3k 1:03:54 04:16 59:38 153.2k 6 604.1M 0 0 6 40.62M 0 161.2k 1:03:56 04:17 59:39 146.2k 6 604.1M 0 0 6 40.75M 0 161.1k 1:03:59 04:18 59:41 142.1k 6 604.1M 0 0 6 40.93M 0 160.9k 1:04:03 04:20 59:43 138.6k 6 604.1M 0 0 6 41.18M 0 161.1k 1:03:59 04:21 59:38 146.5k 6 604.1M 0 0 6 41.37M 0 161.1k 1:03:59 04:22 59:37 152.4k 6 604.1M 0 0 6 41.50M 0 160.8k 1:04:05 04:24 59:41 145.4k 6 604.1M 0 0 6 41.62M 0 160.5k 1:04:13 04:25 59:48 137.5k 6 604.1M 0 0 6 41.75M 0 160.3k 1:04:19 04:26 59:53 132.3k 6 604.1M 0 0 6 42.00M 0 160.4k 1:04:14 04:27 59:47 134.1k 6 604.1M 0 0 6 42.18M 0 160.4k 1:04:14 04:29 59:45 134.3k 7 604.1M 0 0 7 42.37M 0 160.5k 1:04:12 04:30 59:42 146.7k 7 604.1M 0 0 7 42.56M 0 160.6k 1:04:12 04:31 59:41 163.2k 7 604.1M 0 0 7 42.68M 0 160.3k 1:04:17 04:32 59:45 163.2k 7 604.1M 0 0 7 42.81M 0 160.1k 1:04:24 04:33 59:51 142.2k 7 604.1M 0 0 7 42.93M 0 159.8k 1:04:30 04:35 59:55 130.2k 7 604.1M 0 0 7 43.06M 0 159.5k 1:04:37 04:36 1:00:01 114.3k 7 604.1M 0 0 7 43.25M 0 159.4k 1:04:39 04:37 1:00:02 111.0k 7 604.1M 0 0 7 43.43M 0 159.5k 1:04:38 04:38 1:00:00 122.8k 7 604.1M 0 0 7 43.62M 0 159.6k 1:04:35 04:39 59:56 137.7k 7 604.1M 0 0 7 43.81M 0 159.6k 1:04:34 04:40 59:54 151.0k 7 604.1M 0 0 7 44.00M 0 159.7k 1:04:33 04:42 59:51 169.1k 7 604.1M 0 0 7 44.25M 0 159.9k 1:04:27 04:43 59:44 184.9k 7 604.1M 0 0 7 44.43M 0 159.9k 1:04:28 04:44 59:44 180.5k 7 604.1M 0 0 7 44.62M 0 159.9k 1:04:27 04:45 59:42 176.8k 7 604.1M 0 0 7 44.87M 0 160.2k 1:04:21 04:46 59:35 187.1k 7 604.1M 0 0 7 45.12M 0 160.5k 1:04:14 04:47 59:27 198.4k 7 604.1M 0 0 7 45.37M 0 160.7k 1:04:08 04:49 59:19 200.3k 7 604.1M 0 0 7 45.62M 0 160.9k 1:04:04 04:50 59:14 209.6k 7 604.1M 0 0 7 45.81M 0 160.8k 1:04:07 04:51 59:16 200.6k 7 604.1M 0 0 7 46.00M 0 160.7k 1:04:09 04:53 59:16 183.5k 7 604.1M 0 0 7 46.25M 0 160.9k 1:04:04 04:54 59:10 179.4k 7 604.1M 0 0 7 46.43M 0 161.0k 1:04:02 04:55 59:07 172.3k 7 604.1M 0 0 7 46.68M 0 161.0k 1:04:00 04:56 59:04 167.8k 7 604.1M 0 0 7 46.87M 0 160.9k 1:04:03 04:58 59:05 168.1k 7 604.1M 0 0 7 47.12M 0 161.1k 1:04:00 04:59 59:01 178.8k 7 604.1M 0 0 7 47.31M 0 160.9k 1:04:04 05:01 59:03 161.2k 7 604.1M 0 0 7 47.50M 0 160.5k 1:04:13 05:02 59:11 141.7k 7 604.1M 0 0 7 47.56M 0 160.2k 1:04:21 05:03 59:18 124.0k 7 604.1M 0 0 7 47.68M 0 159.9k 1:04:26 05:05 59:21 118.2k 7 604.1M 0 0 7 47.81M 0 159.8k 1:04:29 05:06 59:23 104.4k 7 604.1M 0 0 7 48.06M 0 160.1k 1:04:23 05:07 59:16 120.8k 7 604.1M 0 0 7 48.31M 0 160.1k 1:04:21 05:08 59:13 142.9k 8 604.1M 0 0 8 48.43M 0 159.8k 1:04:29 05:10 59:19 144.0k 8 604.1M 0 0 8 48.56M 0 159.5k 1:04:37 05:11 59:26 138.5k 8 604.1M 0 0 8 48.75M 0 159.5k 1:04:37 05:12 59:25 145.2k 8 604.1M 0 0 8 49.00M 0 159.6k 1:04:34 05:14 59:20 140.8k 8 604.1M 0 0 8 49.18M 0 159.7k 1:04:32 05:15 59:17 176.7k 8 604.1M 0 0 8 49.18M 0 159.7k 1:04:32 05:15 59:17 159.7k 8 604.1M 0 0 8 49.37M 0 159.7k 1:04:32 05:16 59:16 159.3k 8 604.1M 0 0 8 49.56M 0 159.5k 1:04:36 05:18 59:18 140.2k 8 604.1M 0 0 8 49.75M 0 159.5k 1:04:37 05:19 59:18 145.5k 8 604.1M 0 0 8 49.93M 0 159.6k 1:04:36 05:20 59:16 150.6k 8 604.1M 0 0 8 50.12M 0 159.5k 1:04:37 05:21 59:16 150.3k 8 604.1M 0 0 8 50.31M 0 159.5k 1:04:37 05:22 59:15 150.3k 8 604.1M 0 0 8 50.56M 0 159.5k 1:04:37 05:24 59:13 158.5k 8 604.1M 0 0 8 50.75M 0 159.4k 1:04:40 05:25 59:15 152.8k 8 604.1M 0 0 8 50.87M 0 159.2k 1:04:45 05:27 59:18 141.3k 8 604.1M 0 0 8 51.06M 0 159.0k 1:04:48 05:28 59:20 137.5k 8 604.1M 0 0 8 51.18M 0 158.8k 1:04:54 05:29 59:25 126.9k 8 604.1M 0 0 8 51.37M 0 158.7k 1:04:56 05:31 59:25 122.2k 8 604.1M 0 0 8 51.56M 0 158.8k 1:04:55 05:32 59:23 127.9k 8 604.1M 0 0 8 51.75M 0 158.9k 1:04:53 05:33 59:20 142.3k 8 604.1M 0 0 8 51.93M 0 158.9k 1:04:51 05:34 59:17 152.0k 8 604.1M 0 0 8 52.18M 0 159.1k 1:04:46 05:35 59:11 177.2k 8 604.1M 0 0 8 52.37M 0 159.0k 1:04:49 05:37 59:12 174.9k 8 604.1M 0 0 8 52.50M 0 158.9k 1:04:52 05:38 59:14 166.8k 8 604.1M 0 0 8 52.68M 0 158.9k 1:04:51 05:39 59:12 162.1k 8 604.1M 0 0 8 52.87M 0 159.0k 1:04:50 05:40 59:10 161.9k 8 604.1M 0 0 8 53.06M 0 158.9k 1:04:51 05:41 59:10 148.3k 8 604.1M 0 0 8 53.25M 0 158.8k 1:04:55 05:43 59:12 144.0k 8 604.1M 0 0 8 53.37M 0 158.6k 1:04:58 05:44 59:14 143.8k 8 604.1M 0 0 8 53.62M 0 158.8k 1:04:54 05:45 59:09 152.8k 8 604.1M 0 0 8 53.81M 0 158.9k 1:04:52 05:46 59:06 154.7k 8 604.1M 0 0 8 54.06M 0 159.1k 1:04:46 05:47 58:59 169.7k 8 604.1M 0 0 8 54.37M 0 159.5k 1:04:38 05:49 58:49 201.4k 9 604.1M 0 0 9 54.56M 0 159.5k 1:04:37 05:50 58:47 213.4k 9 604.1M 0 0 9 54.75M 0 159.4k 1:04:39 05:51 58:48 196.5k 9 604.1M 0 0 9 54.87M 0 159.3k 1:04:42 05:52 58:50 184.2k 9 604.1M 0 0 9 55.06M 0 159.3k 1:04:43 05:53 58:50 166.7k 9 604.1M 0 0 9 55.18M 0 159.0k 1:04:50 05:55 58:55 132.3k 9 604.1M 0 0 9 55.31M 0 158.7k 1:04:57 05:56 59:01 115.6k 9 604.1M 0 0 9 55.43M 0 158.5k 1:05:02 05:58 59:04 108.3k 9 604.1M 0 0 9 55.62M 0 158.4k 1:05:04 05:59 59:05 112.0k 9 604.1M 0 0 9 55.75M 0 158.3k 1:05:06 06:00 59:06 108.0k 9 604.1M 0 0 9 55.93M 0 158.3k 1:05:06 06:01 59:05 121.3k 9 604.1M 0 0 9 56.12M 0 158.3k 1:05:07 06:03 59:04 133.5k 9 604.1M 0 0 9 56.25M 0 158.0k 1:05:13 06:04 59:09 132.3k 9 604.1M 0 0 9 56.43M 0 157.9k 1:05:18 06:05 59:13 127.0k 9 604.1M 0 0 9 56.56M 0 157.6k 1:05:24 06:07 59:17 120.3k 9 604.1M 0 0 9 56.75M 0 157.6k 1:05:25 06:08 59:17 119.1k 9 604.1M 0 0 9 56.93M 0 157.6k 1:05:24 06:09 59:15 120.9k 9 604.1M 0 0 9 57.12M 0 157.7k 1:05:22 06:10 59:12 136.1k 9 604.1M 0 0 9 57.43M 0 158.0k 1:05:14 06:12 59:02 166.2k 9 604.1M 0 0 9 57.68M 0 158.1k 1:05:11 06:13 58:58 188.5k 9 604.1M 0 0 9 57.87M 0 158.0k 1:05:14 06:15 58:59 182.2k 9 604.1M 0 0 9 58.06M 0 158.0k 1:05:15 06:16 58:59 179.8k 9 604.1M 0 0 9 58.25M 0 157.8k 1:05:18 06:17 59:01 167.6k 9 604.1M 0 0 9 58.37M 0 157.8k 1:05:20 06:18 59:02 144.2k 9 604.1M 0 0 9 58.56M 0 157.8k 1:05:20 06:19 59:01 137.8k 9 604.1M 0 0 9 58.75M 0 157.7k 1:05:21 06:21 59:00 142.5k 9 604.1M 0 0 9 58.93M 0 157.8k 1:05:19 06:22 58:57 148.5k 9 604.1M 0 0 9 59.12M 0 157.7k 1:05:21 06:23 58:58 150.9k 9 604.1M 0 0 9 59.31M 0 157.7k 1:05:22 06:25 58:57 152.9k 9 604.1M 0 0 9 59.56M 0 157.9k 1:05:17 06:26 58:51 163.6k 9 604.1M 0 0 9 59.81M 0 158.1k 1:05:11 06:27 58:44 181.9k 9 604.1M 0 0 9 60.00M 0 158.2k 1:05:10 06:28 58:42 180.4k 9 604.1M 0 0 9 60.25M 0 158.2k 1:05:08 06:29 58:39 191.0k 10 604.1M 0 0 10 60.43M 0 158.2k 1:05:08 06:31 58:37 194.0k 10 604.1M 0 0 10 60.62M 0 158.1k 1:05:12 06:32 58:40 170.5k 10 604.1M 0 0 10 60.81M 0 158.1k 1:05:12 06:33 58:39 157.4k 10 604.1M 0 0 10 61.00M 0 158.1k 1:05:12 06:35 58:37 153.5k 10 604.1M 0 0 10 61.12M 0 158.0k 1:05:15 06:36 58:39 141.3k 10 604.1M 0 0 10 61.37M 0 158.1k 1:05:11 06:37 58:34 150.8k 10 604.1M 0 0 10 61.62M 0 158.3k 1:05:07 06:38 58:29 173.0k 10 604.1M 0 0 10 61.87M 0 158.5k 1:05:01 06:39 58:22 187.6k 10 604.1M 0 0 10 62.06M 0 158.3k 1:05:07 06:41 58:26 170.6k 10 604.1M 0 0 10 62.18M 0 158.2k 1:05:10 06:42 58:28 170.1k 10 604.1M 0 0 10 62.37M 0 158.2k 1:05:09 06:43 58:26 163.7k 10 604.1M 0 0 10 62.62M 0 158.4k 1:05:05 06:44 58:21 164.0k 10 604.1M 0 0 10 62.87M 0 158.6k 1:04:59 06:45 58:14 163.5k 10 604.1M 0 0 10 63.12M 0 158.7k 1:04:56 06:47 58:09 191.5k 10 604.1M 0 0 10 63.31M 0 158.8k 1:04:54 06:48 58:06 204.0k 10 604.1M 0 0 10 63.50M 0 158.9k 1:04:52 06:49 58:03 209.1k 10 604.1M 0 0 10 63.68M 0 158.8k 1:04:54 06:50 58:04 188.8k 10 604.1M 0 0 10 63.87M 0 158.8k 1:04:54 06:51 58:03 173.0k 10 604.1M 0 0 10 64.06M 0 158.7k 1:04:56 06:53 58:03 159.2k 10 604.1M 0 0 10 64.25M 0 158.8k 1:04:54 06:54 58:00 158.8k 10 604.1M 0 0 10 64.50M 0 159.0k 1:04:50 06:55 57:55 165.3k 10 604.1M 0 0 10 64.68M 0 159.0k 1:04:49 06:56 57:53 172.5k 10 604.1M 0 0 10 64.93M 0 159.1k 1:04:47 06:57 57:50 179.8k 10 604.1M 0 0 10 65.18M 0 159.3k 1:04:43 06:59 57:44 195.3k 10 604.1M 0 0 10 65.43M 0 159.4k 1:04:40 07:00 57:40 197.2k 10 604.1M 0 0 10 65.62M 0 159.4k 1:04:40 07:01 57:39 187.3k 10 604.1M 0 0 10 65.87M 0 159.5k 1:04:36 07:02 57:34 194.9k 10 604.1M 0 0 10 66.06M 0 159.5k 1:04:38 07:04 57:34 184.6k 10 604.1M 0 0 10 66.18M 0 159.4k 1:04:40 07:05 57:35 168.3k 10 604.1M 0 0 10 66.37M 0 159.4k 1:04:39 07:06 57:33 162.4k 11 604.1M 0 0 11 66.56M 0 159.4k 1:04:40 07:07 57:33 159.9k 11 604.1M 0 0 11 66.75M 0 159.4k 1:04:39 07:08 57:31 152.2k 11 604.1M 0 0 11 67.00M 0 159.5k 1:04:37 07:10 57:27 161.2k 11 604.1M 0 0 11 67.12M 0 159.4k 1:04:40 07:11 57:29 157.3k 11 604.1M 0 0 11 67.25M 0 159.3k 1:04:43 07:12 57:31 149.1k 11 604.1M 0 0 11 67.37M 0 159.1k 1:04:46 07:13 57:33 140.6k 11 604.1M 0 0 11 67.56M 0 159.1k 1:04:46 07:14 57:32 137.3k 11 604.1M 0 0 11 67.75M 0 159.1k 1:04:46 07:15 57:31 131.4k 11 604.1M 0 0 11 67.93M 0 159.1k 1:04:46 07:17 57:29 142.1k 11 604.1M 0 0 11 68.12M 0 159.1k 1:04:46 07:18 57:28 150.3k 11 604.1M 0 0 11 68.25M 0 159.1k 1:04:48 07:19 57:29 154.3k 11 604.1M 0 0 11 68.37M 0 159.0k 1:04:50 07:20 57:30 148.5k 11 604.1M 0 0 11 68.56M 0 159.0k 1:04:50 07:21 57:29 146.3k 11 604.1M 0 0 11 68.75M 0 159.0k 1:04:50 07:22 57:28 146.2k 11 604.1M 0 0 11 68.93M 0 159.0k 1:04:50 07:23 57:27 146.7k 11 604.1M 0 0 11 69.18M 0 159.0k 1:04:49 07:25 57:24 155.3k 11 604.1M 0 0 11 69.37M 0 159.1k 1:04:47 07:26 57:21 166.2k 11 604.1M 0 0 11 69.56M 0 159.1k 1:04:47 07:27 57:20 168.8k 11 604.1M 0 0 11 69.68M 0 159.0k 1:04:49 07:28 57:21 161.7k 11 604.1M 0 0 11 69.81M 0 158.9k 1:04:52 07:29 57:23 152.6k 11 604.1M 0 0 11 69.93M 0 158.7k 1:04:57 07:31 57:26 132.4k 11 604.1M 0 0 11 70.12M 0 158.7k 1:04:57 07:32 57:25 128.5k 11 604.1M 0 0 11 70.31M 0 158.7k 1:04:56 07:33 57:23 130.3k 11 604.1M 0 0 11 70.50M 0 158.8k 1:04:55 07:34 57:21 140.9k 11 604.1M 0 0 11 70.75M 0 158.8k 1:04:54 07:36 57:18 152.0k 11 604.1M 0 0 11 70.93M 0 158.8k 1:04:55 07:37 57:18 165.6k 11 604.1M 0 0 11 71.12M 0 158.8k 1:04:53 07:38 57:15 170.9k 11 604.1M 0 0 11 71.31M 0 158.8k 1:04:55 07:39 57:16 163.0k 11 604.1M 0 0 11 71.43M 0 158.7k 1:04:58 07:40 57:18 150.8k 11 604.1M 0 0 11 71.56M 0 158.6k 1:05:00 07:41 57:19 141.2k 11 604.1M 0 0 11 71.68M 0 158.2k 1:05:09 07:43 57:26 118.7k 11 604.1M 0 0 11 71.81M 0 158.0k 1:05:13 07:45 57:28 103.1k 11 604.1M 0 0 11 72.00M 0 157.9k 1:05:17 07:46 57:31 99.04k 11 604.1M 0 0 11 72.12M 0 157.8k 1:05:20 07:48 57:32 99.15k 11 604.1M 0 0 11 72.25M 0 157.6k 1:05:23 07:49 57:34 99626 11 604.1M 0 0 11 72.43M 0 157.5k 1:05:26 07:50 57:36 110.5k 12 604.1M 0 0 12 72.62M 0 157.5k 1:05:27 07:52 57:35 120.2k 12 604.1M 0 0 12 72.81M 0 157.5k 1:05:26 07:53 57:33 131.1k 12 604.1M 0 0 12 73.00M 0 157.5k 1:05:27 07:54 57:33 138.2k 12 604.1M 0 0 12 73.18M 0 157.5k 1:05:27 07:55 57:32 145.0k 12 604.1M 0 0 12 73.31M 0 157.4k 1:05:30 07:56 57:34 146.5k 12 604.1M 0 0 12 73.43M 0 157.3k 1:05:32 07:58 57:34 141.0k 12 604.1M 0 0 12 73.56M 0 157.2k 1:05:35 07:59 57:36 129.3k 12 604.1M 0 0 12 73.75M 0 157.2k 1:05:35 08:00 57:35 130.5k 12 604.1M 0 0 12 73.93M 0 157.1k 1:05:36 08:01 57:35 130.1k 12 604.1M 0 0 12 74.12M 0 157.2k 1:05:35 08:02 57:33 141.3k 12 604.1M 0 0 12 74.31M 0 157.2k 1:05:34 08:03 57:31 151.9k 12 604.1M 0 0 12 74.56M 0 157.3k 1:05:31 08:05 57:26 170.2k 12 604.1M 0 0 12 74.68M 0 157.2k 1:05:34 08:06 57:28 161.9k 12 604.1M 0 0 12 74.81M 0 157.1k 1:05:37 08:07 57:30 154.2k 12 604.1M 0 0 12 74.93M 0 157.0k 1:05:38 08:08 57:30 144.5k 12 604.1M 0 0 12 75.06M 0 156.8k 1:05:44 08:10 57:34 124.3k 12 604.1M 0 0 12 75.18M 0 156.7k 1:05:46 08:11 57:35 108.0k 12 604.1M 0 0 12 75.37M 0 156.7k 1:05:47 08:12 57:35 113.7k 12 604.1M 0 0 12 75.50M 0 156.6k 1:05:49 08:13 57:36 116.0k 12 604.1M 0 0 12 75.68M 0 156.6k 1:05:50 08:14 57:36 120.5k 12 604.1M 0 0 12 75.87M 0 156.5k 1:05:51 08:16 57:35 134.8k 12 604.1M 0 0 12 76.00M 0 156.4k 1:05:53 08:17 57:36 133.6k 12 604.1M 0 0 12 76.12M 0 156.3k 1:05:56 08:18 57:38 128.8k 12 604.1M 0 0 12 76.31M 0 156.4k 1:05:55 08:19 57:36 137.8k 12 604.1M 0 0 12 76.56M 0 156.5k 1:05:52 08:20 57:32 151.4k 12 604.1M 0 0 12 76.87M 0 156.8k 1:05:45 08:22 57:23 177.3k 12 604.1M 0 0 12 77.18M 0 157.0k 1:05:39 08:23 57:16 204.6k 12 604.1M 0 0 12 77.37M 0 157.0k 1:05:39 08:24 57:15 212.1k 12 604.1M 0 0 12 77.56M 0 157.0k 1:05:38 08:25 57:13 213.6k 12 604.1M 0 0 12 77.75M 0 157.0k 1:05:39 08:26 57:13 199.9k 12 604.1M 0 0 12 77.93M 0 157.0k 1:05:38 08:28 57:10 181.0k 12 604.1M 0 0 12 78.12M 0 157.1k 1:05:36 08:29 57:07 164.6k 12 604.1M 0 0 12 78.31M 0 157.1k 1:05:36 08:30 57:06 165.5k 12 604.1M 0 0 12 78.50M 0 157.0k 1:05:39 08:31 57:08 152.8k 13 604.1M 0 0 13 78.62M 0 156.9k 1:05:42 08:33 57:09 146.6k 13 604.1M 0 0 13 78.81M 0 156.7k 1:05:46 08:34 57:12 131.9k 13 604.1M 0 0 13 78.93M 0 156.6k 1:05:48 08:35 57:13 122.7k 13 604.1M 0 0 13 79.12M 0 156.6k 1:05:49 08:37 57:12 119.4k 13 604.1M 0 0 13 79.31M 0 156.6k 1:05:49 08:38 57:11 127.3k 13 604.1M 0 0 13 79.50M 0 156.6k 1:05:49 08:39 57:10 134.6k 13 604.1M 0 0 13 79.75M 0 156.8k 1:05:44 08:40 57:04 163.4k 13 604.1M 0 0 13 79.93M 0 156.8k 1:05:43 08:41 57:02 174.1k 13 604.1M 0 0 13 80.12M 0 156.8k 1:05:43 08:43 57:00 177.1k 13 604.1M 0 0 13 80.31M 0 156.9k 1:05:42 08:44 56:58 179.5k 13 604.1M 0 0 13 80.50M 0 156.9k 1:05:41 08:45 56:56 185.9k 13 604.1M 0 0 13 80.75M 0 157.1k 1:05:38 08:46 56:52 181.7k 13 604.1M 0 0 13 81.00M 0 157.2k 1:05:34 08:47 56:47 189.0k 13 604.1M 0 0 13 81.18M 0 157.2k 1:05:33 08:48 56:45 195.1k 13 604.1M 0 0 13 81.43M 0 157.3k 1:05:31 08:49 56:42 200.6k 13 604.1M 0 0 13 81.68M 0 157.4k 1:05:28 08:51 56:37 201.1k 13 604.1M 0 0 13 81.87M 0 157.5k 1:05:27 08:52 56:35 194.9k 13 604.1M 0 0 13 82.12M 0 157.6k 1:05:25 08:53 56:32 189.2k 13 604.1M 0 0 13 82.37M 0 157.7k 1:05:22 08:54 56:28 195.5k 13 604.1M 0 0 13 82.56M 0 157.7k 1:05:21 08:55 56:26 192.0k 13 604.1M 0 0 13 82.81M 0 157.8k 1:05:20 08:57 56:23 188.5k 13 604.1M 0 0 13 82.93M 0 157.7k 1:05:21 08:58 56:23 177.7k 13 604.1M 0 0 13 83.18M 0 157.8k 1:05:19 08:59 56:20 180.0k 13 604.1M 0 0 13 83.43M 0 158.0k 1:05:15 09:00 56:15 185.0k 13 604.1M 0 0 13 83.68M 0 158.1k 1:05:12 09:01 56:11 190.0k 13 604.1M 0 0 13 83.81M 0 158.0k 1:05:13 09:02 56:11 182.3k 13 604.1M 0 0 13 83.93M 0 157.8k 1:05:18 09:04 56:14 170.7k 13 604.1M 0 0 13 84.12M 0 157.8k 1:05:20 09:05 56:15 154.4k 13 604.1M 0 0 13 84.31M 0 157.7k 1:05:22 09:07 56:15 135.0k 13 604.1M 0 0 13 84.50M 0 157.7k 1:05:22 09:08 56:14 125.7k 14 604.1M 0 0 14 84.75M 0 157.8k 1:05:19 09:09 56:10 141.0k 14 604.1M 0 0 14 85.00M 0 158.0k 1:05:15 09:10 56:05 168.6k 14 604.1M 0 0 14 85.18M 0 158.0k 1:05:13 09:11 56:02 181.3k 14 604.1M 0 0 14 85.31M 0 157.9k 1:05:15 09:12 56:03 183.2k 14 604.1M 0 0 14 85.43M 0 157.8k 1:05:20 09:14 56:06 165.0k 14 604.1M 0 0 14 85.56M 0 157.7k 1:05:22 09:15 56:07 145.7k 14 604.1M 0 0 14 85.75M 0 157.7k 1:05:22 09:16 56:06 130.3k 14 604.1M 0 0 14 85.87M 0 157.6k 1:05:25 09:17 56:08 115.3k 14 604.1M 0 0 14 86.00M 0 157.5k 1:05:27 09:19 56:08 116.1k 14 604.1M 0 0 14 86.12M 0 157.4k 1:05:28 09:20 56:08 124.0k 14 604.1M 0 0 14 86.31M 0 157.4k 1:05:29 09:21 56:08 129.0k 14 604.1M 0 0 14 86.50M 0 157.4k 1:05:29 09:22 56:07 129.4k 14 604.1M 0 0 14 86.62M 0 157.3k 1:05:32 09:23 56:09 130.3k 14 604.1M 0 0 14 86.75M 0 157.1k 1:05:35 09:25 56:10 125.1k 14 604.1M 0 0 14 86.87M 0 157.1k 1:05:37 09:26 56:11 124.5k 14 604.1M 0 0 14 87.06M 0 157.1k 1:05:37 09:27 56:10 127.2k 14 604.1M 0 0 14 87.25M 0 157.0k 1:05:39 09:28 56:11 123.2k 14 604.1M 0 0 14 87.43M 0 157.0k 1:05:39 09:30 56:09 132.6k 14 604.1M 0 0 14 87.68M 0 157.1k 1:05:36 09:31 56:05 153.4k 14 604.1M 0 0 14 87.87M 0 157.1k 1:05:36 09:32 56:04 162.3k 14 604.1M 0 0 14 88.06M 0 157.2k 1:05:35 09:33 56:02 166.6k 14 604.1M 0 0 14 88.25M 0 157.1k 1:05:36 09:35 56:01 166.8k 14 604.1M 0 0 14 88.43M 0 157.1k 1:05:36 09:36 56:00 167.8k 14 604.1M 0 0 14 88.62M 0 157.1k 1:05:35 09:37 55:58 162.0k 14 604.1M 0 0 14 88.87M 0 157.3k 1:05:32 09:38 55:54 170.7k 14 604.1M 0 0 14 89.06M 0 157.3k 1:05:32 09:39 55:53 168.5k 14 604.1M 0 0 14 89.31M 0 157.4k 1:05:29 09:40 55:49 183.3k 14 604.1M 0 0 14 89.56M 0 157.5k 1:05:26 09:42 55:44 194.8k 14 604.1M 0 0 14 89.75M 0 157.5k 1:05:25 09:43 55:42 197.1k 14 604.1M 0 0 14 89.93M 0 157.5k 1:05:26 09:44 55:42 182.1k 14 604.1M 0 0 14 90.06M 0 157.4k 1:05:29 09:45 55:44 169.0k 14 604.1M 0 0 14 90.18M 0 157.3k 1:05:31 09:46 55:45 150.1k 14 604.1M 0 0 14 90.37M 0 157.3k 1:05:31 09:48 55:43 140.6k 14 604.1M 0 0 14 90.62M 0 157.4k 1:05:28 09:49 55:39 147.0k 15 604.1M 0 0 15 90.87M 0 157.5k 1:05:26 09:50 55:36 156.5k 15 604.1M 0 0 15 91.06M 0 157.5k 1:05:27 09:51 55:36 163.9k 15 604.1M 0 0 15 91.25M 0 157.4k 1:05:29 09:53 55:36 166.0k 15 604.1M 0 0 15 91.43M 0 157.3k 1:05:32 09:55 55:37 152.7k 15 604.1M 0 0 15 91.56M 0 157.1k 1:05:36 09:56 55:40 131.4k 15 604.1M 0 0 15 91.68M 0 157.0k 1:05:40 09:57 55:43 112.9k 15 604.1M 0 0 15 91.81M 0 156.9k 1:05:42 09:59 55:43 108.0k 15 604.1M 0 0 15 92.06M 0 156.9k 1:05:40 10:00 55:40 118.4k 15 604.1M 0 0 15 92.25M 0 157.0k 1:05:39 10:01 55:38 130.0k 15 604.1M 0 0 15 92.50M 0 157.1k 1:05:37 10:02 55:35 153.4k 15 604.1M 0 0 15 92.75M 0 157.2k 1:05:33 10:03 55:30 186.3k 15 604.1M 0 0 15 92.93M 0 157.3k 1:05:32 10:04 55:28 199.5k 15 604.1M 0 0 15 93.12M 0 157.2k 1:05:34 10:06 55:28 182.4k 15 604.1M 0 0 15 93.31M 0 157.2k 1:05:35 10:07 55:28 175.1k 15 604.1M 0 0 15 93.50M 0 157.2k 1:05:34 10:08 55:26 169.7k 15 604.1M 0 0 15 93.68M 0 157.2k 1:05:34 10:10 55:24 152.6k 15 604.1M 0 0 15 93.87M 0 157.1k 1:05:37 10:11 55:26 137.9k 15 604.1M 0 0 15 94.00M 0 156.9k 1:05:42 10:13 55:29 129.6k 15 604.1M 0 0 15 94.12M 0 156.7k 1:05:46 10:14 55:32 117.8k 15 604.1M 0 0 15 94.25M 0 156.6k 1:05:48 10:15 55:33 108.1k 15 604.1M 0 0 15 94.37M 0 156.6k 1:05:49 10:16 55:33 102.4k 15 604.1M 0 0 15 94.56M 0 156.6k 1:05:50 10:18 55:32 108.3k 15 604.1M 0 0 15 94.68M 0 156.3k 1:05:55 10:19 55:36 106.3k 15 604.1M 0 0 15 94.81M 0 156.2k 1:05:58 10:21 55:37 110.4k 15 604.1M 0 0 15 95.06M 0 156.3k 1:05:55 10:22 55:33 127.9k 15 604.1M 0 0 15 95.25M 0 156.3k 1:05:55 10:23 55:32 134.2k 15 604.1M 0 0 15 95.43M 0 156.4k 1:05:55 10:24 55:31 137.6k 15 604.1M 0 0 15 95.62M 0 156.4k 1:05:54 10:25 55:29 161.9k 15 604.1M 0 0 15 95.81M 0 156.4k 1:05:53 10:26 55:27 179.0k 15 604.1M 0 0 15 96.06M 0 156.5k 1:05:50 10:28 55:22 179.1k 15 604.1M 0 0 15 96.31M 0 156.7k 1:05:46 10:29 55:17 196.7k 15 604.1M 0 0 15 96.50M 0 156.7k 1:05:45 10:30 55:15 212.4k 15 604.1M 0 0 15 96.50M 0 156.7k 1:05:45 10:30 55:15 156.7k 16 604.1M 0 0 16 96.68M 0 156.7k 1:05:47 10:31 55:16 129.1k 16 604.1M 0 0 16 96.81M 0 156.5k 1:05:50 10:33 55:17 113.4k 16 604.1M 0 0 16 97.00M 0 156.5k 1:05:51 10:34 55:17 122.8k 16 604.1M 0 0 16 97.18M 0 156.5k 1:05:52 10:35 55:17 127.6k 16 604.1M 0 0 16 97.31M 0 156.4k 1:05:53 10:36 55:17 127.1k 16 604.1M 0 0 16 97.50M 0 156.4k 1:05:53 10:37 55:16 133.5k 16 604.1M 0 0 16 97.75M 0 156.5k 1:05:50 10:39 55:11 156.5k 16 604.1M 0 0 16 98.00M 0 156.7k 1:05:47 10:40 55:07 175.7k 16 604.1M 0 0 16 98.18M 0 156.7k 1:05:45 10:41 55:04 186.4k 16 604.1M 0 0 16 98.31M 0 156.7k 1:05:47 10:42 55:05 185.4k 16 604.1M 0 0 16 98.50M 0 156.7k 1:05:47 10:43 55:04 181.0k 16 604.1M 0 0 16 98.68M 0 156.7k 1:05:47 10:44 55:03 173.8k 16 604.1M 0 0 16 98.93M 0 156.7k 1:05:45 10:46 54:59 162.3k 16 604.1M 0 0 16 99.12M 0 156.8k 1:05:45 10:47 54:58 158.6k 16 604.1M 0 0 16 99.37M 0 156.8k 1:05:43 10:48 54:55 173.4k 16 604.1M 0 0 16 99.62M 0 156.9k 1:05:41 10:49 54:52 180.9k 16 604.1M 0 0 16 99.81M 0 156.9k 1:05:41 10:51 54:50 179.1k 16 604.1M 0 0 16 100.0M 0 156.9k 1:05:41 10:52 54:49 173.4k 16 604.1M 0 0 16 100.1M 0 156.9k 1:05:42 10:53 54:49 166.2k 16 604.1M 0 0 16 100.4M 0 156.9k 1:05:40 10:55 54:45 165.6k 16 604.1M 0 0 16 100.6M 0 157.0k 1:05:38 10:56 54:42 169.0k 16 604.1M 0 0 16 100.8M 0 157.0k 1:05:40 10:57 54:43 161.7k 16 604.1M 0 0 16 101.0M 0 156.9k 1:05:40 10:59 54:41 159.8k 16 604.1M 0 0 16 101.1M 0 156.8k 1:05:44 11:00 54:44 150.9k 16 604.1M 0 0 16 101.3M 0 156.6k 1:05:48 11:02 54:46 129.5k 16 604.1M 0 0 16 101.5M 0 156.5k 1:05:52 11:03 54:49 109.8k 16 604.1M 0 0 16 101.6M 0 156.4k 1:05:55 11:05 54:50 103.0k 16 604.1M 0 0 16 101.7M 0 156.3k 1:05:56 11:06 54:50 98.20k 16 604.1M 0 0 16 101.9M 0 156.3k 1:05:57 11:07 54:50 107.5k 16 604.1M 0 0 16 102.1M 0 156.2k 1:05:59 11:09 54:50 116.4k 16 604.1M 0 0 16 102.3M 0 156.2k 1:05:59 11:10 54:49 126.9k 16 604.1M 0 0 16 102.4M 0 156.1k 1:06:00 11:11 54:49 132.9k 16 604.1M 0 0 16 102.6M 0 156.1k 1:06:01 11:12 54:49 136.0k 17 604.1M 0 0 17 102.8M 0 156.1k 1:06:01 11:14 54:47 142.5k 17 604.1M 0 0 17 103.0M 0 156.2k 1:05:59 11:15 54:44 156.4k 17 604.1M 0 0 17 103.2M 0 156.3k 1:05:58 11:16 54:42 162.8k 17 604.1M 0 0 17 103.4M 0 156.2k 1:05:58 11:17 54:41 166.0k 17 604.1M 0 0 17 103.6M 0 156.3k 1:05:57 11:18 54:39 175.9k 17 604.1M 0 0 17 103.8M 0 156.3k 1:05:57 11:19 54:38 174.6k 17 604.1M 0 0 17 104.0M 0 156.3k 1:05:55 11:20 54:35 171.7k 17 604.1M 0 0 17 104.1M 0 156.4k 1:05:54 11:21 54:33 173.8k 17 604.1M 0 0 17 104.3M 0 156.4k 1:05:53 11:23 54:30 180.4k 17 604.1M 0 0 17 104.5M 0 156.3k 1:05:55 11:24 54:31 165.4k 17 604.1M 0 0 17 104.6M 0 156.3k 1:05:56 11:25 54:31 157.9k 17 604.1M 0 0 17 104.8M 0 156.3k 1:05:56 11:26 54:30 154.4k 17 604.1M 0 0 17 105.0M 0 156.4k 1:05:55 11:27 54:28 153.5k 17 604.1M 0 0 17 105.2M 0 156.4k 1:05:55 11:28 54:27 151.1k 17 604.1M 0 0 17 105.5M 0 156.4k 1:05:53 11:30 54:23 165.7k 17 604.1M 0 0 17 105.6M 0 156.4k 1:05:54 11:31 54:23 164.5k 17 604.1M 0 0 17 105.8M 0 156.4k 1:05:55 11:33 54:22 160.2k 17 604.1M 0 0 17 106.0M 0 156.3k 1:05:56 11:34 54:22 150.9k 17 604.1M 0 0 17 106.1M 0 156.3k 1:05:57 11:35 54:22 147.9k 17 604.1M 0 0 17 106.3M 0 156.3k 1:05:55 11:36 54:19 146.5k 17 604.1M 0 0 17 106.5M 0 156.4k 1:05:55 11:37 54:18 155.5k 17 604.1M 0 0 17 106.7M 0 156.4k 1:05:54 11:38 54:16 161.4k 17 604.1M 0 0 17 106.8M 0 156.4k 1:05:55 11:39 54:16 160.9k 17 604.1M 0 0 17 107.0M 0 156.4k 1:05:55 11:40 54:15 164.0k 17 604.1M 0 0 17 107.2M 0 156.4k 1:05:55 11:42 54:13 158.5k 17 604.1M 0 0 17 107.4M 0 156.3k 1:05:55 11:43 54:12 151.9k 17 604.1M 0 0 17 107.5M 0 156.2k 1:05:58 11:44 54:14 135.6k 17 604.1M 0 0 17 107.7M 0 156.2k 1:05:59 11:46 54:13 137.5k 17 604.1M 0 0 17 107.8M 0 156.1k 1:06:03 11:47 54:16 124.4k 17 604.1M 0 0 17 108.0M 0 156.1k 1:06:02 11:48 54:14 126.8k 17 604.1M 0 0 17 108.2M 0 156.0k 1:06:03 11:50 54:13 125.1k 17 604.1M 0 0 17 108.4M 0 156.1k 1:06:02 11:51 54:11 138.7k 17 604.1M 0 0 17 108.6M 0 156.1k 1:06:01 11:52 54:09 147.5k 18 604.1M 0 0 18 108.8M 0 156.2k 1:05:58 11:53 54:05 178.0k 18 604.1M 0 0 18 109.0M 0 156.2k 1:05:59 11:54 54:05 168.2k 18 604.1M 0 0 18 109.2M 0 156.2k 1:05:59 11:55 54:04 175.3k 18 604.1M 0 0 18 109.4M 0 156.2k 1:05:58 11:56 54:02 178.4k 18 604.1M 0 0 18 109.6M 0 156.3k 1:05:57 11:58 53:59 177.5k 18 604.1M 0 0 18 109.9M 0 156.4k 1:05:55 11:59 53:56 171.1k 18 604.1M 0 0 18 110.1M 0 156.4k 1:05:53 12:01 53:52 183.2k 18 604.1M 0 0 18 110.3M 0 156.4k 1:05:53 12:02 53:51 183.1k 18 604.1M 0 0 18 110.5M 0 156.4k 1:05:54 12:03 53:51 171.4k 18 604.1M 0 0 18 110.6M 0 156.3k 1:05:55 12:04 53:51 162.6k 18 604.1M 0 0 18 110.8M 0 156.2k 1:05:58 12:06 53:52 142.4k 18 604.1M 0 0 18 111.0M 0 156.3k 1:05:58 12:07 53:51 136.1k 18 604.1M 0 0 18 111.1M 0 156.3k 1:05:57 12:08 53:49 138.4k 18 604.1M 0 0 18 111.3M 0 156.3k 1:05:57 12:09 53:48 144.4k 18 604.1M 0 0 18 111.5M 0 156.3k 1:05:56 12:10 53:46 151.1k 18 604.1M 0 0 18 111.7M 0 156.3k 1:05:56 12:11 53:45 167.1k 18 604.1M 0 0 18 112.0M 0 156.4k 1:05:54 12:13 53:41 175.7k 18 604.1M 0 0 18 112.2M 0 156.5k 1:05:51 12:14 53:37 181.6k 18 604.1M 0 0 18 112.5M 0 156.6k 1:05:50 12:15 53:35 190.5k 18 604.1M 0 0 18 112.6M 0 156.6k 1:05:50 12:16 53:34 187.1k 18 604.1M 0 0 18 112.8M 0 156.5k 1:05:53 12:18 53:35 170.8k 18 604.1M 0 0 18 112.9M 0 156.4k 1:05:54 12:19 53:35 154.9k 18 604.1M 0 0 18 113.1M 0 156.4k 1:05:54 12:20 53:34 144.9k 18 604.1M 0 0 18 113.3M 0 156.4k 1:05:53 12:21 53:32 139.2k 18 604.1M 0 0 18 113.5M 0 156.4k 1:05:53 12:22 53:31 141.4k 18 604.1M 0 0 18 113.6M 0 156.4k 1:05:55 12:23 53:32 146.8k 18 604.1M 0 0 18 113.7M 0 156.3k 1:05:56 12:24 53:32 145.3k 18 604.1M 0 0 18 113.9M 0 156.3k 1:05:58 12:26 53:32 138.3k 18 604.1M 0 0 18 114.0M 0 156.2k 1:05:59 12:27 53:32 128.3k 18 604.1M 0 0 18 114.1M 0 156.0k 1:06:03 12:29 53:34 110.1k 18 604.1M 0 0 18 114.3M 0 155.9k 1:06:06 12:30 53:36 105.0k 18 604.1M 0 0 18 114.5M 0 155.9k 1:06:07 12:31 53:36 111.4k 18 604.1M 0 0 18 114.6M 0 155.9k 1:06:06 12:32 53:34 118.9k 19 604.1M 0 0 19 114.8M 0 155.9k 1:06:05 12:34 53:31 126.4k 19 604.1M 0 0 19 115.0M 0 156.0k 1:06:04 12:35 53:29 148.9k 19 604.1M 0 0 19 115.3M 0 156.1k 1:06:02 12:36 53:26 180.1k 19 604.1M 0 0 19 115.5M 0 156.2k 1:05:59 12:37 53:22 195.1k 19 604.1M 0 0 19 115.8M 0 156.3k 1:05:57 12:38 53:19 202.0k 19 604.1M 0 0 19 116.0M 0 156.3k 1:05:57 12:39 53:18 200.8k 19 604.1M 0 0 19 116.1M 0 156.3k 1:05:57 12:41 53:16 192.0k 19 604.1M 0 0 19 116.3M 0 156.3k 1:05:57 12:42 53:15 177.3k 19 604.1M 0 0 19 116.5M 0 156.3k 1:05:57 12:43 53:14 167.3k 19 604.1M 0 0 19 116.7M 0 156.3k 1:05:56 12:44 53:12 159.7k 19 604.1M 0 0 19 117.0M 0 156.4k 1:05:53 12:45 53:08 174.6k 19 604.1M 0 0 19 117.1M 0 156.4k 1:05:55 12:46 53:09 166.8k 19 604.1M 0 0 19 117.2M 0 156.3k 1:05:57 12:47 53:10 159.6k 19 604.1M 0 0 19 117.4M 0 156.3k 1:05:57 12:49 53:08 157.1k 19 604.1M 0 0 19 117.5M 0 156.2k 1:05:58 12:50 53:08 147.3k 19 604.1M 0 0 19 117.7M 0 156.2k 1:05:58 12:51 53:07 131.6k 19 604.1M 0 0 19 117.8M 0 156.1k 1:06:01 12:52 53:09 127.6k 19 604.1M 0 0 19 118.0M 0 156.1k 1:06:01 12:54 53:07 133.5k 19 604.1M 0 0 19 118.2M 0 156.1k 1:06:01 12:55 53:06 135.9k 19 604.1M 0 0 19 118.5M 0 156.2k 1:06:00 12:56 53:04 147.4k 19 604.1M 0 0 19 118.6M 0 156.2k 1:06:00 12:58 53:02 147.3k 19 604.1M 0 0 19 118.8M 0 156.2k 1:06:00 12:59 53:01 161.2k 19 604.1M 0 0 19 119.0M 0 156.2k 1:05:59 13:00 52:59 166.5k 19 604.1M 0 0 19 119.2M 0 156.1k 1:06:01 13:01 53:00 158.5k 19 604.1M 0 0 19 119.3M 0 156.1k 1:06:02 13:02 53:00 146.4k 19 604.1M 0 0 19 119.5M 0 156.1k 1:06:03 13:04 52:59 142.8k 19 604.1M 0 0 19 119.6M 0 156.0k 1:06:05 13:05 53:00 129.5k 19 604.1M 0 0 19 119.8M 0 155.8k 1:06:09 13:07 53:02 112.3k 19 604.1M 0 0 19 120.0M 0 155.8k 1:06:09 13:08 53:01 115.3k 19 604.1M 0 0 19 120.1M 0 155.8k 1:06:10 13:09 53:01 120.8k 19 604.1M 0 0 19 120.3M 0 155.7k 1:06:12 13:11 53:01 112.8k 19 604.1M 0 0 19 120.5M 0 155.7k 1:06:12 13:12 53:00 125.8k 19 604.1M 0 0 19 120.7M 0 155.7k 1:06:11 13:13 52:58 147.7k 20 604.1M 0 0 20 120.9M 0 155.8k 1:06:10 13:14 52:56 152.8k 20 604.1M 0 0 20 121.1M 0 155.8k 1:06:10 13:16 52:54 152.8k 20 604.1M 0 0 20 121.3M 0 155.8k 1:06:10 13:17 52:53 165.4k 20 604.1M 0 0 20 121.5M 0 155.8k 1:06:10 13:18 52:52 163.2k 20 604.1M 0 0 20 121.7M 0 155.8k 1:06:09 13:19 52:50 164.3k 20 604.1M 0 0 20 122.0M 0 155.9k 1:06:07 13:21 52:46 169.4k 20 604.1M 0 0 20 122.2M 0 156.0k 1:06:04 13:22 52:42 185.6k 20 604.1M 0 0 20 122.5M 0 156.2k 1:05:59 13:23 52:36 212.1k 20 604.1M 0 0 20 122.8M 0 156.3k 1:05:57 13:24 52:33 226.0k 20 604.1M 0 0 20 123.0M 0 156.4k 1:05:55 13:25 52:30 230.7k 20 604.1M 0 0 20 123.2M 0 156.4k 1:05:55 13:26 52:29 225.2k 20 604.1M 0 0 20 123.3M 0 156.3k 1:05:56 13:27 52:29 202.0k 20 604.1M 0 0 20 123.6M 0 156.4k 1:05:54 13:29 52:25 185.4k 20 604.1M 0 0 20 123.8M 0 156.4k 1:05:53 13:30 52:23 177.3k 20 604.1M 0 0 20 124.0M 0 156.5k 1:05:53 13:31 52:22 170.7k 20 604.1M 0 0 20 124.1M 0 156.5k 1:05:52 13:32 52:20 172.1k 20 604.1M 0 0 20 124.4M 0 156.5k 1:05:51 13:33 52:18 185.7k 20 604.1M 0 0 20 124.6M 0 156.5k 1:05:51 13:35 52:16 173.4k 20 604.1M 0 0 20 124.8M 0 156.5k 1:05:51 13:36 52:15 166.0k 20 604.1M 0 0 20 125.0M 0 156.6k 1:05:49 13:37 52:12 176.7k 20 604.1M 0 0 20 125.3M 0 156.7k 1:05:46 13:38 52:08 186.1k 20 604.1M 0 0 20 125.5M 0 156.7k 1:05:46 13:39 52:07 183.1k 20 604.1M 0 0 20 125.8M 0 156.9k 1:05:42 13:40 52:02 206.9k 20 604.1M 0 0 20 126.1M 0 157.1k 1:05:37 13:42 51:55 236.7k 20 604.1M 0 0 20 126.3M 0 157.0k 1:05:38 13:43 51:55 214.3k 20 604.1M 0 0 20 126.5M 0 157.0k 1:05:39 13:45 51:54 194.1k 20 604.1M 0 0 20 126.7M 0 157.0k 1:05:39 13:46 51:53 188.4k 21 604.1M 0 0 21 126.9M 0 157.0k 1:05:38 13:47 51:51 174.8k 21 604.1M 0 0 21 127.1M 0 157.0k 1:05:38 13:48 51:50 152.7k 21 604.1M 0 0 21 127.3M 0 157.2k 1:05:35 13:49 51:46 172.9k 21 604.1M 0 0 21 127.6M 0 157.3k 1:05:30 13:50 51:40 207.3k 21 604.1M 0 0 21 127.9M 0 157.4k 1:05:29 13:52 51:37 215.3k 21 604.1M 0 0 21 128.1M 0 157.4k 1:05:30 13:53 51:37 206.8k 21 604.1M 0 0 21 128.3M 0 157.3k 1:05:30 13:54 51:36 196.2k 21 604.1M 0 0 21 128.5M 0 157.3k 1:05:31 13:56 51:35 174.9k 21 604.1M 0 0 21 128.6M 0 157.3k 1:05:31 13:57 51:34 156.2k 21 604.1M 0 0 21 128.8M 0 157.4k 1:05:30 13:58 51:32 154.9k 21 604.1M 0 0 21 129.0M 0 157.3k 1:05:31 13:59 51:32 150.6k 21 604.1M 0 0 21 129.1M 0 157.2k 1:05:33 14:01 51:32 144.7k 21 604.1M 0 0 21 129.3M 0 157.2k 1:05:35 14:02 51:33 137.0k 21 604.1M 0 0 21 129.5M 0 157.2k 1:05:35 14:03 51:32 135.0k 21 604.1M 0 0 21 129.6M 0 157.2k 1:05:35 14:04 51:31 129.9k 21 604.1M 0 0 21 129.9M 0 157.2k 1:05:33 14:06 51:27 143.4k 21 604.1M 0 0 21 130.1M 0 157.3k 1:05:31 14:07 51:24 164.3k 21 604.1M 0 0 21 130.3M 0 157.3k 1:05:31 14:08 51:23 178.8k 21 604.1M 0 0 21 130.5M 0 157.3k 1:05:32 14:09 51:23 174.3k 21 604.1M 0 0 21 130.7M 0 157.3k 1:05:32 14:11 51:21 174.9k 21 604.1M 0 0 21 130.9M 0 157.3k 1:05:31 14:12 51:19 168.7k 21 604.1M 0 0 21 131.1M 0 157.3k 1:05:33 14:13 51:20 151.7k 21 604.1M 0 0 21 131.3M 0 157.3k 1:05:32 14:14 51:18 153.7k 21 604.1M 0 0 21 131.5M 0 157.4k 1:05:30 14:15 51:15 168.1k 21 604.1M 0 0 21 131.8M 0 157.5k 1:05:25 14:16 51:09 194.8k 21 604.1M 0 0 21 132.1M 0 157.7k 1:05:23 14:17 51:06 209.1k 21 604.1M 0 0 21 132.2M 0 157.6k 1:05:24 14:18 51:06 212.8k 21 604.1M 0 0 21 132.3M 0 157.6k 1:05:25 14:20 51:05 201.4k 21 604.1M 0 0 21 132.5M 0 157.5k 1:05:27 14:21 51:06 174.3k 21 604.1M 0 0 21 132.6M 0 157.4k 1:05:29 14:22 51:07 135.1k 21 604.1M 0 0 21 132.8M 0 157.4k 1:05:30 14:23 51:07 115.9k 22 604.1M 0 0 22 133.0M 0 157.3k 1:05:31 14:25 51:06 120.6k 22 604.1M 0 0 22 133.1M 0 157.3k 1:05:30 14:26 51:04 128.6k 22 604.1M 0 0 22 133.3M 0 157.3k 1:05:31 14:27 51:04 135.2k 22 604.1M 0 0 22 133.5M 0 157.3k 1:05:31 14:29 51:02 146.2k 22 604.1M 0 0 22 133.6M 0 157.2k 1:05:34 14:30 51:04 138.0k 22 604.1M 0 0 22 133.8M 0 157.1k 1:05:37 14:32 51:05 123.0k 22 604.1M 0 0 22 134.0M 0 157.0k 1:05:38 14:33 51:05 119.9k 22 604.1M 0 0 22 134.2M 0 157.1k 1:05:36 14:34 51:02 132.7k 22 604.1M 0 0 22 134.4M 0 157.1k 1:05:36 14:35 51:01 134.0k 22 604.1M 0 0 22 134.5M 0 157.1k 1:05:37 14:36 51:01 137.7k 22 604.1M 0 0 22 134.7M 0 157.1k 1:05:36 14:38 50:58 161.8k 22 604.1M 0 0 22 135.0M 0 157.2k 1:05:34 14:39 50:55 178.8k 22 604.1M 0 0 22 135.1M 0 157.2k 1:05:35 14:40 50:55 162.4k 22 604.1M 0 0 22 135.3M 0 157.1k 1:05:36 14:42 50:54 153.9k 22 604.1M 0 0 22 135.5M 0 157.1k 1:05:35 14:43 50:52 167.5k 22 604.1M 0 0 22 135.7M 0 157.2k 1:05:35 14:44 50:51 165.1k 22 604.1M 0 0 22 135.9M 0 157.2k 1:05:35 14:45 50:50 154.0k 22 604.1M 0 0 22 136.1M 0 157.2k 1:05:35 14:46 50:49 159.9k 22 604.1M 0 0 22 136.3M 0 157.2k 1:05:34 14:47 50:47 169.1k 22 604.1M 0 0 22 136.5M 0 157.1k 1:05:35 14:49 50:46 156.5k 22 604.1M 0 0 22 136.6M 0 157.1k 1:05:37 14:50 50:47 147.6k 22 604.1M 0 0 22 136.8M 0 157.1k 1:05:36 14:51 50:45 148.5k 22 604.1M 0 0 22 137.0M 0 157.2k 1:05:34 14:52 50:42 157.9k 22 604.1M 0 0 22 137.2M 0 157.2k 1:05:35 14:54 50:41 152.6k 22 604.1M 0 0 22 137.4M 0 157.2k 1:05:35 14:55 50:40 162.5k 22 604.1M 0 0 22 137.6M 0 157.2k 1:05:35 14:56 50:39 169.0k 22 604.1M 0 0 22 137.8M 0 157.2k 1:05:35 14:57 50:38 164.0k 22 604.1M 0 0 22 138.0M 0 157.2k 1:05:35 14:58 50:37 155.5k 22 604.1M 0 0 22 138.3M 0 157.3k 1:05:31 15:00 50:31 181.2k 22 604.1M 0 0 22 138.6M 0 157.5k 1:05:26 15:01 50:25 207.0k 22 604.1M 0 0 22 138.8M 0 157.5k 1:05:25 15:02 50:23 213.0k 23 604.1M 0 0 23 139.0M 0 157.6k 1:05:24 15:03 50:21 223.3k 23 604.1M 0 0 23 139.2M 0 157.6k 1:05:24 15:04 50:20 222.6k 23 604.1M 0 0 23 139.4M 0 157.6k 1:05:25 15:05 50:20 195.9k 23 604.1M 0 0 23 139.6M 0 157.5k 1:05:26 15:07 50:19 160.4k 23 604.1M 0 0 23 139.7M 0 157.5k 1:05:26 15:08 50:18 151.3k 23 604.1M 0 0 23 139.8M 0 157.4k 1:05:28 15:09 50:19 136.1k 23 604.1M 0 0 23 140.0M 0 157.4k 1:05:29 15:10 50:19 131.3k 23 604.1M 0 0 23 140.2M 0 157.4k 1:05:28 15:12 50:16 136.8k 23 604.1M 0 0 23 140.4M 0 157.5k 1:05:27 15:13 50:14 145.8k 23 604.1M 0 0 23 140.6M 0 157.4k 1:05:28 15:14 50:14 149.6k 23 604.1M 0 0 23 140.8M 0 157.4k 1:05:28 15:15 50:13 158.7k 23 604.1M 0 0 23 141.0M 0 157.5k 1:05:26 15:16 50:10 174.1k 23 604.1M 0 0 23 141.2M 0 157.5k 1:05:26 15:17 50:09 173.0k 23 604.1M 0 0 23 141.4M 0 157.5k 1:05:25 15:18 50:07 171.4k 23 604.1M 0 0 23 141.6M 0 157.7k 1:05:22 15:19 50:03 191.0k 23 604.1M 0 0 23 141.9M 0 157.7k 1:05:21 15:21 50:00 198.7k 23 604.1M 0 0 23 142.1M 0 157.7k 1:05:21 15:22 49:59 189.0k 23 604.1M 0 0 23 142.3M 0 157.7k 1:05:22 15:23 49:59 182.0k 23 604.1M 0 0 23 142.4M 0 157.6k 1:05:23 15:24 49:59 171.2k 23 604.1M 0 0 23 142.5M 0 157.6k 1:05:24 15:26 49:58 148.7k 23 604.1M 0 0 23 142.7M 0 157.6k 1:05:25 15:27 49:58 138.0k 23 604.1M 0 0 23 142.9M 0 157.6k 1:05:24 15:28 49:56 139.2k 23 604.1M 0 0 23 143.1M 0 157.7k 1:05:22 15:29 49:53 153.7k 23 604.1M 0 0 23 143.4M 0 157.7k 1:05:21 15:30 49:51 170.2k 23 604.1M 0 0 23 143.6M 0 157.7k 1:05:22 15:32 49:50 171.7k 23 604.1M 0 0 23 143.8M 0 157.7k 1:05:21 15:33 49:48 178.2k 23 604.1M 0 0 23 144.0M 0 157.7k 1:05:22 15:34 49:48 173.1k 23 604.1M 0 0 23 144.1M 0 157.6k 1:05:24 15:36 49:48 151.1k 23 604.1M 0 0 23 144.3M 0 157.5k 1:05:26 15:37 49:49 131.3k 23 604.1M 0 0 23 144.4M 0 157.4k 1:05:28 15:39 49:49 122.8k 23 604.1M 0 0 23 144.6M 0 157.4k 1:05:28 15:40 49:48 121.2k 23 604.1M 0 0 23 144.8M 0 157.4k 1:05:28 15:41 49:47 121.2k 23 604.1M 0 0 23 145.0M 0 157.4k 1:05:28 15:42 49:46 131.7k 24 604.1M 0 0 24 145.2M 0 157.5k 1:05:26 15:44 49:42 172.8k 24 604.1M 0 0 24 145.2M 0 157.5k 1:05:26 15:44 49:42 157.5k 24 604.1M 0 0 24 145.5M 0 157.6k 1:05:24 15:45 49:39 224.1k 24 604.1M 0 0 24 145.7M 0 157.6k 1:05:23 15:46 49:37 207.9k 24 604.1M 0 0 24 145.9M 0 157.6k 1:05:23 15:47 49:36 190.9k 24 604.1M 0 0 24 146.1M 0 157.6k 1:05:23 15:48 49:35 183.3k 24 604.1M 0 0 24 146.4M 0 157.8k 1:05:20 15:50 49:30 199.7k 24 604.1M 0 0 24 146.7M 0 157.9k 1:05:16 15:51 49:25 206.9k 24 604.1M 0 0 24 147.0M 0 158.0k 1:05:13 15:52 49:21 221.8k 24 604.1M 0 0 24 147.3M 0 158.2k 1:05:10 15:53 49:17 240.8k 24 604.1M 0 0 24 147.5M 0 158.2k 1:05:10 15:54 49:16 244.2k 24 604.1M 0 0 24 147.7M 0 158.1k 1:05:10 15:56 49:14 216.0k 24 604.1M 0 0 24 147.8M 0 158.1k 1:05:11 15:57 49:14 192.5k 24 604.1M 0 0 24 148.0M 0 158.1k 1:05:12 15:58 49:14 163.9k 24 604.1M 0 0 24 148.2M 0 158.1k 1:05:12 16:00 49:12 143.2k 24 604.1M 0 0 24 148.3M 0 158.0k 1:05:14 16:01 49:13 133.1k 24 604.1M 0 0 24 148.5M 0 158.0k 1:05:13 16:02 49:11 139.2k 24 604.1M 0 0 24 148.7M 0 158.0k 1:05:13 16:03 49:10 144.3k 24 604.1M 0 0 24 149.0M 0 158.1k 1:05:12 16:04 49:08 158.7k 24 604.1M 0 0 24 149.1M 0 158.1k 1:05:13 16:06 49:07 156.0k 24 604.1M 0 0 24 149.3M 0 158.1k 1:05:12 16:07 49:05 166.0k 24 604.1M 0 0 24 149.5M 0 158.1k 1:05:12 16:08 49:04 167.6k 24 604.1M 0 0 24 149.6M 0 158.1k 1:05:12 16:09 49:03 163.2k 24 604.1M 0 0 24 149.8M 0 158.1k 1:05:12 16:10 49:02 157.0k 24 604.1M 0 0 24 150.1M 0 158.1k 1:05:11 16:11 49:00 172.6k 24 604.1M 0 0 24 150.3M 0 158.2k 1:05:10 16:12 48:58 175.3k 24 604.1M 0 0 24 150.4M 0 158.1k 1:05:12 16:14 48:58 154.3k 24 604.1M 0 0 24 150.5M 0 158.0k 1:05:15 16:15 49:00 143.3k 24 604.1M 0 0 24 150.5M 0 157.9k 1:05:17 16:16 49:01 123.8k 24 604.1M 0 0 24 150.6M 0 157.8k 1:05:19 16:17 49:02 96358 24 604.1M 0 0 24 150.7M 0 157.7k 1:05:22 16:18 49:04 78553 24 604.1M 0 0 24 150.9M 0 157.6k 1:05:24 16:20 49:04 86501 25 604.1M 0 0 25 151.0M 0 157.5k 1:05:27 16:21 49:06 87954 25 604.1M 0 0 25 151.1M 0 157.4k 1:05:29 16:23 49:06 93797 25 604.1M 0 0 25 151.3M 0 157.3k 1:05:30 16:24 49:06 97.69k 25 604.1M 0 0 25 151.5M 0 157.4k 1:05:30 16:25 49:05 113.3k 25 604.1M 0 0 25 151.7M 0 157.4k 1:05:28 16:26 49:02 131.1k 25 604.1M 0 0 25 151.9M 0 157.5k 1:05:27 16:27 49:00 156.7k 25 604.1M 0 0 25 152.1M 0 157.4k 1:05:28 16:29 48:59 164.1k 25 604.1M 0 0 25 152.3M 0 157.4k 1:05:28 16:30 48:58 172.6k 25 604.1M 0 0 25 152.5M 0 157.4k 1:05:28 16:31 48:57 166.1k 25 604.1M 0 0 25 152.7M 0 157.5k 1:05:27 16:32 48:55 164.5k 25 604.1M 0 0 25 152.9M 0 157.5k 1:05:26 16:34 48:52 160.9k 25 604.1M 0 0 25 153.1M 0 157.5k 1:05:27 16:35 48:52 162.3k 25 604.1M 0 0 25 153.3M 0 157.5k 1:05:27 16:36 48:51 162.3k 25 604.1M 0 0 25 153.5M 0 157.4k 1:05:28 16:38 48:50 157.1k 25 604.1M 0 0 25 153.6M 0 157.4k 1:05:29 16:39 48:50 145.3k 25 604.1M 0 0 25 153.8M 0 157.4k 1:05:30 16:40 48:50 136.7k 25 604.1M 0 0 25 153.9M 0 157.3k 1:05:31 16:41 48:50 132.8k 25 604.1M 0 0 25 154.0M 0 157.3k 1:05:32 16:42 48:50 128.2k 25 604.1M 0 0 25 154.2M 0 157.3k 1:05:32 16:43 48:49 133.5k 25 604.1M 0 0 25 154.5M 0 157.3k 1:05:31 16:45 48:46 143.3k 25 604.1M 0 0 25 154.6M 0 157.3k 1:05:32 16:46 48:46 144.4k 25 604.1M 0 0 25 154.7M 0 157.2k 1:05:34 16:47 48:47 137.4k 25 604.1M 0 0 25 154.9M 0 157.2k 1:05:33 16:48 48:45 148.1k 25 604.1M 0 0 25 155.1M 0 157.2k 1:05:33 16:49 48:44 149.6k 25 604.1M 0 0 25 155.3M 0 157.3k 1:05:33 16:51 48:42 144.8k 25 604.1M 0 0 25 155.4M 0 157.2k 1:05:33 16:52 48:41 145.6k 25 604.1M 0 0 25 155.5M 0 157.2k 1:05:35 16:53 48:42 151.2k 25 604.1M 0 0 25 155.6M 0 157.1k 1:05:37 16:54 48:43 131.1k 25 604.1M 0 0 25 155.8M 0 157.1k 1:05:37 16:55 48:42 131.2k 25 604.1M 0 0 25 156.0M 0 157.1k 1:05:36 16:56 48:40 130.8k 25 604.1M 0 0 25 156.3M 0 157.2k 1:05:35 16:58 48:37 148.5k 25 604.1M 0 0 25 156.5M 0 157.2k 1:05:33 16:59 48:34 168.1k 25 604.1M 0 0 25 156.7M 0 157.3k 1:05:32 17:00 48:32 188.3k 25 604.1M 0 0 25 156.9M 0 157.3k 1:05:32 17:01 48:31 188.1k 26 604.1M 0 0 26 157.1M 0 157.3k 1:05:32 17:02 48:30 186.8k 26 604.1M 0 0 26 157.3M 0 157.3k 1:05:32 17:03 48:29 174.7k 26 604.1M 0 0 26 157.5M 0 157.3k 1:05:32 17:05 48:27 165.4k 26 604.1M 0 0 26 157.6M 0 157.2k 1:05:33 17:06 48:27 153.3k 26 604.1M 0 0 26 157.8M 0 157.2k 1:05:34 17:07 48:27 146.9k 26 604.1M 0 0 26 157.9M 0 157.1k 1:05:35 17:08 48:27 136.0k 26 604.1M 0 0 26 158.0M 0 157.0k 1:05:38 17:10 48:28 121.5k 26 604.1M 0 0 26 158.1M 0 157.0k 1:05:38 17:11 48:27 113.8k 26 604.1M 0 0 26 158.3M 0 157.0k 1:05:38 17:12 48:26 124.9k 26 604.1M 0 0 26 158.5M 0 157.1k 1:05:37 17:13 48:24 132.7k 26 604.1M 0 0 26 158.7M 0 157.1k 1:05:37 17:14 48:23 144.2k 26 604.1M 0 0 26 159.0M 0 157.1k 1:05:36 17:15 48:21 168.5k 26 604.1M 0 0 26 159.1M 0 157.1k 1:05:36 17:17 48:19 174.9k 26 604.1M 0 0 26 159.3M 0 157.1k 1:05:37 17:18 48:19 164.8k 26 604.1M 0 0 26 159.5M 0 157.1k 1:05:37 17:19 48:18 159.8k 26 604.1M 0 0 26 159.7M 0 157.2k 1:05:35 17:20 48:15 171.8k 26 604.1M 0 0 26 160.0M 0 157.2k 1:05:33 17:21 48:12 181.1k 26 604.1M 0 0 26 160.2M 0 157.3k 1:05:31 17:22 48:09 192.5k 26 604.1M 0 0 26 160.4M 0 157.3k 1:05:30 17:23 48:07 203.6k 26 604.1M 0 0 26 160.6M 0 157.4k 1:05:30 17:24 48:06 208.9k 26 604.1M 0 0 26 160.7M 0 157.2k 1:05:33 17:26 48:07 172.1k 26 604.1M 0 0 26 160.8M 0 157.2k 1:05:34 17:27 48:07 150.4k 26 604.1M 0 0 26 161.0M 0 157.2k 1:05:35 17:29 48:06 133.2k 26 604.1M 0 0 26 161.1M 0 157.1k 1:05:36 17:30 48:06 118.1k 26 604.1M 0 0 26 161.3M 0 157.1k 1:05:37 17:31 48:06 115.0k 26 604.1M 0 0 26 161.5M 0 157.1k 1:05:37 17:32 48:05 125.8k 26 604.1M 0 0 26 161.7M 0 157.1k 1:05:36 17:33 48:03 140.5k 26 604.1M 0 0 26 162.0M 0 157.2k 1:05:34 17:35 47:59 160.0k 26 604.1M 0 0 26 162.2M 0 157.3k 1:05:32 17:36 47:56 188.7k 26 604.1M 0 0 26 162.4M 0 157.3k 1:05:32 17:37 47:55 196.0k 26 604.1M 0 0 26 162.6M 0 157.3k 1:05:31 17:38 47:53 204.7k 26 604.1M 0 0 26 162.8M 0 157.4k 1:05:29 17:39 47:50 211.6k 26 604.1M 0 0 26 163.0M 0 157.4k 1:05:29 17:40 47:49 194.3k 27 604.1M 0 0 27 163.2M 0 157.4k 1:05:30 17:42 47:48 173.1k 27 604.1M 0 0 27 163.4M 0 157.4k 1:05:30 17:43 47:47 169.0k 27 604.1M 0 0 27 163.6M 0 157.4k 1:05:30 17:44 47:46 166.2k 27 604.1M 0 0 27 163.8M 0 157.4k 1:05:29 17:45 47:44 158.7k 27 604.1M 0 0 27 164.0M 0 157.4k 1:05:28 17:46 47:42 164.0k 27 604.1M 0 0 27 164.1M 0 157.4k 1:05:29 17:47 47:42 163.1k 27 604.1M 0 0 27 164.3M 0 157.4k 1:05:29 17:49 47:40 162.1k 27 604.1M 0 0 27 164.5M 0 157.4k 1:05:29 17:50 47:39 160.8k 27 604.1M 0 0 27 164.7M 0 157.4k 1:05:30 17:51 47:39 151.3k 27 604.1M 0 0 27 165.0M 0 157.4k 1:05:28 17:52 47:36 158.6k 27 604.1M 0 0 27 165.2M 0 157.5k 1:05:26 17:53 47:33 180.1k 27 604.1M 0 0 27 165.4M 0 157.5k 1:05:26 17:55 47:31 182.6k 27 604.1M 0 0 27 165.6M 0 157.5k 1:05:26 17:56 47:30 184.4k 27 604.1M 0 0 27 165.7M 0 157.5k 1:05:26 17:57 47:29 186.5k 27 604.1M 0 0 27 166.0M 0 157.5k 1:05:25 17:58 47:27 181.4k 27 604.1M 0 0 27 166.1M 0 157.6k 1:05:25 17:59 47:26 165.6k 27 604.1M 0 0 27 166.3M 0 157.5k 1:05:26 18:00 47:26 157.0k 27 604.1M 0 0 27 166.5M 0 157.6k 1:05:24 18:02 47:22 167.8k 27 604.1M 0 0 27 166.7M 0 157.6k 1:05:24 18:03 47:21 171.9k 27 604.1M 0 0 27 166.9M 0 157.6k 1:05:25 18:04 47:21 158.8k 27 604.1M 0 0 27 167.1M 0 157.6k 1:05:25 18:05 47:20 157.4k 27 604.1M 0 0 27 167.3M 0 157.6k 1:05:24 18:07 47:17 172.2k 27 604.1M 0 0 27 167.5M 0 157.6k 1:05:23 18:08 47:15 166.1k 27 604.1M 0 0 27 167.7M 0 157.6k 1:05:23 18:09 47:14 168.9k 27 604.1M 0 0 27 167.9M 0 157.6k 1:05:23 18:10 47:13 173.4k 27 604.1M 0 0 27 168.1M 0 157.7k 1:05:22 18:11 47:11 178.8k 27 604.1M 0 0 27 168.3M 0 157.7k 1:05:22 18:12 47:10 174.3k 27 604.1M 0 0 27 168.5M 0 157.7k 1:05:22 18:14 47:08 164.1k 27 604.1M 0 0 27 168.6M 0 157.6k 1:05:24 18:15 47:09 151.1k 27 604.1M 0 0 27 168.8M 0 157.6k 1:05:24 18:16 47:08 147.6k 27 604.1M 0 0 27 169.0M 0 157.6k 1:05:24 18:17 47:07 142.3k 27 604.1M 0 0 27 169.1M 0 157.5k 1:05:27 18:19 47:08 125.1k 28 604.1M 0 0 28 169.2M 0 157.4k 1:05:29 18:20 47:09 113.6k 28 604.1M 0 0 28 169.3M 0 157.3k 1:05:32 18:22 47:10 108.6k 28 604.1M 0 0 28 169.5M 0 157.3k 1:05:33 18:23 47:10 103.4k 28 604.1M 0 0 28 169.6M 0 157.2k 1:05:35 18:24 47:11 94337 28 604.1M 0 0 28 169.7M 0 157.1k 1:05:36 18:25 47:11 98049 28 604.1M 0 0 28 169.9M 0 157.1k 1:05:36 18:27 47:09 107.7k 28 604.1M 0 0 28 170.0M 0 157.1k 1:05:37 18:28 47:09 116.1k 28 604.1M 0 0 28 170.3M 0 157.1k 1:05:36 18:29 47:07 133.0k 28 604.1M 0 0 28 170.5M 0 157.2k 1:05:34 18:30 47:04 161.0k 28 604.1M 0 0 28 170.8M 0 157.3k 1:05:31 18:31 47:00 194.7k 28 604.1M 0 0 28 171.1M 0 157.4k 1:05:30 18:33 46:57 207.9k 28 604.1M 0 0 28 171.3M 0 157.4k 1:05:28 18:34 46:54 225.5k 28 604.1M 0 0 28 171.6M 0 157.5k 1:05:26 18:35 46:51 229.6k 28 604.1M 0 0 28 171.8M 0 157.6k 1:05:25 18:36 46:49 225.6k 28 604.1M 0 0 28 172.0M 0 157.6k 1:05:25 18:37 46:48 205.1k 28 604.1M 0 0 28 172.3M 0 157.6k 1:05:24 18:39 46:45 203.3k 28 604.1M 0 0 28 172.5M 0 157.6k 1:05:23 18:40 46:43 196.3k 28 604.1M 0 0 28 172.6M 0 157.5k 1:05:26 18:41 46:45 162.7k 28 604.1M 0 0 28 172.7M 0 157.5k 1:05:27 18:43 46:44 142.2k 28 604.1M 0 0 28 172.9M 0 157.4k 1:05:28 18:44 46:44 135.5k 28 604.1M 0 0 28 173.1M 0 157.5k 1:05:26 18:45 46:41 137.5k 28 604.1M 0 0 28 173.4M 0 157.5k 1:05:25 18:46 46:39 142.5k 28 604.1M 0 0 28 173.6M 0 157.5k 1:05:25 18:48 46:37 160.1k 28 604.1M 0 0 28 173.8M 0 157.5k 1:05:25 18:49 46:36 170.6k 28 604.1M 0 0 28 174.0M 0 157.6k 1:05:24 18:50 46:34 183.2k 28 604.1M 0 0 28 174.2M 0 157.6k 1:05:25 18:52 46:33 167.4k 28 604.1M 0 0 28 174.4M 0 157.5k 1:05:26 18:53 46:33 155.1k 28 604.1M 0 0 28 174.5M 0 157.5k 1:05:26 18:54 46:32 150.4k 28 604.1M 0 0 28 174.7M 0 157.5k 1:05:26 18:55 46:31 149.5k 28 604.1M 0 0 28 174.9M 0 157.5k 1:05:26 18:57 46:29 141.9k 28 604.1M 0 0 28 175.1M 0 157.5k 1:05:26 18:58 46:28 152.3k 29 604.1M 0 0 29 175.3M 0 157.6k 1:05:25 18:59 46:26 162.1k 29 604.1M 0 0 29 175.5M 0 157.6k 1:05:24 19:00 46:24 178.4k 29 604.1M 0 0 29 175.7M 0 157.6k 1:05:23 19:01 46:22 182.8k 29 604.1M 0 0 29 175.9M 0 157.6k 1:05:23 19:02 46:21 183.8k 29 604.1M 0 0 29 176.1M 0 157.6k 1:05:24 19:03 46:21 171.4k 29 604.1M 0 0 29 176.2M 0 157.5k 1:05:26 19:05 46:21 151.8k 29 604.1M 0 0 29 176.3M 0 157.5k 1:05:27 19:06 46:21 134.1k 29 604.1M 0 0 29 176.5M 0 157.5k 1:05:26 19:07 46:19 134.8k 29 604.1M 0 0 29 176.8M 0 157.5k 1:05:25 19:08 46:17 141.5k 29 604.1M 0 0 29 177.0M 0 157.5k 1:05:25 19:10 46:15 145.8k 29 604.1M 0 0 29 177.1M 0 157.5k 1:05:26 19:11 46:15 155.1k 29 604.1M 0 0 29 177.3M 0 157.5k 1:05:27 19:13 46:14 154.4k 29 604.1M 0 0 29 177.5M 0 157.4k 1:05:28 19:14 46:14 144.9k 29 604.1M 0 0 29 177.6M 0 157.4k 1:05:29 19:15 46:14 131.8k 29 604.1M 0 0 29 177.8M 0 157.4k 1:05:28 19:16 46:12 134.9k 29 604.1M 0 0 29 178.0M 0 157.5k 1:05:27 19:17 46:10 147.1k 29 604.1M 0 0 29 178.1M 0 157.4k 1:05:29 19:18 46:11 145.6k 29 604.1M 0 0 29 178.3M 0 157.4k 1:05:29 19:20 46:09 154.3k 29 604.1M 0 0 29 178.5M 0 157.4k 1:05:29 19:21 46:08 158.3k 29 604.1M 0 0 29 178.7M 0 157.4k 1:05:28 19:22 46:06 159.3k 29 604.1M 0 0 29 179.0M 0 157.5k 1:05:25 19:23 46:02 175.3k 29 604.1M 0 0 29 179.3M 0 157.6k 1:05:24 19:24 46:00 199.8k 29 604.1M 0 0 29 179.5M 0 157.6k 1:05:24 19:25 45:59 194.4k 29 604.1M 0 0 29 179.6M 0 157.6k 1:05:25 19:27 45:58 189.3k 29 604.1M 0 0 29 179.7M 0 157.5k 1:05:27 19:28 45:59 166.1k 29 604.1M 0 0 29 179.8M 0 157.4k 1:05:28 19:29 45:59 136.2k 29 604.1M 0 0 29 180.0M 0 157.4k 1:05:28 19:30 45:58 121.8k 29 604.1M 0 0 29 180.2M 0 157.4k 1:05:28 19:31 45:57 127.8k 29 604.1M 0 0 29 180.5M 0 157.5k 1:05:26 19:33 45:53 145.6k 29 604.1M 0 0 29 180.7M 0 157.5k 1:05:26 19:34 45:52 166.8k 29 604.1M 0 0 29 180.9M 0 157.5k 1:05:26 19:35 45:51 170.9k 29 604.1M 0 0 29 181.1M 0 157.6k 1:05:25 19:37 45:48 183.1k 30 604.1M 0 0 30 181.3M 0 157.5k 1:05:26 19:38 45:48 172.2k 30 604.1M 0 0 30 181.5M 0 157.5k 1:05:27 19:39 45:48 153.5k 30 604.1M 0 0 30 181.6M 0 157.4k 1:05:28 19:41 45:47 138.1k 30 604.1M 0 0 30 181.8M 0 157.4k 1:05:29 19:42 45:47 140.1k 30 604.1M 0 0 30 182.0M 0 157.4k 1:05:29 19:43 45:46 128.7k 30 604.1M 0 0 30 182.1M 0 157.4k 1:05:30 19:44 45:46 124.9k 30 604.1M 0 0 30 182.2M 0 157.3k 1:05:31 19:45 45:46 128.4k 30 604.1M 0 0 30 182.4M 0 157.3k 1:05:31 19:47 45:44 136.5k 30 604.1M 0 0 30 182.6M 0 157.3k 1:05:32 19:48 45:44 130.4k 30 604.1M 0 0 30 182.8M 0 157.3k 1:05:32 19:49 45:43 136.2k 30 604.1M 0 0 30 183.0M 0 157.3k 1:05:30 19:51 45:39 153.2k 30 604.1M 0 0 30 183.3M 0 157.4k 1:05:29 19:52 45:37 171.8k 30 604.1M 0 0 30 183.5M 0 157.4k 1:05:28 19:53 45:35 179.8k 30 604.1M 0 0 30 183.6M 0 157.4k 1:05:29 19:54 45:35 184.8k 30 604.1M 0 0 30 183.7M 0 157.3k 1:05:30 19:55 45:35 168.7k 30 604.1M 0 0 30 183.8M 0 157.3k 1:05:31 19:56 45:35 150.5k 30 604.1M 0 0 30 184.0M 0 157.2k 1:05:34 19:58 45:36 118.4k 30 604.1M 0 0 30 184.1M 0 157.2k 1:05:35 19:59 45:36 105.9k 30 604.1M 0 0 30 184.3M 0 157.1k 1:05:36 20:00 45:36 107.8k 30 604.1M 0 0 30 184.5M 0 157.1k 1:05:36 20:02 45:34 115.2k 30 604.1M 0 0 30 184.7M 0 157.2k 1:05:34 20:03 45:31 136.2k 30 604.1M 0 0 30 185.0M 0 157.3k 1:05:33 20:04 45:29 165.0k 30 604.1M 0 0 30 185.1M 0 157.3k 1:05:32 20:05 45:27 179.2k 30 604.1M 0 0 30 185.3M 0 157.2k 1:05:33 20:06 45:27 180.2k 30 604.1M 0 0 30 185.4M 0 157.2k 1:05:35 20:07 45:28 168.4k 30 604.1M 0 0 30 185.5M 0 157.1k 1:05:36 20:08 45:28 144.3k 30 604.1M 0 0 30 185.7M 0 157.1k 1:05:35 20:10 45:25 133.7k 30 604.1M 0 0 30 185.9M 0 157.1k 1:05:36 20:11 45:25 127.7k 30 604.1M 0 0 30 186.1M 0 157.1k 1:05:36 20:12 45:24 133.5k 30 604.1M 0 0 30 186.3M 0 157.2k 1:05:34 20:13 45:21 160.5k 30 604.1M 0 0 30 186.6M 0 157.2k 1:05:33 20:15 45:18 178.6k 30 604.1M 0 0 30 186.8M 0 157.2k 1:05:33 20:16 45:17 174.0k 30 604.1M 0 0 30 187.0M 0 157.3k 1:05:32 20:17 45:15 184.7k 30 604.1M 0 0 30 187.2M 0 157.3k 1:05:32 20:18 45:14 188.3k 31 604.1M 0 0 31 187.3M 0 157.2k 1:05:33 20:19 45:14 170.4k 31 604.1M 0 0 31 187.5M 0 157.2k 1:05:34 20:21 45:13 147.8k 31 604.1M 0 0 31 187.6M 0 157.1k 1:05:35 20:22 45:13 139.7k 31 604.1M 0 0 31 187.7M 0 157.1k 1:05:37 20:23 45:14 120.4k 31 604.1M 0 0 31 187.8M 0 157.0k 1:05:38 20:24 45:14 107.8k 31 604.1M 0 0 31 188.0M 0 157.0k 1:05:38 20:25 45:13 115.9k 31 604.1M 0 0 31 188.2M 0 157.1k 1:05:37 20:26 45:11 130.5k 31 604.1M 0 0 31 188.5M 0 157.1k 1:05:36 20:28 45:08 151.4k 31 604.1M 0 0 31 188.7M 0 157.2k 1:05:34 20:29 45:05 178.5k 31 604.1M 0 0 31 189.0M 0 157.2k 1:05:33 20:30 45:03 203.4k 31 604.1M 0 0 31 189.2M 0 157.3k 1:05:31 20:31 45:00 213.7k 31 604.1M 0 0 31 189.3M 0 157.3k 1:05:32 20:32 45:00 199.1k 31 604.1M 0 0 31 189.5M 0 157.1k 1:05:35 20:34 45:01 163.5k 31 604.1M 0 0 31 189.6M 0 157.1k 1:05:37 20:35 45:02 138.7k 31 604.1M 0 0 31 189.8M 0 157.1k 1:05:36 20:36 45:00 129.9k 31 604.1M 0 0 31 190.0M 0 157.1k 1:05:37 20:38 44:59 116.5k 31 604.1M 0 0 31 190.1M 0 157.0k 1:05:38 20:39 44:59 117.0k 31 604.1M 0 0 31 190.3M 0 157.0k 1:05:38 20:40 44:58 133.5k 31 604.1M 0 0 31 190.5M 0 157.1k 1:05:38 20:41 44:57 148.8k 31 604.1M 0 0 31 190.6M 0 157.1k 1:05:37 20:42 44:55 149.3k 31 604.1M 0 0 31 190.8M 0 157.1k 1:05:37 20:43 44:54 154.4k 31 604.1M 0 0 31 191.1M 0 157.1k 1:05:36 20:45 44:51 174.3k 31 604.1M 0 0 31 191.3M 0 157.2k 1:05:35 20:46 44:49 185.9k 31 604.1M 0 0 31 191.5M 0 157.1k 1:05:35 20:47 44:48 175.9k 31 604.1M 0 0 31 191.7M 0 157.2k 1:05:34 20:48 44:46 184.0k 31 604.1M 0 0 31 192.0M 0 157.2k 1:05:33 20:50 44:43 188.8k 31 604.1M 0 0 31 192.1M 0 157.2k 1:05:33 20:51 44:42 179.9k 31 604.1M 0 0 31 192.3M 0 157.2k 1:05:33 20:52 44:41 173.5k 31 604.1M 0 0 31 192.5M 0 157.3k 1:05:32 20:53 44:39 168.3k 31 604.1M 0 0 31 192.5M 0 157.3k 1:05:32 20:53 44:39 157.3k 31 604.1M 0 0 31 192.8M 0 157.3k 1:05:31 20:54 44:37 206.2k 31 604.1M 0 0 31 193.0M 0 157.3k 1:05:32 20:56 44:36 166.7k 31 604.1M 0 0 31 193.1M 0 157.2k 1:05:33 20:57 44:36 152.2k 31 604.1M 0 0 31 193.3M 0 157.2k 1:05:33 20:58 44:35 155.0k 32 604.1M 0 0 32 193.5M 0 157.3k 1:05:32 20:59 44:33 160.6k 32 604.1M 0 0 32 193.6M 0 157.2k 1:05:33 21:00 44:33 146.0k 32 604.1M 0 0 32 193.8M 0 157.2k 1:05:33 21:02 44:31 146.5k 32 604.1M 0 0 32 194.0M 0 157.2k 1:05:34 21:03 44:31 150.3k 32 604.1M 0 0 32 194.2M 0 157.2k 1:05:34 21:05 44:29 144.6k 32 604.1M 0 0 32 194.4M 0 157.2k 1:05:34 21:06 44:28 141.0k 32 604.1M 0 0 32 194.6M 0 157.2k 1:05:33 21:07 44:26 156.7k 32 604.1M 0 0 32 194.8M 0 157.3k 1:05:32 21:08 44:24 166.7k 32 604.1M 0 0 32 195.1M 0 157.3k 1:05:31 21:09 44:22 180.0k 32 604.1M 0 0 32 195.4M 0 157.4k 1:05:28 21:10 44:18 210.7k 32 604.1M 0 0 32 195.6M 0 157.5k 1:05:27 21:12 44:15 218.5k 32 604.1M 0 0 32 195.9M 0 157.5k 1:05:26 21:13 44:13 218.9k 32 604.1M 0 0 32 196.2M 0 157.6k 1:05:23 21:14 44:09 236.3k 32 604.1M 0 0 32 196.5M 0 157.7k 1:05:21 21:15 44:06 246.8k 32 604.1M 0 0 32 196.8M 0 157.8k 1:05:18 21:16 44:02 249.1k 32 604.1M 0 0 32 197.1M 0 158.0k 1:05:15 21:17 43:58 271.8k 32 604.1M 0 0 32 197.3M 0 158.0k 1:05:15 21:19 43:56 255.0k 32 604.1M 0 0 32 197.5M 0 157.9k 1:05:15 21:20 43:55 221.6k 32 604.1M 0 0 32 197.7M 0 157.9k 1:05:16 21:21 43:55 198.7k 32 604.1M 0 0 32 197.9M 0 157.9k 1:05:15 21:22 43:53 178.6k 32 604.1M 0 0 32 198.1M 0 158.0k 1:05:14 21:23 43:51 166.3k 32 604.1M 0 0 32 198.3M 0 158.0k 1:05:13 21:24 43:49 172.1k 32 604.1M 0 0 32 198.6M 0 158.1k 1:05:12 21:26 43:46 184.6k 32 604.1M 0 0 32 198.8M 0 158.1k 1:05:11 21:27 43:44 203.9k 32 604.1M 0 0 32 199.1M 0 158.2k 1:05:09 21:28 43:41 216.1k 32 604.1M 0 0 32 199.3M 0 158.2k 1:05:09 21:29 43:40 203.3k 33 604.1M 0 0 33 199.5M 0 158.3k 1:05:07 21:30 43:37 207.3k 33 604.1M 0 0 33 199.7M 0 158.2k 1:05:08 21:32 43:36 199.1k 33 604.1M 0 0 33 199.9M 0 158.2k 1:05:09 21:33 43:36 169.1k 33 604.1M 0 0 33 200.0M 0 158.1k 1:05:11 21:35 43:36 143.0k 33 604.1M 0 0 33 200.2M 0 158.1k 1:05:12 21:36 43:36 131.6k 33 604.1M 0 0 33 200.3M 0 158.0k 1:05:14 21:38 43:36 114.4k 33 604.1M 0 0 33 200.5M 0 158.0k 1:05:13 21:39 43:34 117.3k 33 604.1M 0 0 33 200.7M 0 157.9k 1:05:15 21:41 43:34 115.4k 33 604.1M 0 0 33 200.8M 0 157.9k 1:05:17 21:42 43:35 114.1k 33 604.1M 0 0 33 201.0M 0 157.9k 1:05:17 21:43 43:34 120.5k 33 604.1M 0 0 33 201.2M 0 157.9k 1:05:17 21:45 43:32 129.9k 33 604.1M 0 0 33 201.4M 0 157.9k 1:05:17 21:46 43:31 129.1k 33 604.1M 0 0 33 201.6M 0 157.9k 1:05:17 21:47 43:30 142.2k 33 604.1M 0 0 33 201.8M 0 157.9k 1:05:17 21:48 43:29 154.4k 33 604.1M 0 0 33 202.0M 0 157.9k 1:05:17 21:49 43:28 158.0k 33 604.1M 0 0 33 202.1M 0 157.8k 1:05:18 21:51 43:27 147.2k 33 604.1M 0 0 33 202.2M 0 157.8k 1:05:19 21:52 43:27 139.2k 33 604.1M 0 0 33 202.3M 0 157.7k 1:05:20 21:53 43:27 130.0k 33 604.1M 0 0 33 202.5M 0 157.7k 1:05:21 21:54 43:27 122.8k 33 604.1M 0 0 33 202.6M 0 157.7k 1:05:21 21:55 43:26 123.8k 33 604.1M 0 0 33 202.8M 0 157.7k 1:05:21 21:56 43:25 131.6k 33 604.1M 0 0 33 203.0M 0 157.7k 1:05:22 21:57 43:25 132.3k 33 604.1M 0 0 33 203.1M 0 157.7k 1:05:22 21:59 43:23 144.0k 33 604.1M 0 0 33 203.3M 0 157.7k 1:05:22 22:00 43:22 151.2k 33 604.1M 0 0 33 203.5M 0 157.7k 1:05:22 22:01 43:21 148.3k 33 604.1M 0 0 33 203.7M 0 157.7k 1:05:22 22:02 43:20 155.0k 33 604.1M 0 0 33 204.0M 0 157.7k 1:05:21 22:03 43:18 169.3k 33 604.1M 0 0 33 204.3M 0 157.8k 1:05:18 22:05 43:13 189.7k 33 604.1M 0 0 33 204.5M 0 157.9k 1:05:17 22:06 43:11 200.3k 33 604.1M 0 0 33 204.7M 0 157.9k 1:05:16 22:07 43:09 209.0k 33 604.1M 0 0 33 205.0M 0 158.0k 1:05:14 22:08 43:06 229.5k 33 604.1M 0 0 33 205.3M 0 158.1k 1:05:11 22:09 43:02 245.9k 34 604.1M 0 0 34 205.6M 0 158.2k 1:05:10 22:10 43:00 233.4k 34 604.1M 0 0 34 205.8M 0 158.2k 1:05:09 22:12 42:57 229.4k 34 604.1M 0 0 34 206.0M 0 158.2k 1:05:10 22:13 42:57 211.1k 34 604.1M 0 0 34 206.1M 0 158.1k 1:05:11 22:14 42:57 180.0k 34 604.1M 0 0 34 206.4M 0 158.1k 1:05:10 22:16 42:54 164.7k 34 604.1M 0 0 34 206.6M 0 158.1k 1:05:11 22:17 42:54 149.8k 34 604.1M 0 0 34 206.7M 0 158.1k 1:05:12 22:18 42:54 138.0k 34 604.1M 0 0 34 206.8M 0 158.0k 1:05:13 22:20 42:53 131.4k 34 604.1M 0 0 34 207.0M 0 158.0k 1:05:13 22:21 42:52 139.4k 34 604.1M 0 0 34 207.2M 0 158.0k 1:05:14 22:22 42:52 129.8k 34 604.1M 0 0 34 207.4M 0 158.0k 1:05:14 22:23 42:51 134.4k 34 604.1M 0 0 34 207.6M 0 158.0k 1:05:14 22:25 42:49 135.8k 34 604.1M 0 0 34 207.8M 0 157.9k 1:05:16 22:26 42:50 139.8k 34 604.1M 0 0 34 207.9M 0 157.9k 1:05:16 22:28 42:48 134.4k 34 604.1M 0 0 34 208.0M 0 157.8k 1:05:18 22:29 42:49 124.4k 34 604.1M 0 0 34 208.1M 0 157.8k 1:05:19 22:30 42:49 113.8k 34 604.1M 0 0 34 208.3M 0 157.7k 1:05:21 22:32 42:49 104.8k 34 604.1M 0 0 34 208.4M 0 157.7k 1:05:22 22:33 42:49 101.1k 34 604.1M 0 0 34 208.6M 0 157.7k 1:05:22 22:34 42:48 109.8k 34 604.1M 0 0 34 208.8M 0 157.7k 1:05:21 22:35 42:46 126.7k 34 604.1M 0 0 34 209.0M 0 157.7k 1:05:22 22:36 42:46 132.5k 34 604.1M 0 0 34 209.1M 0 157.6k 1:05:23 22:37 42:46 141.4k 34 604.1M 0 0 34 209.3M 0 157.6k 1:05:23 22:39 42:44 151.0k 34 604.1M 0 0 34 209.5M 0 157.6k 1:05:24 22:40 42:44 144.1k 34 604.1M 0 0 34 209.5M 0 157.5k 1:05:25 22:41 42:44 123.7k 34 604.1M 0 0 34 209.6M 0 157.5k 1:05:27 22:43 42:44 113.7k 34 604.1M 0 0 34 209.8M 0 157.5k 1:05:27 22:44 42:43 123.3k 34 604.1M 0 0 34 210.0M 0 157.5k 1:05:26 22:45 42:41 126.0k 34 604.1M 0 0 34 210.3M 0 157.6k 1:05:25 22:46 42:39 143.4k 34 604.1M 0 0 34 210.5M 0 157.6k 1:05:25 22:47 42:38 161.6k 34 604.1M 0 0 34 210.6M 0 157.5k 1:05:25 22:48 42:37 175.9k 34 604.1M 0 0 34 210.8M 0 157.6k 1:05:25 22:50 42:35 173.2k 34 604.1M 0 0 34 211.1M 0 157.6k 1:05:24 22:51 42:33 177.2k 34 604.1M 0 0 34 211.3M 0 157.6k 1:05:24 22:52 42:32 169.3k 35 604.1M 0 0 35 211.5M 0 157.6k 1:05:23 22:53 42:30 177.0k 35 604.1M 0 0 35 211.8M 0 157.7k 1:05:22 22:55 42:27 188.6k 35 604.1M 0 0 35 212.0M 0 157.7k 1:05:22 22:56 42:26 186.5k 35 604.1M 0 0 35 212.1M 0 157.7k 1:05:22 22:57 42:25 180.9k 35 604.1M 0 0 35 212.3M 0 157.7k 1:05:22 22:58 42:24 177.2k 35 604.1M 0 0 35 212.5M 0 157.7k 1:05:22 23:00 42:22 162.3k 35 604.1M 0 0 35 212.7M 0 157.7k 1:05:22 23:01 42:21 154.1k 35 604.1M 0 0 35 212.8M 0 157.6k 1:05:23 23:02 42:21 148.4k 35 604.1M 0 0 35 213.0M 0 157.6k 1:05:23 23:03 42:20 145.9k 35 604.1M 0 0 35 213.3M 0 157.7k 1:05:21 23:04 42:17 160.6k 35 604.1M 0 0 35 213.6M 0 157.8k 1:05:19 23:05 42:14 187.6k 35 604.1M 0 0 35 213.8M 0 157.8k 1:05:18 23:07 42:11 194.9k 35 604.1M 0 0 35 214.0M 0 157.8k 1:05:18 23:08 42:10 201.1k 35 604.1M 0 0 35 214.1M 0 157.8k 1:05:20 23:09 42:11 185.6k 35 604.1M 0 0 35 214.3M 0 157.7k 1:05:21 23:11 42:10 159.2k 35 604.1M 0 0 35 214.5M 0 157.7k 1:05:21 23:12 42:09 138.1k 35 604.1M 0 0 35 214.6M 0 157.7k 1:05:21 23:13 42:08 134.5k 35 604.1M 0 0 35 214.8M 0 157.7k 1:05:21 23:14 42:07 134.1k 35 604.1M 0 0 35 215.0M 0 157.7k 1:05:22 23:16 42:06 143.1k 35 604.1M 0 0 35 215.2M 0 157.7k 1:05:22 23:17 42:05 149.4k 35 604.1M 0 0 35 215.4M 0 157.7k 1:05:22 23:18 42:04 154.9k 35 604.1M 0 0 35 215.6M 0 157.7k 1:05:21 23:19 42:02 153.6k 35 604.1M 0 0 35 215.8M 0 157.7k 1:05:21 23:20 42:01 153.9k 35 604.1M 0 0 35 215.9M 0 157.7k 1:05:22 23:22 42:00 150.5k 35 604.1M 0 0 35 216.0M 0 157.6k 1:05:23 23:23 42:00 146.9k 35 604.1M 0 0 35 216.1M 0 157.6k 1:05:24 23:24 42:00 132.0k 35 604.1M 0 0 35 216.3M 0 157.5k 1:05:25 23:25 42:00 119.9k 35 604.1M 0 0 35 216.5M 0 157.6k 1:05:25 23:26 41:59 121.6k 35 604.1M 0 0 35 216.6M 0 157.5k 1:05:26 23:28 41:58 126.7k 35 604.1M 0 0 35 216.8M 0 157.5k 1:05:25 23:29 41:56 136.2k 35 604.1M 0 0 35 217.0M 0 157.5k 1:05:26 23:30 41:56 144.2k 35 604.1M 0 0 35 217.3M 0 157.6k 1:05:24 23:31 41:53 163.8k 36 604.1M 0 0 36 217.5M 0 157.6k 1:05:23 23:32 41:51 172.8k 36 604.1M 0 0 36 217.7M 0 157.6k 1:05:23 23:34 41:49 178.7k 36 604.1M 0 0 36 217.8M 0 157.6k 1:05:24 23:35 41:49 168.6k 36 604.1M 0 0 36 218.0M 0 157.6k 1:05:25 23:36 41:49 164.9k 36 604.1M 0 0 36 218.1M 0 157.5k 1:05:26 23:37 41:49 145.4k 36 604.1M 0 0 36 218.3M 0 157.5k 1:05:26 23:38 41:48 128.2k 36 604.1M 0 0 36 218.5M 0 157.5k 1:05:27 23:40 41:47 123.9k 36 604.1M 0 0 36 218.6M 0 157.5k 1:05:27 23:41 41:46 135.9k 36 604.1M 0 0 36 218.9M 0 157.5k 1:05:25 23:42 41:43 152.9k 36 604.1M 0 0 36 219.2M 0 157.6k 1:05:23 23:43 41:40 180.3k 36 604.1M 0 0 36 219.5M 0 157.7k 1:05:22 23:45 41:37 196.1k 36 604.1M 0 0 36 219.7M 0 157.7k 1:05:21 23:46 41:35 218.5k 36 604.1M 0 0 36 220.0M 0 157.8k 1:05:20 23:47 41:33 224.0k 36 604.1M 0 0 36 220.2M 0 157.8k 1:05:19 23:48 41:31 220.0k 36 604.1M 0 0 36 220.4M 0 157.8k 1:05:19 23:49 41:30 200.3k 36 604.1M 0 0 36 220.6M 0 157.8k 1:05:19 23:51 41:28 185.7k 36 604.1M 0 0 36 220.8M 0 157.8k 1:05:19 23:52 41:27 177.5k 36 604.1M 0 0 36 221.0M 0 157.8k 1:05:18 23:53 41:25 172.9k 36 604.1M 0 0 36 221.2M 0 157.9k 1:05:17 23:54 41:23 175.4k 36 604.1M 0 0 36 221.4M 0 157.9k 1:05:17 23:55 41:22 174.6k 36 604.1M 0 0 36 221.5M 0 157.8k 1:05:18 23:56 41:22 169.4k 36 604.1M 0 0 36 221.6M 0 157.8k 1:05:19 23:58 41:21 154.0k 36 604.1M 0 0 36 221.8M 0 157.8k 1:05:20 23:59 41:21 141.3k 36 604.1M 0 0 36 221.9M 0 157.7k 1:05:20 24:00 41:20 123.3k 36 604.1M 0 0 36 222.1M 0 157.8k 1:05:20 24:01 41:19 131.5k 36 604.1M 0 0 36 222.3M 0 157.7k 1:05:21 24:03 41:18 126.2k 36 604.1M 0 0 36 222.5M 0 157.7k 1:05:22 24:04 41:18 134.4k 36 604.1M 0 0 36 222.6M 0 157.7k 1:05:21 24:05 41:16 144.1k 36 604.1M 0 0 36 222.8M 0 157.7k 1:05:22 24:06 41:16 146.1k 36 604.1M 0 0 36 223.0M 0 157.6k 1:05:24 24:08 41:16 123.2k 36 604.1M 0 0 36 223.1M 0 157.6k 1:05:24 24:09 41:15 136.6k 36 604.1M 0 0 36 223.4M 0 157.7k 1:05:23 24:10 41:13 148.4k 37 604.1M 0 0 37 223.6M 0 157.7k 1:05:22 24:12 41:10 153.7k 37 604.1M 0 0 37 223.9M 0 157.7k 1:05:20 24:13 41:07 172.5k 37 604.1M 0 0 37 224.1M 0 157.8k 1:05:19 24:14 41:05 203.0k 37 604.1M 0 0 37 224.4M 0 157.8k 1:05:18 24:15 41:03 211.7k 37 604.1M 0 0 37 224.6M 0 157.8k 1:05:18 24:16 41:02 199.8k 37 604.1M 0 0 37 224.8M 0 157.8k 1:05:19 24:18 41:01 184.3k 37 604.1M 0 0 37 225.0M 0 157.8k 1:05:19 24:19 41:00 168.1k 37 604.1M 0 0 37 225.1M 0 157.8k 1:05:18 24:20 40:58 161.9k 37 604.1M 0 0 37 225.3M 0 157.8k 1:05:18 24:21 40:57 157.0k 37 604.1M 0 0 37 225.6M 0 157.9k 1:05:17 24:22 40:55 170.8k 37 604.1M 0 0 37 225.8M 0 157.9k 1:05:16 24:24 40:52 187.5k 37 604.1M 0 0 37 226.1M 0 158.0k 1:05:15 24:25 40:50 197.0k 37 604.1M 0 0 37 226.3M 0 158.0k 1:05:15 24:26 40:49 194.6k 37 604.1M 0 0 37 226.5M 0 158.0k 1:05:13 24:27 40:46 205.4k 37 604.1M 0 0 37 226.7M 0 158.0k 1:05:13 24:28 40:45 198.5k 37 604.1M 0 0 37 226.9M 0 158.0k 1:05:13 24:29 40:44 188.0k 37 604.1M 0 0 37 227.1M 0 158.1k 1:05:12 24:31 40:41 191.2k 37 604.1M 0 0 37 227.3M 0 158.1k 1:05:12 24:32 40:40 189.2k 37 604.1M 0 0 37 227.6M 0 158.1k 1:05:11 24:33 40:38 180.3k 37 604.1M 0 0 37 227.8M 0 158.1k 1:05:11 24:34 40:37 180.6k 37 604.1M 0 0 37 228.0M 0 158.2k 1:05:09 24:35 40:34 193.1k 37 604.1M 0 0 37 228.3M 0 158.3k 1:05:07 24:37 40:30 205.6k 37 604.1M 0 0 37 228.6M 0 158.3k 1:05:06 24:38 40:28 214.7k 37 604.1M 0 0 37 228.8M 0 158.4k 1:05:05 24:39 40:26 221.6k 37 604.1M 0 0 37 229.1M 0 158.4k 1:05:04 24:40 40:24 226.9k 37 604.1M 0 0 37 229.3M 0 158.5k 1:05:03 24:41 40:22 228.6k 38 604.1M 0 0 38 229.6M 0 158.5k 1:05:01 24:42 40:19 222.1k 38 604.1M 0 0 38 229.8M 0 158.5k 1:05:01 24:44 40:17 212.6k 38 604.1M 0 0 38 230.0M 0 158.5k 1:05:00 24:45 40:15 205.4k 38 604.1M 0 0 38 230.2M 0 158.6k 1:04:59 24:46 40:13 210.6k 38 604.1M 0 0 38 230.5M 0 158.7k 1:04:57 24:47 40:10 220.5k 38 604.1M 0 0 38 230.9M 0 158.8k 1:04:54 24:48 40:06 239.7k 38 604.1M 0 0 38 231.3M 0 159.0k 1:04:49 24:49 40:00 282.8k 38 604.1M 0 0 38 231.6M 0 159.0k 1:04:49 24:51 39:58 274.9k 38 604.1M 0 0 38 231.8M 0 159.0k 1:04:49 24:52 39:57 260.1k 38 604.1M 0 0 38 231.9M 0 159.0k 1:04:50 24:53 39:57 234.0k 38 604.1M 0 0 38 232.0M 0 159.0k 1:04:50 24:54 39:56 192.2k 38 604.1M 0 0 38 232.1M 0 158.9k 1:04:52 24:55 39:57 131.7k 38 604.1M 0 0 38 232.3M 0 158.8k 1:04:54 24:57 39:57 110.3k 38 604.1M 0 0 38 232.4M 0 158.8k 1:04:55 24:58 39:57 101.4k 38 604.1M 0 0 38 232.6M 0 158.8k 1:04:55 24:59 39:56 106.2k 38 604.1M 0 0 38 232.8M 0 158.8k 1:04:55 25:01 39:54 117.0k 38 604.1M 0 0 38 233.0M 0 158.8k 1:04:55 25:02 39:53 133.8k 38 604.1M 0 0 38 233.1M 0 158.7k 1:04:56 25:03 39:53 142.5k 38 604.1M 0 0 38 233.3M 0 158.8k 1:04:55 25:04 39:51 153.4k 38 604.1M 0 0 38 233.5M 0 158.7k 1:04:56 25:06 39:50 151.6k 38 604.1M 0 0 38 233.7M 0 158.7k 1:04:57 25:07 39:50 138.4k 38 604.1M 0 0 38 233.8M 0 158.7k 1:04:58 25:08 39:50 132.1k 38 604.1M 0 0 38 234.0M 0 158.7k 1:04:58 25:10 39:48 140.5k 38 604.1M 0 0 38 234.3M 0 158.7k 1:04:56 25:11 39:45 149.5k 38 604.1M 0 0 38 234.5M 0 158.7k 1:04:56 25:12 39:44 162.9k 38 604.1M 0 0 38 234.7M 0 158.7k 1:04:56 25:13 39:43 173.3k 38 604.1M 0 0 38 234.9M 0 158.7k 1:04:56 25:15 39:41 175.3k 38 604.1M 0 0 38 235.1M 0 158.7k 1:04:56 25:16 39:40 179.5k 38 604.1M 0 0 38 235.3M 0 158.8k 1:04:55 25:17 39:38 176.4k 39 604.1M 0 0 39 235.6M 0 158.9k 1:04:52 25:18 39:34 192.2k 39 604.1M 0 0 39 235.8M 0 158.9k 1:04:52 25:19 39:33 196.5k 39 604.1M 0 0 39 236.0M 0 158.9k 1:04:52 25:20 39:32 203.8k 39 604.1M 0 0 39 236.2M 0 158.9k 1:04:52 25:22 39:30 191.4k 39 604.1M 0 0 39 236.4M 0 158.9k 1:04:53 25:23 39:30 176.5k 39 604.1M 0 0 39 236.6M 0 158.8k 1:04:53 25:24 39:29 151.8k 39 604.1M 0 0 39 236.8M 0 158.9k 1:04:53 25:26 39:27 152.1k 39 604.1M 0 0 39 237.0M 0 158.9k 1:04:52 25:27 39:25 154.2k 39 604.1M 0 0 39 237.2M 0 158.9k 1:04:52 25:28 39:24 166.2k 39 604.1M 0 0 39 237.4M 0 158.9k 1:04:52 25:29 39:23 166.2k 39 604.1M 0 0 39 237.6M 0 158.9k 1:04:52 25:30 39:22 170.1k 39 604.1M 0 0 39 237.8M 0 158.9k 1:04:51 25:32 39:19 176.3k 39 604.1M 0 0 39 238.1M 0 159.0k 1:04:50 25:33 39:17 180.0k 39 604.1M 0 0 39 238.4M 0 159.0k 1:04:48 25:34 39:14 189.7k 39 604.1M 0 0 39 238.6M 0 159.1k 1:04:48 25:36 39:12 201.5k 39 604.1M 0 0 39 238.8M 0 159.1k 1:04:48 25:37 39:11 202.7k 39 604.1M 0 0 39 239.0M 0 159.1k 1:04:47 25:38 39:09 201.9k 39 604.1M 0 0 39 239.2M 0 159.1k 1:04:47 25:39 39:08 189.0k 39 604.1M 0 0 39 239.4M 0 159.1k 1:04:48 25:41 39:07 164.4k 39 604.1M 0 0 39 239.6M 0 159.1k 1:04:48 25:42 39:06 158.2k 39 604.1M 0 0 39 239.8M 0 159.1k 1:04:48 25:43 39:05 158.0k 39 604.1M 0 0 39 240.0M 0 159.1k 1:04:48 25:44 39:04 153.3k 39 604.1M 0 0 39 240.1M 0 159.1k 1:04:47 25:45 39:02 159.9k 39 604.1M 0 0 39 240.3M 0 159.1k 1:04:48 25:47 39:01 158.4k 39 604.1M 0 0 39 240.5M 0 159.1k 1:04:48 25:48 39:00 157.6k 39 604.1M 0 0 39 240.7M 0 159.1k 1:04:48 25:49 38:59 159.4k 39 604.1M 0 0 39 240.9M 0 159.1k 1:04:48 25:50 38:58 157.0k 39 604.1M 0 0 39 241.1M 0 159.0k 1:04:48 25:52 38:56 148.8k 39 604.1M 0 0 39 241.2M 0 159.0k 1:04:49 25:53 38:56 150.4k 39 604.1M 0 0 39 241.4M 0 159.0k 1:04:49 25:54 38:55 153.0k 39 604.1M 0 0 39 241.6M 0 159.0k 1:04:49 25:55 38:54 147.4k 40 604.1M 0 0 40 241.8M 0 159.0k 1:04:48 25:56 38:52 154.0k 40 604.1M 0 0 40 242.0M 0 159.1k 1:04:47 25:57 38:50 172.3k 40 604.1M 0 0 40 242.2M 0 159.1k 1:04:48 25:59 38:49 169.6k 40 604.1M 0 0 40 242.4M 0 159.1k 1:04:48 26:00 38:48 169.5k 40 604.1M 0 0 40 242.6M 0 159.1k 1:04:47 26:01 38:46 180.3k 40 604.1M 0 0 40 242.8M 0 159.1k 1:04:47 26:02 38:45 176.3k 40 604.1M 0 0 40 243.0M 0 159.1k 1:04:47 26:04 38:43 155.8k 40 604.1M 0 0 40 243.1M 0 159.0k 1:04:48 26:05 38:43 154.3k 40 604.1M 0 0 40 243.3M 0 159.0k 1:04:49 26:06 38:43 126.9k 40 604.1M 0 0 40 243.3M 0 159.0k 1:04:49 26:06 38:43 159.0k 40 604.1M 0 0 40 243.6M 0 159.1k 1:04:48 26:07 38:41 208.8k 40 604.1M 0 0 40 243.8M 0 159.1k 1:04:47 26:08 38:39 199.5k 40 604.1M 0 0 40 244.0M 0 159.1k 1:04:46 26:09 38:37 216.6k 40 604.1M 0 0 40 244.4M 0 159.3k 1:04:43 26:11 38:32 247.7k 40 604.1M 0 0 40 244.8M 0 159.4k 1:04:39 26:12 38:27 270.5k 40 604.1M 0 0 40 245.1M 0 159.5k 1:04:37 26:13 38:24 281.6k 40 604.1M 0 0 40 245.2M 0 159.5k 1:04:38 26:14 38:24 267.1k 40 604.1M 0 0 40 245.4M 0 159.5k 1:04:38 26:15 38:23 245.2k 40 604.1M 0 0 40 245.6M 0 159.5k 1:04:38 26:16 38:22 213.5k 40 604.1M 0 0 40 245.7M 0 159.4k 1:04:39 26:18 38:21 158.6k 40 604.1M 0 0 40 245.8M 0 159.3k 1:04:41 26:19 38:22 121.7k 40 604.1M 0 0 40 246.0M 0 159.4k 1:04:41 26:20 38:21 132.1k 40 604.1M 0 0 40 246.2M 0 159.3k 1:04:41 26:21 38:20 131.2k 40 604.1M 0 0 40 246.4M 0 159.4k 1:04:41 26:23 38:18 131.1k 40 604.1M 0 0 40 246.6M 0 159.4k 1:04:40 26:24 38:16 150.7k 40 604.1M 0 0 40 246.8M 0 159.3k 1:04:41 26:25 38:16 159.5k 40 604.1M 0 0 40 246.9M 0 159.3k 1:04:42 26:26 38:16 148.7k 40 604.1M 0 0 40 247.1M 0 159.3k 1:04:41 26:27 38:14 152.6k 40 604.1M 0 0 40 247.3M 0 159.3k 1:04:41 26:29 38:12 150.2k 40 604.1M 0 0 40 247.5M 0 159.3k 1:04:42 26:30 38:12 141.6k 40 604.1M 0 0 40 247.6M 0 159.3k 1:04:43 26:31 38:12 140.0k 41 604.1M 0 0 41 247.8M 0 159.3k 1:04:43 26:32 38:11 147.4k 41 604.1M 0 0 41 248.0M 0 159.3k 1:04:42 26:33 38:09 155.2k 41 604.1M 0 0 41 248.2M 0 159.3k 1:04:41 26:35 38:06 160.0k 41 604.1M 0 0 41 248.5M 0 159.4k 1:04:40 26:36 38:04 176.0k 41 604.1M 0 0 41 248.7M 0 159.4k 1:04:39 26:37 38:02 199.8k 41 604.1M 0 0 41 249.0M 0 159.5k 1:04:38 26:38 38:00 218.3k 41 604.1M 0 0 41 249.1M 0 159.5k 1:04:37 26:39 37:58 214.9k 41 604.1M 0 0 41 249.4M 0 159.5k 1:04:36 26:40 37:56 218.8k 41 604.1M 0 0 41 249.5M 0 159.5k 1:04:37 26:41 37:56 199.6k 41 604.1M 0 0 41 249.6M 0 159.4k 1:04:38 26:43 37:55 168.1k 41 604.1M 0 0 41 249.8M 0 159.4k 1:04:41 26:44 37:57 129.8k 41 604.1M 0 0 41 249.8M 0 159.3k 1:04:42 26:45 37:57 110.2k 41 604.1M 0 0 41 249.9M 0 159.2k 1:04:43 26:46 37:57 84877 41 604.1M 0 0 41 250.1M 0 159.2k 1:04:43 26:47 37:56 94115 41 604.1M 0 0 41 250.3M 0 159.3k 1:04:43 26:48 37:55 108.4k 41 604.1M 0 0 41 250.5M 0 159.3k 1:04:43 26:50 37:53 130.8k 41 604.1M 0 0 41 250.6M 0 159.3k 1:04:43 26:51 37:52 149.4k 41 604.1M 0 0 41 250.8M 0 159.2k 1:04:43 26:52 37:51 160.2k 41 604.1M 0 0 41 251.0M 0 159.2k 1:04:44 26:53 37:51 157.8k 41 604.1M 0 0 41 251.1M 0 159.2k 1:04:44 26:54 37:50 145.8k 41 604.1M 0 0 41 251.2M 0 159.2k 1:04:45 26:55 37:50 137.3k 41 604.1M 0 0 41 251.3M 0 159.1k 1:04:46 26:56 37:50 125.0k 41 604.1M 0 0 41 251.5M 0 159.1k 1:04:46 26:57 37:49 125.2k 41 604.1M 0 0 41 251.6M 0 159.1k 1:04:47 26:59 37:48 123.0k 41 604.1M 0 0 41 251.8M 0 159.1k 1:04:47 27:00 37:47 128.2k 41 604.1M 0 0 41 252.0M 0 159.1k 1:04:47 27:01 37:46 139.6k 41 604.1M 0 0 41 252.2M 0 159.1k 1:04:47 27:02 37:45 150.1k 41 604.1M 0 0 41 252.4M 0 159.1k 1:04:47 27:04 37:43 155.3k 41 604.1M 0 0 41 252.6M 0 159.1k 1:04:47 27:05 37:42 159.8k 41 604.1M 0 0 41 252.8M 0 159.1k 1:04:47 27:06 37:41 162.2k 41 604.1M 0 0 41 253.0M 0 159.1k 1:04:46 27:07 37:39 163.2k 41 604.1M 0 0 41 253.1M 0 159.1k 1:04:46 27:08 37:38 164.4k 41 604.1M 0 0 41 253.3M 0 159.1k 1:04:47 27:09 37:38 158.3k 41 604.1M 0 0 41 253.4M 0 159.1k 1:04:48 27:10 37:38 147.0k 41 604.1M 0 0 41 253.6M 0 159.1k 1:04:48 27:12 37:36 147.2k 42 604.1M 0 0 42 253.9M 0 159.1k 1:04:46 27:13 37:33 163.0k 42 604.1M 0 0 42 254.2M 0 159.2k 1:04:44 27:14 37:30 186.5k 42 604.1M 0 0 42 254.6M 0 159.4k 1:04:41 27:15 37:26 228.5k 42 604.1M 0 0 42 255.0M 0 159.5k 1:04:38 27:16 37:22 268.8k 42 604.1M 0 0 42 255.1M 0 159.4k 1:04:38 27:18 37:20 258.8k 42 604.1M 0 0 42 255.3M 0 159.4k 1:04:40 27:19 37:21 218.7k 42 604.1M 0 0 42 255.4M 0 159.3k 1:04:41 27:21 37:20 186.9k 42 604.1M 0 0 42 255.6M 0 159.3k 1:04:41 27:22 37:19 157.3k 42 604.1M 0 0 42 255.8M 0 159.4k 1:04:40 27:23 37:17 137.8k 42 604.1M 0 0 42 256.0M 0 159.4k 1:04:40 27:24 37:16 144.3k 42 604.1M 0 0 42 256.2M 0 159.4k 1:04:40 27:25 37:15 161.7k 42 604.1M 0 0 42 256.4M 0 159.4k 1:04:40 27:27 37:13 169.3k 42 604.1M 0 0 42 256.5M 0 159.3k 1:04:41 27:28 37:13 158.8k 42 604.1M 0 0 42 256.7M 0 159.3k 1:04:41 27:29 37:12 145.1k 42 604.1M 0 0 42 256.9M 0 159.3k 1:04:41 27:30 37:11 145.7k 42 604.1M 0 0 42 257.1M 0 159.4k 1:04:41 27:31 37:10 149.7k 42 604.1M 0 0 42 257.4M 0 159.4k 1:04:39 27:32 37:07 174.4k 42 604.1M 0 0 42 257.6M 0 159.5k 1:04:38 27:34 37:04 192.2k 42 604.1M 0 0 42 257.9M 0 159.5k 1:04:37 27:35 37:02 211.2k 42 604.1M 0 0 42 258.1M 0 159.5k 1:04:37 27:36 37:01 211.0k 42 604.1M 0 0 42 258.3M 0 159.5k 1:04:37 27:37 37:00 201.8k 42 604.1M 0 0 42 258.5M 0 159.5k 1:04:37 27:39 36:58 179.8k 42 604.1M 0 0 42 258.6M 0 159.5k 1:04:37 27:40 36:57 170.1k 42 604.1M 0 0 42 258.9M 0 159.5k 1:04:36 27:41 36:55 166.9k 42 604.1M 0 0 42 259.1M 0 159.6k 1:04:35 27:42 36:53 179.9k 42 604.1M 0 0 42 259.3M 0 159.6k 1:04:35 27:43 36:52 187.5k 42 604.1M 0 0 42 259.5M 0 159.6k 1:04:36 27:44 36:52 175.3k 42 604.1M 0 0 42 259.6M 0 159.6k 1:04:36 27:46 36:50 176.4k 43 604.1M 0 0 43 259.8M 0 159.5k 1:04:36 27:47 36:49 162.7k 43 604.1M 0 0 43 260.0M 0 159.5k 1:04:37 27:48 36:49 140.5k 43 604.1M 0 0 43 260.1M 0 159.5k 1:04:36 27:49 36:47 138.6k 43 604.1M 0 0 43 260.4M 0 159.6k 1:04:35 27:50 36:45 163.6k 43 604.1M 0 0 43 260.6M 0 159.6k 1:04:35 27:52 36:43 169.7k 43 604.1M 0 0 43 260.8M 0 159.6k 1:04:35 27:53 36:42 175.3k 43 604.1M 0 0 43 261.0M 0 159.6k 1:04:34 27:54 36:40 188.6k 43 604.1M 0 0 43 261.2M 0 159.6k 1:04:34 27:55 36:39 190.3k 43 604.1M 0 0 43 261.4M 0 159.6k 1:04:34 27:56 36:38 173.0k 43 604.1M 0 0 43 261.5M 0 159.6k 1:04:35 27:57 36:38 155.2k 43 604.1M 0 0 43 261.6M 0 159.5k 1:04:36 27:59 36:37 139.8k 43 604.1M 0 0 43 261.8M 0 159.5k 1:04:37 28:00 36:37 131.0k 43 604.1M 0 0 43 262.0M 0 159.5k 1:04:37 28:01 36:36 129.0k 43 604.1M 0 0 43 262.2M 0 159.5k 1:04:37 28:03 36:34 129.2k 43 604.1M 0 0 43 262.5M 0 159.5k 1:04:36 28:04 36:32 149.3k 43 604.1M 0 0 43 262.8M 0 159.6k 1:04:34 28:05 36:29 182.6k 43 604.1M 0 0 43 263.0M 0 159.7k 1:04:33 28:06 36:27 198.2k 43 604.1M 0 0 43 263.2M 0 159.7k 1:04:33 28:07 36:26 204.6k 43 604.1M 0 0 43 263.5M 0 159.7k 1:04:32 28:08 36:24 217.3k 43 604.1M 0 0 43 263.7M 0 159.7k 1:04:31 28:10 36:21 218.2k 43 604.1M 0 0 43 264.0M 0 159.8k 1:04:30 28:11 36:19 214.1k 43 604.1M 0 0 43 264.1M 0 159.8k 1:04:31 28:12 36:19 191.3k 43 604.1M 0 0 43 264.3M 0 159.7k 1:04:31 28:14 36:17 176.2k 43 604.1M 0 0 43 264.5M 0 159.7k 1:04:32 28:15 36:17 156.9k 43 604.1M 0 0 43 264.6M 0 159.7k 1:04:33 28:16 36:17 140.1k 43 604.1M 0 0 43 264.8M 0 159.7k 1:04:33 28:17 36:16 124.3k 43 604.1M 0 0 43 264.9M 0 159.6k 1:04:34 28:19 36:15 120.5k 43 604.1M 0 0 43 265.0M 0 159.6k 1:04:35 28:20 36:15 118.4k 43 604.1M 0 0 43 265.2M 0 159.6k 1:04:35 28:21 36:14 130.5k 43 604.1M 0 0 43 265.5M 0 159.6k 1:04:34 28:22 36:12 151.1k 43 604.1M 0 0 43 265.7M 0 159.7k 1:04:33 28:23 36:10 164.2k 44 604.1M 0 0 44 265.9M 0 159.7k 1:04:32 28:24 36:08 182.8k 44 604.1M 0 0 44 266.1M 0 159.7k 1:04:31 28:25 36:06 205.4k 44 604.1M 0 0 44 266.3M 0 159.8k 1:04:31 28:26 36:05 211.7k 44 604.1M 0 0 44 266.5M 0 159.8k 1:04:31 28:28 36:03 193.2k 44 604.1M 0 0 44 266.8M 0 159.8k 1:04:30 28:29 36:01 193.3k 44 604.1M 0 0 44 267.0M 0 159.8k 1:04:29 28:30 35:59 201.4k 44 604.1M 0 0 44 267.3M 0 159.9k 1:04:28 28:31 35:57 195.5k 44 604.1M 0 0 44 267.5M 0 159.9k 1:04:29 28:33 35:56 185.6k 44 604.1M 0 0 44 267.7M 0 159.9k 1:04:27 28:34 35:53 200.0k 44 604.1M 0 0 44 268.0M 0 160.0k 1:04:25 28:35 35:50 216.9k 44 604.1M 0 0 44 268.3M 0 160.0k 1:04:24 28:36 35:48 213.0k 44 604.1M 0 0 44 268.5M 0 160.0k 1:04:25 28:37 35:48 199.7k 44 604.1M 0 0 44 268.6M 0 160.0k 1:04:25 28:38 35:47 206.6k 44 604.1M 0 0 44 268.9M 0 160.1k 1:04:24 28:40 35:44 204.6k 44 604.1M 0 0 44 269.1M 0 160.1k 1:04:23 28:41 35:42 192.4k 44 604.1M 0 0 44 269.3M 0 160.1k 1:04:22 28:42 35:40 185.2k 44 604.1M 0 0 44 269.6M 0 160.1k 1:04:22 28:43 35:39 200.4k 44 604.1M 0 0 44 269.8M 0 160.2k 1:04:20 28:44 35:36 215.9k 44 604.1M 0 0 44 270.1M 0 160.2k 1:04:20 28:45 35:35 212.4k 44 604.1M 0 0 44 270.3M 0 160.2k 1:04:19 28:46 35:33 204.0k 44 604.1M 0 0 44 270.5M 0 160.3k 1:04:18 28:48 35:30 211.6k 44 604.1M 0 0 44 270.8M 0 160.3k 1:04:18 28:49 35:29 209.7k 44 604.1M 0 0 44 271.0M 0 160.3k 1:04:17 28:50 35:27 203.3k 44 604.1M 0 0 44 271.2M 0 160.3k 1:04:17 28:51 35:26 193.4k 44 604.1M 0 0 44 271.4M 0 160.3k 1:04:17 28:53 35:24 183.1k 44 604.1M 0 0 44 271.5M 0 160.3k 1:04:18 28:54 35:24 166.8k 44 604.1M 0 0 44 271.7M 0 160.3k 1:04:18 28:55 35:23 154.4k 45 604.1M 0 0 45 271.9M 0 160.3k 1:04:18 28:56 35:22 141.5k 45 604.1M 0 0 45 272.0M 0 160.2k 1:04:19 28:58 35:21 131.4k 45 604.1M 0 0 45 272.1M 0 160.2k 1:04:20 28:59 35:21 125.3k 45 604.1M 0 0 45 272.3M 0 160.2k 1:04:20 29:00 35:20 134.1k 45 604.1M 0 0 45 272.5M 0 160.2k 1:04:20 29:01 35:19 140.0k 45 604.1M 0 0 45 272.7M 0 160.2k 1:04:20 29:02 35:18 138.5k 45 604.1M 0 0 45 272.8M 0 160.2k 1:04:21 29:03 35:18 142.8k 45 604.1M 0 0 45 273.0M 0 160.2k 1:04:21 29:05 35:16 148.4k 45 604.1M 0 0 45 273.1M 0 160.1k 1:04:22 29:06 35:16 137.8k 45 604.1M 0 0 45 273.3M 0 160.1k 1:04:22 29:07 35:15 129.8k 45 604.1M 0 0 45 273.5M 0 160.1k 1:04:23 29:09 35:14 123.8k 45 604.1M 0 0 45 273.6M 0 160.0k 1:04:24 29:10 35:14 123.5k 45 604.1M 0 0 45 273.7M 0 160.0k 1:04:25 29:11 35:14 111.0k 45 604.1M 0 0 45 273.9M 0 160.0k 1:04:26 29:12 35:14 117.1k 45 604.1M 0 0 45 274.1M 0 160.0k 1:04:25 29:14 35:11 130.4k 45 604.1M 0 0 45 274.3M 0 160.0k 1:04:25 29:15 35:10 142.4k 45 604.1M 0 0 45 274.6M 0 160.0k 1:04:24 29:16 35:08 156.5k 45 604.1M 0 0 45 274.8M 0 160.1k 1:04:24 29:17 35:07 179.4k 45 604.1M 0 0 45 275.0M 0 160.1k 1:04:23 29:19 35:04 189.8k 45 604.1M 0 0 45 275.3M 0 160.1k 1:04:22 29:20 35:02 195.2k 45 604.1M 0 0 45 275.5M 0 160.2k 1:04:21 29:21 35:00 209.1k 45 604.1M 0 0 45 275.8M 0 160.2k 1:04:21 29:22 34:59 204.3k 45 604.1M 0 0 45 275.9M 0 160.1k 1:04:22 29:23 34:59 186.2k 45 604.1M 0 0 45 276.0M 0 160.1k 1:04:22 29:24 34:58 174.7k 45 604.1M 0 0 45 276.2M 0 160.1k 1:04:22 29:26 34:56 164.2k 45 604.1M 0 0 45 276.5M 0 160.2k 1:04:21 29:27 34:54 163.1k 45 604.1M 0 0 45 276.7M 0 160.2k 1:04:20 29:28 34:52 168.0k 45 604.1M 0 0 45 276.8M 0 160.2k 1:04:21 29:29 34:52 166.2k 45 604.1M 0 0 45 277.0M 0 160.2k 1:04:21 29:30 34:51 169.9k 45 604.1M 0 0 45 277.2M 0 160.1k 1:04:21 29:32 34:49 165.0k 45 604.1M 0 0 45 277.3M 0 160.1k 1:04:22 29:33 34:49 143.6k 45 604.1M 0 0 45 277.5M 0 160.1k 1:04:23 29:34 34:49 127.1k 45 604.1M 0 0 45 277.6M 0 160.1k 1:04:22 29:35 34:47 143.6k 45 604.1M 0 0 45 277.8M 0 160.1k 1:04:22 29:36 34:46 146.4k 46 604.1M 0 0 46 278.0M 0 160.1k 1:04:23 29:37 34:46 145.3k 46 604.1M 0 0 46 278.2M 0 160.1k 1:04:23 29:39 34:44 150.7k 46 604.1M 0 0 46 278.3M 0 160.1k 1:04:23 29:40 34:43 151.4k 46 604.1M 0 0 46 278.5M 0 160.0k 1:04:24 29:41 34:43 136.4k 46 604.1M 0 0 46 278.6M 0 160.0k 1:04:25 29:42 34:43 128.2k 46 604.1M 0 0 46 278.8M 0 160.0k 1:04:25 29:43 34:42 130.6k 46 604.1M 0 0 46 279.0M 0 160.0k 1:04:25 29:45 34:40 137.7k 46 604.1M 0 0 46 279.1M 0 160.0k 1:04:25 29:46 34:39 135.2k 46 604.1M 0 0 46 279.3M 0 159.9k 1:04:26 29:48 34:38 137.9k 46 604.1M 0 0 46 279.5M 0 159.9k 1:04:27 29:49 34:38 138.6k 46 604.1M 0 0 46 279.6M 0 159.9k 1:04:27 29:50 34:37 141.5k 46 604.1M 0 0 46 279.8M 0 159.9k 1:04:27 29:51 34:36 129.3k 46 604.1M 0 0 46 280.0M 0 159.9k 1:04:27 29:52 34:35 143.8k 46 604.1M 0 0 46 280.2M 0 160.0k 1:04:26 29:53 34:33 169.4k 46 604.1M 0 0 46 280.5M 0 160.0k 1:04:25 29:54 34:31 186.7k 46 604.1M 0 0 46 280.8M 0 160.1k 1:04:23 29:55 34:28 210.4k 46 604.1M 0 0 46 281.0M 0 160.1k 1:04:22 29:56 34:26 229.6k 46 604.1M 0 0 46 281.3M 0 160.1k 1:04:22 29:58 34:24 223.9k 46 604.1M 0 0 46 281.5M 0 160.1k 1:04:22 29:59 34:23 205.8k 46 604.1M 0 0 46 281.7M 0 160.2k 1:04:21 30:00 34:21 202.2k 46 604.1M 0 0 46 282.0M 0 160.2k 1:04:20 30:01 34:19 194.3k 46 604.1M 0 0 46 282.2M 0 160.3k 1:04:19 30:02 34:17 199.6k 46 604.1M 0 0 46 282.5M 0 160.3k 1:04:17 30:04 34:13 221.5k 46 604.1M 0 0 46 282.8M 0 160.4k 1:04:16 30:05 34:11 242.4k 46 604.1M 0 0 46 283.0M 0 160.4k 1:04:15 30:06 34:09 242.5k 46 604.1M 0 0 46 283.2M 0 160.4k 1:04:15 30:07 34:08 227.0k 46 604.1M 0 0 46 283.4M 0 160.4k 1:04:15 30:08 34:07 201.8k 46 604.1M 0 0 46 283.6M 0 160.4k 1:04:15 30:10 34:05 177.7k 46 604.1M 0 0 46 283.8M 0 160.4k 1:04:16 30:11 34:05 163.2k 47 604.1M 0 0 47 284.0M 0 160.4k 1:04:16 30:12 34:04 153.9k 47 604.1M 0 0 47 284.3M 0 160.5k 1:04:14 30:13 34:01 172.5k 47 604.1M 0 0 47 284.6M 0 160.5k 1:04:12 30:14 33:58 205.4k 47 604.1M 0 0 47 284.8M 0 160.6k 1:04:11 30:15 33:56 222.7k 47 604.1M 0 0 47 285.1M 0 160.6k 1:04:10 30:17 33:53 235.7k 47 604.1M 0 0 47 285.3M 0 160.7k 1:04:09 30:18 33:51 256.0k 47 604.1M 0 0 47 285.6M 0 160.7k 1:04:08 30:19 33:49 249.3k 47 604.1M 0 0 47 285.8M 0 160.7k 1:04:08 30:20 33:48 209.4k 47 604.1M 0 0 47 286.0M 0 160.7k 1:04:08 30:21 33:47 199.7k 47 604.1M 0 0 47 286.1M 0 160.7k 1:04:08 30:23 33:45 180.9k 47 604.1M 0 0 47 286.3M 0 160.7k 1:04:08 30:24 33:44 170.4k 47 604.1M 0 0 47 286.5M 0 160.7k 1:04:08 30:25 33:43 160.5k 47 604.1M 0 0 47 286.7M 0 160.7k 1:04:07 30:26 33:41 171.5k 47 604.1M 0 0 47 286.9M 0 160.7k 1:04:07 30:27 33:40 169.6k 47 604.1M 0 0 47 287.1M 0 160.7k 1:04:07 30:28 33:39 173.0k 47 604.1M 0 0 47 287.3M 0 160.7k 1:04:07 30:29 33:38 174.3k 47 604.1M 0 0 47 287.5M 0 160.8k 1:04:07 30:30 33:37 172.6k 47 604.1M 0 0 47 287.6M 0 160.8k 1:04:07 30:31 33:36 169.7k 47 604.1M 0 0 47 287.8M 0 160.8k 1:04:07 30:33 33:34 163.7k 47 604.1M 0 0 47 288.0M 0 160.7k 1:04:07 30:34 33:33 160.1k 47 604.1M 0 0 47 288.2M 0 160.7k 1:04:07 30:35 33:32 155.9k 47 604.1M 0 0 47 288.4M 0 160.7k 1:04:07 30:36 33:31 157.6k 47 604.1M 0 0 47 288.7M 0 160.8k 1:04:05 30:38 33:27 177.6k 47 604.1M 0 0 47 289.0M 0 160.9k 1:04:03 30:39 33:24 206.2k 47 604.1M 0 0 47 289.3M 0 160.9k 1:04:02 30:40 33:22 228.5k 47 604.1M 0 0 47 289.5M 0 160.9k 1:04:02 30:41 33:21 230.5k 47 604.1M 0 0 47 289.6M 0 160.9k 1:04:03 30:43 33:20 205.0k 47 604.1M 0 0 47 289.8M 0 160.9k 1:04:04 30:44 33:20 178.1k 47 604.1M 0 0 47 290.0M 0 160.9k 1:04:04 30:45 33:19 158.0k 48 604.1M 0 0 48 290.1M 0 160.9k 1:04:03 30:46 33:17 150.6k 48 604.1M 0 0 48 290.3M 0 160.9k 1:04:03 30:47 33:16 148.0k 48 604.1M 0 0 48 290.6M 0 160.9k 1:04:02 30:48 33:14 177.8k 48 604.1M 0 0 48 290.8M 0 161.0k 1:04:02 30:49 33:13 191.6k 48 604.1M 0 0 48 291.0M 0 161.0k 1:04:01 30:50 33:11 192.1k 48 604.1M 0 0 48 291.2M 0 161.0k 1:04:01 30:51 33:10 190.7k 48 604.1M 0 0 48 291.5M 0 161.0k 1:04:00 30:53 33:07 200.5k 48 604.1M 0 0 48 291.6M 0 161.0k 1:04:01 30:54 33:07 181.0k 48 604.1M 0 0 48 291.8M 0 161.0k 1:04:00 30:55 33:05 178.9k 48 604.1M 0 0 48 292.1M 0 161.1k 1:04:00 30:56 33:04 184.1k 48 604.1M 0 0 48 292.4M 0 161.1k 1:03:58 30:57 33:01 202.1k 48 604.1M 0 0 48 292.6M 0 161.2k 1:03:57 30:59 32:58 200.4k 48 604.1M 0 0 48 292.8M 0 161.1k 1:03:58 31:00 32:58 200.5k 48 604.1M 0 0 48 293.0M 0 161.1k 1:03:58 31:01 32:57 196.2k 48 604.1M 0 0 48 293.1M 0 161.1k 1:03:58 31:02 32:56 180.2k 48 604.1M 0 0 48 293.3M 0 161.1k 1:03:58 31:03 32:55 157.7k 48 604.1M 0 0 48 293.5M 0 161.1k 1:03:58 31:04 32:54 155.4k 48 604.1M 0 0 48 293.7M 0 161.2k 1:03:57 31:06 32:51 164.1k 48 604.1M 0 0 48 293.8M 0 161.1k 1:03:58 31:07 32:51 154.2k 48 604.1M 0 0 48 294.0M 0 161.1k 1:03:58 31:08 32:50 162.7k 48 604.1M 0 0 48 294.3M 0 161.2k 1:03:57 31:09 32:48 169.5k 48 604.1M 0 0 48 294.3M 0 161.2k 1:03:57 31:09 32:48 161.2k 48 604.1M 0 0 48 294.5M 0 161.2k 1:03:56 31:10 32:46 226.3k 48 604.1M 0 0 48 294.7M 0 161.2k 1:03:57 31:11 32:46 175.2k 48 604.1M 0 0 48 294.9M 0 161.2k 1:03:57 31:13 32:44 164.6k 48 604.1M 0 0 48 295.1M 0 161.2k 1:03:57 31:14 32:43 163.2k 48 604.1M 0 0 48 295.3M 0 161.2k 1:03:57 31:15 32:42 164.8k 48 604.1M 0 0 48 295.4M 0 161.2k 1:03:57 31:16 32:41 145.5k 48 604.1M 0 0 48 295.6M 0 161.1k 1:03:58 31:18 32:40 141.0k 48 604.1M 0 0 48 295.8M 0 161.1k 1:03:58 31:19 32:39 145.5k 48 604.1M 0 0 48 296.0M 0 161.1k 1:03:58 31:20 32:38 147.8k 49 604.1M 0 0 49 296.1M 0 161.1k 1:03:59 31:22 32:37 137.0k 49 604.1M 0 0 49 296.3M 0 161.1k 1:03:59 31:23 32:36 137.1k 49 604.1M 0 0 49 296.5M 0 161.1k 1:03:59 31:24 32:35 149.6k 49 604.1M 0 0 49 296.6M 0 161.0k 1:04:00 31:25 32:35 136.5k 49 604.1M 0 0 49 296.7M 0 161.0k 1:04:00 31:26 32:34 128.0k 49 604.1M 0 0 49 296.8M 0 161.0k 1:04:01 31:27 32:34 129.5k 49 604.1M 0 0 49 297.0M 0 161.0k 1:04:01 31:28 32:33 142.9k 49 604.1M 0 0 49 297.3M 0 161.1k 1:03:59 31:29 32:30 166.8k 49 604.1M 0 0 49 297.6M 0 161.2k 1:03:57 31:30 32:27 202.1k 49 604.1M 0 0 49 297.8M 0 161.2k 1:03:57 31:31 32:26 213.6k 49 604.1M 0 0 49 298.1M 0 161.2k 1:03:56 31:33 32:23 227.3k 49 604.1M 0 0 49 298.3M 0 161.2k 1:03:56 31:34 32:22 219.8k 49 604.1M 0 0 49 298.4M 0 161.2k 1:03:57 31:35 32:22 185.8k 49 604.1M 0 0 49 298.6M 0 161.2k 1:03:57 31:36 32:21 160.0k 49 604.1M 0 0 49 298.8M 0 161.1k 1:03:58 31:38 32:20 147.6k 49 604.1M 0 0 49 298.9M 0 161.1k 1:03:59 31:39 32:20 131.9k 49 604.1M 0 0 49 299.0M 0 161.1k 1:03:59 31:40 32:19 121.0k 49 604.1M 0 0 49 299.1M 0 161.0k 1:04:01 31:42 32:19 113.8k 49 604.1M 0 0 49 299.3M 0 161.0k 1:04:01 31:43 32:18 116.5k 49 604.1M 0 0 49 299.5M 0 161.0k 1:04:01 31:44 32:17 125.8k 49 604.1M 0 0 49 299.8M 0 161.0k 1:04:01 31:46 32:15 137.0k 49 604.1M 0 0 49 300.0M 0 161.0k 1:04:01 31:47 32:14 143.1k 49 604.1M 0 0 49 300.2M 0 161.0k 1:04:00 31:48 32:12 169.7k 49 604.1M 0 0 49 300.4M 0 161.0k 1:04:00 31:49 32:11 176.3k 49 604.1M 0 0 49 300.6M 0 161.1k 1:04:00 31:50 32:10 175.4k 49 604.1M 0 0 49 300.8M 0 161.1k 1:03:59 31:52 32:07 177.6k 49 604.1M 0 0 49 301.0M 0 161.0k 1:04:00 31:53 32:07 174.3k 49 604.1M 0 0 49 301.2M 0 161.0k 1:04:00 31:55 32:05 158.6k 49 604.1M 0 0 49 301.5M 0 161.0k 1:04:00 31:56 32:04 160.7k 49 604.1M 0 0 49 301.6M 0 161.0k 1:04:00 31:57 32:03 158.0k 49 604.1M 0 0 49 301.9M 0 161.1k 1:03:59 31:58 32:01 163.9k 50 604.1M 0 0 50 302.1M 0 161.1k 1:03:59 32:00 31:59 171.7k 50 604.1M 0 0 50 302.3M 0 161.1k 1:03:59 32:01 31:58 177.1k 50 604.1M 0 0 50 302.4M 0 161.0k 1:04:00 32:02 31:58 160.0k 50 604.1M 0 0 50 302.5M 0 161.0k 1:04:01 32:03 31:58 143.7k 50 604.1M 0 0 50 302.6M 0 160.9k 1:04:03 32:05 31:58 116.8k 50 604.1M 0 0 50 302.8M 0 160.9k 1:04:03 32:06 31:57 107.5k 50 604.1M 0 0 50 303.0M 0 160.9k 1:04:04 32:07 31:57 106.1k 50 604.1M 0 0 50 303.1M 0 160.8k 1:04:05 32:09 31:56 104.8k 50 604.1M 0 0 50 303.3M 0 160.8k 1:04:05 32:10 31:55 117.4k 50 604.1M 0 0 50 303.5M 0 160.8k 1:04:06 32:12 31:54 123.1k 50 604.1M 0 0 50 303.6M 0 160.8k 1:04:07 32:13 31:54 122.2k 50 604.1M 0 0 50 303.8M 0 160.8k 1:04:07 32:14 31:53 126.0k 50 604.1M 0 0 50 304.0M 0 160.8k 1:04:07 32:15 31:52 136.1k 50 604.1M 0 0 50 304.2M 0 160.8k 1:04:06 32:16 31:50 150.9k 50 604.1M 0 0 50 304.4M 0 160.8k 1:04:05 32:17 31:48 167.2k 50 604.1M 0 0 50 304.6M 0 160.8k 1:04:05 32:18 31:47 185.6k 50 604.1M 0 0 50 304.8M 0 160.9k 1:04:05 32:20 31:45 189.7k 50 604.1M 0 0 50 305.0M 0 160.9k 1:04:05 32:21 31:44 189.8k 50 604.1M 0 0 50 305.2M 0 160.9k 1:04:04 32:22 31:42 175.0k 50 604.1M 0 0 50 305.3M 0 160.8k 1:04:05 32:23 31:42 163.5k 50 604.1M 0 0 50 305.5M 0 160.8k 1:04:05 32:24 31:41 157.8k 50 604.1M 0 0 50 305.7M 0 160.8k 1:04:05 32:26 31:39 154.4k 50 604.1M 0 0 50 306.0M 0 160.9k 1:04:04 32:27 31:37 167.8k 50 604.1M 0 0 50 306.2M 0 160.9k 1:04:04 32:28 31:36 171.5k 50 604.1M 0 0 50 306.3M 0 160.9k 1:04:04 32:29 31:35 171.4k 50 604.1M 0 0 50 306.5M 0 160.9k 1:04:05 32:30 31:35 170.8k 50 604.1M 0 0 50 306.7M 0 160.9k 1:04:04 32:32 31:32 170.3k 50 604.1M 0 0 50 306.9M 0 160.9k 1:04:04 32:33 31:31 160.1k 50 604.1M 0 0 50 307.1M 0 160.9k 1:04:05 32:34 31:31 149.5k 50 604.1M 0 0 50 307.2M 0 160.8k 1:04:06 32:36 31:30 140.6k 50 604.1M 0 0 50 307.4M 0 160.8k 1:04:06 32:37 31:29 139.0k 50 604.1M 0 0 50 307.6M 0 160.8k 1:04:06 32:38 31:28 139.1k 50 604.1M 0 0 50 307.7M 0 160.8k 1:04:06 32:39 31:27 130.6k 50 604.1M 0 0 50 307.9M 0 160.8k 1:04:07 32:40 31:27 130.0k 50 604.1M 0 0 50 308.1M 0 160.8k 1:04:07 32:41 31:26 151.9k 51 604.1M 0 0 51 308.3M 0 160.8k 1:04:06 32:43 31:23 169.8k 51 604.1M 0 0 51 308.5M 0 160.8k 1:04:06 32:44 31:22 166.9k 51 604.1M 0 0 51 308.7M 0 160.8k 1:04:06 32:45 31:21 167.7k 51 604.1M 0 0 51 309.0M 0 160.8k 1:04:06 32:47 31:19 178.0k 51 604.1M 0 0 51 309.1M 0 160.8k 1:04:06 32:48 31:18 165.5k 51 604.1M 0 0 51 309.3M 0 160.8k 1:04:06 32:49 31:17 155.4k 51 604.1M 0 0 51 309.5M 0 160.8k 1:04:06 32:50 31:16 152.7k 51 604.1M 0 0 51 309.6M 0 160.8k 1:04:07 32:51 31:16 148.5k 51 604.1M 0 0 51 309.8M 0 160.7k 1:04:08 32:53 31:15 135.4k 51 604.1M 0 0 51 310.0M 0 160.7k 1:04:08 32:54 31:14 141.3k 51 604.1M 0 0 51 310.1M 0 160.7k 1:04:09 32:55 31:14 124.1k 51 604.1M 0 0 51 310.3M 0 160.7k 1:04:09 32:57 31:12 123.1k 51 604.1M 0 0 51 310.5M 0 160.7k 1:04:09 32:58 31:11 135.5k 51 604.1M 0 0 51 310.7M 0 160.7k 1:04:08 32:59 31:09 154.4k 51 604.1M 0 0 51 311.0M 0 160.7k 1:04:07 33:00 31:07 170.1k 51 604.1M 0 0 51 311.3M 0 160.8k 1:04:06 33:01 31:05 204.0k 51 604.1M 0 0 51 311.5M 0 160.8k 1:04:05 33:03 31:02 218.1k 51 604.1M 0 0 51 311.8M 0 160.9k 1:04:04 33:04 31:00 228.9k 51 604.1M 0 0 51 312.1M 0 160.9k 1:04:03 33:05 30:58 233.1k 51 604.1M 0 0 51 312.3M 0 160.9k 1:04:03 33:06 30:57 219.4k 51 604.1M 0 0 51 312.4M 0 160.9k 1:04:03 33:07 30:56 198.9k 51 604.1M 0 0 51 312.5M 0 160.9k 1:04:04 33:09 30:55 172.6k 51 604.1M 0 0 51 312.6M 0 160.8k 1:04:05 33:10 30:55 148.6k 51 604.1M 0 0 51 312.8M 0 160.8k 1:04:05 33:11 30:54 131.1k 51 604.1M 0 0 51 313.1M 0 160.9k 1:04:04 33:12 30:52 140.5k 51 604.1M 0 0 51 313.3M 0 160.9k 1:04:04 33:13 30:51 149.6k 51 604.1M 0 0 51 313.5M 0 160.9k 1:04:04 33:14 30:50 170.4k 51 604.1M 0 0 51 313.6M 0 160.9k 1:04:04 33:15 30:49 177.9k 51 604.1M 0 0 51 313.8M 0 160.9k 1:04:04 33:17 30:47 170.5k 51 604.1M 0 0 51 314.0M 0 160.8k 1:04:05 33:18 30:47 151.3k 52 604.1M 0 0 52 314.2M 0 160.8k 1:04:05 33:20 30:45 144.3k 52 604.1M 0 0 52 314.4M 0 160.8k 1:04:06 33:21 30:45 138.7k 52 604.1M 0 0 52 314.5M 0 160.8k 1:04:06 33:22 30:44 129.9k 52 604.1M 0 0 52 314.6M 0 160.8k 1:04:07 33:23 30:44 126.8k 52 604.1M 0 0 52 314.8M 0 160.7k 1:04:08 33:25 30:43 126.3k 52 604.1M 0 0 52 315.0M 0 160.7k 1:04:08 33:26 30:42 119.8k 52 604.1M 0 0 52 315.1M 0 160.6k 1:04:09 33:28 30:41 112.9k 52 604.1M 0 0 52 315.3M 0 160.6k 1:04:11 33:30 30:41 105.6k 52 604.1M 0 0 52 315.4M 0 160.5k 1:04:12 33:31 30:41 100.2k 52 604.1M 0 0 52 315.6M 0 160.5k 1:04:13 33:32 30:41 103.5k 52 604.1M 0 0 52 315.8M 0 160.5k 1:04:12 33:34 30:38 120.8k 52 604.1M 0 0 52 316.0M 0 160.5k 1:04:12 33:35 30:37 126.3k 52 604.1M 0 0 52 316.2M 0 160.5k 1:04:13 33:36 30:37 141.5k 52 604.1M 0 0 52 316.4M 0 160.5k 1:04:13 33:38 30:35 152.7k 52 604.1M 0 0 52 316.6M 0 160.5k 1:04:13 33:39 30:34 154.8k 52 604.1M 0 0 52 316.8M 0 160.5k 1:04:13 33:40 30:33 150.1k 52 604.1M 0 0 52 317.0M 0 160.6k 1:04:12 33:41 30:31 168.3k 52 604.1M 0 0 52 317.4M 0 160.7k 1:04:09 33:42 30:27 207.7k 52 604.1M 0 0 52 317.7M 0 160.7k 1:04:08 33:43 30:25 244.2k 52 604.1M 0 0 52 318.0M 0 160.8k 1:04:06 33:44 30:22 267.2k 52 604.1M 0 0 52 318.1M 0 160.8k 1:04:06 33:45 30:21 259.5k 52 604.1M 0 0 52 318.3M 0 160.8k 1:04:06 33:46 30:20 249.4k 52 604.1M 0 0 52 318.6M 0 160.8k 1:04:05 33:48 30:17 224.5k 52 604.1M 0 0 52 318.8M 0 160.9k 1:04:04 33:49 30:15 207.6k 52 604.1M 0 0 52 319.1M 0 160.9k 1:04:04 33:50 30:14 203.8k 52 604.1M 0 0 52 319.3M 0 160.9k 1:04:03 33:51 30:12 220.8k 52 604.1M 0 0 52 319.5M 0 160.9k 1:04:02 33:52 30:10 219.8k 52 604.1M 0 0 52 319.8M 0 161.0k 1:04:01 33:53 30:08 220.5k 52 604.1M 0 0 52 320.1M 0 161.0k 1:04:00 33:54 30:06 232.7k 53 604.1M 0 0 53 320.3M 0 161.1k 1:03:59 33:55 30:04 231.8k 53 604.1M 0 0 53 320.5M 0 161.1k 1:03:59 33:57 30:02 208.3k 53 604.1M 0 0 53 320.6M 0 161.1k 1:03:59 33:58 30:01 204.0k 53 604.1M 0 0 53 320.9M 0 161.1k 1:03:58 33:59 29:59 207.6k 53 604.1M 0 0 53 321.1M 0 161.1k 1:03:58 34:00 29:58 192.7k 53 604.1M 0 0 53 321.3M 0 161.1k 1:03:58 34:01 29:57 182.6k 53 604.1M 0 0 53 321.5M 0 161.1k 1:03:58 34:02 29:56 190.6k 53 604.1M 0 0 53 321.7M 0 161.1k 1:03:58 34:03 29:55 187.6k 53 604.1M 0 0 53 321.9M 0 161.2k 1:03:57 34:05 29:52 175.7k 53 604.1M 0 0 53 322.1M 0 161.2k 1:03:57 34:06 29:51 171.8k 53 604.1M 0 0 53 322.3M 0 161.2k 1:03:57 34:07 29:50 166.0k 53 604.1M 0 0 53 322.5M 0 161.2k 1:03:57 34:08 29:49 173.8k 53 604.1M 0 0 53 322.7M 0 161.2k 1:03:57 34:09 29:48 174.8k 53 604.1M 0 0 53 323.0M 0 161.2k 1:03:56 34:11 29:45 178.0k 53 604.1M 0 0 53 323.1M 0 161.2k 1:03:57 34:12 29:45 160.6k 53 604.1M 0 0 53 323.3M 0 161.1k 1:03:58 34:13 29:45 156.5k 53 604.1M 0 0 53 323.5M 0 161.1k 1:03:58 34:15 29:43 148.6k 53 604.1M 0 0 53 323.7M 0 161.2k 1:03:57 34:16 29:41 156.5k 53 604.1M 0 0 53 324.0M 0 161.2k 1:03:57 34:17 29:40 156.0k 53 604.1M 0 0 53 324.2M 0 161.2k 1:03:56 34:19 29:37 175.6k 53 604.1M 0 0 53 324.4M 0 161.2k 1:03:56 34:20 29:36 185.9k 53 604.1M 0 0 53 324.6M 0 161.2k 1:03:56 34:21 29:35 184.6k 53 604.1M 0 0 53 324.8M 0 161.2k 1:03:55 34:22 29:33 189.2k 53 604.1M 0 0 53 325.0M 0 161.2k 1:03:55 34:23 29:32 178.4k 53 604.1M 0 0 53 325.2M 0 161.2k 1:03:56 34:25 29:31 163.2k 53 604.1M 0 0 53 325.4M 0 161.2k 1:03:56 34:26 29:30 156.5k 53 604.1M 0 0 53 325.6M 0 161.2k 1:03:56 34:27 29:29 158.9k 53 604.1M 0 0 53 325.8M 0 161.2k 1:03:56 34:29 29:27 155.5k 53 604.1M 0 0 53 326.0M 0 161.2k 1:03:56 34:30 29:26 157.6k 53 604.1M 0 0 53 326.2M 0 161.2k 1:03:56 34:31 29:25 165.6k 54 604.1M 0 0 54 326.4M 0 161.2k 1:03:56 34:32 29:24 162.0k 54 604.1M 0 0 54 326.6M 0 161.2k 1:03:57 34:34 29:23 154.7k 54 604.1M 0 0 54 326.8M 0 161.2k 1:03:56 34:35 29:21 149.1k 54 604.1M 0 0 54 327.0M 0 161.2k 1:03:56 34:36 29:20 150.1k 54 604.1M 0 0 54 327.1M 0 161.2k 1:03:56 34:37 29:19 150.5k 54 604.1M 0 0 54 327.3M 0 161.2k 1:03:57 34:39 29:18 154.7k 54 604.1M 0 0 54 327.6M 0 161.2k 1:03:56 34:40 29:16 172.1k 54 604.1M 0 0 54 327.8M 0 161.2k 1:03:55 34:41 29:14 176.5k 54 604.1M 0 0 54 328.0M 0 161.2k 1:03:56 34:42 29:14 171.6k 54 604.1M 0 0 54 328.1M 0 161.2k 1:03:56 34:43 29:13 159.9k 54 604.1M 0 0 54 328.3M 0 161.2k 1:03:57 34:45 29:12 157.0k 54 604.1M 0 0 54 328.5M 0 161.2k 1:03:57 34:46 29:11 147.8k 54 604.1M 0 0 54 328.6M 0 161.2k 1:03:56 34:47 29:09 143.4k 54 604.1M 0 0 54 328.8M 0 161.2k 1:03:56 34:48 29:08 154.1k 54 604.1M 0 0 54 329.0M 0 161.2k 1:03:57 34:49 29:08 160.2k 54 604.1M 0 0 54 329.1M 0 161.2k 1:03:57 34:50 29:07 160.2k 54 604.1M 0 0 54 329.3M 0 161.1k 1:03:58 34:52 29:06 147.4k 54 604.1M 0 0 54 329.4M 0 161.1k 1:03:58 34:53 29:05 136.1k 54 604.1M 0 0 54 329.5M 0 161.1k 1:03:59 34:54 29:05 121.6k 54 604.1M 0 0 54 329.7M 0 161.1k 1:03:59 34:55 29:04 127.6k 54 604.1M 0 0 54 330.0M 0 161.1k 1:03:58 34:56 29:02 143.2k 54 604.1M 0 0 54 330.2M 0 161.1k 1:03:57 34:57 29:00 163.8k 54 604.1M 0 0 54 330.5M 0 161.2k 1:03:57 34:59 28:58 176.9k 54 604.1M 0 0 54 330.6M 0 161.2k 1:03:57 35:00 28:57 187.6k 54 604.1M 0 0 54 330.9M 0 161.2k 1:03:56 35:01 28:55 195.6k 54 604.1M 0 0 54 331.2M 0 161.3k 1:03:55 35:02 28:53 212.7k 54 604.1M 0 0 54 331.4M 0 161.3k 1:03:54 35:03 28:51 207.8k 54 604.1M 0 0 54 331.6M 0 161.3k 1:03:54 35:04 28:50 200.6k 54 604.1M 0 0 54 331.8M 0 161.3k 1:03:54 35:06 28:48 200.8k 54 604.1M 0 0 54 332.0M 0 161.3k 1:03:54 35:07 28:47 192.3k 54 604.1M 0 0 54 332.2M 0 161.3k 1:03:54 35:08 28:46 166.0k 55 604.1M 0 0 55 332.5M 0 161.3k 1:03:54 35:10 28:44 168.1k 55 604.1M 0 0 55 332.7M 0 161.3k 1:03:53 35:11 28:42 176.0k 55 604.1M 0 0 55 332.9M 0 161.3k 1:03:54 35:13 28:41 167.5k 55 604.1M 0 0 55 333.0M 0 161.2k 1:03:55 35:14 28:41 149.1k 55 604.1M 0 0 55 333.1M 0 161.2k 1:03:56 35:15 28:41 145.4k 55 604.1M 0 0 55 333.3M 0 161.2k 1:03:56 35:16 28:40 137.6k 55 604.1M 0 0 55 333.5M 0 161.2k 1:03:56 35:17 28:39 128.9k 55 604.1M 0 0 55 333.7M 0 161.2k 1:03:55 35:19 28:36 138.6k 55 604.1M 0 0 55 333.9M 0 161.2k 1:03:56 35:20 28:36 150.9k 55 604.1M 0 0 55 334.1M 0 161.2k 1:03:55 35:21 28:34 167.4k 55 604.1M 0 0 55 334.3M 0 161.2k 1:03:55 35:22 28:33 166.4k 55 604.1M 0 0 55 334.6M 0 161.3k 1:03:55 35:24 28:31 174.0k 55 604.1M 0 0 55 334.8M 0 161.3k 1:03:54 35:25 28:29 181.8k 55 604.1M 0 0 55 335.1M 0 161.3k 1:03:53 35:26 28:27 198.8k 55 604.1M 0 0 55 335.4M 0 161.4k 1:03:51 35:27 28:24 217.2k 55 604.1M 0 0 55 335.8M 0 161.5k 1:03:48 35:28 28:20 267.9k 55 604.1M 0 0 55 336.3M 0 161.7k 1:03:45 35:29 28:16 317.8k 55 604.1M 0 0 55 336.6M 0 161.8k 1:03:43 35:30 28:13 341.6k 55 604.1M 0 0 55 337.0M 0 161.8k 1:03:42 35:32 28:10 346.8k 55 604.1M 0 0 55 337.1M 0 161.8k 1:03:42 35:33 28:09 314.7k 55 604.1M 0 0 55 337.3M 0 161.8k 1:03:42 35:34 28:08 268.1k 55 604.1M 0 0 55 337.5M 0 161.8k 1:03:41 35:35 28:06 223.2k 55 604.1M 0 0 55 337.7M 0 161.8k 1:03:42 35:36 28:06 183.3k 55 604.1M 0 0 55 337.9M 0 161.8k 1:03:41 35:37 28:04 167.5k 55 604.1M 0 0 55 338.1M 0 161.9k 1:03:41 35:38 28:03 180.7k 56 604.1M 0 0 56 338.4M 0 161.9k 1:03:40 35:40 28:00 189.1k 56 604.1M 0 0 56 338.6M 0 161.9k 1:03:39 35:41 27:58 196.2k 56 604.1M 0 0 56 338.9M 0 162.0k 1:03:38 35:42 27:56 215.5k 56 604.1M 0 0 56 339.1M 0 162.0k 1:03:38 35:43 27:55 218.1k 56 604.1M 0 0 56 339.4M 0 162.0k 1:03:37 35:44 27:53 209.7k 56 604.1M 0 0 56 339.6M 0 162.0k 1:03:37 35:46 27:51 202.3k 56 604.1M 0 0 56 339.9M 0 162.1k 1:03:36 35:47 27:49 209.4k 56 604.1M 0 0 56 340.1M 0 162.1k 1:03:36 35:48 27:48 195.5k 56 604.1M 0 0 56 340.3M 0 162.1k 1:03:36 35:49 27:47 192.2k 56 604.1M 0 0 56 340.5M 0 162.1k 1:03:36 35:50 27:46 189.2k 56 604.1M 0 0 56 340.7M 0 162.1k 1:03:35 35:51 27:44 199.6k 56 604.1M 0 0 56 341.0M 0 162.1k 1:03:34 35:53 27:41 192.7k 56 604.1M 0 0 56 341.1M 0 162.1k 1:03:35 35:54 27:41 181.1k 56 604.1M 0 0 56 341.3M 0 162.1k 1:03:35 35:55 27:40 169.2k 56 604.1M 0 0 56 341.5M 0 162.1k 1:03:36 35:56 27:40 162.9k 56 604.1M 0 0 56 341.6M 0 162.1k 1:03:36 35:58 27:38 153.3k 56 604.1M 0 0 56 341.8M 0 162.1k 1:03:36 35:59 27:37 139.2k 56 604.1M 0 0 56 342.0M 0 162.1k 1:03:36 36:00 27:36 150.5k 56 604.1M 0 0 56 342.2M 0 162.1k 1:03:35 36:01 27:34 161.4k 56 604.1M 0 0 56 342.5M 0 162.1k 1:03:34 36:02 27:32 188.8k 56 604.1M 0 0 56 342.8M 0 162.2k 1:03:34 36:04 27:30 192.2k 56 604.1M 0 0 56 342.9M 0 162.1k 1:03:34 36:05 27:29 184.2k 56 604.1M 0 0 56 343.0M 0 162.1k 1:03:35 36:06 27:29 174.6k 56 604.1M 0 0 56 343.2M 0 162.1k 1:03:35 36:07 27:28 171.3k 56 604.1M 0 0 56 343.5M 0 162.1k 1:03:34 36:08 27:26 158.2k 56 604.1M 0 0 56 343.6M 0 162.1k 1:03:35 36:10 27:25 140.0k 56 604.1M 0 0 56 343.8M 0 162.1k 1:03:35 36:11 27:24 149.7k 56 604.1M 0 0 56 344.0M 0 162.1k 1:03:35 36:12 27:23 164.1k 56 604.1M 0 0 56 344.3M 0 162.1k 1:03:34 36:13 27:21 173.4k 57 604.1M 0 0 57 344.5M 0 162.2k 1:03:33 36:14 27:19 180.0k 57 604.1M 0 0 57 344.7M 0 162.2k 1:03:33 36:16 27:17 188.8k 57 604.1M 0 0 57 344.8M 0 162.2k 1:03:34 36:17 27:17 185.3k 57 604.1M 0 0 57 345.0M 0 162.2k 1:03:33 36:18 27:15 182.0k 57 604.1M 0 0 57 345.2M 0 162.2k 1:03:33 36:19 27:14 174.2k 57 604.1M 0 0 57 345.5M 0 162.2k 1:03:33 36:20 27:13 187.7k 57 604.1M 0 0 57 345.5M 0 162.2k 1:03:33 36:20 27:13 162.2k 57 604.1M 0 0 57 345.7M 0 162.2k 1:03:32 36:21 27:11 186.7k 57 604.1M 0 0 57 345.9M 0 162.2k 1:03:33 36:23 27:10 168.2k 57 604.1M 0 0 57 346.1M 0 162.2k 1:03:33 36:24 27:09 161.4k 57 604.1M 0 0 57 346.3M 0 162.2k 1:03:33 36:25 27:08 158.3k 57 604.1M 0 0 57 346.5M 0 162.2k 1:03:33 36:27 27:06 154.6k 57 604.1M 0 0 57 346.6M 0 162.2k 1:03:33 36:28 27:05 146.1k 57 604.1M 0 0 57 346.8M 0 162.2k 1:03:33 36:29 27:04 148.6k 57 604.1M 0 0 57 347.0M 0 162.2k 1:03:34 36:30 27:04 149.2k 57 604.1M 0 0 57 347.3M 0 162.2k 1:03:33 36:32 27:01 158.0k 57 604.1M 0 0 57 347.5M 0 162.1k 1:03:34 36:33 27:01 151.9k 57 604.1M 0 0 57 347.6M 0 162.1k 1:03:35 36:35 27:00 142.4k 57 604.1M 0 0 57 347.7M 0 162.0k 1:03:36 36:36 27:00 126.6k 57 604.1M 0 0 57 347.8M 0 162.0k 1:03:37 36:37 27:00 119.5k 57 604.1M 0 0 57 348.0M 0 162.0k 1:03:37 36:39 26:58 109.1k 57 604.1M 0 0 57 348.3M 0 162.0k 1:03:37 36:40 26:57 125.2k 57 604.1M 0 0 57 348.5M 0 162.0k 1:03:37 36:41 26:56 135.4k 57 604.1M 0 0 57 348.6M 0 162.0k 1:03:37 36:43 26:54 152.3k 57 604.1M 0 0 57 348.8M 0 162.0k 1:03:37 36:44 26:53 158.2k 57 604.1M 0 0 57 349.0M 0 162.0k 1:03:37 36:45 26:52 165.8k 57 604.1M 0 0 57 349.3M 0 162.0k 1:03:36 36:46 26:50 169.8k 57 604.1M 0 0 57 349.5M 0 162.1k 1:03:35 36:47 26:48 187.9k 57 604.1M 0 0 57 349.8M 0 162.1k 1:03:34 36:48 26:46 200.1k 57 604.1M 0 0 57 350.0M 0 162.1k 1:03:34 36:50 26:44 208.4k 57 604.1M 0 0 57 350.2M 0 162.1k 1:03:34 36:51 26:43 202.8k 58 604.1M 0 0 58 350.4M 0 162.1k 1:03:35 36:52 26:43 182.6k 58 604.1M 0 0 58 350.5M 0 162.1k 1:03:35 36:53 26:42 163.4k 58 604.1M 0 0 58 350.7M 0 162.1k 1:03:35 36:54 26:41 157.1k 58 604.1M 0 0 58 351.0M 0 162.1k 1:03:35 36:56 26:39 154.9k 58 604.1M 0 0 58 351.1M 0 162.1k 1:03:34 36:57 26:37 160.8k 58 604.1M 0 0 58 351.4M 0 162.1k 1:03:34 36:58 26:36 175.7k 58 604.1M 0 0 58 351.6M 0 162.1k 1:03:34 36:59 26:35 180.0k 58 604.1M 0 0 58 351.8M 0 162.2k 1:03:33 37:01 26:32 183.7k 58 604.1M 0 0 58 352.0M 0 162.1k 1:03:35 37:02 26:33 163.2k 58 604.1M 0 0 58 352.1M 0 162.1k 1:03:35 37:03 26:32 150.7k 58 604.1M 0 0 58 352.3M 0 162.1k 1:03:35 37:05 26:30 141.4k 58 604.1M 0 0 58 352.5M 0 162.1k 1:03:35 37:06 26:29 146.1k 58 604.1M 0 0 58 352.6M 0 162.1k 1:03:35 37:07 26:28 133.9k 58 604.1M 0 0 58 352.8M 0 162.1k 1:03:35 37:08 26:27 149.5k 58 604.1M 0 0 58 353.0M 0 162.1k 1:03:35 37:09 26:26 159.4k 58 604.1M 0 0 58 353.3M 0 162.1k 1:03:35 37:11 26:24 172.3k 58 604.1M 0 0 58 353.6M 0 162.2k 1:03:33 37:12 26:21 190.5k 58 604.1M 0 0 58 353.8M 0 162.2k 1:03:33 37:13 26:20 205.6k 58 604.1M 0 0 58 354.1M 0 162.2k 1:03:32 37:14 26:18 215.7k 58 604.1M 0 0 58 354.3M 0 162.2k 1:03:32 37:15 26:17 217.0k 58 604.1M 0 0 58 354.5M 0 162.2k 1:03:32 37:16 26:16 206.4k 58 604.1M 0 0 58 354.6M 0 162.2k 1:03:32 37:17 26:15 188.5k 58 604.1M 0 0 58 354.9M 0 162.3k 1:03:31 37:19 26:12 186.3k 58 604.1M 0 0 58 355.0M 0 162.2k 1:03:32 37:20 26:12 169.6k 58 604.1M 0 0 58 355.1M 0 162.2k 1:03:32 37:21 26:11 155.5k 58 604.1M 0 0 58 355.3M 0 162.2k 1:03:32 37:22 26:10 153.2k 58 604.1M 0 0 58 355.5M 0 162.2k 1:03:33 37:24 26:09 142.3k 58 604.1M 0 0 58 355.7M 0 162.2k 1:03:33 37:25 26:08 129.8k 58 604.1M 0 0 58 355.9M 0 162.2k 1:03:34 37:27 26:07 133.6k 58 604.1M 0 0 58 356.1M 0 162.1k 1:03:34 37:28 26:06 137.6k 58 604.1M 0 0 58 356.2M 0 162.1k 1:03:35 37:29 26:06 125.1k 58 604.1M 0 0 58 356.4M 0 162.1k 1:03:35 37:31 26:04 128.9k 59 604.1M 0 0 59 356.6M 0 162.1k 1:03:35 37:32 26:03 131.7k 59 604.1M 0 0 59 356.8M 0 162.1k 1:03:35 37:33 26:02 147.6k 59 604.1M 0 0 59 357.1M 0 162.1k 1:03:34 37:34 26:00 163.0k 59 604.1M 0 0 59 357.3M 0 162.1k 1:03:34 37:36 25:58 175.7k 59 604.1M 0 0 59 357.5M 0 162.1k 1:03:35 37:37 25:58 172.0k 59 604.1M 0 0 59 357.6M 0 162.1k 1:03:35 37:38 25:57 175.2k 59 604.1M 0 0 59 357.8M 0 162.1k 1:03:35 37:39 25:56 160.2k 59 604.1M 0 0 59 358.0M 0 162.1k 1:03:35 37:41 25:54 146.7k 59 604.1M 0 0 59 358.1M 0 162.1k 1:03:36 37:42 25:54 143.9k 59 604.1M 0 0 59 358.3M 0 162.1k 1:03:36 37:43 25:53 146.7k 59 604.1M 0 0 59 358.6M 0 162.1k 1:03:35 37:44 25:51 151.1k 59 604.1M 0 0 59 358.8M 0 162.1k 1:03:35 37:46 25:49 164.6k 59 604.1M 0 0 59 359.1M 0 162.1k 1:03:34 37:47 25:47 181.0k 59 604.1M 0 0 59 359.3M 0 162.2k 1:03:33 37:48 25:45 199.2k 59 604.1M 0 0 59 359.6M 0 162.2k 1:03:32 37:49 25:43 222.9k 59 604.1M 0 0 59 359.9M 0 162.3k 1:03:31 37:50 25:41 227.9k 59 604.1M 0 0 59 360.1M 0 162.3k 1:03:31 37:52 25:39 213.4k 59 604.1M 0 0 59 360.3M 0 162.3k 1:03:31 37:53 25:38 209.3k 59 604.1M 0 0 59 360.6M 0 162.3k 1:03:30 37:54 25:36 214.2k 59 604.1M 0 0 59 360.8M 0 162.3k 1:03:29 37:55 25:34 202.5k 59 604.1M 0 0 59 361.1M 0 162.4k 1:03:28 37:56 25:32 218.2k 59 604.1M 0 0 59 361.5M 0 162.4k 1:03:27 37:58 25:29 238.8k 59 604.1M 0 0 59 361.7M 0 162.5k 1:03:26 37:59 25:27 244.0k 59 604.1M 0 0 59 362.0M 0 162.5k 1:03:25 38:00 25:25 239.0k 59 604.1M 0 0 59 362.1M 0 162.5k 1:03:26 38:01 25:25 224.8k 59 604.1M 0 0 59 362.3M 0 162.5k 1:03:26 38:02 25:24 196.6k 60 604.1M 0 0 60 362.5M 0 162.5k 1:03:26 38:04 25:22 179.6k 60 604.1M 0 0 60 362.7M 0 162.5k 1:03:26 38:05 25:21 166.4k 60 604.1M 0 0 60 362.9M 0 162.5k 1:03:26 38:06 25:20 154.3k 60 604.1M 0 0 60 363.1M 0 162.5k 1:03:26 38:07 25:19 160.4k 60 604.1M 0 0 60 363.4M 0 162.6k 1:03:24 38:08 25:16 185.4k 60 604.1M 0 0 60 363.6M 0 162.6k 1:03:24 38:09 25:15 199.7k 60 604.1M 0 0 60 363.9M 0 162.6k 1:03:23 38:11 25:12 210.4k 60 604.1M 0 0 60 364.1M 0 162.6k 1:03:23 38:12 25:11 215.6k 60 604.1M 0 0 60 364.3M 0 162.6k 1:03:23 38:13 25:10 200.9k 60 604.1M 0 0 60 364.5M 0 162.6k 1:03:23 38:14 25:09 176.5k 60 604.1M 0 0 60 364.7M 0 162.6k 1:03:23 38:15 25:08 176.9k 60 604.1M 0 0 60 365.0M 0 162.7k 1:03:22 38:17 25:05 181.3k 60 604.1M 0 0 60 365.2M 0 162.7k 1:03:21 38:18 25:03 192.2k 60 604.1M 0 0 60 365.5M 0 162.7k 1:03:20 38:19 25:01 210.9k 60 604.1M 0 0 60 365.7M 0 162.8k 1:03:20 38:20 25:00 232.2k 60 604.1M 0 0 60 366.0M 0 162.8k 1:03:19 38:21 24:58 233.4k 60 604.1M 0 0 60 366.3M 0 162.9k 1:03:17 38:22 24:55 243.0k 60 604.1M 0 0 60 366.5M 0 162.8k 1:03:17 38:24 24:53 221.3k 60 604.1M 0 0 60 366.7M 0 162.8k 1:03:18 38:25 24:53 197.1k 60 604.1M 0 0 60 366.9M 0 162.8k 1:03:18 38:27 24:51 182.9k 60 604.1M 0 0 60 367.1M 0 162.8k 1:03:18 38:28 24:50 171.3k 60 604.1M 0 0 60 367.3M 0 162.8k 1:03:18 38:29 24:49 151.1k 60 604.1M 0 0 60 367.5M 0 162.8k 1:03:18 38:30 24:48 153.7k 60 604.1M 0 0 60 367.8M 0 162.9k 1:03:17 38:31 24:46 189.7k 60 604.1M 0 0 60 368.1M 0 162.9k 1:03:15 38:32 24:43 212.9k 60 604.1M 0 0 60 368.3M 0 162.9k 1:03:15 38:34 24:41 207.7k 60 604.1M 0 0 60 368.5M 0 162.9k 1:03:16 38:35 24:41 206.2k 61 604.1M 0 0 61 368.8M 0 163.0k 1:03:14 38:36 24:38 223.5k 61 604.1M 0 0 61 369.0M 0 163.0k 1:03:14 38:37 24:37 215.2k 61 604.1M 0 0 61 369.2M 0 163.0k 1:03:13 38:38 24:35 197.8k 61 604.1M 0 0 61 369.4M 0 163.0k 1:03:13 38:39 24:34 204.8k 61 604.1M 0 0 61 369.6M 0 163.0k 1:03:13 38:40 24:33 207.5k 61 604.1M 0 0 61 369.8M 0 163.0k 1:03:13 38:42 24:31 185.6k 61 604.1M 0 0 61 370.0M 0 163.0k 1:03:13 38:43 24:30 176.6k 61 604.1M 0 0 61 370.1M 0 163.0k 1:03:14 38:44 24:30 152.1k 61 604.1M 0 0 61 370.3M 0 163.0k 1:03:14 38:46 24:28 140.8k 61 604.1M 0 0 61 370.5M 0 163.0k 1:03:15 38:47 24:28 135.6k 61 604.1M 0 0 61 370.7M 0 163.0k 1:03:14 38:48 24:26 142.6k 61 604.1M 0 0 61 370.9M 0 163.0k 1:03:14 38:49 24:25 140.4k 61 604.1M 0 0 61 371.1M 0 163.0k 1:03:14 38:50 24:24 162.4k 61 604.1M 0 0 61 371.3M 0 163.0k 1:03:15 38:52 24:23 160.1k 61 604.1M 0 0 61 371.4M 0 162.9k 1:03:16 38:53 24:23 148.8k 61 604.1M 0 0 61 371.6M 0 162.9k 1:03:16 38:55 24:21 135.4k 61 604.1M 0 0 61 371.7M 0 162.9k 1:03:17 38:56 24:21 120.3k 61 604.1M 0 0 61 371.8M 0 162.8k 1:03:18 38:58 24:20 104.5k 61 604.1M 0 0 61 372.0M 0 162.8k 1:03:19 38:59 24:20 107.7k 61 604.1M 0 0 61 372.2M 0 162.8k 1:03:18 39:00 24:18 123.6k 61 604.1M 0 0 61 372.4M 0 162.8k 1:03:18 39:01 24:17 130.6k 61 604.1M 0 0 61 372.6M 0 162.8k 1:03:18 39:02 24:16 144.1k 61 604.1M 0 0 61 372.8M 0 162.8k 1:03:18 39:03 24:15 166.7k 61 604.1M 0 0 61 373.0M 0 162.8k 1:03:18 39:05 24:13 176.4k 61 604.1M 0 0 61 373.1M 0 162.8k 1:03:18 39:06 24:12 178.9k 61 604.1M 0 0 61 373.4M 0 162.9k 1:03:17 39:07 24:10 183.9k 61 604.1M 0 0 61 373.6M 0 162.9k 1:03:17 39:08 24:09 193.0k 61 604.1M 0 0 61 373.9M 0 162.9k 1:03:16 39:09 24:07 204.3k 61 604.1M 0 0 61 374.1M 0 162.9k 1:03:16 39:10 24:06 204.2k 61 604.1M 0 0 61 374.3M 0 162.9k 1:03:16 39:11 24:05 198.2k 61 604.1M 0 0 61 374.4M 0 162.8k 1:03:18 39:13 24:05 157.0k 62 604.1M 0 0 62 374.6M 0 162.8k 1:03:18 39:15 24:03 144.3k 62 604.1M 0 0 62 374.8M 0 162.9k 1:03:17 39:16 24:01 140.4k 62 604.1M 0 0 62 375.1M 0 162.9k 1:03:16 39:17 23:59 157.3k 62 604.1M 0 0 62 375.5M 0 163.0k 1:03:15 39:18 23:57 175.0k 62 604.1M 0 0 62 375.6M 0 162.9k 1:03:15 39:19 23:56 201.7k 62 604.1M 0 0 62 375.8M 0 162.9k 1:03:15 39:21 23:54 206.5k 62 604.1M 0 0 62 376.0M 0 163.0k 1:03:15 39:22 23:53 203.0k 62 604.1M 0 0 62 376.2M 0 163.0k 1:03:14 39:23 23:51 188.5k 62 604.1M 0 0 62 376.5M 0 163.0k 1:03:14 39:24 23:50 177.6k 62 604.1M 0 0 62 376.6M 0 163.0k 1:03:14 39:25 23:49 190.1k 62 604.1M 0 0 62 376.8M 0 163.0k 1:03:14 39:27 23:47 181.8k 62 604.1M 0 0 62 377.0M 0 163.0k 1:03:14 39:28 23:46 179.4k 62 604.1M 0 0 62 377.2M 0 163.0k 1:03:14 39:29 23:45 175.0k 62 604.1M 0 0 62 377.5M 0 163.0k 1:03:13 39:30 23:43 175.6k 62 604.1M 0 0 62 377.7M 0 163.1k 1:03:13 39:31 23:42 180.6k 62 604.1M 0 0 62 378.0M 0 163.1k 1:03:12 39:32 23:40 198.5k 62 604.1M 0 0 62 378.2M 0 163.1k 1:03:12 39:34 23:38 200.7k 62 604.1M 0 0 62 378.3M 0 163.1k 1:03:13 39:35 23:38 180.8k 62 604.1M 0 0 62 378.5M 0 163.0k 1:03:13 39:36 23:37 159.8k 62 604.1M 0 0 62 378.6M 0 163.0k 1:03:14 39:37 23:37 139.7k 62 604.1M 0 0 62 378.7M 0 163.0k 1:03:15 39:39 23:36 122.0k 62 604.1M 0 0 62 378.9M 0 163.0k 1:03:15 39:40 23:35 112.6k 62 604.1M 0 0 62 379.1M 0 162.9k 1:03:16 39:42 23:34 114.6k 62 604.1M 0 0 62 379.2M 0 162.9k 1:03:17 39:43 23:34 114.8k 62 604.1M 0 0 62 379.3M 0 162.9k 1:03:17 39:44 23:33 117.5k 62 604.1M 0 0 62 379.5M 0 162.9k 1:03:17 39:45 23:32 127.2k 62 604.1M 0 0 62 379.7M 0 162.9k 1:03:17 39:46 23:31 133.7k 62 604.1M 0 0 62 379.8M 0 162.9k 1:03:17 39:47 23:30 137.1k 62 604.1M 0 0 62 380.0M 0 162.8k 1:03:18 39:49 23:29 136.4k 62 604.1M 0 0 62 380.1M 0 162.8k 1:03:19 39:50 23:29 128.5k 62 604.1M 0 0 62 380.2M 0 162.7k 1:03:20 39:52 23:28 107.7k 62 604.1M 0 0 62 380.3M 0 162.7k 1:03:22 39:53 23:29 92317 62 604.1M 0 0 62 380.5M 0 162.6k 1:03:22 39:55 23:27 96751 63 604.1M 0 0 63 380.6M 0 162.6k 1:03:23 39:56 23:27 98429 63 604.1M 0 0 63 380.8M 0 162.6k 1:03:23 39:57 23:26 107.4k 63 604.1M 0 0 63 381.0M 0 162.6k 1:03:23 39:58 23:25 125.3k 63 604.1M 0 0 63 381.2M 0 162.6k 1:03:23 39:59 23:24 144.7k 63 604.1M 0 0 63 381.4M 0 162.6k 1:03:23 40:00 23:23 156.9k 63 604.1M 0 0 63 381.6M 0 162.7k 1:03:22 40:02 23:20 178.3k 63 604.1M 0 0 63 381.9M 0 162.7k 1:03:21 40:03 23:18 190.5k 63 604.1M 0 0 63 382.1M 0 162.7k 1:03:22 40:04 23:18 186.1k 63 604.1M 0 0 63 382.3M 0 162.7k 1:03:22 40:05 23:17 183.2k 63 604.1M 0 0 63 382.5M 0 162.7k 1:03:21 40:07 23:14 188.3k 63 604.1M 0 0 63 382.8M 0 162.7k 1:03:20 40:08 23:12 191.7k 63 604.1M 0 0 63 383.0M 0 162.7k 1:03:20 40:09 23:11 185.8k 63 604.1M 0 0 63 383.1M 0 162.7k 1:03:20 40:10 23:10 190.4k 63 604.1M 0 0 63 383.4M 0 162.8k 1:03:19 40:11 23:08 202.5k 63 604.1M 0 0 63 383.6M 0 162.8k 1:03:19 40:12 23:07 193.3k 63 604.1M 0 0 63 383.8M 0 162.8k 1:03:19 40:13 23:06 181.4k 63 604.1M 0 0 63 384.0M 0 162.8k 1:03:18 40:14 23:04 192.2k 63 604.1M 0 0 63 384.3M 0 162.8k 1:03:18 40:16 23:02 198.9k 63 604.1M 0 0 63 384.5M 0 162.9k 1:03:17 40:17 23:00 201.8k 63 604.1M 0 0 63 384.8M 0 162.9k 1:03:16 40:18 22:58 217.1k 63 604.1M 0 0 63 385.0M 0 162.9k 1:03:16 40:19 22:57 216.3k 63 604.1M 0 0 63 385.1M 0 162.9k 1:03:17 40:20 22:57 193.3k 63 604.1M 0 0 63 385.3M 0 162.9k 1:03:17 40:22 22:55 176.0k 63 604.1M 0 0 63 385.4M 0 162.8k 1:03:18 40:23 22:55 153.2k 63 604.1M 0 0 63 385.6M 0 162.8k 1:03:18 40:24 22:54 136.3k 63 604.1M 0 0 63 385.8M 0 162.8k 1:03:18 40:25 22:53 132.1k 63 604.1M 0 0 63 385.9M 0 162.8k 1:03:19 40:26 22:53 130.1k 63 604.1M 0 0 63 386.1M 0 162.8k 1:03:19 40:28 22:51 132.4k 63 604.1M 0 0 63 386.3M 0 162.8k 1:03:19 40:29 22:50 145.9k 63 604.1M 0 0 63 386.5M 0 162.8k 1:03:18 40:30 22:48 162.0k 64 604.1M 0 0 64 386.7M 0 162.8k 1:03:18 40:31 22:47 169.9k 64 604.1M 0 0 64 386.9M 0 162.8k 1:03:18 40:32 22:46 177.9k 64 604.1M 0 0 64 387.1M 0 162.9k 1:03:17 40:33 22:44 200.6k 64 604.1M 0 0 64 387.3M 0 162.9k 1:03:17 40:35 22:42 189.9k 64 604.1M 0 0 64 387.5M 0 162.8k 1:03:18 40:36 22:42 164.6k 64 604.1M 0 0 64 387.6M 0 162.8k 1:03:18 40:37 22:41 151.6k 64 604.1M 0 0 64 387.8M 0 162.8k 1:03:18 40:38 22:40 158.5k 64 604.1M 0 0 64 388.0M 0 162.8k 1:03:19 40:39 22:40 132.7k 64 604.1M 0 0 64 388.1M 0 162.8k 1:03:19 40:41 22:38 135.8k 64 604.1M 0 0 64 388.3M 0 162.8k 1:03:19 40:42 22:37 148.1k 64 604.1M 0 0 64 388.5M 0 162.8k 1:03:19 40:43 22:36 152.9k 64 604.1M 0 0 64 388.7M 0 162.8k 1:03:19 40:44 22:35 143.6k 64 604.1M 0 0 64 388.9M 0 162.8k 1:03:19 40:46 22:33 157.6k 64 604.1M 0 0 64 389.1M 0 162.8k 1:03:19 40:47 22:32 162.0k 64 604.1M 0 0 64 389.3M 0 162.8k 1:03:19 40:48 22:31 152.3k 64 604.1M 0 0 64 389.4M 0 162.7k 1:03:20 40:49 22:31 146.0k 64 604.1M 0 0 64 389.5M 0 162.7k 1:03:20 40:50 22:30 144.8k 64 604.1M 0 0 64 389.7M 0 162.7k 1:03:20 40:51 22:29 141.5k 64 604.1M 0 0 64 389.9M 0 162.7k 1:03:20 40:53 22:27 138.2k 64 604.1M 0 0 64 390.1M 0 162.7k 1:03:20 40:54 22:26 147.1k 64 604.1M 0 0 64 390.3M 0 162.7k 1:03:20 40:55 22:25 154.6k 64 604.1M 0 0 64 390.5M 0 162.7k 1:03:21 40:56 22:25 157.5k 64 604.1M 0 0 64 390.7M 0 162.7k 1:03:20 40:57 22:23 171.8k 64 604.1M 0 0 64 391.0M 0 162.8k 1:03:19 40:58 22:21 184.9k 64 604.1M 0 0 64 391.1M 0 162.7k 1:03:20 41:00 22:20 171.6k 64 604.1M 0 0 64 391.3M 0 162.7k 1:03:20 41:01 22:19 173.1k 64 604.1M 0 0 64 391.5M 0 162.8k 1:03:19 41:02 22:17 183.6k 64 604.1M 0 0 64 391.7M 0 162.8k 1:03:19 41:03 22:16 171.5k 64 604.1M 0 0 64 391.9M 0 162.8k 1:03:19 41:04 22:15 161.2k 64 604.1M 0 0 64 392.0M 0 162.8k 1:03:20 41:05 22:15 166.3k 64 604.1M 0 0 64 392.3M 0 162.8k 1:03:19 41:07 22:12 177.2k 64 604.1M 0 0 64 392.5M 0 162.8k 1:03:19 41:08 22:11 180.3k 64 604.1M 0 0 64 392.6M 0 162.8k 1:03:19 41:09 22:10 170.8k 65 604.1M 0 0 65 392.8M 0 162.8k 1:03:19 41:10 22:09 161.0k 65 604.1M 0 0 65 393.0M 0 162.8k 1:03:19 41:11 22:08 164.0k 65 604.1M 0 0 65 393.1M 0 162.8k 1:03:20 41:13 22:07 153.8k 65 604.1M 0 0 65 393.3M 0 162.8k 1:03:20 41:14 22:06 144.4k 65 604.1M 0 0 65 393.5M 0 162.7k 1:03:20 41:15 22:05 149.4k 65 604.1M 0 0 65 393.7M 0 162.7k 1:03:20 41:16 22:04 150.6k 65 604.1M 0 0 65 393.8M 0 162.7k 1:03:21 41:18 22:03 141.8k 65 604.1M 0 0 65 394.0M 0 162.7k 1:03:21 41:19 22:02 140.1k 65 604.1M 0 0 65 394.2M 0 162.7k 1:03:21 41:20 22:01 142.7k 65 604.1M 0 0 65 394.5M 0 162.7k 1:03:20 41:21 21:59 154.2k 65 604.1M 0 0 65 394.6M 0 162.7k 1:03:20 41:22 21:58 156.7k 65 604.1M 0 0 65 394.8M 0 162.7k 1:03:21 41:24 21:57 156.8k 65 604.1M 0 0 65 395.0M 0 162.7k 1:03:21 41:25 21:56 158.0k 65 604.1M 0 0 65 395.1M 0 162.7k 1:03:21 41:26 21:55 153.4k 65 604.1M 0 0 65 395.3M 0 162.7k 1:03:22 41:27 21:55 137.9k 65 604.1M 0 0 65 395.5M 0 162.7k 1:03:21 41:28 21:53 149.9k 65 604.1M 0 0 65 395.7M 0 162.7k 1:03:21 41:30 21:51 163.8k 65 604.1M 0 0 65 395.9M 0 162.7k 1:03:21 41:31 21:50 170.0k 65 604.1M 0 0 65 396.1M 0 162.7k 1:03:21 41:32 21:49 178.6k 65 604.1M 0 0 65 396.1M 0 162.7k 1:03:21 41:32 21:49 162.7k 65 604.1M 0 0 65 396.4M 0 162.8k 1:03:20 41:33 21:47 259.5k 65 604.1M 0 0 65 396.6M 0 162.8k 1:03:19 41:34 21:45 214.5k 65 604.1M 0 0 65 396.7M 0 162.7k 1:03:20 41:35 21:45 188.0k 65 604.1M 0 0 65 396.9M 0 162.7k 1:03:20 41:36 21:44 179.3k 65 604.1M 0 0 65 397.1M 0 162.8k 1:03:20 41:38 21:42 181.0k 65 604.1M 0 0 65 397.3M 0 162.8k 1:03:20 41:39 21:41 162.7k 65 604.1M 0 0 65 397.5M 0 162.7k 1:03:20 41:40 21:40 149.5k 65 604.1M 0 0 65 397.6M 0 162.7k 1:03:21 41:41 21:40 144.0k 65 604.1M 0 0 65 397.7M 0 162.7k 1:03:21 41:42 21:39 137.6k 65 604.1M 0 0 65 397.8M 0 162.7k 1:03:22 41:44 21:38 120.7k 65 604.1M 0 0 65 398.0M 0 162.6k 1:03:23 41:45 21:38 104.0k 65 604.1M 0 0 65 398.1M 0 162.6k 1:03:23 41:46 21:37 105.8k 65 604.1M 0 0 65 398.3M 0 162.6k 1:03:23 41:47 21:36 127.0k 65 604.1M 0 0 65 398.6M 0 162.6k 1:03:23 41:49 21:34 141.6k 65 604.1M 0 0 65 398.7M 0 162.6k 1:03:23 41:50 21:33 139.0k 66 604.1M 0 0 66 398.9M 0 162.6k 1:03:23 41:51 21:32 157.0k 66 604.1M 0 0 66 399.1M 0 162.6k 1:03:23 41:52 21:31 170.4k 66 604.1M 0 0 66 399.3M 0 162.6k 1:03:23 41:54 21:29 164.1k 66 604.1M 0 0 66 399.5M 0 162.6k 1:03:23 41:55 21:28 158.8k 66 604.1M 0 0 66 399.8M 0 162.7k 1:03:22 41:56 21:26 186.3k 66 604.1M 0 0 66 400.0M 0 162.7k 1:03:21 41:57 21:24 195.4k 66 604.1M 0 0 66 400.3M 0 162.7k 1:03:21 41:58 21:23 206.5k 66 604.1M 0 0 66 400.5M 0 162.7k 1:03:21 41:59 21:22 207.6k 66 604.1M 0 0 66 400.6M 0 162.7k 1:03:20 42:00 21:20 212.3k 66 604.1M 0 0 66 401.0M 0 162.8k 1:03:19 42:01 21:18 218.3k 66 604.1M 0 0 66 401.3M 0 162.8k 1:03:18 42:03 21:15 230.2k 66 604.1M 0 0 66 401.5M 0 162.8k 1:03:18 42:04 21:14 220.5k 66 604.1M 0 0 66 401.6M 0 162.8k 1:03:18 42:05 21:13 216.4k 66 604.1M 0 0 66 401.8M 0 162.8k 1:03:18 42:06 21:12 213.1k 66 604.1M 0 0 66 402.0M 0 162.8k 1:03:18 42:07 21:11 193.9k 66 604.1M 0 0 66 402.2M 0 162.8k 1:03:18 42:08 21:10 165.9k 66 604.1M 0 0 66 402.4M 0 162.8k 1:03:18 42:09 21:09 163.5k 66 604.1M 0 0 66 402.6M 0 162.9k 1:03:17 42:11 21:06 177.4k 66 604.1M 0 0 66 402.8M 0 162.9k 1:03:17 42:12 21:05 179.4k 66 604.1M 0 0 66 403.1M 0 162.9k 1:03:16 42:13 21:03 186.3k 66 604.1M 0 0 66 403.3M 0 162.9k 1:03:16 42:14 21:02 202.6k 66 604.1M 0 0 66 403.5M 0 162.9k 1:03:15 42:15 21:00 205.3k 66 604.1M 0 0 66 403.8M 0 163.0k 1:03:15 42:16 20:59 198.8k 66 604.1M 0 0 66 404.0M 0 162.9k 1:03:15 42:18 20:57 192.4k 66 604.1M 0 0 66 404.1M 0 162.9k 1:03:16 42:19 20:57 176.6k 66 604.1M 0 0 66 404.3M 0 162.9k 1:03:16 42:20 20:56 162.5k 66 604.1M 0 0 66 404.5M 0 162.9k 1:03:16 42:22 20:54 159.0k 66 604.1M 0 0 66 404.7M 0 162.9k 1:03:16 42:23 20:53 151.6k 67 604.1M 0 0 67 404.9M 0 162.9k 1:03:16 42:24 20:52 151.6k 67 604.1M 0 0 67 405.1M 0 162.9k 1:03:16 42:25 20:51 155.5k 67 604.1M 0 0 67 405.3M 0 162.9k 1:03:16 42:26 20:50 161.9k 67 604.1M 0 0 67 405.5M 0 162.9k 1:03:15 42:27 20:48 171.8k 67 604.1M 0 0 67 405.7M 0 162.9k 1:03:15 42:29 20:46 167.1k 67 604.1M 0 0 67 405.9M 0 162.9k 1:03:15 42:30 20:45 172.1k 67 604.1M 0 0 67 406.1M 0 162.9k 1:03:15 42:31 20:44 175.9k 67 604.1M 0 0 67 406.3M 0 162.9k 1:03:15 42:32 20:43 173.7k 67 604.1M 0 0 67 406.5M 0 162.9k 1:03:15 42:33 20:42 161.1k 67 604.1M 0 0 67 406.6M 0 162.9k 1:03:16 42:35 20:41 158.8k 67 604.1M 0 0 67 406.9M 0 163.0k 1:03:15 42:36 20:39 169.1k 67 604.1M 0 0 67 407.1M 0 163.0k 1:03:15 42:37 20:38 170.8k 67 604.1M 0 0 67 407.3M 0 163.0k 1:03:14 42:38 20:36 175.3k 67 604.1M 0 0 67 407.5M 0 163.0k 1:03:15 42:40 20:35 173.4k 67 604.1M 0 0 67 407.7M 0 163.0k 1:03:15 42:41 20:34 180.8k 67 604.1M 0 0 67 407.9M 0 163.0k 1:03:15 42:42 20:33 169.3k 67 604.1M 0 0 67 408.0M 0 162.9k 1:03:15 42:43 20:32 157.0k 67 604.1M 0 0 67 408.2M 0 163.0k 1:03:15 42:44 20:31 153.7k 67 604.1M 0 0 67 408.5M 0 163.0k 1:03:14 42:45 20:29 181.5k 67 604.1M 0 0 67 408.8M 0 163.0k 1:03:13 42:46 20:27 197.3k 67 604.1M 0 0 67 409.1M 0 163.1k 1:03:12 42:47 20:25 219.0k 67 604.1M 0 0 67 409.3M 0 163.1k 1:03:11 42:49 20:22 242.0k 67 604.1M 0 0 67 409.5M 0 163.1k 1:03:11 42:50 20:21 232.1k 67 604.1M 0 0 67 409.6M 0 163.1k 1:03:12 42:51 20:21 204.8k 67 604.1M 0 0 67 409.8M 0 163.1k 1:03:12 42:52 20:20 179.6k 67 604.1M 0 0 67 410.0M 0 163.1k 1:03:12 42:54 20:18 151.8k 67 604.1M 0 0 67 410.2M 0 163.0k 1:03:13 42:55 20:18 136.5k 67 604.1M 0 0 67 410.3M 0 163.0k 1:03:13 42:56 20:17 131.4k 67 604.1M 0 0 67 410.5M 0 163.0k 1:03:13 42:58 20:15 135.9k 67 604.1M 0 0 67 410.7M 0 163.0k 1:03:13 42:59 20:14 143.8k 68 604.1M 0 0 68 410.9M 0 163.0k 1:03:13 43:00 20:13 150.8k 68 604.1M 0 0 68 411.1M 0 163.0k 1:03:13 43:01 20:12 154.0k 68 604.1M 0 0 68 411.3M 0 163.0k 1:03:13 43:02 20:11 157.8k 68 604.1M 0 0 68 411.4M 0 163.0k 1:03:14 43:04 20:10 148.9k 68 604.1M 0 0 68 411.5M 0 163.0k 1:03:15 43:05 20:10 137.9k 68 604.1M 0 0 68 411.7M 0 162.9k 1:03:15 43:06 20:09 128.4k 68 604.1M 0 0 68 411.8M 0 162.9k 1:03:16 43:08 20:08 112.4k 68 604.1M 0 0 68 412.0M 0 162.9k 1:03:17 43:09 20:08 112.9k 68 604.1M 0 0 68 412.2M 0 162.9k 1:03:16 43:10 20:06 123.2k 68 604.1M 0 0 68 412.4M 0 162.9k 1:03:17 43:12 20:05 128.8k 68 604.1M 0 0 68 412.6M 0 162.9k 1:03:17 43:13 20:04 138.5k 68 604.1M 0 0 68 412.8M 0 162.9k 1:03:16 43:14 20:02 171.4k 68 604.1M 0 0 68 413.1M 0 162.9k 1:03:15 43:15 20:00 189.4k 68 604.1M 0 0 68 413.3M 0 162.9k 1:03:15 43:16 19:59 185.0k 68 604.1M 0 0 68 413.4M 0 162.9k 1:03:16 43:17 19:59 183.4k 68 604.1M 0 0 68 413.5M 0 162.9k 1:03:16 43:18 19:58 166.2k 68 604.1M 0 0 68 413.7M 0 162.9k 1:03:17 43:20 19:57 149.3k 68 604.1M 0 0 68 413.9M 0 162.9k 1:03:17 43:21 19:56 134.9k 68 604.1M 0 0 68 414.1M 0 162.9k 1:03:17 43:22 19:55 137.8k 68 604.1M 0 0 68 414.3M 0 162.9k 1:03:17 43:23 19:54 142.5k 68 604.1M 0 0 68 414.4M 0 162.9k 1:03:17 43:25 19:52 148.1k 68 604.1M 0 0 68 414.6M 0 162.8k 1:03:18 43:26 19:52 146.1k 68 604.1M 0 0 68 414.8M 0 162.8k 1:03:18 43:27 19:51 144.2k 68 604.1M 0 0 68 414.9M 0 162.8k 1:03:18 43:28 19:50 133.6k 68 604.1M 0 0 68 415.0M 0 162.8k 1:03:19 43:30 19:49 127.4k 68 604.1M 0 0 68 415.2M 0 162.8k 1:03:19 43:31 19:48 137.0k 68 604.1M 0 0 68 415.4M 0 162.8k 1:03:19 43:32 19:47 136.2k 68 604.1M 0 0 68 415.6M 0 162.8k 1:03:19 43:33 19:46 136.2k 68 604.1M 0 0 68 415.8M 0 162.8k 1:03:18 43:34 19:44 160.2k 68 604.1M 0 0 68 416.1M 0 162.9k 1:03:17 43:35 19:42 193.2k 68 604.1M 0 0 68 416.5M 0 162.9k 1:03:16 43:37 19:39 208.9k 68 604.1M 0 0 68 416.6M 0 162.9k 1:03:16 43:38 19:38 222.9k 68 604.1M 0 0 68 416.8M 0 162.9k 1:03:16 43:39 19:37 219.1k 69 604.1M 0 0 69 417.0M 0 162.9k 1:03:16 43:40 19:36 201.7k 69 604.1M 0 0 69 417.2M 0 162.9k 1:03:17 43:42 19:35 172.0k 69 604.1M 0 0 69 417.5M 0 162.9k 1:03:16 43:43 19:33 160.1k 69 604.1M 0 0 69 417.6M 0 162.9k 1:03:16 43:44 19:32 158.1k 69 604.1M 0 0 69 417.8M 0 162.9k 1:03:16 43:46 19:30 162.5k 69 604.1M 0 0 69 418.0M 0 162.9k 1:03:16 43:47 19:29 161.9k 69 604.1M 0 0 69 418.3M 0 162.9k 1:03:16 43:48 19:28 174.8k 69 604.1M 0 0 69 418.5M 0 162.9k 1:03:15 43:49 19:26 180.4k 69 604.1M 0 0 69 418.7M 0 162.9k 1:03:15 43:50 19:25 180.6k 69 604.1M 0 0 69 418.8M 0 162.9k 1:03:16 43:52 19:24 161.6k 69 604.1M 0 0 69 419.0M 0 162.9k 1:03:17 43:53 19:24 158.3k 69 604.1M 0 0 69 419.2M 0 162.9k 1:03:17 43:54 19:23 148.5k 69 604.1M 0 0 69 419.4M 0 162.9k 1:03:17 43:56 19:21 138.8k 69 604.1M 0 0 69 419.6M 0 162.9k 1:03:16 43:57 19:19 146.7k 69 604.1M 0 0 69 419.9M 0 162.9k 1:03:16 43:58 19:18 172.8k 69 604.1M 0 0 69 420.1M 0 162.9k 1:03:16 44:00 19:16 171.9k 69 604.1M 0 0 69 420.3M 0 162.9k 1:03:16 44:01 19:15 178.2k 69 604.1M 0 0 69 420.5M 0 162.9k 1:03:15 44:02 19:13 187.7k 69 604.1M 0 0 69 420.8M 0 163.0k 1:03:15 44:03 19:12 185.4k 69 604.1M 0 0 69 420.9M 0 162.9k 1:03:15 44:04 19:11 169.2k 69 604.1M 0 0 69 421.1M 0 162.9k 1:03:16 44:05 19:11 175.0k 69 604.1M 0 0 69 421.3M 0 163.0k 1:03:15 44:07 19:08 181.3k 69 604.1M 0 0 69 421.6M 0 163.0k 1:03:14 44:08 19:06 189.2k 69 604.1M 0 0 69 421.9M 0 163.0k 1:03:13 44:09 19:04 191.6k 69 604.1M 0 0 69 422.1M 0 163.0k 1:03:13 44:10 19:03 215.1k 69 604.1M 0 0 69 422.4M 0 163.1k 1:03:12 44:11 19:01 235.4k 69 604.1M 0 0 69 422.6M 0 163.1k 1:03:12 44:12 19:00 229.1k 69 604.1M 0 0 69 422.7M 0 163.1k 1:03:12 44:13 18:59 195.6k 70 604.1M 0 0 70 422.9M 0 163.1k 1:03:13 44:15 18:58 180.7k 70 604.1M 0 0 70 423.1M 0 163.1k 1:03:12 44:16 18:56 171.5k 70 604.1M 0 0 70 423.3M 0 163.1k 1:03:13 44:17 18:56 149.8k 70 604.1M 0 0 70 423.5M 0 163.0k 1:03:13 44:18 18:55 144.3k 70 604.1M 0 0 70 423.6M 0 163.0k 1:03:13 44:20 18:53 145.1k 70 604.1M 0 0 70 423.7M 0 163.0k 1:03:14 44:21 18:53 142.4k 70 604.1M 0 0 70 424.0M 0 163.0k 1:03:13 44:22 18:51 148.9k 70 604.1M 0 0 70 424.2M 0 163.1k 1:03:13 44:23 18:50 162.6k 70 604.1M 0 0 70 424.5M 0 163.1k 1:03:12 44:24 18:48 175.0k 70 604.1M 0 0 70 424.6M 0 163.1k 1:03:12 44:26 18:46 179.5k 70 604.1M 0 0 70 424.8M 0 163.0k 1:03:13 44:27 18:46 176.2k 70 604.1M 0 0 70 424.9M 0 163.0k 1:03:13 44:28 18:45 158.2k 70 604.1M 0 0 70 425.0M 0 163.0k 1:03:14 44:29 18:45 137.9k 70 604.1M 0 0 70 425.2M 0 163.0k 1:03:14 44:30 18:44 124.8k 70 604.1M 0 0 70 425.4M 0 163.0k 1:03:15 44:32 18:43 124.1k 70 604.1M 0 0 70 425.6M 0 163.0k 1:03:15 44:33 18:42 129.8k 70 604.1M 0 0 70 425.7M 0 162.9k 1:03:15 44:34 18:41 127.6k 70 604.1M 0 0 70 425.9M 0 162.9k 1:03:16 44:36 18:40 135.0k 70 604.1M 0 0 70 426.1M 0 163.0k 1:03:15 44:37 18:38 151.0k 70 604.1M 0 0 70 426.5M 0 163.0k 1:03:14 44:38 18:36 178.4k 70 604.1M 0 0 70 426.8M 0 163.1k 1:03:13 44:39 18:34 203.4k 70 604.1M 0 0 70 427.1M 0 163.1k 1:03:11 44:40 18:31 246.6k 70 604.1M 0 0 70 427.4M 0 163.1k 1:03:11 44:42 18:29 261.8k 70 604.1M 0 0 70 427.6M 0 163.1k 1:03:11 44:43 18:28 246.6k 70 604.1M 0 0 70 427.8M 0 163.2k 1:03:10 44:44 18:26 233.1k 70 604.1M 0 0 70 428.1M 0 163.2k 1:03:09 44:45 18:24 232.6k 70 604.1M 0 0 70 428.4M 0 163.2k 1:03:08 44:46 18:22 214.3k 70 604.1M 0 0 70 428.6M 0 163.2k 1:03:08 44:47 18:21 206.9k 70 604.1M 0 0 70 428.8M 0 163.3k 1:03:08 44:49 18:19 213.5k 71 604.1M 0 0 71 429.1M 0 163.3k 1:03:07 44:50 18:17 212.9k 71 604.1M 0 0 71 429.3M 0 163.3k 1:03:07 44:51 18:16 193.1k 71 604.1M 0 0 71 429.5M 0 163.3k 1:03:08 44:52 18:16 177.6k 71 604.1M 0 0 71 429.6M 0 163.2k 1:03:09 44:54 18:15 158.7k 71 604.1M 0 0 71 429.7M 0 163.2k 1:03:09 44:55 18:14 143.5k 71 604.1M 0 0 71 429.9M 0 163.2k 1:03:09 44:56 18:13 130.2k 71 604.1M 0 0 71 430.1M 0 163.2k 1:03:10 44:58 18:12 125.4k 71 604.1M 0 0 71 430.3M 0 163.2k 1:03:10 44:59 18:11 121.0k 71 604.1M 0 0 71 430.4M 0 163.1k 1:03:10 45:00 18:10 128.9k 71 604.1M 0 0 71 430.6M 0 163.2k 1:03:10 45:01 18:09 138.5k 71 604.1M 0 0 71 430.8M 0 163.2k 1:03:10 45:03 18:07 144.1k 71 604.1M 0 0 71 431.0M 0 163.1k 1:03:11 45:04 18:07 146.3k 71 604.1M 0 0 71 431.1M 0 163.1k 1:03:11 45:05 18:06 154.4k 71 604.1M 0 0 71 431.3M 0 163.2k 1:03:10 45:06 18:04 165.8k 71 604.1M 0 0 71 431.5M 0 163.2k 1:03:10 45:07 18:03 163.8k 71 604.1M 0 0 71 431.7M 0 163.2k 1:03:10 45:08 18:02 162.9k 71 604.1M 0 0 71 431.9M 0 163.2k 1:03:10 45:10 18:00 166.6k 71 604.1M 0 0 71 432.1M 0 163.2k 1:03:10 45:11 17:59 174.2k 71 604.1M 0 0 71 432.4M 0 163.2k 1:03:09 45:12 17:57 184.7k 71 604.1M 0 0 71 432.6M 0 163.2k 1:03:09 45:13 17:56 190.2k 71 604.1M 0 0 71 432.8M 0 163.2k 1:03:09 45:14 17:55 191.6k 71 604.1M 0 0 71 433.1M 0 163.2k 1:03:09 45:16 17:53 197.1k 71 604.1M 0 0 71 433.3M 0 163.2k 1:03:09 45:17 17:52 187.1k 71 604.1M 0 0 71 433.5M 0 163.2k 1:03:09 45:18 17:51 176.7k 71 604.1M 0 0 71 433.7M 0 163.3k 1:03:08 45:19 17:49 182.2k 71 604.1M 0 0 71 434.0M 0 163.3k 1:03:07 45:20 17:47 195.0k 71 604.1M 0 0 71 434.2M 0 163.3k 1:03:06 45:21 17:45 207.7k 71 604.1M 0 0 71 434.4M 0 163.3k 1:03:06 45:22 17:44 217.7k 71 604.1M 0 0 71 434.6M 0 163.4k 1:03:06 45:24 17:42 227.2k 71 604.1M 0 0 71 434.9M 0 163.4k 1:03:05 45:25 17:40 222.7k 72 604.1M 0 0 72 435.1M 0 163.4k 1:03:06 45:26 17:40 193.0k 72 604.1M 0 0 72 435.3M 0 163.3k 1:03:06 45:28 17:38 170.6k 72 604.1M 0 0 72 435.4M 0 163.3k 1:03:07 45:29 17:38 157.7k 72 604.1M 0 0 72 435.5M 0 163.3k 1:03:07 45:30 17:37 140.5k 72 604.1M 0 0 72 435.7M 0 163.3k 1:03:07 45:31 17:36 127.5k 72 604.1M 0 0 72 435.9M 0 163.3k 1:03:07 45:32 17:35 138.9k 72 604.1M 0 0 72 436.1M 0 163.3k 1:03:07 45:34 17:33 142.9k 72 604.1M 0 0 72 436.2M 0 163.3k 1:03:08 45:35 17:33 139.8k 72 604.1M 0 0 72 436.4M 0 163.2k 1:03:08 45:36 17:32 141.2k 72 604.1M 0 0 72 436.6M 0 163.3k 1:03:08 45:37 17:31 148.0k 72 604.1M 0 0 72 436.7M 0 163.2k 1:03:09 45:39 17:30 133.3k 72 604.1M 0 0 72 436.9M 0 163.2k 1:03:09 45:40 17:29 130.2k 72 604.1M 0 0 72 437.1M 0 163.2k 1:03:09 45:41 17:28 138.4k 72 604.1M 0 0 72 437.3M 0 163.2k 1:03:09 45:43 17:26 139.1k 72 604.1M 0 0 72 437.5M 0 163.2k 1:03:09 45:44 17:25 140.4k 72 604.1M 0 0 72 437.7M 0 163.2k 1:03:09 45:45 17:24 156.7k 72 604.1M 0 0 72 437.9M 0 163.2k 1:03:09 45:46 17:23 162.1k 72 604.1M 0 0 72 438.1M 0 163.2k 1:03:09 45:48 17:21 161.7k 72 604.1M 0 0 72 438.2M 0 163.2k 1:03:10 45:49 17:21 159.1k 72 604.1M 0 0 72 438.4M 0 163.2k 1:03:10 45:50 17:20 150.3k 72 604.1M 0 0 72 438.6M 0 163.2k 1:03:10 45:51 17:19 145.6k 72 604.1M 0 0 72 438.8M 0 163.2k 1:03:10 45:53 17:17 147.8k 72 604.1M 0 0 72 439.0M 0 163.2k 1:03:10 45:54 17:16 141.5k 72 604.1M 0 0 72 439.1M 0 163.1k 1:03:11 45:55 17:16 133.2k 72 604.1M 0 0 72 439.2M 0 163.1k 1:03:12 45:57 17:15 123.0k 72 604.1M 0 0 72 439.4M 0 163.1k 1:03:12 45:58 17:14 119.3k 72 604.1M 0 0 72 439.6M 0 163.1k 1:03:12 45:59 17:13 124.3k 72 604.1M 0 0 72 439.8M 0 163.1k 1:03:12 46:01 17:11 136.3k 72 604.1M 0 0 72 440.0M 0 163.1k 1:03:12 46:02 17:10 154.4k 72 604.1M 0 0 72 440.2M 0 163.1k 1:03:12 46:03 17:09 174.2k 72 604.1M 0 0 72 440.4M 0 163.1k 1:03:12 46:04 17:08 177.1k 72 604.1M 0 0 72 440.6M 0 163.1k 1:03:12 46:05 17:07 168.2k 72 604.1M 0 0 72 440.8M 0 163.1k 1:03:12 46:07 17:05 158.4k 72 604.1M 0 0 72 440.9M 0 163.1k 1:03:13 46:08 17:05 147.6k 73 604.1M 0 0 73 441.1M 0 163.1k 1:03:13 46:09 17:04 142.9k 73 604.1M 0 0 73 441.3M 0 163.1k 1:03:13 46:10 17:03 147.3k 73 604.1M 0 0 73 441.4M 0 163.0k 1:03:13 46:11 17:02 140.4k 73 604.1M 0 0 73 441.6M 0 163.1k 1:03:12 46:12 17:00 157.0k 73 604.1M 0 0 73 441.9M 0 163.1k 1:03:12 46:14 16:58 172.2k 73 604.1M 0 0 73 442.1M 0 163.1k 1:03:12 46:15 16:57 177.6k 73 604.1M 0 0 73 442.3M 0 163.1k 1:03:12 46:16 16:56 179.6k 73 604.1M 0 0 73 442.5M 0 163.1k 1:03:11 46:17 16:54 195.8k 73 604.1M 0 0 73 442.8M 0 163.1k 1:03:11 46:18 16:53 199.1k 73 604.1M 0 0 73 443.0M 0 163.2k 1:03:10 46:19 16:51 205.9k 73 604.1M 0 0 73 443.2M 0 163.2k 1:03:10 46:21 16:49 200.4k 73 604.1M 0 0 73 443.4M 0 163.2k 1:03:10 46:22 16:48 194.6k 73 604.1M 0 0 73 443.5M 0 163.1k 1:03:11 46:23 16:48 172.7k 73 604.1M 0 0 73 443.6M 0 163.1k 1:03:12 46:24 16:48 145.8k 73 604.1M 0 0 73 443.8M 0 163.1k 1:03:12 46:25 16:47 123.3k 73 604.1M 0 0 73 444.0M 0 163.1k 1:03:12 46:27 16:45 120.0k 73 604.1M 0 0 73 444.1M 0 163.1k 1:03:12 46:28 16:44 122.2k 73 604.1M 0 0 73 444.3M 0 163.1k 1:03:12 46:29 16:43 135.9k 73 604.1M 0 0 73 444.5M 0 163.1k 1:03:12 46:30 16:42 148.9k 73 604.1M 0 0 73 444.7M 0 163.1k 1:03:12 46:31 16:41 160.6k 73 604.1M 0 0 73 444.9M 0 163.1k 1:03:12 46:33 16:39 170.1k 73 604.1M 0 0 73 445.1M 0 163.1k 1:03:12 46:34 16:38 167.8k 73 604.1M 0 0 73 445.3M 0 163.1k 1:03:12 46:35 16:37 172.0k 73 604.1M 0 0 73 445.6M 0 163.1k 1:03:11 46:36 16:35 186.8k 73 604.1M 0 0 73 445.8M 0 163.1k 1:03:10 46:37 16:33 202.3k 73 604.1M 0 0 73 446.1M 0 163.2k 1:03:10 46:38 16:32 213.5k 73 604.1M 0 0 73 446.3M 0 163.2k 1:03:10 46:40 16:30 208.3k 73 604.1M 0 0 73 446.5M 0 163.2k 1:03:10 46:41 16:29 172.0k 73 604.1M 0 0 73 446.5M 0 163.2k 1:03:10 46:41 16:29 163.2k 73 604.1M 0 0 73 446.6M 0 163.2k 1:03:10 46:42 16:28 173.1k 73 604.1M 0 0 73 446.8M 0 163.1k 1:03:10 46:43 16:27 148.1k 73 604.1M 0 0 73 447.0M 0 163.1k 1:03:11 46:45 16:26 130.7k 74 604.1M 0 0 74 447.1M 0 163.1k 1:03:12 46:46 16:26 119.9k 74 604.1M 0 0 74 447.3M 0 163.1k 1:03:12 46:48 16:24 125.4k 74 604.1M 0 0 74 447.5M 0 163.1k 1:03:12 46:49 16:23 134.1k 74 604.1M 0 0 74 447.8M 0 163.1k 1:03:11 46:50 16:21 153.4k 74 604.1M 0 0 74 448.0M 0 163.1k 1:03:11 46:51 16:20 175.9k 74 604.1M 0 0 74 448.2M 0 163.2k 1:03:10 46:52 16:18 198.0k 74 604.1M 0 0 74 448.4M 0 163.1k 1:03:11 46:54 16:17 191.1k 74 604.1M 0 0 74 448.6M 0 163.1k 1:03:11 46:55 16:16 173.4k 74 604.1M 0 0 74 448.8M 0 163.1k 1:03:11 46:56 16:15 156.4k 74 604.1M 0 0 74 449.0M 0 163.1k 1:03:11 46:57 16:14 148.8k 74 604.1M 0 0 74 449.1M 0 163.1k 1:03:11 46:58 16:13 148.6k 74 604.1M 0 0 74 449.4M 0 163.1k 1:03:10 47:00 16:10 169.9k 74 604.1M 0 0 74 449.6M 0 163.2k 1:03:10 47:01 16:09 185.5k 74 604.1M 0 0 74 449.8M 0 163.2k 1:03:10 47:02 16:08 182.9k 74 604.1M 0 0 74 450.0M 0 163.1k 1:03:11 47:04 16:07 177.3k 74 604.1M 0 0 74 450.2M 0 163.1k 1:03:11 47:05 16:06 174.0k 74 604.1M 0 0 74 450.4M 0 163.1k 1:03:11 47:06 16:05 153.9k 74 604.1M 0 0 74 450.5M 0 163.1k 1:03:12 47:07 16:05 133.9k 74 604.1M 0 0 74 450.7M 0 163.1k 1:03:12 47:09 16:03 134.5k 74 604.1M 0 0 74 450.9M 0 163.1k 1:03:12 47:10 16:02 139.7k 74 604.1M 0 0 74 451.1M 0 163.1k 1:03:12 47:11 16:01 139.7k 74 604.1M 0 0 74 451.2M 0 163.1k 1:03:12 47:12 16:00 138.6k 74 604.1M 0 0 74 451.3M 0 163.0k 1:03:13 47:14 15:59 132.4k 74 604.1M 0 0 74 451.5M 0 163.0k 1:03:13 47:15 15:58 137.9k 74 604.1M 0 0 74 451.8M 0 163.1k 1:03:13 47:16 15:57 148.1k 74 604.1M 0 0 74 452.0M 0 163.1k 1:03:12 47:17 15:55 163.1k 74 604.1M 0 0 74 452.3M 0 163.1k 1:03:11 47:18 15:53 184.4k 74 604.1M 0 0 74 452.5M 0 163.1k 1:03:11 47:19 15:52 221.8k 74 604.1M 0 0 74 452.8M 0 163.2k 1:03:10 47:21 15:49 225.1k 74 604.1M 0 0 74 453.0M 0 163.2k 1:03:10 47:22 15:48 212.3k 75 604.1M 0 0 75 453.1M 0 163.2k 1:03:10 47:23 15:47 194.3k 75 604.1M 0 0 75 453.4M 0 163.2k 1:03:10 47:24 15:46 186.3k 75 604.1M 0 0 75 453.5M 0 163.2k 1:03:10 47:25 15:45 168.5k 75 604.1M 0 0 75 453.7M 0 163.1k 1:03:11 47:27 15:44 158.1k 75 604.1M 0 0 75 453.9M 0 163.1k 1:03:11 47:28 15:43 155.0k 75 604.1M 0 0 75 454.1M 0 163.1k 1:03:11 47:29 15:42 156.7k 75 604.1M 0 0 75 454.3M 0 163.1k 1:03:11 47:30 15:41 145.3k 75 604.1M 0 0 75 454.5M 0 163.1k 1:03:11 47:32 15:39 149.0k 75 604.1M 0 0 75 454.6M 0 163.1k 1:03:11 47:33 15:38 145.2k 75 604.1M 0 0 75 454.8M 0 163.1k 1:03:12 47:34 15:38 143.3k 75 604.1M 0 0 75 455.0M 0 163.1k 1:03:12 47:35 15:37 144.7k 75 604.1M 0 0 75 455.2M 0 163.1k 1:03:11 47:36 15:35 160.4k 75 604.1M 0 0 75 455.5M 0 163.1k 1:03:10 47:38 15:32 176.8k 75 604.1M 0 0 75 455.6M 0 163.1k 1:03:11 47:39 15:32 175.7k 75 604.1M 0 0 75 455.8M 0 163.1k 1:03:11 47:40 15:31 172.8k 75 604.1M 0 0 75 456.0M 0 163.1k 1:03:11 47:42 15:29 169.2k 75 604.1M 0 0 75 456.2M 0 163.1k 1:03:12 47:43 15:29 153.1k 75 604.1M 0 0 75 456.4M 0 163.1k 1:03:12 47:44 15:28 142.5k 75 604.1M 0 0 75 456.6M 0 163.1k 1:03:11 47:45 15:26 152.0k 75 604.1M 0 0 75 456.8M 0 163.1k 1:03:11 47:46 15:25 159.7k 75 604.1M 0 0 75 457.0M 0 163.1k 1:03:12 47:48 15:24 154.7k 75 604.1M 0 0 75 457.1M 0 163.1k 1:03:12 47:49 15:23 161.9k 75 604.1M 0 0 75 457.3M 0 163.1k 1:03:12 47:50 15:22 155.3k 75 604.1M 0 0 75 457.5M 0 163.1k 1:03:12 47:51 15:21 149.8k 75 604.1M 0 0 75 457.7M 0 163.1k 1:03:11 47:52 15:19 162.2k 75 604.1M 0 0 75 458.0M 0 163.1k 1:03:11 47:54 15:17 173.7k 75 604.1M 0 0 75 458.1M 0 163.1k 1:03:12 47:55 15:17 163.7k 75 604.1M 0 0 75 458.3M 0 163.1k 1:03:12 47:57 15:15 153.6k 75 604.1M 0 0 75 458.4M 0 163.0k 1:03:13 47:58 15:15 148.2k 75 604.1M 0 0 75 458.5M 0 163.0k 1:03:13 47:59 15:14 128.7k 75 604.1M 0 0 75 458.6M 0 163.0k 1:03:14 48:00 15:14 113.4k 75 604.1M 0 0 75 458.8M 0 163.0k 1:03:14 48:01 15:13 114.9k 75 604.1M 0 0 75 459.0M 0 163.0k 1:03:14 48:02 15:12 122.1k 76 604.1M 0 0 76 459.1M 0 163.0k 1:03:14 48:04 15:10 130.7k 76 604.1M 0 0 76 459.3M 0 163.0k 1:03:15 48:05 15:10 129.7k 76 604.1M 0 0 76 459.4M 0 162.9k 1:03:15 48:06 15:09 131.1k 76 604.1M 0 0 76 459.5M 0 162.9k 1:03:16 48:07 15:09 124.5k 76 604.1M 0 0 76 459.8M 0 162.9k 1:03:15 48:08 15:07 139.7k 76 604.1M 0 0 76 460.0M 0 162.9k 1:03:16 48:10 15:06 136.6k 76 604.1M 0 0 76 460.1M 0 162.9k 1:03:16 48:11 15:05 147.0k 76 604.1M 0 0 76 460.5M 0 163.0k 1:03:14 48:12 15:02 176.7k 76 604.1M 0 0 76 460.7M 0 163.0k 1:03:14 48:13 15:01 201.6k 76 604.1M 0 0 76 461.0M 0 163.0k 1:03:13 48:14 14:59 214.4k 76 604.1M 0 0 76 461.3M 0 163.1k 1:03:12 48:15 14:57 251.8k 76 604.1M 0 0 76 461.6M 0 163.1k 1:03:11 48:17 14:54 266.8k 76 604.1M 0 0 76 461.9M 0 163.2k 1:03:10 48:18 14:52 255.2k 76 604.1M 0 0 76 462.1M 0 163.2k 1:03:10 48:19 14:51 239.1k 76 604.1M 0 0 76 462.3M 0 163.2k 1:03:10 48:20 14:50 230.3k 76 604.1M 0 0 76 462.6M 0 163.2k 1:03:09 48:21 14:48 226.0k 76 604.1M 0 0 76 462.9M 0 163.3k 1:03:08 48:22 14:46 224.0k 76 604.1M 0 0 76 463.1M 0 163.3k 1:03:08 48:23 14:45 215.9k 76 604.1M 0 0 76 463.2M 0 163.2k 1:03:08 48:24 14:44 212.8k 76 604.1M 0 0 76 463.3M 0 163.2k 1:03:09 48:26 14:43 191.7k 76 604.1M 0 0 76 463.5M 0 163.2k 1:03:09 48:27 14:42 154.9k 76 604.1M 0 0 76 463.6M 0 163.2k 1:03:09 48:28 14:41 138.1k 76 604.1M 0 0 76 463.8M 0 163.2k 1:03:09 48:29 14:40 131.8k 76 604.1M 0 0 76 464.0M 0 163.2k 1:03:09 48:30 14:39 138.6k 76 604.1M 0 0 76 464.1M 0 163.2k 1:03:10 48:32 14:38 139.2k 76 604.1M 0 0 76 464.3M 0 163.2k 1:03:10 48:33 14:37 140.8k 76 604.1M 0 0 76 464.5M 0 163.2k 1:03:10 48:34 14:36 149.5k 76 604.1M 0 0 76 464.7M 0 163.2k 1:03:10 48:35 14:35 153.1k 76 604.1M 0 0 76 464.9M 0 163.2k 1:03:10 48:37 14:33 146.4k 76 604.1M 0 0 76 465.0M 0 163.1k 1:03:11 48:38 14:33 146.5k 77 604.1M 0 0 77 465.2M 0 163.1k 1:03:11 48:39 14:32 141.0k 77 604.1M 0 0 77 465.3M 0 163.1k 1:03:12 48:41 14:31 124.0k 77 604.1M 0 0 77 465.5M 0 163.1k 1:03:12 48:42 14:30 115.1k 77 604.1M 0 0 77 465.6M 0 163.1k 1:03:12 48:43 14:29 122.1k 77 604.1M 0 0 77 465.8M 0 163.1k 1:03:12 48:44 14:28 131.8k 77 604.1M 0 0 77 466.0M 0 163.1k 1:03:12 48:45 14:27 145.5k 77 604.1M 0 0 77 466.3M 0 163.1k 1:03:12 48:47 14:25 162.7k 77 604.1M 0 0 77 466.5M 0 163.1k 1:03:12 48:48 14:24 168.4k 77 604.1M 0 0 77 466.6M 0 163.1k 1:03:12 48:49 14:23 168.3k 77 604.1M 0 0 77 466.8M 0 163.1k 1:03:12 48:50 14:22 170.2k 77 604.1M 0 0 77 467.0M 0 163.1k 1:03:12 48:51 14:21 161.6k 77 604.1M 0 0 77 467.2M 0 163.1k 1:03:12 48:53 14:19 158.1k 77 604.1M 0 0 77 467.4M 0 163.1k 1:03:12 48:54 14:18 163.1k 77 604.1M 0 0 77 467.6M 0 163.1k 1:03:12 48:55 14:17 162.1k 77 604.1M 0 0 77 467.8M 0 163.1k 1:03:12 48:56 14:16 160.4k 77 604.1M 0 0 77 468.0M 0 163.1k 1:03:12 48:57 14:15 170.9k 77 604.1M 0 0 77 468.1M 0 163.1k 1:03:12 48:58 14:14 165.2k 77 604.1M 0 0 77 468.3M 0 163.1k 1:03:13 49:00 14:13 151.0k 77 604.1M 0 0 77 468.4M 0 163.0k 1:03:13 49:01 14:12 135.8k 77 604.1M 0 0 77 468.5M 0 163.0k 1:03:14 49:02 14:12 126.2k 77 604.1M 0 0 77 468.8M 0 163.0k 1:03:13 49:03 14:10 134.3k 77 604.1M 0 0 77 469.0M 0 163.0k 1:03:13 49:04 14:09 137.0k 77 604.1M 0 0 77 469.1M 0 163.0k 1:03:13 49:06 14:07 152.4k 77 604.1M 0 0 77 469.5M 0 163.1k 1:03:12 49:07 14:05 189.8k 77 604.1M 0 0 77 469.8M 0 163.1k 1:03:11 49:08 14:03 221.5k 77 604.1M 0 0 77 470.0M 0 163.1k 1:03:11 49:09 14:02 215.1k 77 604.1M 0 0 77 470.1M 0 163.1k 1:03:11 49:10 14:01 208.7k 77 604.1M 0 0 77 470.3M 0 163.1k 1:03:12 49:11 14:01 194.6k 77 604.1M 0 0 77 470.4M 0 163.1k 1:03:12 49:13 13:59 162.1k 77 604.1M 0 0 77 470.6M 0 163.1k 1:03:12 49:14 13:58 139.9k 77 604.1M 0 0 77 470.8M 0 163.1k 1:03:13 49:15 13:58 130.0k 77 604.1M 0 0 77 471.0M 0 163.1k 1:03:13 49:17 13:56 133.3k 77 604.1M 0 0 77 471.2M 0 163.1k 1:03:12 49:18 13:54 157.4k 78 604.1M 0 0 78 471.5M 0 163.1k 1:03:11 49:19 13:52 193.6k 78 604.1M 0 0 78 471.8M 0 163.2k 1:03:10 49:20 13:50 209.3k 78 604.1M 0 0 78 472.0M 0 163.2k 1:03:10 49:21 13:49 225.7k 78 604.1M 0 0 78 472.2M 0 163.2k 1:03:10 49:22 13:48 230.0k 78 604.1M 0 0 78 472.4M 0 163.2k 1:03:10 49:23 13:47 209.7k 78 604.1M 0 0 78 472.6M 0 163.2k 1:03:10 49:25 13:45 175.3k 78 604.1M 0 0 78 472.8M 0 163.2k 1:03:10 49:26 13:44 171.8k 78 604.1M 0 0 78 473.1M 0 163.2k 1:03:09 49:27 13:42 178.0k 78 604.1M 0 0 78 473.3M 0 163.2k 1:03:09 49:28 13:41 180.5k 78 604.1M 0 0 78 473.4M 0 163.2k 1:03:09 49:29 13:40 175.7k 78 604.1M 0 0 78 473.5M 0 163.2k 1:03:10 49:30 13:40 175.0k 78 604.1M 0 0 78 473.7M 0 163.2k 1:03:10 49:32 13:38 155.9k 78 604.1M 0 0 78 473.9M 0 163.2k 1:03:10 49:33 13:37 141.4k 78 604.1M 0 0 78 474.1M 0 163.2k 1:03:10 49:34 13:36 147.3k 78 604.1M 0 0 78 474.3M 0 163.2k 1:03:10 49:35 13:35 146.7k 78 604.1M 0 0 78 474.5M 0 163.2k 1:03:10 49:37 13:33 152.9k 78 604.1M 0 0 78 474.7M 0 163.2k 1:03:09 49:38 13:31 172.9k 78 604.1M 0 0 78 475.0M 0 163.2k 1:03:09 49:39 13:30 192.0k 78 604.1M 0 0 78 475.3M 0 163.3k 1:03:08 49:40 13:28 205.4k 78 604.1M 0 0 78 475.5M 0 163.3k 1:03:08 49:41 13:27 212.7k 78 604.1M 0 0 78 475.6M 0 163.3k 1:03:08 49:42 13:26 209.2k 78 604.1M 0 0 78 475.9M 0 163.3k 1:03:08 49:44 13:24 202.4k 78 604.1M 0 0 78 476.1M 0 163.3k 1:03:07 49:45 13:22 195.4k 78 604.1M 0 0 78 476.3M 0 163.3k 1:03:07 49:46 13:21 172.2k 78 604.1M 0 0 78 476.5M 0 163.3k 1:03:08 49:47 13:21 167.4k 78 604.1M 0 0 78 476.7M 0 163.3k 1:03:08 49:49 13:19 164.7k 78 604.1M 0 0 78 476.9M 0 163.2k 1:03:08 49:50 13:18 149.3k 78 604.1M 0 0 78 477.1M 0 163.2k 1:03:08 49:52 13:16 141.8k 79 604.1M 0 0 79 477.3M 0 163.2k 1:03:08 49:53 13:15 142.9k 79 604.1M 0 0 79 477.5M 0 163.3k 1:03:08 49:54 13:14 154.5k 79 604.1M 0 0 79 477.7M 0 163.3k 1:03:08 49:55 13:13 164.2k 79 604.1M 0 0 79 477.9M 0 163.2k 1:03:08 49:57 13:11 164.2k 79 604.1M 0 0 79 478.1M 0 163.2k 1:03:08 49:58 13:10 164.6k 79 604.1M 0 0 79 478.3M 0 163.2k 1:03:08 49:59 13:09 162.4k 79 604.1M 0 0 79 478.5M 0 163.2k 1:03:09 50:00 13:09 152.1k 79 604.1M 0 0 79 478.6M 0 163.2k 1:03:09 50:01 13:08 141.5k 79 604.1M 0 0 79 478.8M 0 163.2k 1:03:09 50:03 13:06 152.1k 79 604.1M 0 0 79 479.0M 0 163.2k 1:03:08 50:04 13:04 160.7k 79 604.1M 0 0 79 479.3M 0 163.3k 1:03:08 50:05 13:03 173.5k 79 604.1M 0 0 79 479.5M 0 163.3k 1:03:07 50:06 13:01 190.0k 79 604.1M 0 0 79 479.7M 0 163.3k 1:03:07 50:07 13:00 198.8k 79 604.1M 0 0 79 479.9M 0 163.3k 1:03:07 50:08 12:59 195.9k 79 604.1M 0 0 79 480.1M 0 163.3k 1:03:07 50:10 12:57 194.1k 79 604.1M 0 0 79 480.3M 0 163.3k 1:03:07 50:11 12:56 178.1k 79 604.1M 0 0 79 480.5M 0 163.3k 1:03:07 50:12 12:55 169.0k 79 604.1M 0 0 79 480.7M 0 163.3k 1:03:07 50:13 12:54 171.1k 79 604.1M 0 0 79 480.8M 0 163.3k 1:03:07 50:14 12:53 162.8k 79 604.1M 0 0 79 481.0M 0 163.3k 1:03:07 50:15 12:52 155.6k 79 604.1M 0 0 79 481.2M 0 163.3k 1:03:07 50:17 12:50 162.9k 79 604.1M 0 0 79 481.4M 0 163.3k 1:03:08 50:18 12:50 155.0k 79 604.1M 0 0 79 481.6M 0 163.3k 1:03:07 50:19 12:48 154.8k 79 604.1M 0 0 79 481.8M 0 163.3k 1:03:07 50:20 12:47 167.4k 79 604.1M 0 0 79 482.0M 0 163.3k 1:03:07 50:22 12:45 162.1k 79 604.1M 0 0 79 482.1M 0 163.3k 1:03:08 50:23 12:45 152.1k 79 604.1M 0 0 79 482.3M 0 163.3k 1:03:08 50:24 12:44 155.3k 79 604.1M 0 0 79 482.6M 0 163.3k 1:03:08 50:25 12:43 160.9k 79 604.1M 0 0 79 482.7M 0 163.2k 1:03:08 50:27 12:41 144.3k 79 604.1M 0 0 79 482.9M 0 163.2k 1:03:08 50:28 12:40 141.8k 79 604.1M 0 0 79 483.1M 0 163.2k 1:03:08 50:29 12:39 153.0k 79 604.1M 0 0 79 483.3M 0 163.2k 1:03:08 50:30 12:38 154.5k 80 604.1M 0 0 80 483.5M 0 163.2k 1:03:08 50:32 12:36 144.4k 80 604.1M 0 0 80 483.6M 0 163.2k 1:03:08 50:33 12:35 154.9k 80 604.1M 0 0 80 483.8M 0 163.2k 1:03:09 50:34 12:35 158.9k 80 604.1M 0 0 80 484.0M 0 163.2k 1:03:09 50:35 12:34 148.9k 80 604.1M 0 0 80 484.1M 0 163.2k 1:03:09 50:36 12:33 151.5k 80 604.1M 0 0 80 484.4M 0 163.2k 1:03:08 50:38 12:30 162.7k 80 604.1M 0 0 80 484.6M 0 163.3k 1:03:08 50:39 12:29 174.4k 80 604.1M 0 0 80 484.9M 0 163.3k 1:03:08 50:40 12:28 185.0k 80 604.1M 0 0 80 485.1M 0 163.3k 1:03:07 50:41 12:26 205.5k 80 604.1M 0 0 80 485.3M 0 163.3k 1:03:07 50:43 12:24 191.1k 80 604.1M 0 0 80 485.5M 0 163.3k 1:03:08 50:44 12:24 182.2k 80 604.1M 0 0 80 485.8M 0 163.3k 1:03:07 50:45 12:22 179.3k 80 604.1M 0 0 80 486.0M 0 163.3k 1:03:07 50:46 12:21 174.6k 80 604.1M 0 0 80 486.1M 0 163.3k 1:03:07 50:48 12:19 155.8k 80 604.1M 0 0 80 486.3M 0 163.3k 1:03:08 50:49 12:19 156.5k 80 604.1M 0 0 80 486.4M 0 163.2k 1:03:08 50:50 12:18 149.5k 80 604.1M 0 0 80 486.5M 0 163.2k 1:03:09 50:51 12:18 133.0k 80 604.1M 0 0 80 486.6M 0 163.2k 1:03:09 50:52 12:17 116.2k 80 604.1M 0 0 80 486.8M 0 163.2k 1:03:10 50:54 12:16 117.5k 80 604.1M 0 0 80 487.0M 0 163.2k 1:03:10 50:55 12:15 118.7k 80 604.1M 0 0 80 487.2M 0 163.2k 1:03:10 50:57 12:13 124.0k 80 604.1M 0 0 80 487.4M 0 163.2k 1:03:10 50:58 12:12 135.0k 80 604.1M 0 0 80 487.6M 0 163.2k 1:03:10 50:59 12:11 158.7k 80 604.1M 0 0 80 487.8M 0 163.2k 1:03:09 51:00 12:09 166.6k 80 604.1M 0 0 80 488.1M 0 163.2k 1:03:09 51:01 12:08 184.6k 80 604.1M 0 0 80 488.3M 0 163.2k 1:03:09 51:02 12:07 192.1k 80 604.1M 0 0 80 488.5M 0 163.2k 1:03:09 51:03 12:06 191.2k 80 604.1M 0 0 80 488.6M 0 163.2k 1:03:09 51:04 12:05 187.3k 80 604.1M 0 0 80 488.8M 0 163.2k 1:03:09 51:05 12:04 182.9k 80 604.1M 0 0 80 489.0M 0 163.2k 1:03:09 51:07 12:02 170.6k 80 604.1M 0 0 80 489.3M 0 163.2k 1:03:08 51:08 12:00 176.1k 81 604.1M 0 0 81 489.5M 0 163.2k 1:03:08 51:09 11:59 170.6k 81 604.1M 0 0 81 489.6M 0 163.2k 1:03:09 51:11 11:58 162.7k 81 604.1M 0 0 81 489.8M 0 163.2k 1:03:09 51:12 11:57 155.0k 81 604.1M 0 0 81 489.9M 0 163.2k 1:03:09 51:13 11:56 148.5k 81 604.1M 0 0 81 490.1M 0 163.2k 1:03:10 51:14 11:56 133.0k 81 604.1M 0 0 81 490.3M 0 163.2k 1:03:10 51:15 11:55 134.8k 81 604.1M 0 0 81 490.5M 0 163.2k 1:03:09 51:17 11:52 148.2k 81 604.1M 0 0 81 490.8M 0 163.2k 1:03:09 51:18 11:51 166.3k 81 604.1M 0 0 81 491.0M 0 163.2k 1:03:09 51:19 11:50 173.0k 81 604.1M 0 0 81 491.1M 0 163.2k 1:03:09 51:20 11:49 177.0k 81 604.1M 0 0 81 491.3M 0 163.2k 1:03:09 51:22 11:47 173.9k 81 604.1M 0 0 81 491.5M 0 163.2k 1:03:09 51:23 11:46 163.8k 81 604.1M 0 0 81 491.7M 0 163.2k 1:03:10 51:24 11:46 147.0k 81 604.1M 0 0 81 491.9M 0 163.2k 1:03:10 51:26 11:44 142.4k 81 604.1M 0 0 81 492.1M 0 163.2k 1:03:10 51:27 11:43 149.1k 81 604.1M 0 0 81 492.3M 0 163.2k 1:03:10 51:28 11:42 154.8k 81 604.1M 0 0 81 492.4M 0 163.2k 1:03:10 51:29 11:41 142.6k 81 604.1M 0 0 81 492.5M 0 163.1k 1:03:11 51:31 11:40 134.4k 81 604.1M 0 0 81 492.7M 0 163.1k 1:03:11 51:32 11:39 134.1k 81 604.1M 0 0 81 492.8M 0 163.1k 1:03:12 51:33 11:39 122.5k 81 604.1M 0 0 81 493.0M 0 163.1k 1:03:12 51:34 11:38 111.5k 81 604.1M 0 0 81 493.1M 0 163.1k 1:03:12 51:35 11:37 123.4k 81 604.1M 0 0 81 493.3M 0 163.1k 1:03:12 51:36 11:36 139.5k 81 604.1M 0 0 81 493.6M 0 163.1k 1:03:11 51:38 11:33 163.6k 81 604.1M 0 0 81 493.9M 0 163.2k 1:03:10 51:39 11:31 198.9k 81 604.1M 0 0 81 494.2M 0 163.2k 1:03:09 51:40 11:29 224.0k 81 604.1M 0 0 81 494.4M 0 163.2k 1:03:09 51:41 11:28 227.5k 81 604.1M 0 0 81 494.6M 0 163.2k 1:03:09 51:42 11:27 220.8k 81 604.1M 0 0 81 494.8M 0 163.2k 1:03:10 51:44 11:26 193.5k 81 604.1M 0 0 81 494.9M 0 163.1k 1:03:10 51:45 11:25 158.8k 81 604.1M 0 0 81 495.1M 0 163.1k 1:03:11 51:46 11:25 140.4k 81 604.1M 0 0 81 495.3M 0 163.1k 1:03:10 51:47 11:23 138.7k 82 604.1M 0 0 82 495.5M 0 163.1k 1:03:10 51:49 11:21 142.6k 82 604.1M 0 0 82 495.6M 0 163.2k 1:03:10 51:50 11:20 153.5k 82 604.1M 0 0 82 495.9M 0 163.2k 1:03:10 51:51 11:19 192.7k 82 604.1M 0 0 82 495.9M 0 163.2k 1:03:10 51:51 11:19 163.2k 82 604.1M 0 0 82 496.1M 0 163.2k 1:03:09 51:52 11:17 215.4k 82 604.1M 0 0 82 496.4M 0 163.2k 1:03:09 51:53 11:16 211.0k 82 604.1M 0 0 82 496.6M 0 163.2k 1:03:09 51:54 11:15 203.8k 82 604.1M 0 0 82 496.8M 0 163.2k 1:03:09 51:55 11:14 198.3k 82 604.1M 0 0 82 497.0M 0 163.2k 1:03:08 51:56 11:12 195.1k 82 604.1M 0 0 82 497.1M 0 163.2k 1:03:09 51:58 11:11 181.8k 82 604.1M 0 0 82 497.3M 0 163.2k 1:03:09 51:59 11:10 170.3k 82 604.1M 0 0 82 497.5M 0 163.2k 1:03:08 52:00 11:08 169.4k 82 604.1M 0 0 82 497.7M 0 163.2k 1:03:09 52:01 11:08 164.1k 82 604.1M 0 0 82 498.0M 0 163.3k 1:03:08 52:02 11:06 176.0k 82 604.1M 0 0 82 498.2M 0 163.3k 1:03:07 52:03 11:04 188.9k 82 604.1M 0 0 82 498.4M 0 163.3k 1:03:08 52:05 11:03 184.5k 82 604.1M 0 0 82 498.5M 0 163.3k 1:03:08 52:06 11:02 173.5k 82 604.1M 0 0 82 498.7M 0 163.3k 1:03:08 52:07 11:01 180.0k 82 604.1M 0 0 82 499.0M 0 163.3k 1:03:07 52:08 10:59 173.7k 82 604.1M 0 0 82 499.1M 0 163.3k 1:03:07 52:09 10:58 163.9k 82 604.1M 0 0 82 499.4M 0 163.3k 1:03:07 52:11 10:56 174.2k 82 604.1M 0 0 82 499.6M 0 163.3k 1:03:07 52:12 10:55 182.1k 82 604.1M 0 0 82 499.8M 0 163.3k 1:03:07 52:13 10:54 172.3k 82 604.1M 0 0 82 500.0M 0 163.3k 1:03:08 52:14 10:54 159.0k 82 604.1M 0 0 82 500.1M 0 163.3k 1:03:08 52:16 10:52 150.5k 82 604.1M 0 0 82 500.3M 0 163.2k 1:03:08 52:17 10:51 143.1k 82 604.1M 0 0 82 500.5M 0 163.3k 1:03:08 52:18 10:50 151.7k 82 604.1M 0 0 82 500.8M 0 163.3k 1:03:07 52:19 10:48 170.9k 82 604.1M 0 0 82 501.1M 0 163.3k 1:03:06 52:20 10:46 196.2k 82 604.1M 0 0 82 501.3M 0 163.3k 1:03:06 52:22 10:44 196.7k 82 604.1M 0 0 82 501.4M 0 163.3k 1:03:07 52:23 10:44 181.7k 83 604.1M 0 0 83 501.6M 0 163.3k 1:03:07 52:24 10:43 168.7k 83 604.1M 0 0 83 501.8M 0 163.3k 1:03:08 52:26 10:42 146.0k 83 604.1M 0 0 83 501.9M 0 163.2k 1:03:09 52:27 10:42 118.6k 83 604.1M 0 0 83 502.1M 0 163.2k 1:03:09 52:29 10:40 117.7k 83 604.1M 0 0 83 502.3M 0 163.2k 1:03:09 52:30 10:39 126.0k 83 604.1M 0 0 83 502.4M 0 163.2k 1:03:10 52:32 10:38 118.0k 83 604.1M 0 0 83 502.6M 0 163.2k 1:03:10 52:33 10:37 123.7k 83 604.1M 0 0 83 502.8M 0 163.2k 1:03:09 52:34 10:35 144.8k 83 604.1M 0 0 83 503.0M 0 163.2k 1:03:09 52:35 10:34 154.4k 83 604.1M 0 0 83 503.2M 0 163.2k 1:03:09 52:36 10:33 164.6k 83 604.1M 0 0 83 503.4M 0 163.2k 1:03:10 52:38 10:32 162.9k 83 604.1M 0 0 83 503.5M 0 163.1k 1:03:11 52:39 10:32 148.9k 83 604.1M 0 0 83 503.6M 0 163.1k 1:03:11 52:40 10:31 121.5k 83 604.1M 0 0 83 503.7M 0 163.1k 1:03:12 52:41 10:31 109.9k 83 604.1M 0 0 83 503.9M 0 163.1k 1:03:12 52:43 10:29 109.7k 83 604.1M 0 0 83 504.1M 0 163.1k 1:03:11 52:44 10:27 128.7k 83 604.1M 0 0 83 504.3M 0 163.1k 1:03:11 52:45 10:26 147.1k 83 604.1M 0 0 83 504.5M 0 163.1k 1:03:11 52:46 10:25 167.7k 83 604.1M 0 0 83 504.8M 0 163.1k 1:03:11 52:47 10:24 180.8k 83 604.1M 0 0 83 504.9M 0 163.1k 1:03:11 52:49 10:22 168.2k 83 604.1M 0 0 83 505.0M 0 163.1k 1:03:12 52:50 10:22 149.1k 83 604.1M 0 0 83 505.2M 0 163.1k 1:03:12 52:51 10:21 141.5k 83 604.1M 0 0 83 505.4M 0 163.1k 1:03:12 52:52 10:20 138.1k 83 604.1M 0 0 83 505.6M 0 163.1k 1:03:12 52:54 10:18 133.5k 83 604.1M 0 0 83 505.8M 0 163.1k 1:03:12 52:55 10:17 141.0k 83 604.1M 0 0 83 505.9M 0 163.0k 1:03:13 52:56 10:17 144.8k 83 604.1M 0 0 83 506.1M 0 163.0k 1:03:13 52:57 10:16 143.6k 83 604.1M 0 0 83 506.3M 0 163.0k 1:03:13 52:59 10:14 143.4k 83 604.1M 0 0 83 506.5M 0 163.0k 1:03:13 53:00 10:13 145.6k 83 604.1M 0 0 83 506.6M 0 163.0k 1:03:13 53:01 10:12 149.2k 83 604.1M 0 0 83 506.8M 0 163.0k 1:03:13 53:02 10:11 153.2k 83 604.1M 0 0 83 507.0M 0 163.0k 1:03:13 53:04 10:09 155.2k 83 604.1M 0 0 83 507.2M 0 163.0k 1:03:14 53:05 10:09 151.0k 83 604.1M 0 0 83 507.4M 0 163.0k 1:03:14 53:06 10:08 147.5k 84 604.1M 0 0 84 507.6M 0 163.0k 1:03:14 53:08 10:06 143.3k 84 604.1M 0 0 84 507.7M 0 163.0k 1:03:14 53:09 10:05 138.5k 84 604.1M 0 0 84 508.0M 0 163.0k 1:03:14 53:10 10:04 152.7k 84 604.1M 0 0 84 508.2M 0 163.0k 1:03:13 53:11 10:02 174.1k 84 604.1M 0 0 84 508.4M 0 163.0k 1:03:13 53:12 10:01 178.8k 84 604.1M 0 0 84 508.6M 0 163.0k 1:03:14 53:14 10:00 171.7k 84 604.1M 0 0 84 508.8M 0 163.0k 1:03:14 53:15 09:59 178.2k 84 604.1M 0 0 84 509.1M 0 163.0k 1:03:13 53:16 09:57 188.0k 84 604.1M 0 0 84 509.3M 0 163.1k 1:03:12 53:17 09:55 181.7k 84 604.1M 0 0 84 509.6M 0 163.1k 1:03:11 53:18 09:53 201.4k 84 604.1M 0 0 84 509.9M 0 163.1k 1:03:11 53:19 09:52 230.5k 84 604.1M 0 0 84 510.1M 0 163.1k 1:03:11 53:20 09:51 237.9k 84 604.1M 0 0 84 510.3M 0 163.1k 1:03:11 53:22 09:49 216.3k 84 604.1M 0 0 84 510.5M 0 163.1k 1:03:11 53:23 09:48 209.4k 84 604.1M 0 0 84 510.7M 0 163.2k 1:03:10 53:24 09:46 188.0k 84 604.1M 0 0 84 510.9M 0 163.2k 1:03:10 53:25 09:45 177.7k 84 604.1M 0 0 84 511.1M 0 163.2k 1:03:10 53:26 09:44 174.6k 84 604.1M 0 0 84 511.3M 0 163.2k 1:03:10 53:28 09:42 185.2k 84 604.1M 0 0 84 511.5M 0 163.2k 1:03:10 53:29 09:41 184.1k 84 604.1M 0 0 84 511.8M 0 163.2k 1:03:09 53:30 09:39 188.6k 84 604.1M 0 0 84 512.0M 0 163.2k 1:03:09 53:31 09:38 199.0k 84 604.1M 0 0 84 512.3M 0 163.3k 1:03:08 53:32 09:36 217.6k 84 604.1M 0 0 84 512.5M 0 163.3k 1:03:08 53:33 09:35 212.2k 84 604.1M 0 0 84 512.7M 0 163.3k 1:03:08 53:35 09:33 207.4k 84 604.1M 0 0 84 512.9M 0 163.3k 1:03:08 53:36 09:32 192.9k 84 604.1M 0 0 84 513.1M 0 163.3k 1:03:08 53:37 09:31 181.1k 84 604.1M 0 0 84 513.3M 0 163.3k 1:03:08 53:38 09:30 170.0k 85 604.1M 0 0 85 513.5M 0 163.3k 1:03:08 53:40 09:28 162.0k 85 604.1M 0 0 85 513.7M 0 163.3k 1:03:08 53:41 09:27 167.8k 85 604.1M 0 0 85 514.0M 0 163.3k 1:03:07 53:42 09:25 177.6k 85 604.1M 0 0 85 514.2M 0 163.3k 1:03:07 53:43 09:24 183.3k 85 604.1M 0 0 85 514.5M 0 163.3k 1:03:06 53:44 09:22 189.0k 85 604.1M 0 0 85 514.6M 0 163.3k 1:03:06 53:46 09:20 193.6k 85 604.1M 0 0 85 514.8M 0 163.3k 1:03:06 53:47 09:19 190.7k 85 604.1M 0 0 85 515.0M 0 163.3k 1:03:06 53:48 09:18 186.4k 85 604.1M 0 0 85 515.3M 0 163.3k 1:03:06 53:49 09:17 186.8k 85 604.1M 0 0 85 515.5M 0 163.4k 1:03:05 53:50 09:15 186.4k 85 604.1M 0 0 85 515.8M 0 163.4k 1:03:05 53:52 09:13 189.5k 85 604.1M 0 0 85 515.9M 0 163.3k 1:03:06 53:53 09:13 177.5k 85 604.1M 0 0 85 516.0M 0 163.3k 1:03:06 53:54 09:12 168.4k 85 604.1M 0 0 85 516.2M 0 163.3k 1:03:06 53:55 09:11 162.7k 85 604.1M 0 0 85 516.4M 0 163.3k 1:03:06 53:56 09:10 145.1k 85 604.1M 0 0 85 516.6M 0 163.3k 1:03:07 53:58 09:09 134.2k 85 604.1M 0 0 85 516.7M 0 163.3k 1:03:07 53:59 09:08 133.5k 85 604.1M 0 0 85 516.9M 0 163.3k 1:03:07 54:00 09:07 141.7k 85 604.1M 0 0 85 517.1M 0 163.3k 1:03:07 54:02 09:05 135.8k 85 604.1M 0 0 85 517.3M 0 163.3k 1:03:07 54:03 09:04 142.4k 85 604.1M 0 0 85 517.4M 0 163.3k 1:03:08 54:04 09:04 142.3k 85 604.1M 0 0 85 517.6M 0 163.3k 1:03:08 54:05 09:03 151.4k 85 604.1M 0 0 85 517.8M 0 163.3k 1:03:08 54:06 09:02 154.9k 85 604.1M 0 0 85 518.0M 0 163.3k 1:03:07 54:07 09:00 172.6k 85 604.1M 0 0 85 518.1M 0 163.3k 1:03:07 54:08 08:59 161.1k 85 604.1M 0 0 85 518.3M 0 163.3k 1:03:07 54:09 08:58 174.2k 85 604.1M 0 0 85 518.5M 0 163.3k 1:03:07 54:10 08:57 182.3k 85 604.1M 0 0 85 518.7M 0 163.3k 1:03:07 54:11 08:56 176.4k 85 604.1M 0 0 85 518.9M 0 163.3k 1:03:07 54:13 08:54 165.8k 85 604.1M 0 0 85 519.1M 0 163.3k 1:03:07 54:14 08:53 177.0k 85 604.1M 0 0 85 519.4M 0 163.3k 1:03:06 54:15 08:51 194.4k 86 604.1M 0 0 86 519.8M 0 163.4k 1:03:05 54:16 08:49 223.1k 86 604.1M 0 0 86 520.0M 0 163.4k 1:03:04 54:17 08:47 242.9k 86 604.1M 0 0 86 520.2M 0 163.4k 1:03:04 54:18 08:46 237.4k 86 604.1M 0 0 86 520.5M 0 163.4k 1:03:04 54:19 08:45 239.2k 86 604.1M 0 0 86 520.7M 0 163.5k 1:03:03 54:21 08:42 227.6k 86 604.1M 0 0 86 520.9M 0 163.5k 1:03:03 54:22 08:41 192.1k 86 604.1M 0 0 86 521.1M 0 163.5k 1:03:03 54:23 08:40 180.7k 86 604.1M 0 0 86 521.3M 0 163.5k 1:03:03 54:24 08:39 174.1k 86 604.1M 0 0 86 521.5M 0 163.4k 1:03:04 54:26 08:38 162.8k 86 604.1M 0 0 86 521.7M 0 163.5k 1:03:03 54:27 08:36 161.0k 86 604.1M 0 0 86 522.0M 0 163.5k 1:03:03 54:28 08:35 175.4k 86 604.1M 0 0 86 522.1M 0 163.5k 1:03:03 54:29 08:34 175.0k 86 604.1M 0 0 86 522.3M 0 163.5k 1:03:03 54:30 08:33 181.7k 86 604.1M 0 0 86 522.5M 0 163.5k 1:03:03 54:32 08:31 189.8k 86 604.1M 0 0 86 522.6M 0 163.5k 1:03:03 54:33 08:30 170.0k 86 604.1M 0 0 86 522.8M 0 163.5k 1:03:03 54:34 08:29 158.1k 86 604.1M 0 0 86 523.1M 0 163.5k 1:03:02 54:35 08:27 178.1k 86 604.1M 0 0 86 523.5M 0 163.6k 1:03:01 54:36 08:25 205.6k 86 604.1M 0 0 86 523.7M 0 163.6k 1:03:01 54:37 08:24 213.1k 86 604.1M 0 0 86 524.0M 0 163.6k 1:03:00 54:38 08:22 235.4k 86 604.1M 0 0 86 524.1M 0 163.6k 1:03:00 54:40 08:20 235.7k 86 604.1M 0 0 86 524.3M 0 163.6k 1:03:00 54:41 08:19 201.6k 86 604.1M 0 0 86 524.5M 0 163.6k 1:03:01 54:42 08:19 170.8k 86 604.1M 0 0 86 524.6M 0 163.6k 1:03:01 54:43 08:18 160.5k 86 604.1M 0 0 86 524.8M 0 163.5k 1:03:01 54:44 08:17 137.8k 86 604.1M 0 0 86 524.9M 0 163.5k 1:03:02 54:46 08:16 126.9k 86 604.1M 0 0 86 525.1M 0 163.5k 1:03:02 54:47 08:15 133.1k 86 604.1M 0 0 86 525.3M 0 163.5k 1:03:02 54:48 08:14 142.1k 86 604.1M 0 0 86 525.5M 0 163.5k 1:03:01 54:49 08:12 151.4k 87 604.1M 0 0 87 525.8M 0 163.6k 1:03:01 54:50 08:11 177.5k 87 604.1M 0 0 87 526.0M 0 163.6k 1:03:00 54:51 08:09 199.4k 87 604.1M 0 0 87 526.3M 0 163.6k 1:02:59 54:53 08:06 220.0k 87 604.1M 0 0 87 526.5M 0 163.6k 1:02:59 54:54 08:05 222.2k 87 604.1M 0 0 87 526.7M 0 163.6k 1:03:00 54:55 08:05 198.8k 87 604.1M 0 0 87 526.9M 0 163.6k 1:03:00 54:57 08:03 180.6k 87 604.1M 0 0 87 527.0M 0 163.6k 1:03:00 54:58 08:02 162.1k 87 604.1M 0 0 87 527.2M 0 163.6k 1:03:00 54:59 08:01 138.7k 87 604.1M 0 0 87 527.4M 0 163.6k 1:03:01 55:01 08:00 129.5k 87 604.1M 0 0 87 527.6M 0 163.5k 1:03:01 55:02 07:59 130.8k 87 604.1M 0 0 87 527.8M 0 163.5k 1:03:01 55:03 07:58 133.2k 87 604.1M 0 0 87 528.0M 0 163.5k 1:03:01 55:04 07:57 141.9k 87 604.1M 0 0 87 528.1M 0 163.5k 1:03:01 55:06 07:55 144.7k 87 604.1M 0 0 87 528.3M 0 163.5k 1:03:01 55:07 07:54 152.8k 87 604.1M 0 0 87 528.5M 0 163.5k 1:03:02 55:08 07:54 153.4k 87 604.1M 0 0 87 528.7M 0 163.5k 1:03:02 55:09 07:53 158.6k 87 604.1M 0 0 87 529.0M 0 163.5k 1:03:01 55:11 07:50 164.5k 87 604.1M 0 0 87 529.1M 0 163.5k 1:03:02 55:12 07:50 151.2k 87 604.1M 0 0 87 529.3M 0 163.5k 1:03:03 55:14 07:49 137.9k 87 604.1M 0 0 87 529.5M 0 163.5k 1:03:03 55:15 07:48 139.2k 87 604.1M 0 0 87 529.6M 0 163.5k 1:03:03 55:16 07:47 136.9k 87 604.1M 0 0 87 529.8M 0 163.5k 1:03:03 55:18 07:45 129.1k 87 604.1M 0 0 87 530.0M 0 163.5k 1:03:03 55:19 07:44 140.8k 87 604.1M 0 0 87 530.3M 0 163.5k 1:03:02 55:20 07:42 167.4k 87 604.1M 0 0 87 530.5M 0 163.5k 1:03:02 55:21 07:41 177.2k 87 604.1M 0 0 87 530.7M 0 163.5k 1:03:02 55:23 07:39 177.4k 87 604.1M 0 0 87 531.0M 0 163.5k 1:03:02 55:24 07:38 186.0k 87 604.1M 0 0 87 531.1M 0 163.5k 1:03:02 55:25 07:37 191.8k 87 604.1M 0 0 87 531.3M 0 163.5k 1:03:02 55:26 07:36 182.2k 87 604.1M 0 0 87 531.5M 0 163.5k 1:03:02 55:27 07:35 174.3k 88 604.1M 0 0 88 531.7M 0 163.5k 1:03:02 55:29 07:33 163.6k 88 604.1M 0 0 88 531.8M 0 163.5k 1:03:03 55:30 07:33 143.5k 88 604.1M 0 0 88 532.0M 0 163.5k 1:03:03 55:31 07:32 127.6k 88 604.1M 0 0 88 532.1M 0 163.4k 1:03:04 55:33 07:31 119.0k 88 604.1M 0 0 88 532.3M 0 163.4k 1:03:04 55:34 07:30 110.3k 88 604.1M 0 0 88 532.4M 0 163.4k 1:03:05 55:35 07:30 106.3k 88 604.1M 0 0 88 532.6M 0 163.4k 1:03:05 55:37 07:28 116.0k 88 604.1M 0 0 88 532.8M 0 163.4k 1:03:05 55:38 07:27 131.3k 88 604.1M 0 0 88 533.0M 0 163.4k 1:03:05 55:39 07:26 139.1k 88 604.1M 0 0 88 533.1M 0 163.4k 1:03:05 55:40 07:25 154.4k 88 604.1M 0 0 88 533.3M 0 163.4k 1:03:05 55:41 07:24 171.0k 88 604.1M 0 0 88 533.5M 0 163.4k 1:03:05 55:42 07:23 174.1k 88 604.1M 0 0 88 533.7M 0 163.4k 1:03:05 55:44 07:21 163.7k 88 604.1M 0 0 88 533.9M 0 163.4k 1:03:05 55:45 07:20 167.1k 88 604.1M 0 0 88 534.1M 0 163.4k 1:03:05 55:46 07:19 159.0k 88 604.1M 0 0 88 534.3M 0 163.4k 1:03:05 55:47 07:18 153.0k 88 604.1M 0 0 88 534.4M 0 163.4k 1:03:05 55:48 07:17 145.6k 88 604.1M 0 0 88 534.6M 0 163.4k 1:03:05 55:49 07:16 153.6k 88 604.1M 0 0 88 534.8M 0 163.4k 1:03:05 55:51 07:14 161.8k 88 604.1M 0 0 88 535.0M 0 163.4k 1:03:05 55:52 07:13 169.3k 88 604.1M 0 0 88 535.1M 0 163.4k 1:03:06 55:53 07:13 150.0k 88 604.1M 0 0 88 535.3M 0 163.3k 1:03:06 55:54 07:12 145.4k 88 604.1M 0 0 88 535.5M 0 163.3k 1:03:06 55:56 07:10 145.0k 88 604.1M 0 0 88 535.6M 0 163.3k 1:03:06 55:57 07:09 138.1k 88 604.1M 0 0 88 535.9M 0 163.4k 1:03:05 55:58 07:07 147.5k 88 604.1M 0 0 88 536.1M 0 163.4k 1:03:05 55:59 07:06 172.2k 88 604.1M 0 0 88 536.3M 0 163.4k 1:03:05 56:00 07:05 184.1k 88 604.1M 0 0 88 536.5M 0 163.4k 1:03:05 56:01 07:04 184.8k 88 604.1M 0 0 88 536.6M 0 163.4k 1:03:05 56:02 07:03 179.4k 88 604.1M 0 0 88 536.9M 0 163.4k 1:03:05 56:03 07:02 179.2k 88 604.1M 0 0 88 537.1M 0 163.4k 1:03:05 56:05 07:00 175.5k 88 604.1M 0 0 88 537.2M 0 163.4k 1:03:05 56:06 06:59 171.0k 88 604.1M 0 0 88 537.3M 0 163.4k 1:03:05 56:07 06:58 157.0k 88 604.1M 0 0 88 537.5M 0 163.4k 1:03:06 56:08 06:58 148.3k 88 604.1M 0 0 88 537.6M 0 163.3k 1:03:06 56:09 06:57 131.5k 89 604.1M 0 0 89 537.8M 0 163.3k 1:03:06 56:11 06:55 127.7k 89 604.1M 0 0 89 538.0M 0 163.3k 1:03:06 56:12 06:54 134.5k 89 604.1M 0 0 89 538.2M 0 163.3k 1:03:06 56:13 06:53 139.9k 89 604.1M 0 0 89 538.4M 0 163.3k 1:03:07 56:15 06:52 143.0k 89 604.1M 0 0 89 538.6M 0 163.3k 1:03:07 56:16 06:51 146.5k 89 604.1M 0 0 89 538.8M 0 163.3k 1:03:07 56:17 06:50 144.8k 89 604.1M 0 0 89 539.0M 0 163.3k 1:03:07 56:19 06:48 140.3k 89 604.1M 0 0 89 539.1M 0 163.3k 1:03:07 56:20 06:47 147.5k 89 604.1M 0 0 89 539.5M 0 163.3k 1:03:06 56:21 06:45 170.9k 89 604.1M 0 0 89 539.6M 0 163.3k 1:03:07 56:22 06:45 169.1k 89 604.1M 0 0 89 539.8M 0 163.3k 1:03:07 56:24 06:43 163.7k 89 604.1M 0 0 89 540.0M 0 163.3k 1:03:07 56:25 06:42 167.9k 89 604.1M 0 0 89 540.1M 0 163.3k 1:03:07 56:26 06:41 157.8k 89 604.1M 0 0 89 540.3M 0 163.3k 1:03:08 56:27 06:41 130.8k 89 604.1M 0 0 89 540.5M 0 163.3k 1:03:08 56:29 06:39 133.9k 89 604.1M 0 0 89 540.7M 0 163.3k 1:03:07 56:30 06:37 158.8k 89 604.1M 0 0 89 540.9M 0 163.3k 1:03:07 56:31 06:36 165.1k 89 604.1M 0 0 89 541.1M 0 163.3k 1:03:07 56:32 06:35 183.6k 89 604.1M 0 0 89 541.4M 0 163.3k 1:03:06 56:33 06:33 209.8k 89 604.1M 0 0 89 541.6M 0 163.3k 1:03:06 56:34 06:32 204.5k 89 604.1M 0 0 89 541.8M 0 163.4k 1:03:06 56:35 06:31 201.0k 89 604.1M 0 0 89 542.1M 0 163.4k 1:03:05 56:36 06:29 210.5k 89 604.1M 0 0 89 542.3M 0 163.4k 1:03:05 56:38 06:27 204.3k 89 604.1M 0 0 89 542.6M 0 163.4k 1:03:04 56:39 06:25 204.7k 89 604.1M 0 0 89 542.9M 0 163.4k 1:03:04 56:40 06:24 227.2k 89 604.1M 0 0 89 543.1M 0 163.5k 1:03:03 56:41 06:22 217.8k 89 604.1M 0 0 89 543.3M 0 163.4k 1:03:04 56:43 06:21 184.3k 89 604.1M 0 0 89 543.5M 0 163.4k 1:03:05 56:44 06:21 170.8k 89 604.1M 0 0 89 543.6M 0 163.4k 1:03:05 56:46 06:19 147.8k 89 604.1M 0 0 89 543.7M 0 163.4k 1:03:05 56:47 06:18 124.1k 90 604.1M 0 0 90 543.9M 0 163.4k 1:03:05 56:48 06:17 117.7k 90 604.1M 0 0 90 544.1M 0 163.4k 1:03:05 56:49 06:16 141.3k 90 604.1M 0 0 90 544.3M 0 163.4k 1:03:05 56:50 06:15 154.8k 90 604.1M 0 0 90 544.6M 0 163.4k 1:03:04 56:51 06:13 190.9k 90 604.1M 0 0 90 545.0M 0 163.5k 1:03:03 56:53 06:10 220.4k 90 604.1M 0 0 90 545.3M 0 163.5k 1:03:02 56:54 06:08 245.4k 90 604.1M 0 0 90 545.6M 0 163.5k 1:03:02 56:55 06:07 253.2k 90 604.1M 0 0 90 545.8M 0 163.5k 1:03:02 56:56 06:06 236.8k 90 604.1M 0 0 90 546.0M 0 163.5k 1:03:02 56:58 06:04 214.7k 90 604.1M 0 0 90 546.1M 0 163.5k 1:03:02 56:59 06:03 200.7k 90 604.1M 0 0 90 546.4M 0 163.5k 1:03:01 57:00 06:01 188.9k 90 604.1M 0 0 90 546.6M 0 163.6k 1:03:01 57:01 06:00 207.9k 90 604.1M 0 0 90 546.6M 0 163.6k 1:03:01 57:01 06:00 163.6k 90 604.1M 0 0 90 546.8M 0 163.6k 1:03:01 57:02 05:59 164.2k 90 604.1M 0 0 90 547.0M 0 163.5k 1:03:01 57:04 05:57 131.4k 90 604.1M 0 0 90 547.1M 0 163.5k 1:03:02 57:05 05:57 128.1k 90 604.1M 0 0 90 547.3M 0 163.5k 1:03:02 57:06 05:56 136.8k 90 604.1M 0 0 90 547.5M 0 163.5k 1:03:02 57:07 05:55 143.7k 90 604.1M 0 0 90 547.7M 0 163.5k 1:03:02 57:08 05:54 144.1k 90 604.1M 0 0 90 547.9M 0 163.5k 1:03:02 57:10 05:52 152.2k 90 604.1M 0 0 90 548.1M 0 163.5k 1:03:02 57:11 05:51 158.5k 90 604.1M 0 0 90 548.3M 0 163.5k 1:03:02 57:12 05:50 151.3k 90 604.1M 0 0 90 548.4M 0 163.5k 1:03:03 57:14 05:49 138.0k 90 604.1M 0 0 90 548.6M 0 163.5k 1:03:03 57:15 05:48 134.1k 90 604.1M 0 0 90 548.8M 0 163.5k 1:03:03 57:17 05:46 133.3k 90 604.1M 0 0 90 548.9M 0 163.4k 1:03:04 57:18 05:46 126.1k 90 604.1M 0 0 90 549.1M 0 163.5k 1:03:03 57:19 05:44 141.9k 90 604.1M 0 0 90 549.3M 0 163.5k 1:03:03 57:20 05:43 154.8k 90 604.1M 0 0 90 549.5M 0 163.4k 1:03:04 57:21 05:43 147.9k 90 604.1M 0 0 90 549.6M 0 163.4k 1:03:04 57:22 05:42 141.4k 90 604.1M 0 0 90 549.7M 0 163.4k 1:03:05 57:24 05:41 134.2k 91 604.1M 0 0 91 549.9M 0 163.4k 1:03:05 57:25 05:40 118.9k 91 604.1M 0 0 91 550.1M 0 163.4k 1:03:05 57:27 05:38 112.5k 91 604.1M 0 0 91 550.2M 0 163.3k 1:03:06 57:28 05:38 114.2k 91 604.1M 0 0 91 550.3M 0 163.3k 1:03:06 57:29 05:37 118.0k 91 604.1M 0 0 91 550.5M 0 163.3k 1:03:06 57:30 05:36 131.9k 91 604.1M 0 0 91 550.7M 0 163.3k 1:03:06 57:31 05:35 134.8k 91 604.1M 0 0 91 550.9M 0 163.3k 1:03:06 57:33 05:33 140.7k 91 604.1M 0 0 91 551.1M 0 163.3k 1:03:06 57:34 05:32 152.4k 91 604.1M 0 0 91 551.3M 0 163.3k 1:03:06 57:35 05:31 165.6k 91 604.1M 0 0 91 551.5M 0 163.3k 1:03:06 57:36 05:30 158.1k 91 604.1M 0 0 91 551.6M 0 163.3k 1:03:07 57:37 05:30 150.0k 91 604.1M 0 0 91 551.7M 0 163.3k 1:03:07 57:39 05:28 141.4k 91 604.1M 0 0 91 551.9M 0 163.3k 1:03:07 57:40 05:27 137.1k 91 604.1M 0 0 91 552.1M 0 163.3k 1:03:07 57:41 05:26 133.5k 91 604.1M 0 0 91 552.4M 0 163.3k 1:03:06 57:42 05:24 165.5k 91 604.1M 0 0 91 552.6M 0 163.3k 1:03:06 57:43 05:23 188.7k 91 604.1M 0 0 91 552.8M 0 163.4k 1:03:06 57:44 05:22 201.9k 91 604.1M 0 0 91 553.0M 0 163.3k 1:03:06 57:46 05:20 197.3k 91 604.1M 0 0 91 553.1M 0 163.3k 1:03:06 57:47 05:19 186.4k 91 604.1M 0 0 91 553.3M 0 163.3k 1:03:07 57:48 05:19 151.8k 91 604.1M 0 0 91 553.5M 0 163.3k 1:03:07 57:49 05:18 135.5k 91 604.1M 0 0 91 553.6M 0 163.3k 1:03:07 57:51 05:16 130.7k 91 604.1M 0 0 91 553.8M 0 163.3k 1:03:07 57:52 05:15 137.2k 91 604.1M 0 0 91 554.0M 0 163.3k 1:03:07 57:53 05:14 137.3k 91 604.1M 0 0 91 554.1M 0 163.3k 1:03:08 57:55 05:13 134.5k 91 604.1M 0 0 91 554.3M 0 163.2k 1:03:09 57:56 05:13 125.7k 91 604.1M 0 0 91 554.5M 0 163.2k 1:03:09 57:57 05:12 125.4k 91 604.1M 0 0 91 554.6M 0 163.2k 1:03:09 57:58 05:11 122.4k 91 604.1M 0 0 91 554.8M 0 163.2k 1:03:09 58:00 05:09 130.1k 91 604.1M 0 0 91 555.0M 0 163.2k 1:03:09 58:01 05:08 140.0k 91 604.1M 0 0 91 555.3M 0 163.2k 1:03:08 58:02 05:06 167.2k 91 604.1M 0 0 91 555.5M 0 163.2k 1:03:08 58:03 05:05 172.4k 91 604.1M 0 0 91 555.6M 0 163.2k 1:03:08 58:04 05:04 176.1k 92 604.1M 0 0 92 555.8M 0 163.2k 1:03:08 58:05 05:03 177.8k 92 604.1M 0 0 92 556.1M 0 163.3k 1:03:08 58:06 05:02 198.6k 92 604.1M 0 0 92 556.3M 0 163.3k 1:03:07 58:08 04:59 196.5k 92 604.1M 0 0 92 556.6M 0 163.3k 1:03:07 58:09 04:58 202.9k 92 604.1M 0 0 92 556.8M 0 163.3k 1:03:07 58:10 04:57 191.3k 92 604.1M 0 0 92 557.0M 0 163.3k 1:03:07 58:11 04:56 192.7k 92 604.1M 0 0 92 557.1M 0 163.3k 1:03:07 58:12 04:55 184.1k 92 604.1M 0 0 92 557.4M 0 163.3k 1:03:07 58:14 04:53 181.0k 92 604.1M 0 0 92 557.6M 0 163.3k 1:03:06 58:15 04:51 176.7k 92 604.1M 0 0 92 557.8M 0 163.3k 1:03:06 58:16 04:50 187.5k 92 604.1M 0 0 92 558.0M 0 163.3k 1:03:06 58:17 04:49 185.2k 92 604.1M 0 0 92 558.1M 0 163.3k 1:03:06 58:18 04:48 184.3k 92 604.1M 0 0 92 558.3M 0 163.3k 1:03:06 58:19 04:47 178.2k 92 604.1M 0 0 92 558.6M 0 163.4k 1:03:06 58:20 04:46 183.1k 92 604.1M 0 0 92 558.8M 0 163.4k 1:03:05 58:22 04:43 187.5k 92 604.1M 0 0 92 559.1M 0 163.4k 1:03:05 58:23 04:42 194.2k 92 604.1M 0 0 92 559.3M 0 163.4k 1:03:05 58:24 04:41 185.3k 92 604.1M 0 0 92 559.5M 0 163.4k 1:03:05 58:26 04:39 176.3k 92 604.1M 0 0 92 559.6M 0 163.4k 1:03:05 58:27 04:38 170.8k 92 604.1M 0 0 92 559.8M 0 163.4k 1:03:05 58:28 04:37 162.1k 92 604.1M 0 0 92 560.0M 0 163.4k 1:03:05 58:29 04:36 153.5k 92 604.1M 0 0 92 560.3M 0 163.4k 1:03:05 58:31 04:34 159.5k 92 604.1M 0 0 92 560.4M 0 163.4k 1:03:06 58:32 04:34 157.0k 92 604.1M 0 0 92 560.6M 0 163.3k 1:03:06 58:33 04:33 151.6k 92 604.1M 0 0 92 560.8M 0 163.3k 1:03:06 58:34 04:32 155.5k 92 604.1M 0 0 92 561.0M 0 163.4k 1:03:05 58:35 04:30 165.8k 92 604.1M 0 0 92 561.2M 0 163.3k 1:03:06 58:37 04:29 154.8k 92 604.1M 0 0 92 561.4M 0 163.3k 1:03:06 58:38 04:28 156.7k 92 604.1M 0 0 92 561.6M 0 163.3k 1:03:06 58:40 04:26 165.8k 92 604.1M 0 0 92 561.8M 0 163.3k 1:03:06 58:41 04:25 158.6k 93 604.1M 0 0 93 562.0M 0 163.3k 1:03:06 58:42 04:24 145.0k 93 604.1M 0 0 93 562.1M 0 163.3k 1:03:06 58:43 04:23 157.2k 93 604.1M 0 0 93 562.3M 0 163.3k 1:03:06 58:44 04:22 163.8k 93 604.1M 0 0 93 562.5M 0 163.3k 1:03:06 58:45 04:21 149.4k 93 604.1M 0 0 93 562.6M 0 163.3k 1:03:07 58:47 04:20 148.1k 93 604.1M 0 0 93 562.8M 0 163.3k 1:03:07 58:48 04:19 151.9k 93 604.1M 0 0 93 563.0M 0 163.3k 1:03:07 58:49 04:18 140.3k 93 604.1M 0 0 93 563.1M 0 163.3k 1:03:07 58:50 04:17 137.3k 93 604.1M 0 0 93 563.4M 0 163.3k 1:03:07 58:51 04:16 152.0k 93 604.1M 0 0 93 563.6M 0 163.3k 1:03:07 58:52 04:15 163.4k 93 604.1M 0 0 93 563.8M 0 163.3k 1:03:07 58:54 04:13 165.8k 93 604.1M 0 0 93 564.0M 0 163.3k 1:03:07 58:55 04:12 170.5k 93 604.1M 0 0 93 564.1M 0 163.3k 1:03:06 58:56 04:10 177.9k 93 604.1M 0 0 93 564.4M 0 163.3k 1:03:06 58:57 04:09 181.1k 93 604.1M 0 0 93 564.6M 0 163.4k 1:03:06 58:58 04:08 189.3k 93 604.1M 0 0 93 564.9M 0 163.4k 1:03:05 58:59 04:06 198.2k 93 604.1M 0 0 93 565.1M 0 163.4k 1:03:05 59:01 04:04 206.6k 93 604.1M 0 0 93 565.3M 0 163.4k 1:03:05 59:02 04:03 203.5k 93 604.1M 0 0 93 565.6M 0 163.4k 1:03:05 59:03 04:02 199.0k 93 604.1M 0 0 93 565.8M 0 163.4k 1:03:05 59:04 04:01 183.8k 93 604.1M 0 0 93 566.0M 0 163.4k 1:03:05 59:06 03:59 168.9k 93 604.1M 0 0 93 566.1M 0 163.4k 1:03:05 59:07 03:58 153.6k 93 604.1M 0 0 93 566.3M 0 163.4k 1:03:05 59:08 03:57 154.9k 93 604.1M 0 0 93 566.6M 0 163.4k 1:03:04 59:09 03:55 168.5k 93 604.1M 0 0 93 566.8M 0 163.4k 1:03:04 59:10 03:54 183.4k 93 604.1M 0 0 93 567.1M 0 163.4k 1:03:04 59:12 03:52 197.9k 93 604.1M 0 0 93 567.3M 0 163.4k 1:03:04 59:13 03:51 202.7k 93 604.1M 0 0 93 567.5M 0 163.4k 1:03:04 59:14 03:50 199.9k 93 604.1M 0 0 93 567.6M 0 163.4k 1:03:04 59:15 03:49 170.6k 93 604.1M 0 0 93 567.8M 0 163.4k 1:03:04 59:16 03:48 160.7k 94 604.1M 0 0 94 568.0M 0 163.4k 1:03:04 59:18 03:46 151.6k 94 604.1M 0 0 94 568.1M 0 163.4k 1:03:04 59:19 03:45 146.9k 94 604.1M 0 0 94 568.3M 0 163.4k 1:03:05 59:20 03:45 143.1k 94 604.1M 0 0 94 568.5M 0 163.4k 1:03:05 59:21 03:44 144.1k 94 604.1M 0 0 94 568.6M 0 163.4k 1:03:05 59:23 03:42 132.8k 94 604.1M 0 0 94 568.7M 0 163.3k 1:03:06 59:24 03:42 121.6k 94 604.1M 0 0 94 568.9M 0 163.3k 1:03:06 59:25 03:41 129.2k 94 604.1M 0 0 94 569.1M 0 163.4k 1:03:06 59:26 03:40 136.1k 94 604.1M 0 0 94 569.3M 0 163.4k 1:03:06 59:27 03:39 145.4k 94 604.1M 0 0 94 569.5M 0 163.4k 1:03:05 59:28 03:37 171.6k 94 604.1M 0 0 94 569.6M 0 163.4k 1:03:05 59:29 03:36 173.1k 94 604.1M 0 0 94 569.8M 0 163.4k 1:03:06 59:31 03:35 168.8k 94 604.1M 0 0 94 570.0M 0 163.3k 1:03:06 59:32 03:34 159.2k 94 604.1M 0 0 94 570.2M 0 163.3k 1:03:06 59:33 03:33 156.6k 94 604.1M 0 0 94 570.5M 0 163.4k 1:03:06 59:35 03:31 150.9k 94 604.1M 0 0 94 570.6M 0 163.4k 1:03:06 59:36 03:30 161.9k 94 604.1M 0 0 94 570.8M 0 163.3k 1:03:06 59:37 03:29 156.4k 94 604.1M 0 0 94 571.0M 0 163.3k 1:03:06 59:38 03:28 159.7k 94 604.1M 0 0 94 571.2M 0 163.4k 1:03:05 59:39 03:26 173.9k 94 604.1M 0 0 94 571.4M 0 163.3k 1:03:06 59:41 03:25 157.8k 94 604.1M 0 0 94 571.5M 0 163.3k 1:03:06 59:42 03:24 141.2k 94 604.1M 0 0 94 571.7M 0 163.3k 1:03:07 59:43 03:24 144.3k 94 604.1M 0 0 94 571.8M 0 163.3k 1:03:07 59:44 03:23 138.3k 94 604.1M 0 0 94 572.0M 0 163.3k 1:03:07 59:46 03:21 124.9k 94 604.1M 0 0 94 572.2M 0 163.3k 1:03:07 59:47 03:20 131.3k 94 604.1M 0 0 94 572.4M 0 163.3k 1:03:07 59:48 03:19 143.6k 94 604.1M 0 0 94 572.5M 0 163.3k 1:03:08 59:49 03:19 138.4k 94 604.1M 0 0 94 572.7M 0 163.3k 1:03:07 59:50 03:17 150.0k 94 604.1M 0 0 94 573.0M 0 163.3k 1:03:07 59:52 03:15 161.5k 94 604.1M 0 0 94 573.1M 0 163.3k 1:03:07 59:53 03:14 161.3k 94 604.1M 0 0 94 573.3M 0 163.3k 1:03:07 59:54 03:13 167.3k 94 604.1M 0 0 94 573.5M 0 163.3k 1:03:07 59:55 03:12 182.4k 94 604.1M 0 0 94 573.8M 0 163.3k 1:03:07 59:56 03:11 188.5k 95 604.1M 0 0 95 574.0M 0 163.3k 1:03:07 59:58 03:09 176.9k 95 604.1M 0 0 95 574.2M 0 163.3k 1:03:06 59:59 03:07 185.5k 95 604.1M 0 0 95 574.5M 0 163.4k 1:03:06 1:00:00 03:06 204.7k 95 604.1M 0 0 95 574.8M 0 163.4k 1:03:05 1:00:01 03:04 214.5k 95 604.1M 0 0 95 575.0M 0 163.4k 1:03:05 1:00:02 03:03 215.3k 95 604.1M 0 0 95 575.3M 0 163.4k 1:03:04 1:00:04 03:00 222.2k 95 604.1M 0 0 95 575.5M 0 163.4k 1:03:05 1:00:05 03:00 205.7k 95 604.1M 0 0 95 575.6M 0 163.4k 1:03:05 1:00:07 02:58 166.0k 95 604.1M 0 0 95 575.8M 0 163.3k 1:03:06 1:00:08 02:58 145.2k 95 604.1M 0 0 95 576.0M 0 163.3k 1:03:06 1:00:09 02:57 133.2k 95 604.1M 0 0 95 576.1M 0 163.3k 1:03:06 1:00:10 02:56 131.0k 95 604.1M 0 0 95 576.3M 0 163.3k 1:03:06 1:00:12 02:54 135.4k 95 604.1M 0 0 95 576.5M 0 163.3k 1:03:06 1:00:13 02:53 143.2k 95 604.1M 0 0 95 576.6M 0 163.3k 1:03:07 1:00:14 02:53 143.8k 95 604.1M 0 0 95 576.8M 0 163.3k 1:03:07 1:00:16 02:51 134.9k 95 604.1M 0 0 95 577.0M 0 163.3k 1:03:07 1:00:17 02:50 127.7k 95 604.1M 0 0 95 577.1M 0 163.3k 1:03:07 1:00:18 02:49 125.9k 95 604.1M 0 0 95 577.3M 0 163.3k 1:03:08 1:00:20 02:48 130.6k 95 604.1M 0 0 95 577.6M 0 163.3k 1:03:07 1:00:21 02:46 150.6k 95 604.1M 0 0 95 577.8M 0 163.3k 1:03:07 1:00:22 02:45 170.4k 95 604.1M 0 0 95 578.1M 0 163.3k 1:03:06 1:00:23 02:43 185.1k 95 604.1M 0 0 95 578.4M 0 163.4k 1:03:06 1:00:24 02:42 205.9k 95 604.1M 0 0 95 578.6M 0 163.4k 1:03:05 1:00:26 02:39 218.6k 95 604.1M 0 0 95 578.8M 0 163.4k 1:03:05 1:00:27 02:38 213.0k 95 604.1M 0 0 95 579.0M 0 163.4k 1:03:05 1:00:28 02:37 200.1k 95 604.1M 0 0 95 579.2M 0 163.4k 1:03:06 1:00:29 02:37 187.7k 95 604.1M 0 0 95 579.4M 0 163.4k 1:03:05 1:00:30 02:35 170.4k 95 604.1M 0 0 95 579.6M 0 163.4k 1:03:05 1:00:32 02:33 160.6k 95 604.1M 0 0 95 579.8M 0 163.4k 1:03:05 1:00:33 02:32 170.5k 96 604.1M 0 0 96 580.1M 0 163.4k 1:03:04 1:00:34 02:30 188.8k 96 604.1M 0 0 96 580.3M 0 163.4k 1:03:04 1:00:35 02:29 197.8k 96 604.1M 0 0 96 580.5M 0 163.4k 1:03:05 1:00:36 02:29 187.5k 96 604.1M 0 0 96 580.6M 0 163.4k 1:03:05 1:00:37 02:28 181.1k 96 604.1M 0 0 96 580.7M 0 163.4k 1:03:05 1:00:38 02:27 158.6k 96 604.1M 0 0 96 580.9M 0 163.4k 1:03:05 1:00:39 02:26 147.8k 96 604.1M 0 0 96 581.1M 0 163.4k 1:03:04 1:00:40 02:24 157.2k 96 604.1M 0 0 96 581.3M 0 163.4k 1:03:04 1:00:41 02:23 171.4k 96 604.1M 0 0 96 581.6M 0 163.4k 1:03:04 1:00:43 02:21 188.1k 96 604.1M 0 0 96 581.8M 0 163.4k 1:03:04 1:00:44 02:20 197.1k 96 604.1M 0 0 96 582.0M 0 163.4k 1:03:04 1:00:45 02:19 194.2k 96 604.1M 0 0 96 582.2M 0 163.4k 1:03:04 1:00:46 02:18 183.1k 96 604.1M 0 0 96 582.5M 0 163.4k 1:03:04 1:00:48 02:16 183.2k 96 604.1M 0 0 96 582.7M 0 163.5k 1:03:03 1:00:49 02:14 185.2k 96 604.1M 0 0 96 582.9M 0 163.5k 1:03:03 1:00:50 02:13 182.7k 96 604.1M 0 0 96 583.1M 0 163.4k 1:03:04 1:00:52 02:12 170.0k 96 604.1M 0 0 96 583.2M 0 163.4k 1:03:04 1:00:53 02:11 153.4k 96 604.1M 0 0 96 583.4M 0 163.4k 1:03:04 1:00:54 02:10 149.6k 96 604.1M 0 0 96 583.6M 0 163.4k 1:03:04 1:00:55 02:09 141.7k 96 604.1M 0 0 96 583.8M 0 163.4k 1:03:04 1:00:57 02:07 136.7k 96 604.1M 0 0 96 584.0M 0 163.4k 1:03:05 1:00:58 02:07 138.8k 96 604.1M 0 0 96 584.1M 0 163.4k 1:03:05 1:00:59 02:06 153.8k 96 604.1M 0 0 96 584.4M 0 163.4k 1:03:04 1:01:01 02:03 154.9k 96 604.1M 0 0 96 584.6M 0 163.4k 1:03:04 1:01:02 02:02 153.0k 96 604.1M 0 0 96 584.8M 0 163.4k 1:03:05 1:01:03 02:02 154.1k 96 604.1M 0 0 96 585.0M 0 163.4k 1:03:05 1:01:04 02:01 162.5k 96 604.1M 0 0 96 585.1M 0 163.4k 1:03:05 1:01:06 01:59 162.7k 96 604.1M 0 0 96 585.3M 0 163.4k 1:03:05 1:01:07 01:58 152.1k 96 604.1M 0 0 96 585.5M 0 163.4k 1:03:05 1:01:09 01:56 145.5k 96 604.1M 0 0 96 585.7M 0 163.4k 1:03:05 1:01:10 01:55 150.9k 96 604.1M 0 0 96 585.9M 0 163.4k 1:03:05 1:01:11 01:54 151.8k 97 604.1M 0 0 97 586.1M 0 163.4k 1:03:05 1:01:12 01:53 161.7k 97 604.1M 0 0 97 586.4M 0 163.4k 1:03:04 1:01:13 01:51 185.8k 97 604.1M 0 0 97 586.6M 0 163.4k 1:03:04 1:01:14 01:50 210.2k 97 604.1M 0 0 97 587.0M 0 163.5k 1:03:03 1:01:15 01:48 230.3k 97 604.1M 0 0 97 587.2M 0 163.5k 1:03:02 1:01:16 01:46 241.0k 97 604.1M 0 0 97 587.5M 0 163.5k 1:03:02 1:01:18 01:44 245.6k 97 604.1M 0 0 97 587.7M 0 163.5k 1:03:02 1:01:19 01:43 231.5k 97 604.1M 0 0 97 587.9M 0 163.5k 1:03:02 1:01:20 01:42 216.9k 97 604.1M 0 0 97 588.1M 0 163.5k 1:03:02 1:01:21 01:41 192.9k 97 604.1M 0 0 97 588.3M 0 163.5k 1:03:02 1:01:22 01:40 181.3k 97 604.1M 0 0 97 588.4M 0 163.5k 1:03:02 1:01:23 01:39 154.0k 97 604.1M 0 0 97 588.6M 0 163.5k 1:03:02 1:01:25 01:37 147.5k 97 604.1M 0 0 97 588.8M 0 163.5k 1:03:02 1:01:26 01:36 147.9k 97 604.1M 0 0 97 589.0M 0 163.5k 1:03:02 1:01:27 01:35 154.8k 97 604.1M 0 0 97 589.2M 0 163.5k 1:03:02 1:01:29 01:33 154.9k 97 604.1M 0 0 97 589.5M 0 163.5k 1:03:02 1:01:30 01:32 170.9k 97 604.1M 0 0 97 589.8M 0 163.6k 1:03:01 1:01:31 01:30 196.0k 97 604.1M 0 0 97 590.0M 0 163.6k 1:03:01 1:01:32 01:29 203.1k 97 604.1M 0 0 97 590.3M 0 163.6k 1:03:00 1:01:33 01:27 225.6k 97 604.1M 0 0 97 590.6M 0 163.6k 1:02:59 1:01:35 01:24 234.3k 97 604.1M 0 0 97 590.8M 0 163.6k 1:02:59 1:01:36 01:23 229.9k 97 604.1M 0 0 97 591.0M 0 163.6k 1:02:59 1:01:37 01:22 216.0k 97 604.1M 0 0 97 591.1M 0 163.6k 1:02:59 1:01:38 01:21 207.1k 97 604.1M 0 0 97 591.3M 0 163.6k 1:02:59 1:01:39 01:20 185.0k 97 604.1M 0 0 97 591.6M 0 163.7k 1:02:58 1:01:40 01:18 198.5k 97 604.1M 0 0 97 591.9M 0 163.7k 1:02:58 1:01:41 01:17 203.3k 98 604.1M 0 0 98 592.1M 0 163.7k 1:02:58 1:01:42 01:16 202.8k 98 604.1M 0 0 98 592.3M 0 163.7k 1:02:58 1:01:44 01:14 200.3k 98 604.1M 0 0 98 592.5M 0 163.7k 1:02:57 1:01:45 01:12 206.6k 98 604.1M 0 0 98 592.7M 0 163.7k 1:02:58 1:01:46 01:12 175.7k 98 604.1M 0 0 98 592.9M 0 163.7k 1:02:58 1:01:48 01:10 162.6k 98 604.1M 0 0 98 593.1M 0 163.7k 1:02:58 1:01:49 01:09 157.4k 98 604.1M 0 0 98 593.3M 0 163.7k 1:02:58 1:01:50 01:08 168.4k 98 604.1M 0 0 98 593.6M 0 163.7k 1:02:57 1:01:51 01:06 167.7k 98 604.1M 0 0 98 593.9M 0 163.8k 1:02:56 1:01:52 01:04 198.9k 98 604.1M 0 0 98 594.2M 0 163.8k 1:02:56 1:01:54 01:02 226.4k 98 604.1M 0 0 98 594.5M 0 163.8k 1:02:55 1:01:55 01:00 239.3k 98 604.1M 0 0 98 594.7M 0 163.8k 1:02:55 1:01:56 00:59 242.7k 98 604.1M 0 0 98 595.0M 0 163.8k 1:02:54 1:01:57 00:57 241.8k 98 604.1M 0 0 98 595.2M 0 163.9k 1:02:54 1:01:58 00:56 225.6k 98 604.1M 0 0 98 595.4M 0 163.9k 1:02:54 1:02:00 00:54 203.4k 98 604.1M 0 0 98 595.5M 0 163.8k 1:02:54 1:02:01 00:53 184.3k 98 604.1M 0 0 98 595.7M 0 163.8k 1:02:55 1:02:02 00:53 169.2k 98 604.1M 0 0 98 595.9M 0 163.8k 1:02:55 1:02:03 00:52 160.8k 98 604.1M 0 0 98 596.1M 0 163.8k 1:02:55 1:02:04 00:51 150.8k 98 604.1M 0 0 98 596.3M 0 163.8k 1:02:55 1:02:06 00:49 148.9k 98 604.1M 0 0 98 596.5M 0 163.8k 1:02:55 1:02:07 00:48 162.5k 98 604.1M 0 0 98 596.6M 0 163.8k 1:02:55 1:02:08 00:47 163.7k 98 604.1M 0 0 98 596.9M 0 163.9k 1:02:54 1:02:09 00:45 174.5k 98 604.1M 0 0 98 597.1M 0 163.9k 1:02:54 1:02:10 00:44 183.4k 98 604.1M 0 0 98 597.3M 0 163.9k 1:02:54 1:02:12 00:42 185.2k 98 604.1M 0 0 98 597.3M 0 163.9k 1:02:54 1:02:12 00:42 163.9k 98 604.1M 0 0 98 597.5M 0 163.9k 1:02:54 1:02:13 00:41 148.9k 98 604.1M 0 0 98 597.6M 0 163.8k 1:02:55 1:02:14 00:41 122.4k 98 604.1M 0 0 98 597.8M 0 163.8k 1:02:56 1:02:16 00:40 101.0k 98 604.1M 0 0 98 597.9M 0 163.8k 1:02:56 1:02:17 00:39 104.8k 98 604.1M 0 0 98 598.1M 0 163.8k 1:02:56 1:02:18 00:38 111.2k 99 604.1M 0 0 99 598.3M 0 163.8k 1:02:56 1:02:20 00:36 113.6k 99 604.1M 0 0 99 598.5M 0 163.8k 1:02:56 1:02:21 00:35 121.9k 99 604.1M 0 0 99 598.7M 0 163.8k 1:02:56 1:02:22 00:34 153.3k 99 604.1M 0 0 99 599.0M 0 163.8k 1:02:56 1:02:23 00:33 173.3k 99 604.1M 0 0 99 599.1M 0 163.8k 1:02:56 1:02:25 00:31 171.0k 99 604.1M 0 0 99 599.3M 0 163.8k 1:02:56 1:02:26 00:30 167.8k 99 604.1M 0 0 99 599.5M 0 163.8k 1:02:56 1:02:27 00:29 174.1k 99 604.1M 0 0 99 599.7M 0 163.8k 1:02:56 1:02:28 00:28 168.3k 99 604.1M 0 0 99 600.0M 0 163.8k 1:02:56 1:02:30 00:26 162.4k 99 604.1M 0 0 99 600.1M 0 163.8k 1:02:56 1:02:31 00:25 170.2k 99 604.1M 0 0 99 600.3M 0 163.8k 1:02:56 1:02:32 00:24 176.8k 99 604.1M 0 0 99 600.5M 0 163.8k 1:02:56 1:02:33 00:23 176.3k 99 604.1M 0 0 99 600.7M 0 163.8k 1:02:56 1:02:34 00:22 172.7k 99 604.1M 0 0 99 600.9M 0 163.8k 1:02:56 1:02:35 00:21 168.6k 99 604.1M 0 0 99 601.1M 0 163.8k 1:02:56 1:02:37 00:19 167.3k 99 604.1M 0 0 99 601.3M 0 163.8k 1:02:56 1:02:38 00:18 164.1k 99 604.1M 0 0 99 601.4M 0 163.8k 1:02:56 1:02:39 00:17 155.4k 99 604.1M 0 0 99 601.6M 0 163.8k 1:02:56 1:02:40 00:16 150.3k 99 604.1M 0 0 99 601.8M 0 163.8k 1:02:56 1:02:42 00:14 143.8k 99 604.1M 0 0 99 602.0M 0 163.8k 1:02:56 1:02:43 00:13 145.0k 99 604.1M 0 0 99 602.1M 0 163.8k 1:02:56 1:02:44 00:12 142.3k 99 604.1M 0 0 99 602.3M 0 163.7k 1:02:57 1:02:45 00:12 146.3k 99 604.1M 0 0 99 602.5M 0 163.7k 1:02:57 1:02:46 00:11 144.0k 99 604.1M 0 0 99 602.6M 0 163.7k 1:02:57 1:02:48 00:09 139.9k 99 604.1M 0 0 99 602.8M 0 163.7k 1:02:57 1:02:49 00:08 141.9k 99 604.1M 0 0 99 603.0M 0 163.7k 1:02:57 1:02:50 00:07 157.0k 99 604.1M 0 0 99 603.3M 0 163.8k 1:02:56 1:02:51 00:05 172.1k 99 604.1M 0 0 99 603.5M 0 163.8k 1:02:56 1:02:52 00:04 183.9k 99 604.1M 0 0 99 603.6M 0 163.8k 1:02:56 1:02:53 00:03 195.5k 99 604.1M 0 0 99 603.9M 0 163.8k 1:02:56 1:02:54 00:02 196.0k 99 604.1M 0 0 99 604.1M 0 163.8k 1:02:56 1:02:56 175.1k* upload completely sent off: 633521971 bytes 100 604.1M 0 0 100 604.1M 0 163.7k 1:02:57 1:02:57 135.6k 100 604.1M 0 0 100 604.1M 0 163.7k 1:02:58 1:02:58 107.1k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: IORiCJ/Rkpa48jqW9bppEpTrfaWxf7igr+iRU6Ql16XzwjIT06cE5k9azEPWFFhDKDhAGWdG8cU= < x-amz-request-id: ABQDRNGW1SC8122A < Date: Sun, 24 May 2026 01:24:03 GMT < x-amz-server-side-encryption: AES256 < ETag: "bd2dbabc8d2ec5f67a918661ab3836ff" < x-amz-checksum-crc64nvme: lTStnHfIHBs= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 604.1M 0 0 100 604.1M 0 163.6k 1:02:59 1:02:59 107.1k 100 604.1M 0 0 100 604.1M 0 163.6k 1:02:59 1:02:59 107.1k 100 604.1M 0 0 100 604.1M 0 163.6k 1:02:59 1:02:59 107.1k * shutting down connection #0 took: 3832.73 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.75.111, 52.92.33.160, 3.5.66.32, 52.218.62.51, 52.92.32.200, 3.5.74.122, 52.92.34.144, 3.5.75.103 * Trying 3.5.75.111:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.75.111 port 443) from 10.17.4.7 port 46224 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/842df2df-a414-4584-a325-fcb2809a9313.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHgaCWV1LXdlc3QtMSJIMEYCIQDlBvY9CFhp%2FVtXVqHkGDSWK6N40Xo04SZK0xIXsw2KlwIhALWVY9g96M93nQL8xJUmTUaKQj5aaxMSCJsfi9vIjc1RKroFCEEQABoMODM1NDk0NzUzMTI2IgxGJ8c0EoHek0J9HpMqlwUg8WTP2YgmsS9%2BvC1KupY3tr%2FJ54DJYQnZaPrFuPkZOCluAuMLmRMHRa%2BXuF8%2BF8F0cKGVE50LZm3N%2BX9jQ34iNZfhn3HrjWiDbqBR3916cvCtfkecWVHh3iLn2s622LS8POnf1S3X1puOsCcJpVX5YfyGX7HDlsTnogka5DN82RThEccr%2Bs3q6Jj0PkXugd%2FhZnonyVzWPMaFWyPfFUo8gig3gnG7wdcGTXDsK2%2FZQ9vVw%2F8XrLEqofl6jK1vAt7Ocvd45IcWUk5ZjnxUQejFRHYhYf9pG4hZgHPoq%2BbJK%2FyIQ9%2BmxEJjqhSKcNWR9Bvt1Q3T46GdK77KGDgZXTZPGmob6dyo6Mk5nhFwES6TfVBG%2FAELMUzQAORAO0Jh8yEEpSWuuE%2FogGKGxsf%2BZdxf6CgCq7gUDf42kQQ9xE42Yu%2F5vsPPAEF%2FJuFpeuDReH2H8zAvWwbuRIm9BE5OqHM10PX9e0oI%2BfnKEq2V6%2Bq6K5XNk5%2B%2FWAOBnDN%2FjWqg%2FykSFSfIGhjNtfexEU1cFTFdUMNf2peYWgbUkj9QD2cazsAcqUNI%2BzS3Z9OTK5HoB8EIRG46HQorH5RL0sz9HSoapgGF6NPXIB59LL1HRPOVfDysFuNonTTRx2%2BhKRd4w%2BJoeB6jA7dPL46%2FzJANuSGc9J7TjhL6xLyKTJRq74gFkmUHPGEKPK2GWUYO8uh2b65ZhZGWQAkw1wqhWauyTTycxLdxHPXlpQ26VDOI0VVFOsOZUevnYSk0ptiGwmqEfDqE4%2BYdbE%2BQC84p%2FnO2ywIWIXKF6QTP86FVdtyIjFH2pLkSgvJPxO1%2F%2FYlzERbR7%2FRuroM0SPEVvOEY35%2FMjXoya4kZ4QkpsQThjkTIKpeOkx5W1iXDXeUwjvDI0AY6sAHaO2Rnw1tDELLUZbK5D%2FIhipOnpRXTkRrA2up1iP2e8mRos5M5Nwzui%2BVqPZdUB4BJ%2BYeNB4thMEFoOlMnPUCGiNpBdJxVHGcmg%2B3ewQZKA7XQiALRC7eSYAxaD6QvWZI3YZ8KycqsCFRmKUb9CN0PfI9mN6ZB2Xe9mWxVsbmxObeH79VBryr1e5Rwe1oOs40lJSo7NC4n1%2BA3XeVTV%2Fmvs7TpGRX9iXVNOl7OjrU2qw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260524T022703Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBK3QD6EQ%2F20260524%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0c7dcf3874f28e229b0a2f509ea97e7016f74a955971821654000df512688097 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 65849294 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 62.79M 0 0 1 1.00M 0 965.7k 01:06 00:01 01:05 966.0k 3 62.79M 0 0 3 2.18M 0 1.04M 00:59 00:02 00:57 1.04M 5 62.79M 0 0 5 3.56M 0 1.14M 00:54 00:03 00:51 1.15M 8 62.79M 0 0 8 5.06M 0 1.22M 00:51 00:04 00:47 1.22M 10 62.79M 0 0 10 6.56M 0 1.27M 00:49 00:05 00:44 1.27M 12 62.79M 0 0 12 8.06M 0 1.31M 00:47 00:06 00:41 1.38M 15 62.79M 0 0 15 9.56M 0 1.33M 00:46 00:07 00:39 1.45M 17 62.79M 0 0 17 11.18M 0 1.37M 00:45 00:08 00:37 1.50M 20 62.79M 0 0 20 13.00M 0 1.41M 00:44 00:09 00:35 1.56M 23 62.79M 0 0 23 14.68M 0 1.44M 00:43 00:10 00:33 1.60M 26 62.79M 0 0 26 16.37M 0 1.45M 00:43 00:11 00:32 1.63M 29 62.79M 0 0 29 18.25M 0 1.49M 00:42 00:12 00:30 1.70M 32 62.79M 0 0 32 20.12M 0 1.51M 00:41 00:13 00:28 1.75M 34 62.79M 0 0 34 21.68M 0 1.51M 00:41 00:14 00:27 1.69M 37 62.79M 0 0 37 23.50M 0 1.53M 00:40 00:15 00:25 1.71M 40 62.79M 0 0 40 25.43M 0 1.55M 00:40 00:16 00:24 1.76M 43 62.79M 0 0 43 27.37M 0 1.57M 00:39 00:17 00:22 1.78M 46 62.79M 0 0 46 29.37M 0 1.59M 00:39 00:18 00:21 1.79M 49 62.79M 0 0 49 31.25M 0 1.60M 00:39 00:19 00:20 1.86M 52 62.79M 0 0 52 32.81M 0 1.60M 00:39 00:20 00:19 1.82M 55 62.79M 0 0 55 34.62M 0 1.61M 00:38 00:21 00:17 1.79M 58 62.79M 0 0 58 36.56M 0 1.62M 00:38 00:22 00:16 1.79M 61 62.79M 0 0 61 38.50M 0 1.63M 00:38 00:23 00:15 1.79M 63 62.79M 0 0 63 40.18M 0 1.63M 00:38 00:24 00:14 1.74M 66 62.79M 0 0 66 41.93M 0 1.63M 00:38 00:25 00:13 1.77M 69 62.79M 0 0 69 43.81M 0 1.64M 00:38 00:26 00:12 1.79M 72 62.79M 0 0 72 45.75M 0 1.65M 00:37 00:27 00:10 1.79M 76 62.79M 0 0 76 47.75M 0 1.66M 00:37 00:28 00:09 1.79M 79 62.79M 0 0 79 49.75M 0 1.67M 00:37 00:29 00:08 1.86M 82 62.79M 0 0 82 51.75M 0 1.68M 00:37 00:30 00:07 1.92M 85 62.79M 0 0 85 53.87M 0 1.70M 00:36 00:31 00:05 1.96M 89 62.79M 0 0 89 56.12M 0 1.71M 00:36 00:32 00:04 2.03M 93 62.79M 0 0 93 58.75M 0 1.74M 00:36 00:33 00:03 2.17M 98 62.79M 0 0 98 61.93M 0 1.78M 00:35 00:34 00:01 2.41M* upload completely sent off: 65849294 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 2IrPQcgZRmt7typImjzloZ/k2LaaGq1q1k8qyvmwVaxGqvvuPWqCibiwaFQc7Xlq1z0B19opoQbSs2DS10bpFZpGoGdkAKwg < x-amz-request-id: VFZVZAPZQQ0RAD8T < Date: Sun, 24 May 2026 02:27:09 GMT < x-amz-server-side-encryption: AES256 < ETag: "60766528a547919906ab3c861c6b5a0f" < x-amz-checksum-crc64nvme: KuSNn7jLMh0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 62.79M 0 0 100 62.79M 0 1.77M 00:35 00:35 2.41M 100 62.79M 0 0 100 62.79M 0 1.77M 00:35 00:35 2.41M 100 62.79M 0 0 100 62.79M 0 1.77M 00:35 00:35 2.41M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 40.63 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.43, 3.5.75.108, 3.5.75.43, 52.92.34.40, 3.5.69.1, 52.92.32.200, 3.5.75.87, 3.5.75.103 * Trying 3.5.73.43: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.43 port 443) from 10.17.4.7 port 53098 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/d5e43f50-7847-47d4-92a0-661cee495e33.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEHgaCWV1LXdlc3QtMSJIMEYCIQDlBvY9CFhp%2FVtXVqHkGDSWK6N40Xo04SZK0xIXsw2KlwIhALWVY9g96M93nQL8xJUmTUaKQj5aaxMSCJsfi9vIjc1RKroFCEEQABoMODM1NDk0NzUzMTI2IgxGJ8c0EoHek0J9HpMqlwUg8WTP2YgmsS9%2BvC1KupY3tr%2FJ54DJYQnZaPrFuPkZOCluAuMLmRMHRa%2BXuF8%2BF8F0cKGVE50LZm3N%2BX9jQ34iNZfhn3HrjWiDbqBR3916cvCtfkecWVHh3iLn2s622LS8POnf1S3X1puOsCcJpVX5YfyGX7HDlsTnogka5DN82RThEccr%2Bs3q6Jj0PkXugd%2FhZnonyVzWPMaFWyPfFUo8gig3gnG7wdcGTXDsK2%2FZQ9vVw%2F8XrLEqofl6jK1vAt7Ocvd45IcWUk5ZjnxUQejFRHYhYf9pG4hZgHPoq%2BbJK%2FyIQ9%2BmxEJjqhSKcNWR9Bvt1Q3T46GdK77KGDgZXTZPGmob6dyo6Mk5nhFwES6TfVBG%2FAELMUzQAORAO0Jh8yEEpSWuuE%2FogGKGxsf%2BZdxf6CgCq7gUDf42kQQ9xE42Yu%2F5vsPPAEF%2FJuFpeuDReH2H8zAvWwbuRIm9BE5OqHM10PX9e0oI%2BfnKEq2V6%2Bq6K5XNk5%2B%2FWAOBnDN%2FjWqg%2FykSFSfIGhjNtfexEU1cFTFdUMNf2peYWgbUkj9QD2cazsAcqUNI%2BzS3Z9OTK5HoB8EIRG46HQorH5RL0sz9HSoapgGF6NPXIB59LL1HRPOVfDysFuNonTTRx2%2BhKRd4w%2BJoeB6jA7dPL46%2FzJANuSGc9J7TjhL6xLyKTJRq74gFkmUHPGEKPK2GWUYO8uh2b65ZhZGWQAkw1wqhWauyTTycxLdxHPXlpQ26VDOI0VVFOsOZUevnYSk0ptiGwmqEfDqE4%2BYdbE%2BQC84p%2FnO2ywIWIXKF6QTP86FVdtyIjFH2pLkSgvJPxO1%2F%2FYlzERbR7%2FRuroM0SPEVvOEY35%2FMjXoya4kZ4QkpsQThjkTIKpeOkx5W1iXDXeUwjvDI0AY6sAHaO2Rnw1tDELLUZbK5D%2FIhipOnpRXTkRrA2up1iP2e8mRos5M5Nwzui%2BVqPZdUB4BJ%2BYeNB4thMEFoOlMnPUCGiNpBdJxVHGcmg%2B3ewQZKA7XQiALRC7eSYAxaD6QvWZI3YZ8KycqsCFRmKUb9CN0PfI9mN6ZB2Xe9mWxVsbmxObeH79VBryr1e5Rwe1oOs40lJSo7NC4n1%2BA3XeVTV%2Fmvs7TpGRX9iXVNOl7OjrU2qw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260524T022744Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBK3QD6EQ%2F20260524%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=5d0beeccc21edac67d8f7f1b24036053ddbef62aef42789a38583da1db5f2613 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 586346698 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 559.1M 0 0 0 3.31M 0 3.31M 02:48 00:01 02:47 3.31M 1 559.1M 0 0 1 9.25M 0 4.61M 02:01 00:02 01:59 4.62M 2 559.1M 0 0 2 16.12M 0 5.36M 01:44 00:03 01:41 5.36M 4 559.1M 0 0 4 22.62M 0 5.63M 01:39 00:04 01:35 5.64M 5 559.1M 0 0 5 28.18M 0 5.62M 01:39 00:05 01:34 5.62M 6 559.1M 0 0 6 34.18M 0 5.68M 01:38 00:06 01:32 6.15M 7 559.1M 0 0 7 40.43M 0 5.75M 01:37 00:07 01:30 6.21M 8 559.1M 0 0 8 46.68M 0 5.81M 01:36 00:08 01:28 6.08M 9 559.1M 0 0 9 53.06M 0 5.87M 01:35 00:09 01:26 6.06M 10 559.1M 0 0 10 57.81M 0 5.76M 01:37 00:10 01:27 5.89M 11 559.1M 0 0 11 62.25M 0 5.63M 01:39 00:11 01:28 5.57M 11 559.1M 0 0 11 65.43M 0 5.41M 01:43 00:12 01:31 4.94M 12 559.1M 0 0 12 68.62M 0 5.24M 01:46 00:13 01:33 4.33M 12 559.1M 0 0 12 71.93M 0 5.10M 01:49 00:14 01:35 3.72M 13 559.1M 0 0 13 75.25M 0 4.98M 01:52 00:15 01:37 3.44M 14 559.1M 0 0 14 78.56M 0 4.87M 01:54 00:16 01:38 3.23M 14 559.1M 0 0 14 81.37M 0 4.75M 01:57 00:17 01:40 3.15M 14 559.1M 0 0 14 83.87M 0 4.62M 02:01 00:18 01:43 3.01M 15 559.1M 0 0 15 86.06M 0 4.49M 02:04 00:19 01:45 2.79M 15 559.1M 0 0 15 88.43M 0 4.38M 02:07 00:20 01:47 2.59M 16 559.1M 0 0 16 90.81M 0 4.28M 02:10 00:21 01:49 2.41M 16 559.1M 0 0 16 93.18M 0 4.19M 02:13 00:22 01:51 2.33M 17 559.1M 0 0 17 95.56M 0 4.12M 02:15 00:23 01:52 2.32M 17 559.1M 0 0 17 98.06M 0 4.05M 02:18 00:24 01:54 2.37M 17 559.1M 0 0 17 100.6M 0 3.99M 02:20 00:25 01:55 2.41M 18 559.1M 0 0 18 103.0M 0 3.92M 02:22 00:26 01:56 2.40M 18 559.1M 0 0 18 104.9M 0 3.85M 02:25 00:27 01:58 2.32M 19 559.1M 0 0 19 106.6M 0 3.77M 02:28 00:28 02:00 2.18M 19 559.1M 0 0 19 108.6M 0 3.70M 02:30 00:29 02:01 2.07M 19 559.1M 0 0 19 110.5M 0 3.64M 02:33 00:30 02:03 1.94M 20 559.1M 0 0 20 112.5M 0 3.58M 02:35 00:31 02:04 1.85M 20 559.1M 0 0 20 114.5M 0 3.53M 02:38 00:32 02:06 1.87M 20 559.1M 0 0 20 116.6M 0 3.49M 02:40 00:33 02:07 1.94M 21 559.1M 0 0 21 118.8M 0 3.45M 02:41 00:34 02:07 2.00M 21 559.1M 0 0 21 120.6M 0 3.40M 02:44 00:35 02:09 1.97M 21 559.1M 0 0 21 122.6M 0 3.36M 02:46 00:36 02:10 1.99M 22 559.1M 0 0 22 124.8M 0 3.33M 02:47 00:37 02:10 2.02M 22 559.1M 0 0 22 127.1M 0 3.30M 02:49 00:38 02:11 2.06M 23 559.1M 0 0 23 129.4M 0 3.27M 02:50 00:39 02:11 2.07M 23 559.1M 0 0 23 131.7M 0 3.24M 02:52 00:40 02:12 2.15M 23 559.1M 0 0 23 133.6M 0 3.21M 02:53 00:41 02:12 2.14M 24 559.1M 0 0 24 135.3M 0 3.17M 02:55 00:42 02:13 2.05M 24 559.1M 0 0 24 136.9M 0 3.14M 02:58 00:43 02:15 1.91M 24 559.1M 0 0 24 138.6M 0 3.10M 03:00 00:44 02:16 1.79M 25 559.1M 0 0 25 140.3M 0 3.07M 03:01 00:45 02:16 1.67M 25 559.1M 0 0 25 142.0M 0 3.04M 03:03 00:46 02:17 1.64M 25 559.1M 0 0 25 143.8M 0 3.01M 03:05 00:47 02:18 1.65M 26 559.1M 0 0 26 145.7M 0 2.99M 03:07 00:48 02:19 1.71M 26 559.1M 0 0 26 147.7M 0 2.96M 03:08 00:49 02:19 1.77M 26 559.1M 0 0 26 149.8M 0 2.95M 03:09 00:50 02:19 1.86M 27 559.1M 0 0 27 152.4M 0 2.94M 03:09 00:51 02:18 2.04M 27 559.1M 0 0 27 155.6M 0 2.94M 03:09 00:52 02:17 2.32M 28 559.1M 0 0 28 159.5M 0 2.96M 03:08 00:53 02:15 2.72M 29 559.1M 0 0 29 164.5M 0 3.00M 03:06 00:54 02:12 3.35M 30 559.1M 0 0 30 171.0M 0 3.06M 03:02 00:55 02:07 4.21M 32 559.1M 0 0 32 179.2M 0 3.15M 02:57 00:56 02:01 5.33M 33 559.1M 0 0 33 186.7M 0 3.23M 02:53 00:57 01:56 6.20M 34 559.1M 0 0 34 192.1M 0 3.26M 02:51 00:58 01:53 6.50M 35 559.1M 0 0 35 197.1M 0 3.29M 02:49 00:59 01:50 6.48M 35 559.1M 0 0 35 200.1M 0 3.29M 02:49 01:00 01:49 5.79M 36 559.1M 0 0 36 203.5M 0 3.29M 02:49 01:01 01:48 4.81M 37 559.1M 0 0 37 207.0M 0 3.29M 02:49 01:02 01:47 4.02M 37 559.1M 0 0 37 210.6M 0 3.29M 02:49 01:03 01:46 3.65M 38 559.1M 0 0 38 214.1M 0 3.30M 02:49 01:04 01:45 3.36M 38 559.1M 0 0 38 217.3M 0 3.29M 02:49 01:05 01:44 3.39M 39 559.1M 0 0 39 220.1M 0 3.29M 02:49 01:06 01:43 3.29M 39 559.1M 0 0 39 223.3M 0 3.28M 02:49 01:07 01:42 3.22M 40 559.1M 0 0 40 226.8M 0 3.29M 02:49 01:08 01:41 3.20M 41 559.1M 0 0 41 230.3M 0 3.29M 02:49 01:09 01:40 3.20M 41 559.1M 0 0 41 233.8M 0 3.29M 02:49 01:10 01:39 3.27M 42 559.1M 0 0 42 236.7M 0 3.29M 02:49 01:11 01:38 3.28M 42 559.1M 0 0 42 239.7M 0 3.28M 02:50 01:12 01:38 3.24M 43 559.1M 0 0 43 242.3M 0 3.27M 02:50 01:13 01:37 3.08M 43 559.1M 0 0 43 244.9M 0 3.26M 02:51 01:14 01:37 2.89M 44 559.1M 0 0 44 247.5M 0 3.25M 02:51 01:15 01:36 2.71M 44 559.1M 0 0 44 250.3M 0 3.25M 02:51 01:16 01:35 2.68M 45 559.1M 0 0 45 253.0M 0 3.24M 02:52 01:18 01:34 2.63M 45 559.1M 0 0 45 255.8M 0 3.23M 02:52 01:19 01:33 2.65M 46 559.1M 0 0 46 258.5M 0 3.23M 02:53 01:20 01:33 2.68M 46 559.1M 0 0 46 261.4M 0 3.22M 02:53 01:21 01:32 2.73M 47 559.1M 0 0 47 264.5M 0 3.22M 02:53 01:22 01:31 2.80M 47 559.1M 0 0 47 268.0M 0 3.22M 02:53 01:23 01:30 2.95M 48 559.1M 0 0 48 271.8M 0 3.23M 02:52 01:24 01:28 3.17M 49 559.1M 0 0 49 276.0M 0 3.24M 02:52 01:25 01:27 3.44M 50 559.1M 0 0 50 279.8M 0 3.24M 02:52 01:26 01:26 3.64M 50 559.1M 0 0 50 284.0M 0 3.25M 02:51 01:27 01:24 3.86M 51 559.1M 0 0 51 288.6M 0 3.27M 02:50 01:28 01:22 4.08M 52 559.1M 0 0 52 293.3M 0 3.29M 02:49 01:29 01:20 4.25M 53 559.1M 0 0 53 298.1M 0 3.30M 02:49 01:30 01:19 4.40M 54 559.1M 0 0 54 302.8M 0 3.32M 02:48 01:31 01:17 4.57M 54 559.1M 0 0 54 306.6M 0 3.32M 02:48 01:32 01:16 4.47M 55 559.1M 0 0 55 310.7M 0 3.33M 02:47 01:33 01:14 4.37M 56 559.1M 0 0 56 315.2M 0 3.34M 02:47 01:34 01:13 4.33M 57 559.1M 0 0 57 318.9M 0 3.35M 02:46 01:35 01:11 4.11M 57 559.1M 0 0 57 322.5M 0 3.35M 02:46 01:36 01:10 3.90M 58 559.1M 0 0 58 326.3M 0 3.35M 02:46 01:37 01:09 3.93M 58 559.1M 0 0 58 329.5M 0 3.35M 02:46 01:38 01:08 3.72M 59 559.1M 0 0 59 332.1M 0 3.34M 02:47 01:39 01:08 3.35M 59 559.1M 0 0 59 334.1M 0 3.33M 02:47 01:40 01:07 2.99M 59 559.1M 0 0 59 335.1M 0 3.30M 02:48 01:41 01:07 2.47M 60 559.1M 0 0 60 336.1M 0 3.28M 02:50 01:42 01:08 1.92M 60 559.1M 0 0 60 337.2M 0 3.26M 02:51 01:43 01:08 1.52M 60 559.1M 0 0 60 338.4M 0 3.24M 02:52 01:44 01:08 1.22M 60 559.1M 0 0 60 339.5M 0 3.22M 02:53 01:45 01:08 1.06M 60 559.1M 0 0 60 340.6M 0 3.20M 02:54 01:46 01:08 1.06M 61 559.1M 0 0 61 341.8M 0 3.18M 02:55 01:47 01:08 1.09M 61 559.1M 0 0 61 342.8M 0 3.16M 02:56 01:48 01:08 1.08M 61 559.1M 0 0 61 344.0M 0 3.14M 02:57 01:49 01:08 1.08M 61 559.1M 0 0 61 345.1M 0 3.12M 02:59 01:50 01:09 1.09M 61 559.1M 0 0 61 346.4M 0 3.10M 03:00 01:51 01:09 1.13M 62 559.1M 0 0 62 347.6M 0 3.08M 03:01 01:52 01:09 1.14M 62 559.1M 0 0 62 349.0M 0 3.07M 03:02 01:53 01:09 1.19M 62 559.1M 0 0 62 350.3M 0 3.05M 03:02 01:54 01:08 1.24M 62 559.1M 0 0 62 351.8M 0 3.04M 03:03 01:55 01:08 1.29M 63 559.1M 0 0 63 353.5M 0 3.02M 03:04 01:56 01:08 1.37M 63 559.1M 0 0 63 355.5M 0 3.02M 03:05 01:57 01:08 1.53M 64 559.1M 0 0 64 358.1M 0 3.01M 03:05 01:58 01:07 1.79M 64 559.1M 0 0 64 361.5M 0 3.01M 03:05 01:59 01:06 2.19M 65 559.1M 0 0 65 366.0M 0 3.03M 03:04 02:00 01:04 2.79M 66 559.1M 0 0 66 370.3M 0 3.04M 03:03 02:01 01:02 3.34M 67 559.1M 0 0 67 374.8M 0 3.05M 03:03 02:02 01:01 3.83M 67 559.1M 0 0 67 379.8M 0 3.06M 03:02 02:03 00:59 4.31M 68 559.1M 0 0 68 385.1M 0 3.08M 03:01 02:04 00:57 4.68M 69 559.1M 0 0 69 390.6M 0 3.10M 03:00 02:05 00:55 4.88M 70 559.1M 0 0 70 395.5M 0 3.12M 02:59 02:06 00:53 4.99M 71 559.1M 0 0 71 399.9M 0 3.12M 02:58 02:07 00:51 4.97M 72 559.1M 0 0 72 404.0M 0 3.13M 02:58 02:08 00:50 4.79M 72 559.1M 0 0 72 407.7M 0 3.14M 02:57 02:09 00:48 4.49M 73 559.1M 0 0 73 411.6M 0 3.14M 02:57 02:10 00:47 4.19M 74 559.1M 0 0 74 415.7M 0 3.15M 02:57 02:11 00:46 4.01M 75 559.1M 0 0 75 419.8M 0 3.16M 02:56 02:12 00:44 3.96M 75 559.1M 0 0 75 423.4M 0 3.16M 02:56 02:13 00:43 3.86M 76 559.1M 0 0 76 426.8M 0 3.16M 02:56 02:14 00:42 3.78M 76 559.1M 0 0 76 430.5M 0 3.16M 02:56 02:15 00:41 3.74M 77 559.1M 0 0 77 434.3M 0 3.17M 02:56 02:16 00:40 3.68M 78 559.1M 0 0 78 437.3M 0 3.17M 02:56 02:17 00:39 3.45M 78 559.1M 0 0 78 440.6M 0 3.17M 02:56 02:18 00:38 3.40M 79 559.1M 0 0 79 444.0M 0 3.17M 02:56 02:19 00:37 3.40M 79 559.1M 0 0 79 447.3M 0 3.17M 02:56 02:20 00:36 3.32M 80 559.1M 0 0 80 450.7M 0 3.17M 02:56 02:21 00:35 3.24M 81 559.1M 0 0 81 454.1M 0 3.17M 02:55 02:22 00:33 3.33M 81 559.1M 0 0 81 457.6M 0 3.18M 02:55 02:23 00:32 3.38M 82 559.1M 0 0 82 461.1M 0 3.18M 02:55 02:24 00:31 3.41M 83 559.1M 0 0 83 465.0M 0 3.18M 02:55 02:25 00:30 3.50M 83 559.1M 0 0 83 469.1M 0 3.19M 02:55 02:26 00:29 3.64M 84 559.1M 0 0 84 473.7M 0 3.20M 02:54 02:27 00:27 3.87M 85 559.1M 0 0 85 479.1M 0 3.21M 02:53 02:28 00:25 4.26M 86 559.1M 0 0 86 485.1M 0 3.23M 02:52 02:29 00:23 4.74M 87 559.1M 0 0 87 490.3M 0 3.24M 02:52 02:30 00:22 5.01M 88 559.1M 0 0 88 496.0M 0 3.26M 02:51 02:31 00:20 5.35M 89 559.1M 0 0 89 502.1M 0 3.28M 02:50 02:32 00:18 5.63M 90 559.1M 0 0 90 508.6M 0 3.30M 02:49 02:33 00:16 5.84M 92 559.1M 0 0 92 515.2M 0 3.32M 02:48 02:34 00:14 5.98M 93 559.1M 0 0 93 521.8M 0 3.34M 02:47 02:35 00:12 6.27M 94 559.1M 0 0 94 528.5M 0 3.36M 02:46 02:36 00:10 6.45M 95 559.1M 0 0 95 535.1M 0 3.38M 02:45 02:37 00:08 6.57M 96 559.1M 0 0 96 541.7M 0 3.40M 02:44 02:38 00:06 6.60M 98 559.1M 0 0 98 548.5M 0 3.42M 02:43 02:39 00:04 6.64M 99 559.1M 0 0 99 554.4M 0 3.44M 02:42 02:40 00:02 6.49M* upload completely sent off: 586346698 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: jzzqRRIyPQxaxmex9rI9IkxXJjwHQnpTt0XBH0P7Prho177qEMF2aPVrbW783FxEgk5QLFRPVlysZbdgI7VdWvA9WsahtENB < x-amz-request-id: MV7HKA01FEZJV7GZ < Date: Sun, 24 May 2026 02:28:32 GMT < x-amz-server-side-encryption: AES256 < ETag: "47abd601a95a4d66d2ece120c3fa710e" < x-amz-checksum-crc64nvme: kEfaVYhjt/A= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 559.1M 0 0 100 559.1M 0 3.44M 02:42 02:42 5.73M 100 559.1M 0 0 100 559.1M 0 3.44M 02:42 02:42 5.73M 100 559.1M 0 0 100 559.1M 0 3.44M 02:42 02:42 5.73M 100 559.1M 0 0 100 559.1M 0 3.44M 02:42 02:42 5.73M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 209.19 seconds no out.png (QPSChart)! heaps: (155378232, 159271960, 157490869.2, 1179890.60510512) [2026-05-23 22:31:16.105616] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-23 22:32:22.820075] took 66.7 sec /l/logs.nightly/2026.05.22.14.08.44/logs.tar.bz2: fixed index size 125222.21 MB /l/logs.nightly/2026.05.22.14.08.44/logs.tar.bz2: fixed index time 39272.2s, bytes 25526799676 (from log) [2026-05-23 22:33:04.741013] done: total time 1 day, 8:24:20.560666 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 + 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-23 RUN: git clean -xfd Removing analysis/common/build/ Removing analysis/icu/build/ Removing analysis/kuromoji/build/ Removing analysis/morfologik/build/ Removing analysis/nori/build/ Removing analysis/opennlp/build/ Removing analysis/phonetic/build/ Removing analysis/smartcn/build/ Removing analysis/stempel/build/ Removing backward-codecs/build/ Removing benchmark-jmh/build/ Removing benchmark/build/ Removing classification/build/ Removing codecs/build/ Removing compile.log Removing core.tests/build/ Removing core/build/ Removing demo/build/ Removing expressions/build/ Removing facet/build/ Removing grouping/build/ Removing highlighter/build/ Removing join/build/ Removing luke/build/ Removing memory/build/ Removing misc/build/ Removing monitor/build/ Removing queries/build/ Removing queryparser/build/ Removing replicator/build/ Removing sandbox/build/ Removing spatial-extras/build/ Removing spatial-test-fixtures/build/ Removing spatial3d/build/ Removing suggest/build/ Removing test-framework/build/ RUN: git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD Already up to date. Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-05-23.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-23.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 9c957f8a2c6dea79e834b308ec2288d999f5acbd NOTE: logging all output to /l/logs.nightly/geo/2026.05.23.22.40.48.log.txt; saving results to /l/logs.nightly/geo/2026.05.23.22.40.48.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.6s: points, polyRussia: 1000000... 3.2s: points, polyRussia: 2000000... 4.6s: points, polyRussia: 3000000... 5.9s: points, polyRussia: 4000000... 7.3s: points, polyRussia: 5000000... 8.7s: points, polyRussia: 6000000... 10.0s: points, polyRussia: 7000000... 11.3s: points, polyRussia: 8000000... 12.7s: points, polyRussia: 9000000... 14.1s: points, polyRussia: 10000000... 21.4s: points, polyRussia: 11000000... 22.3s: points, polyRussia: 12000000... 23.6s: points, polyRussia: 13000000... 25.0s: points, polyRussia: 14000000... 26.3s: points, polyRussia: 15000000... 27.6s: points, polyRussia: 16000000... 29.0s: points, polyRussia: 17000000... 30.4s: points, polyRussia: 18000000... 31.7s: points, polyRussia: 19000000... 33.1s: points, polyRussia: 20000000... 34.4s: points, polyRussia: 21000000... 41.6s: points, polyRussia: 22000000... 42.5s: points, polyRussia: 23000000... 43.8s: points, polyRussia: 24000000... 45.2s: points, polyRussia: 25000000... 46.5s: points, polyRussia: 26000000... 47.8s: points, polyRussia: 27000000... 49.1s: points, polyRussia: 28000000... 50.5s: points, polyRussia: 29000000... 51.8s: points, polyRussia: 30000000... 53.1s: points, polyRussia: 31000000... 54.4s: points, polyRussia: 32000000... 61.6s: points, polyRussia: 33000000... 63.0s: points, polyRussia: 34000000... 63.9s: points, polyRussia: 35000000... 65.2s: points, polyRussia: 36000000... 66.5s: points, polyRussia: 37000000... 67.8s: points, polyRussia: 38000000... 69.1s: points, polyRussia: 39000000... 70.4s: points, polyRussia: 40000000... 71.8s: points, polyRussia: 41000000... 73.1s: points, polyRussia: 42000000... 74.4s: points, polyRussia: 43000000... 81.7s: points, polyRussia: 44000000... 83.0s: points, polyRussia: 45000000... 83.9s: points, polyRussia: 46000000... 85.2s: points, polyRussia: 47000000... 86.5s: points, polyRussia: 48000000... 87.8s: points, polyRussia: 49000000... 89.2s: points, polyRussia: 50000000... 90.5s: points, polyRussia: 51000000... 91.8s: points, polyRussia: 52000000... 93.2s: points, polyRussia: 53000000... 94.5s: points, polyRussia: 54000000... 101.6s: points, polyRussia: 55000000... 103.0s: points, polyRussia: 56000000... 103.9s: points, polyRussia: 57000000... 105.2s: points, polyRussia: 58000000... 106.5s: points, polyRussia: 59000000... 107.9s: points, polyRussia: 60000000... 111.3s: points, polyRussia: 111.254238762 sec to index part 0 111.3s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.3s: points, polyRussia: READER MB: 0.0 111.3s: points, polyRussia: maxDoc=60844404 111.6s: points, polyRussia: ITER 0: 16.89 M hits/sec, 4.81 QPS (0.21 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.6s: points, polyRussia: ITER 1: 61.97 M hits/sec, 17.66 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.7s: points, polyRussia: ITER 2: 62.42 M hits/sec, 17.79 QPS (0.06 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: *** 111.7s: points, polyRussia: ITER 3: 62.14 M hits/sec, 17.71 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 4: 62.33 M hits/sec, 17.76 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 5: 62.99 M hits/sec, 17.95 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 6: 64.06 M hits/sec, 18.26 QPS (0.05 sec for 1 queries), totHits=3508846 111.9s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 7: 63.77 M hits/sec, 18.17 QPS (0.06 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 8: 57.79 M hits/sec, 16.47 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 9: 64.04 M hits/sec, 18.25 QPS (0.05 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 10: 65.71 M hits/sec, 18.73 QPS (0.05 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 11: 63.18 M hits/sec, 18.00 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 12: 63.93 M hits/sec, 18.22 QPS (0.05 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 13: 65.28 M hits/sec, 18.60 QPS (0.05 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 14: 63.72 M hits/sec, 18.16 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 15: 65.00 M hits/sec, 18.52 QPS (0.05 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 16: 64.59 M hits/sec, 18.41 QPS (0.05 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 17: 66.61 M hits/sec, 18.98 QPS (0.05 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.5s: points, polyRussia: ITER 18: 64.78 M hits/sec, 18.46 QPS (0.05 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 19: 64.56 M hits/sec, 18.40 QPS (0.05 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: BEST M hits/sec: 66.60951424555103 112.6s: points, polyRussia: BEST QPS: 18.983310822290584 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.3s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 114.4s: geo3d, polyRussia: 1000000... 116.4s: geo3d, polyRussia: 2000000... 118.1s: geo3d, polyRussia: 3000000... 119.8s: geo3d, polyRussia: 4000000... 121.5s: geo3d, polyRussia: 5000000... 123.2s: geo3d, polyRussia: 6000000... 124.8s: geo3d, polyRussia: 7000000... 126.5s: geo3d, polyRussia: 8000000... 128.2s: geo3d, polyRussia: 9000000... 129.9s: geo3d, polyRussia: 10000000... 138.9s: geo3d, polyRussia: 11000000... 140.0s: geo3d, polyRussia: 12000000... 141.7s: geo3d, polyRussia: 13000000... 143.4s: geo3d, polyRussia: 14000000... 145.0s: geo3d, polyRussia: 15000000... 146.7s: geo3d, polyRussia: 16000000... 148.4s: geo3d, polyRussia: 17000000... 150.1s: geo3d, polyRussia: 18000000... 151.8s: geo3d, polyRussia: 19000000... 153.5s: geo3d, polyRussia: 20000000... 155.1s: geo3d, polyRussia: 21000000... 164.2s: geo3d, polyRussia: 22000000... 165.3s: geo3d, polyRussia: 23000000... 166.9s: geo3d, polyRussia: 24000000... 168.7s: geo3d, polyRussia: 25000000... 170.3s: geo3d, polyRussia: 26000000... 172.0s: geo3d, polyRussia: 27000000... 173.6s: geo3d, polyRussia: 28000000... 175.3s: geo3d, polyRussia: 29000000... 177.0s: geo3d, polyRussia: 30000000... 178.6s: geo3d, polyRussia: 31000000... 180.3s: geo3d, polyRussia: 32000000... 189.4s: geo3d, polyRussia: 33000000... 191.1s: geo3d, polyRussia: 34000000... 192.1s: geo3d, polyRussia: 35000000... 193.8s: geo3d, polyRussia: 36000000... 195.4s: geo3d, polyRussia: 37000000... 197.1s: geo3d, polyRussia: 38000000... 198.7s: geo3d, polyRussia: 39000000... 200.4s: geo3d, polyRussia: 40000000... 202.0s: geo3d, polyRussia: 41000000... 203.7s: geo3d, polyRussia: 42000000... 205.3s: geo3d, polyRussia: 43000000... 214.4s: geo3d, polyRussia: 44000000... 216.0s: geo3d, polyRussia: 45000000... 217.1s: geo3d, polyRussia: 46000000... 218.7s: geo3d, polyRussia: 47000000... 220.4s: geo3d, polyRussia: 48000000... 222.0s: geo3d, polyRussia: 49000000... 223.7s: geo3d, polyRussia: 50000000... 225.4s: geo3d, polyRussia: 51000000... 227.0s: geo3d, polyRussia: 52000000... 228.7s: geo3d, polyRussia: 53000000... 230.3s: geo3d, polyRussia: 54000000... 239.4s: geo3d, polyRussia: 55000000... 241.0s: geo3d, polyRussia: 56000000... 242.1s: geo3d, polyRussia: 57000000... 243.8s: geo3d, polyRussia: 58000000... 245.4s: geo3d, polyRussia: 59000000... 247.1s: geo3d, polyRussia: 60000000... 250.4s: geo3d, polyRussia: 137.698003581 sec to index part 0 250.4s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 250.4s: geo3d, polyRussia: READER MB: 0.0 250.4s: geo3d, polyRussia: maxDoc=60844404 251.9s: geo3d, polyRussia: ITER 0: 2.39 M hits/sec, 0.68 QPS (1.47 sec for 1 queries), totHits=3508671 251.9s: geo3d, polyRussia: *** 252.9s: geo3d, polyRussia: ITER 1: 3.28 M hits/sec, 0.94 QPS (1.07 sec for 1 queries), totHits=3508671 252.9s: geo3d, polyRussia: *** 254.0s: geo3d, polyRussia: ITER 2: 3.23 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 255.1s: geo3d, polyRussia: ITER 3: 3.36 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 255.1s: geo3d, polyRussia: *** 256.0s: geo3d, polyRussia: ITER 4: 3.61 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 256.0s: geo3d, polyRussia: *** 257.0s: geo3d, polyRussia: ITER 5: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 258.0s: geo3d, polyRussia: ITER 6: 3.66 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 258.0s: geo3d, polyRussia: *** 259.0s: geo3d, polyRussia: ITER 7: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 259.9s: geo3d, polyRussia: ITER 8: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 260.9s: geo3d, polyRussia: ITER 9: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.8s: geo3d, polyRussia: ITER 10: 3.74 M hits/sec, 1.07 QPS (0.94 sec for 1 queries), totHits=3508671 261.8s: geo3d, polyRussia: *** 262.8s: geo3d, polyRussia: ITER 11: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 263.8s: geo3d, polyRussia: ITER 12: 3.70 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 264.8s: geo3d, polyRussia: ITER 13: 3.53 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 265.7s: geo3d, polyRussia: ITER 14: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 266.7s: geo3d, polyRussia: ITER 15: 3.66 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 267.7s: geo3d, polyRussia: ITER 16: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 268.7s: geo3d, polyRussia: ITER 17: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 269.6s: geo3d, polyRussia: ITER 18: 3.61 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 270.6s: geo3d, polyRussia: ITER 19: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 270.6s: geo3d, polyRussia: BEST M hits/sec: 3.7444048847335614 270.6s: geo3d, polyRussia: BEST QPS: 1.0671860897569367 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 272.5s: shapes, polyRussia: 1000000... 274.8s: shapes, polyRussia: 2000000... 276.8s: shapes, polyRussia: 3000000... 278.8s: shapes, polyRussia: 4000000... 280.8s: shapes, polyRussia: 5000000... 282.7s: shapes, polyRussia: 6000000... 284.6s: shapes, polyRussia: 7000000... 286.5s: shapes, polyRussia: 8000000... 288.5s: shapes, polyRussia: 9000000... 290.5s: shapes, polyRussia: 10000000... 302.1s: shapes, polyRussia: 11000000... 303.2s: shapes, polyRussia: 12000000... 305.2s: shapes, polyRussia: 13000000... 307.1s: shapes, polyRussia: 14000000... 309.0s: shapes, polyRussia: 15000000... 311.0s: shapes, polyRussia: 16000000... 313.0s: shapes, polyRussia: 17000000... 314.9s: shapes, polyRussia: 18000000... 316.9s: shapes, polyRussia: 19000000... 318.8s: shapes, polyRussia: 20000000... 320.8s: shapes, polyRussia: 21000000... 332.5s: shapes, polyRussia: 22000000... 333.7s: shapes, polyRussia: 23000000... 335.6s: shapes, polyRussia: 24000000... 337.6s: shapes, polyRussia: 25000000... 339.5s: shapes, polyRussia: 26000000... 341.5s: shapes, polyRussia: 27000000... 343.4s: shapes, polyRussia: 28000000... 345.3s: shapes, polyRussia: 29000000... 347.2s: shapes, polyRussia: 30000000... 349.1s: shapes, polyRussia: 31000000... 351.0s: shapes, polyRussia: 32000000... 362.8s: shapes, polyRussia: 33000000... 364.7s: shapes, polyRussia: 34000000... 365.8s: shapes, polyRussia: 35000000... 367.7s: shapes, polyRussia: 36000000... 369.6s: shapes, polyRussia: 37000000... 371.6s: shapes, polyRussia: 38000000... 373.5s: shapes, polyRussia: 39000000... 375.4s: shapes, polyRussia: 40000000... 377.3s: shapes, polyRussia: 41000000... 379.2s: shapes, polyRussia: 42000000... 381.2s: shapes, polyRussia: 43000000... 392.8s: shapes, polyRussia: 44000000... 394.7s: shapes, polyRussia: 45000000... 395.9s: shapes, polyRussia: 46000000... 397.8s: shapes, polyRussia: 47000000... 399.7s: shapes, polyRussia: 48000000... 401.6s: shapes, polyRussia: 49000000... 403.6s: shapes, polyRussia: 50000000... 405.5s: shapes, polyRussia: 51000000... 407.4s: shapes, polyRussia: 52000000... 409.3s: shapes, polyRussia: 53000000... 411.2s: shapes, polyRussia: 54000000... 422.9s: shapes, polyRussia: 55000000... 424.8s: shapes, polyRussia: 56000000... 426.0s: shapes, polyRussia: 57000000... 428.0s: shapes, polyRussia: 58000000... 429.9s: shapes, polyRussia: 59000000... 431.8s: shapes, polyRussia: 60000000... 436.6s: shapes, polyRussia: 165.866692647 sec to index part 0 436.6s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.6s: shapes, polyRussia: READER MB: 0.0 436.6s: shapes, polyRussia: maxDoc=60844404 436.8s: shapes, polyRussia: ITER 0: 18.43 M hits/sec, 5.25 QPS (0.19 sec for 1 queries), totHits=3508846 436.8s: shapes, polyRussia: *** 436.9s: shapes, polyRussia: ITER 1: 36.54 M hits/sec, 10.41 QPS (0.10 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: *** 437.0s: shapes, polyRussia: ITER 2: 44.16 M hits/sec, 12.59 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 3: 44.26 M hits/sec, 12.61 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 4: 44.22 M hits/sec, 12.60 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: ITER 5: 45.42 M hits/sec, 12.95 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: *** 437.3s: shapes, polyRussia: ITER 6: 45.53 M hits/sec, 12.97 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: *** 437.4s: shapes, polyRussia: ITER 7: 44.51 M hits/sec, 12.68 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 8: 44.36 M hits/sec, 12.64 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 9: 44.89 M hits/sec, 12.79 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 10: 46.24 M hits/sec, 13.18 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: ITER 11: 45.88 M hits/sec, 13.08 QPS (0.08 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: ITER 12: 44.79 M hits/sec, 12.77 QPS (0.08 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: ITER 13: 45.93 M hits/sec, 13.09 QPS (0.08 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 14: 44.53 M hits/sec, 12.69 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 15: 45.65 M hits/sec, 13.01 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: ITER 16: 41.47 M hits/sec, 11.82 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: ITER 17: 45.83 M hits/sec, 13.06 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: ITER 18: 45.53 M hits/sec, 12.98 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: ITER 19: 44.69 M hits/sec, 12.74 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: BEST M hits/sec: 46.23951054021808 438.3s: shapes, polyRussia: BEST QPS: 13.177982316755445 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 438.6s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.6s: points, polyMedium: READER MB: 0.0 438.6s: points, polyMedium: maxDoc=60844404 439.1s: points, polyMedium: ITER 0: 6.84 M hits/sec, 83.84 QPS (0.39 sec for 33 queries), totHits=2693559 439.1s: points, polyMedium: *** 439.3s: points, polyMedium: ITER 1: 16.00 M hits/sec, 195.97 QPS (0.17 sec for 33 queries), totHits=2693559 439.3s: points, polyMedium: *** 439.4s: points, polyMedium: ITER 2: 16.71 M hits/sec, 204.68 QPS (0.16 sec for 33 queries), totHits=2693559 439.4s: points, polyMedium: *** 439.6s: points, polyMedium: ITER 3: 16.67 M hits/sec, 204.23 QPS (0.16 sec for 33 queries), totHits=2693559 439.7s: points, polyMedium: ITER 4: 16.05 M hits/sec, 196.66 QPS (0.17 sec for 33 queries), totHits=2693559 439.9s: points, polyMedium: ITER 5: 16.96 M hits/sec, 207.73 QPS (0.16 sec for 33 queries), totHits=2693559 439.9s: points, polyMedium: *** 440.1s: points, polyMedium: ITER 6: 16.81 M hits/sec, 205.97 QPS (0.16 sec for 33 queries), totHits=2693559 440.2s: points, polyMedium: ITER 7: 16.80 M hits/sec, 205.79 QPS (0.16 sec for 33 queries), totHits=2693559 440.4s: points, polyMedium: ITER 8: 16.83 M hits/sec, 206.24 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 9: 16.82 M hits/sec, 206.10 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: ITER 10: 16.65 M hits/sec, 203.95 QPS (0.16 sec for 33 queries), totHits=2693559 440.9s: points, polyMedium: ITER 11: 15.69 M hits/sec, 192.19 QPS (0.17 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 12: 16.66 M hits/sec, 204.13 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 13: 16.81 M hits/sec, 205.94 QPS (0.16 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: ITER 14: 16.66 M hits/sec, 204.14 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 15: 16.66 M hits/sec, 204.12 QPS (0.16 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: ITER 16: 16.07 M hits/sec, 196.88 QPS (0.17 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 17: 16.55 M hits/sec, 202.74 QPS (0.16 sec for 33 queries), totHits=2693559 442.0s: points, polyMedium: ITER 18: 16.73 M hits/sec, 204.92 QPS (0.16 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: ITER 19: 16.81 M hits/sec, 205.89 QPS (0.16 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: BEST M hits/sec: 16.955452370687937 442.2s: points, polyMedium: BEST QPS: 207.7288554780875 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 442.4s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 442.4s: geo3d, polyMedium: READER MB: 0.0 442.4s: geo3d, polyMedium: maxDoc=60844404 444.1s: geo3d, polyMedium: ITER 0: 1.71 M hits/sec, 20.99 QPS (1.57 sec for 33 queries), totHits=2693541 444.1s: geo3d, polyMedium: *** 445.2s: geo3d, polyMedium: ITER 1: 2.54 M hits/sec, 31.08 QPS (1.06 sec for 33 queries), totHits=2693541 445.2s: geo3d, polyMedium: *** 446.2s: geo3d, polyMedium: ITER 2: 2.56 M hits/sec, 31.40 QPS (1.05 sec for 33 queries), totHits=2693541 446.2s: geo3d, polyMedium: *** 447.3s: geo3d, polyMedium: ITER 3: 2.50 M hits/sec, 30.63 QPS (1.08 sec for 33 queries), totHits=2693541 448.4s: geo3d, polyMedium: ITER 4: 2.52 M hits/sec, 30.82 QPS (1.07 sec for 33 queries), totHits=2693541 449.5s: geo3d, polyMedium: ITER 5: 2.39 M hits/sec, 29.33 QPS (1.13 sec for 33 queries), totHits=2693541 450.6s: geo3d, polyMedium: ITER 6: 2.50 M hits/sec, 30.61 QPS (1.08 sec for 33 queries), totHits=2693541 451.6s: geo3d, polyMedium: ITER 7: 2.52 M hits/sec, 30.84 QPS (1.07 sec for 33 queries), totHits=2693541 452.8s: geo3d, polyMedium: ITER 8: 2.44 M hits/sec, 29.91 QPS (1.10 sec for 33 queries), totHits=2693541 453.9s: geo3d, polyMedium: ITER 9: 2.44 M hits/sec, 29.92 QPS (1.10 sec for 33 queries), totHits=2693541 454.9s: geo3d, polyMedium: ITER 10: 2.52 M hits/sec, 30.84 QPS (1.07 sec for 33 queries), totHits=2693541 456.0s: geo3d, polyMedium: ITER 11: 2.48 M hits/sec, 30.35 QPS (1.09 sec for 33 queries), totHits=2693541 457.1s: geo3d, polyMedium: ITER 12: 2.54 M hits/sec, 31.07 QPS (1.06 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 13: 2.51 M hits/sec, 30.79 QPS (1.07 sec for 33 queries), totHits=2693541 459.2s: geo3d, polyMedium: ITER 14: 2.51 M hits/sec, 30.76 QPS (1.07 sec for 33 queries), totHits=2693541 460.3s: geo3d, polyMedium: ITER 15: 2.47 M hits/sec, 30.32 QPS (1.09 sec for 33 queries), totHits=2693541 461.4s: geo3d, polyMedium: ITER 16: 2.55 M hits/sec, 31.21 QPS (1.06 sec for 33 queries), totHits=2693541 462.4s: geo3d, polyMedium: ITER 17: 2.55 M hits/sec, 31.28 QPS (1.05 sec for 33 queries), totHits=2693541 463.5s: geo3d, polyMedium: ITER 18: 2.50 M hits/sec, 30.61 QPS (1.08 sec for 33 queries), totHits=2693541 464.6s: geo3d, polyMedium: ITER 19: 2.43 M hits/sec, 29.71 QPS (1.11 sec for 33 queries), totHits=2693541 464.6s: geo3d, polyMedium: BEST M hits/sec: 2.5628824392044396 464.6s: geo3d, polyMedium: BEST QPS: 31.399232643478044 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 464.9s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 464.9s: shapes, polyMedium: READER MB: 0.0 464.9s: shapes, polyMedium: maxDoc=60844404 465.6s: shapes, polyMedium: ITER 0: 4.45 M hits/sec, 54.57 QPS (0.60 sec for 33 queries), totHits=2693559 465.6s: shapes, polyMedium: *** 465.8s: shapes, polyMedium: ITER 1: 13.35 M hits/sec, 163.54 QPS (0.20 sec for 33 queries), totHits=2693559 465.8s: shapes, polyMedium: *** 466.0s: shapes, polyMedium: ITER 2: 13.64 M hits/sec, 167.10 QPS (0.20 sec for 33 queries), totHits=2693559 466.0s: shapes, polyMedium: *** 466.2s: shapes, polyMedium: ITER 3: 13.67 M hits/sec, 167.50 QPS (0.20 sec for 33 queries), totHits=2693559 466.2s: shapes, polyMedium: *** 466.4s: shapes, polyMedium: ITER 4: 13.32 M hits/sec, 163.17 QPS (0.20 sec for 33 queries), totHits=2693559 466.6s: shapes, polyMedium: ITER 5: 13.57 M hits/sec, 166.28 QPS (0.20 sec for 33 queries), totHits=2693559 466.8s: shapes, polyMedium: ITER 6: 13.78 M hits/sec, 168.86 QPS (0.20 sec for 33 queries), totHits=2693559 466.8s: shapes, polyMedium: *** 467.0s: shapes, polyMedium: ITER 7: 13.65 M hits/sec, 167.20 QPS (0.20 sec for 33 queries), totHits=2693559 467.2s: shapes, polyMedium: ITER 8: 13.49 M hits/sec, 165.33 QPS (0.20 sec for 33 queries), totHits=2693559 467.4s: shapes, polyMedium: ITER 9: 13.74 M hits/sec, 168.34 QPS (0.20 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: ITER 10: 13.82 M hits/sec, 169.30 QPS (0.19 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: *** 467.8s: shapes, polyMedium: ITER 11: 13.56 M hits/sec, 166.11 QPS (0.20 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: ITER 12: 13.75 M hits/sec, 168.50 QPS (0.20 sec for 33 queries), totHits=2693559 468.2s: shapes, polyMedium: ITER 13: 13.77 M hits/sec, 168.71 QPS (0.20 sec for 33 queries), totHits=2693559 468.4s: shapes, polyMedium: ITER 14: 13.65 M hits/sec, 167.28 QPS (0.20 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: ITER 15: 13.83 M hits/sec, 169.45 QPS (0.19 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: *** 468.8s: shapes, polyMedium: ITER 16: 13.77 M hits/sec, 168.67 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 17: 13.44 M hits/sec, 164.71 QPS (0.20 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: ITER 18: 13.64 M hits/sec, 167.17 QPS (0.20 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: ITER 19: 13.30 M hits/sec, 162.95 QPS (0.20 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: BEST M hits/sec: 13.83133653552271 469.4s: shapes, polyMedium: BEST QPS: 169.45391048506804 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 469.6s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 469.6s: points, poly 10: READER MB: 0.0 469.6s: points, poly 10: maxDoc=60844404 471.7s: points, poly 10: ITER 0: 174.35 M hits/sec, 110.26 QPS (2.04 sec for 225 queries), totHits=355809475 471.7s: points, poly 10: *** 473.3s: points, poly 10: ITER 1: 223.90 M hits/sec, 141.59 QPS (1.59 sec for 225 queries), totHits=355809475 473.3s: points, poly 10: *** 474.6s: points, poly 10: ITER 2: 269.56 M hits/sec, 170.46 QPS (1.32 sec for 225 queries), totHits=355809475 474.6s: points, poly 10: *** 475.9s: points, poly 10: ITER 3: 276.65 M hits/sec, 174.94 QPS (1.29 sec for 225 queries), totHits=355809475 475.9s: points, poly 10: *** 477.1s: points, poly 10: ITER 4: 282.78 M hits/sec, 178.82 QPS (1.26 sec for 225 queries), totHits=355809475 477.1s: points, poly 10: *** 478.4s: points, poly 10: ITER 5: 281.56 M hits/sec, 178.05 QPS (1.26 sec for 225 queries), totHits=355809475 479.7s: points, poly 10: ITER 6: 279.65 M hits/sec, 176.84 QPS (1.27 sec for 225 queries), totHits=355809475 480.9s: points, poly 10: ITER 7: 283.21 M hits/sec, 179.09 QPS (1.26 sec for 225 queries), totHits=355809475 480.9s: points, poly 10: *** 482.2s: points, poly 10: ITER 8: 281.09 M hits/sec, 177.75 QPS (1.27 sec for 225 queries), totHits=355809475 483.5s: points, poly 10: ITER 9: 281.91 M hits/sec, 178.27 QPS (1.26 sec for 225 queries), totHits=355809475 484.7s: points, poly 10: ITER 10: 279.05 M hits/sec, 176.46 QPS (1.28 sec for 225 queries), totHits=355809475 486.0s: points, poly 10: ITER 11: 280.10 M hits/sec, 177.12 QPS (1.27 sec for 225 queries), totHits=355809475 487.3s: points, poly 10: ITER 12: 279.85 M hits/sec, 176.96 QPS (1.27 sec for 225 queries), totHits=355809475 488.5s: points, poly 10: ITER 13: 282.13 M hits/sec, 178.40 QPS (1.26 sec for 225 queries), totHits=355809475 489.8s: points, poly 10: ITER 14: 279.00 M hits/sec, 176.43 QPS (1.28 sec for 225 queries), totHits=355809475 491.1s: points, poly 10: ITER 15: 282.11 M hits/sec, 178.39 QPS (1.26 sec for 225 queries), totHits=355809475 492.4s: points, poly 10: ITER 16: 273.84 M hits/sec, 173.17 QPS (1.30 sec for 225 queries), totHits=355809475 493.7s: points, poly 10: ITER 17: 278.52 M hits/sec, 176.12 QPS (1.28 sec for 225 queries), totHits=355809475 494.9s: points, poly 10: ITER 18: 278.49 M hits/sec, 176.11 QPS (1.28 sec for 225 queries), totHits=355809475 496.2s: points, poly 10: ITER 19: 280.37 M hits/sec, 177.29 QPS (1.27 sec for 225 queries), totHits=355809475 496.2s: points, poly 10: BEST M hits/sec: 283.2131775318044 496.2s: points, poly 10: BEST QPS: 179.09293996360265 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 496.5s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 496.5s: geo3d, poly 10: READER MB: 0.0 496.5s: geo3d, poly 10: maxDoc=60844404 498.7s: geo3d, poly 10: ITER 0: 162.06 M hits/sec, 102.47 QPS (2.20 sec for 225 queries), totHits=355855227 498.7s: geo3d, poly 10: *** 500.6s: geo3d, poly 10: ITER 1: 188.06 M hits/sec, 118.91 QPS (1.89 sec for 225 queries), totHits=355855227 500.6s: geo3d, poly 10: *** 502.1s: geo3d, poly 10: ITER 2: 232.91 M hits/sec, 147.26 QPS (1.53 sec for 225 queries), totHits=355855227 502.1s: geo3d, poly 10: *** 503.6s: geo3d, poly 10: ITER 3: 245.08 M hits/sec, 154.96 QPS (1.45 sec for 225 queries), totHits=355855227 503.6s: geo3d, poly 10: *** 505.0s: geo3d, poly 10: ITER 4: 248.87 M hits/sec, 157.36 QPS (1.43 sec for 225 queries), totHits=355855227 505.0s: geo3d, poly 10: *** 506.4s: geo3d, poly 10: ITER 5: 248.30 M hits/sec, 157.00 QPS (1.43 sec for 225 queries), totHits=355855227 507.9s: geo3d, poly 10: ITER 6: 247.91 M hits/sec, 156.75 QPS (1.44 sec for 225 queries), totHits=355855227 509.3s: geo3d, poly 10: ITER 7: 246.43 M hits/sec, 155.81 QPS (1.44 sec for 225 queries), totHits=355855227 510.7s: geo3d, poly 10: ITER 8: 248.99 M hits/sec, 157.43 QPS (1.43 sec for 225 queries), totHits=355855227 510.7s: geo3d, poly 10: *** 512.2s: geo3d, poly 10: ITER 9: 248.54 M hits/sec, 157.14 QPS (1.43 sec for 225 queries), totHits=355855227 513.6s: geo3d, poly 10: ITER 10: 249.01 M hits/sec, 157.44 QPS (1.43 sec for 225 queries), totHits=355855227 513.6s: geo3d, poly 10: *** 515.0s: geo3d, poly 10: ITER 11: 249.69 M hits/sec, 157.87 QPS (1.43 sec for 225 queries), totHits=355855227 515.0s: geo3d, poly 10: *** 516.5s: geo3d, poly 10: ITER 12: 247.66 M hits/sec, 156.59 QPS (1.44 sec for 225 queries), totHits=355855227 517.9s: geo3d, poly 10: ITER 13: 252.06 M hits/sec, 159.37 QPS (1.41 sec for 225 queries), totHits=355855227 517.9s: geo3d, poly 10: *** 519.3s: geo3d, poly 10: ITER 14: 246.48 M hits/sec, 155.85 QPS (1.44 sec for 225 queries), totHits=355855227 520.8s: geo3d, poly 10: ITER 15: 241.93 M hits/sec, 152.97 QPS (1.47 sec for 225 queries), totHits=355855227 522.2s: geo3d, poly 10: ITER 16: 242.90 M hits/sec, 153.58 QPS (1.47 sec for 225 queries), totHits=355855227 523.7s: geo3d, poly 10: ITER 17: 245.07 M hits/sec, 154.95 QPS (1.45 sec for 225 queries), totHits=355855227 525.1s: geo3d, poly 10: ITER 18: 246.63 M hits/sec, 155.94 QPS (1.44 sec for 225 queries), totHits=355855227 526.6s: geo3d, poly 10: ITER 19: 247.31 M hits/sec, 156.37 QPS (1.44 sec for 225 queries), totHits=355855227 526.6s: geo3d, poly 10: BEST M hits/sec: 252.0639821597337 526.6s: geo3d, poly 10: BEST QPS: 159.37491339965644 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|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.9s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.9s: shapes, poly 10: READER MB: 0.0 526.9s: shapes, poly 10: maxDoc=60844404 529.1s: shapes, poly 10: ITER 0: 162.92 M hits/sec, 103.02 QPS (2.18 sec for 225 queries), totHits=355809475 529.1s: shapes, poly 10: *** 531.0s: shapes, poly 10: ITER 1: 183.35 M hits/sec, 115.94 QPS (1.94 sec for 225 queries), totHits=355809475 531.0s: shapes, poly 10: *** 533.0s: shapes, poly 10: ITER 2: 181.55 M hits/sec, 114.81 QPS (1.96 sec for 225 queries), totHits=355809475 534.9s: shapes, poly 10: ITER 3: 185.82 M hits/sec, 117.50 QPS (1.91 sec for 225 queries), totHits=355809475 534.9s: shapes, poly 10: *** 536.8s: shapes, poly 10: ITER 4: 187.74 M hits/sec, 118.72 QPS (1.90 sec for 225 queries), totHits=355809475 536.8s: shapes, poly 10: *** 538.7s: shapes, poly 10: ITER 5: 187.54 M hits/sec, 118.59 QPS (1.90 sec for 225 queries), totHits=355809475 540.6s: shapes, poly 10: ITER 6: 187.79 M hits/sec, 118.75 QPS (1.89 sec for 225 queries), totHits=355809475 540.6s: shapes, poly 10: *** 542.5s: shapes, poly 10: ITER 7: 188.39 M hits/sec, 119.13 QPS (1.89 sec for 225 queries), totHits=355809475 542.5s: shapes, poly 10: *** 544.3s: shapes, poly 10: ITER 8: 188.70 M hits/sec, 119.33 QPS (1.89 sec for 225 queries), totHits=355809475 544.3s: shapes, poly 10: *** 546.2s: shapes, poly 10: ITER 9: 187.75 M hits/sec, 118.73 QPS (1.90 sec for 225 queries), totHits=355809475 548.1s: shapes, poly 10: ITER 10: 187.79 M hits/sec, 118.75 QPS (1.89 sec for 225 queries), totHits=355809475 550.0s: shapes, poly 10: ITER 11: 186.11 M hits/sec, 117.69 QPS (1.91 sec for 225 queries), totHits=355809475 551.9s: shapes, poly 10: ITER 12: 187.02 M hits/sec, 118.26 QPS (1.90 sec for 225 queries), totHits=355809475 553.9s: shapes, poly 10: ITER 13: 185.57 M hits/sec, 117.35 QPS (1.92 sec for 225 queries), totHits=355809475 555.8s: shapes, poly 10: ITER 14: 186.30 M hits/sec, 117.81 QPS (1.91 sec for 225 queries), totHits=355809475 557.7s: shapes, poly 10: ITER 15: 182.81 M hits/sec, 115.60 QPS (1.95 sec for 225 queries), totHits=355809475 559.7s: shapes, poly 10: ITER 16: 183.97 M hits/sec, 116.33 QPS (1.93 sec for 225 queries), totHits=355809475 561.6s: shapes, poly 10: ITER 17: 186.98 M hits/sec, 118.24 QPS (1.90 sec for 225 queries), totHits=355809475 563.5s: shapes, poly 10: ITER 18: 186.71 M hits/sec, 118.07 QPS (1.91 sec for 225 queries), totHits=355809475 565.4s: shapes, poly 10: ITER 19: 188.33 M hits/sec, 119.09 QPS (1.89 sec for 225 queries), totHits=355809475 565.4s: shapes, poly 10: BEST M hits/sec: 188.69914029741273 565.4s: shapes, poly 10: BEST QPS: 119.32595827280277 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 565.6s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 565.6s: points, nearest 10: READER MB: 0.0 565.6s: points, nearest 10: maxDoc=60844404 565.8s: points, nearest 10: ITER 0: 1460.84 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: *** 565.8s: points, nearest 10: ITER 1: 2849.84 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.8s: points, nearest 10: *** 565.9s: points, nearest 10: ITER 2: 2994.58 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.9s: points, nearest 10: *** 566.0s: points, nearest 10: ITER 3: 3001.56 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.0s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 4: 3084.43 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.1s: points, nearest 10: *** 566.1s: points, nearest 10: ITER 5: 3104.35 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.1s: points, nearest 10: *** 566.2s: points, nearest 10: ITER 6: 3111.80 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.3s: points, nearest 10: ITER 7: 2759.21 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: ITER 8: 3226.50 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 9: 3250.30 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.5s: points, nearest 10: ITER 10: 3253.97 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: *** 566.6s: points, nearest 10: ITER 11: 3277.60 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.6s: points, nearest 10: *** 566.6s: points, nearest 10: ITER 12: 3278.51 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.6s: points, nearest 10: *** 566.7s: points, nearest 10: ITER 13: 3284.74 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.7s: points, nearest 10: *** 566.8s: points, nearest 10: ITER 14: 3284.83 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.8s: points, nearest 10: *** 566.9s: points, nearest 10: ITER 15: 3098.48 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.9s: points, nearest 10: ITER 16: 3279.84 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: ITER 17: 3280.63 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: ITER 18: 3280.02 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: ITER 19: 3274.47 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: BEST M hits/sec: 0.032848257518192384 567.1s: points, nearest 10: BEST QPS: 3284.8257518192386 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 568.7s: points, sort: 1000000... 570.8s: points, sort: 2000000... 572.3s: points, sort: 3000000... 573.8s: points, sort: 4000000... 575.2s: points, sort: 5000000... 576.6s: points, sort: 6000000... 578.1s: points, sort: 7000000... 579.5s: points, sort: 8000000... 581.0s: points, sort: 9000000... 582.4s: points, sort: 10000000... 590.1s: points, sort: 11000000... 591.0s: points, sort: 12000000... 592.4s: points, sort: 13000000... 593.9s: points, sort: 14000000... 595.3s: points, sort: 15000000... 596.7s: points, sort: 16000000... 598.2s: points, sort: 17000000... 599.6s: points, sort: 18000000... 601.0s: points, sort: 19000000... 602.5s: points, sort: 20000000... 603.9s: points, sort: 21000000... 611.4s: points, sort: 22000000... 612.4s: points, sort: 23000000... 613.8s: points, sort: 24000000... 615.2s: points, sort: 25000000... 616.6s: points, sort: 26000000... 618.1s: points, sort: 27000000... 619.5s: points, sort: 28000000... 620.9s: points, sort: 29000000... 622.3s: points, sort: 30000000... 623.7s: points, sort: 31000000... 625.1s: points, sort: 32000000... 632.7s: points, sort: 33000000... 634.1s: points, sort: 34000000... 635.0s: points, sort: 35000000... 636.4s: points, sort: 36000000... 637.8s: points, sort: 37000000... 639.2s: points, sort: 38000000... 640.6s: points, sort: 39000000... 642.0s: points, sort: 40000000... 643.4s: points, sort: 41000000... 644.8s: points, sort: 42000000... 646.2s: points, sort: 43000000... 653.8s: points, sort: 44000000... 655.2s: points, sort: 45000000... 656.1s: points, sort: 46000000... 657.5s: points, sort: 47000000... 658.9s: points, sort: 48000000... 660.3s: points, sort: 49000000... 661.8s: points, sort: 50000000... 663.2s: points, sort: 51000000... 664.6s: points, sort: 52000000... 666.0s: points, sort: 53000000... 667.4s: points, sort: 54000000... 674.9s: points, sort: 55000000... 676.3s: points, sort: 56000000... 677.3s: points, sort: 57000000... 678.7s: points, sort: 58000000... 680.1s: points, sort: 59000000... 681.5s: points, sort: 60000000... 686.0s: points, sort: 118.804765788 sec to index part 0 686.0s: points, sort: INDEX SIZE: 0.9472499107941985 GB 686.0s: points, sort: READER MB: 0.0 686.0s: points, sort: maxDoc=60844404 688.5s: points, sort: ITER 0: 129.23 M hits/sec, 131.49 QPS (1.71 sec for 225 queries), totHits=221118844 688.5s: points, sort: *** 690.6s: points, sort: ITER 1: 148.36 M hits/sec, 150.97 QPS (1.49 sec for 225 queries), totHits=221118844 690.6s: points, sort: *** 692.8s: points, sort: ITER 2: 149.99 M hits/sec, 152.63 QPS (1.47 sec for 225 queries), totHits=221118844 692.8s: points, sort: *** 694.9s: points, sort: ITER 3: 152.34 M hits/sec, 155.01 QPS (1.45 sec for 225 queries), totHits=221118844 694.9s: points, sort: *** 697.0s: points, sort: ITER 4: 151.43 M hits/sec, 154.09 QPS (1.46 sec for 225 queries), totHits=221118844 699.1s: points, sort: ITER 5: 154.56 M hits/sec, 157.27 QPS (1.43 sec for 225 queries), totHits=221118844 699.1s: points, sort: *** 701.2s: points, sort: ITER 6: 152.94 M hits/sec, 155.62 QPS (1.45 sec for 225 queries), totHits=221118844 703.3s: points, sort: ITER 7: 150.57 M hits/sec, 153.21 QPS (1.47 sec for 225 queries), totHits=221118844 705.4s: points, sort: ITER 8: 149.96 M hits/sec, 152.59 QPS (1.47 sec for 225 queries), totHits=221118844 707.6s: points, sort: ITER 9: 149.86 M hits/sec, 152.50 QPS (1.48 sec for 225 queries), totHits=221118844 709.7s: points, sort: ITER 10: 150.68 M hits/sec, 153.33 QPS (1.47 sec for 225 queries), totHits=221118844 711.8s: points, sort: ITER 11: 151.10 M hits/sec, 153.75 QPS (1.46 sec for 225 queries), totHits=221118844 714.0s: points, sort: ITER 12: 148.99 M hits/sec, 151.60 QPS (1.48 sec for 225 queries), totHits=221118844 716.2s: points, sort: ITER 13: 146.77 M hits/sec, 149.34 QPS (1.51 sec for 225 queries), totHits=221118844 718.4s: points, sort: ITER 14: 148.50 M hits/sec, 151.10 QPS (1.49 sec for 225 queries), totHits=221118844 720.6s: points, sort: ITER 15: 147.88 M hits/sec, 150.48 QPS (1.50 sec for 225 queries), totHits=221118844 722.8s: points, sort: ITER 16: 147.64 M hits/sec, 150.24 QPS (1.50 sec for 225 queries), totHits=221118844 725.0s: points, sort: ITER 17: 147.45 M hits/sec, 150.03 QPS (1.50 sec for 225 queries), totHits=221118844 727.2s: points, sort: ITER 18: 146.16 M hits/sec, 148.73 QPS (1.51 sec for 225 queries), totHits=221118844 729.4s: points, sort: ITER 19: 148.34 M hits/sec, 150.94 QPS (1.49 sec for 225 queries), totHits=221118844 729.4s: points, sort: BEST M hits/sec: 154.56128560119336 729.4s: points, sort: BEST QPS: 157.27419984281624 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|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|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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 729.6s: points, distance: INDEX SIZE: 0.4939169967547059 GB 729.6s: points, distance: READER MB: 0.0 729.6s: points, distance: maxDoc=60844404 731.1s: points, distance: ITER 0: 257.54 M hits/sec, 151.31 QPS (1.49 sec for 225 queries), totHits=382961957 731.1s: points, distance: *** 732.3s: points, distance: ITER 1: 323.52 M hits/sec, 190.08 QPS (1.18 sec for 225 queries), totHits=382961957 732.3s: points, distance: *** 733.5s: points, distance: ITER 2: 329.02 M hits/sec, 193.31 QPS (1.16 sec for 225 queries), totHits=382961957 733.5s: points, distance: *** 734.7s: points, distance: ITER 3: 309.35 M hits/sec, 181.75 QPS (1.24 sec for 225 queries), totHits=382961957 735.9s: points, distance: ITER 4: 315.23 M hits/sec, 185.21 QPS (1.21 sec for 225 queries), totHits=382961957 737.1s: points, distance: ITER 5: 333.80 M hits/sec, 196.12 QPS (1.15 sec for 225 queries), totHits=382961957 737.1s: points, distance: *** 738.2s: points, distance: ITER 6: 331.39 M hits/sec, 194.70 QPS (1.16 sec for 225 queries), totHits=382961957 739.4s: points, distance: ITER 7: 330.81 M hits/sec, 194.36 QPS (1.16 sec for 225 queries), totHits=382961957 740.5s: points, distance: ITER 8: 336.03 M hits/sec, 197.43 QPS (1.14 sec for 225 queries), totHits=382961957 740.5s: points, distance: *** 741.7s: points, distance: ITER 9: 332.33 M hits/sec, 195.25 QPS (1.15 sec for 225 queries), totHits=382961957 742.8s: points, distance: ITER 10: 333.36 M hits/sec, 195.86 QPS (1.15 sec for 225 queries), totHits=382961957 744.0s: points, distance: ITER 11: 333.45 M hits/sec, 195.91 QPS (1.15 sec for 225 queries), totHits=382961957 745.2s: points, distance: ITER 12: 325.79 M hits/sec, 191.41 QPS (1.18 sec for 225 queries), totHits=382961957 746.3s: points, distance: ITER 13: 326.99 M hits/sec, 192.11 QPS (1.17 sec for 225 queries), totHits=382961957 747.5s: points, distance: ITER 14: 327.72 M hits/sec, 192.55 QPS (1.17 sec for 225 queries), totHits=382961957 748.7s: points, distance: ITER 15: 324.52 M hits/sec, 190.66 QPS (1.18 sec for 225 queries), totHits=382961957 749.8s: points, distance: ITER 16: 329.20 M hits/sec, 193.41 QPS (1.16 sec for 225 queries), totHits=382961957 751.0s: points, distance: ITER 17: 331.76 M hits/sec, 194.92 QPS (1.15 sec for 225 queries), totHits=382961957 752.2s: points, distance: ITER 18: 327.74 M hits/sec, 192.56 QPS (1.17 sec for 225 queries), totHits=382961957 753.3s: points, distance: ITER 19: 325.89 M hits/sec, 191.47 QPS (1.18 sec for 225 queries), totHits=382961957 753.3s: points, distance: BEST M hits/sec: 336.03189155195065 753.3s: points, distance: BEST QPS: 197.42737944904772 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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 753.6s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 753.6s: geo3d, distance: READER MB: 0.0 753.6s: geo3d, distance: maxDoc=60844404 755.2s: geo3d, distance: ITER 0: 238.76 M hits/sec, 140.13 QPS (1.61 sec for 225 queries), totHits=383371904 755.2s: geo3d, distance: *** 756.5s: geo3d, distance: ITER 1: 301.55 M hits/sec, 176.98 QPS (1.27 sec for 225 queries), totHits=383371904 756.5s: geo3d, distance: *** 757.7s: geo3d, distance: ITER 2: 310.44 M hits/sec, 182.20 QPS (1.23 sec for 225 queries), totHits=383371904 757.7s: geo3d, distance: *** 758.9s: geo3d, distance: ITER 3: 311.24 M hits/sec, 182.67 QPS (1.23 sec for 225 queries), totHits=383371904 758.9s: geo3d, distance: *** 760.3s: geo3d, distance: ITER 4: 284.23 M hits/sec, 166.81 QPS (1.35 sec for 225 queries), totHits=383371904 761.5s: geo3d, distance: ITER 5: 313.95 M hits/sec, 184.26 QPS (1.22 sec for 225 queries), totHits=383371904 761.5s: geo3d, distance: *** 762.7s: geo3d, distance: ITER 6: 315.53 M hits/sec, 185.18 QPS (1.22 sec for 225 queries), totHits=383371904 762.7s: geo3d, distance: *** 763.9s: geo3d, distance: ITER 7: 318.85 M hits/sec, 187.13 QPS (1.20 sec for 225 queries), totHits=383371904 763.9s: geo3d, distance: *** 765.2s: geo3d, distance: ITER 8: 315.26 M hits/sec, 185.02 QPS (1.22 sec for 225 queries), totHits=383371904 766.4s: geo3d, distance: ITER 9: 319.07 M hits/sec, 187.26 QPS (1.20 sec for 225 queries), totHits=383371904 766.4s: geo3d, distance: *** 767.6s: geo3d, distance: ITER 10: 313.04 M hits/sec, 183.72 QPS (1.22 sec for 225 queries), totHits=383371904 768.8s: geo3d, distance: ITER 11: 314.72 M hits/sec, 184.71 QPS (1.22 sec for 225 queries), totHits=383371904 770.0s: geo3d, distance: ITER 12: 317.32 M hits/sec, 186.23 QPS (1.21 sec for 225 queries), totHits=383371904 771.2s: geo3d, distance: ITER 13: 312.02 M hits/sec, 183.13 QPS (1.23 sec for 225 queries), totHits=383371904 772.5s: geo3d, distance: ITER 14: 312.56 M hits/sec, 183.44 QPS (1.23 sec for 225 queries), totHits=383371904 773.7s: geo3d, distance: ITER 15: 309.88 M hits/sec, 181.87 QPS (1.24 sec for 225 queries), totHits=383371904 774.9s: geo3d, distance: ITER 16: 313.72 M hits/sec, 184.12 QPS (1.22 sec for 225 queries), totHits=383371904 776.1s: geo3d, distance: ITER 17: 317.62 M hits/sec, 186.41 QPS (1.21 sec for 225 queries), totHits=383371904 777.3s: geo3d, distance: ITER 18: 317.34 M hits/sec, 186.24 QPS (1.21 sec for 225 queries), totHits=383371904 778.6s: geo3d, distance: ITER 19: 313.59 M hits/sec, 184.05 QPS (1.22 sec for 225 queries), totHits=383371904 778.6s: geo3d, distance: BEST M hits/sec: 319.07361716208135 778.6s: geo3d, distance: BEST QPS: 187.26349821782534 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.07|187.26|383371904| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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.8s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 778.8s: shapes, distance: READER MB: 0.0 778.8s: shapes, distance: maxDoc=60844404 780.9s: shapes, distance: ITER 0: 187.51 M hits/sec, 110.17 QPS (2.04 sec for 225 queries), totHits=382961957 780.9s: shapes, distance: *** 782.6s: shapes, distance: ITER 1: 221.07 M hits/sec, 129.88 QPS (1.73 sec for 225 queries), totHits=382961957 782.6s: shapes, distance: *** 784.4s: shapes, distance: ITER 2: 218.89 M hits/sec, 128.60 QPS (1.75 sec for 225 queries), totHits=382961957 786.1s: shapes, distance: ITER 3: 222.60 M hits/sec, 130.78 QPS (1.72 sec for 225 queries), totHits=382961957 786.1s: shapes, distance: *** 787.8s: shapes, distance: ITER 4: 220.45 M hits/sec, 129.52 QPS (1.74 sec for 225 queries), totHits=382961957 789.5s: shapes, distance: ITER 5: 228.46 M hits/sec, 134.23 QPS (1.68 sec for 225 queries), totHits=382961957 789.5s: shapes, distance: *** 791.2s: shapes, distance: ITER 6: 227.38 M hits/sec, 133.59 QPS (1.68 sec for 225 queries), totHits=382961957 792.9s: shapes, distance: ITER 7: 221.60 M hits/sec, 130.20 QPS (1.73 sec for 225 queries), totHits=382961957 794.6s: shapes, distance: ITER 8: 223.23 M hits/sec, 131.15 QPS (1.72 sec for 225 queries), totHits=382961957 796.3s: shapes, distance: ITER 9: 223.93 M hits/sec, 131.57 QPS (1.71 sec for 225 queries), totHits=382961957 798.1s: shapes, distance: ITER 10: 222.99 M hits/sec, 131.01 QPS (1.72 sec for 225 queries), totHits=382961957 799.7s: shapes, distance: ITER 11: 226.37 M hits/sec, 133.00 QPS (1.69 sec for 225 queries), totHits=382961957 801.5s: shapes, distance: ITER 12: 224.12 M hits/sec, 131.67 QPS (1.71 sec for 225 queries), totHits=382961957 803.2s: shapes, distance: ITER 13: 225.45 M hits/sec, 132.46 QPS (1.70 sec for 225 queries), totHits=382961957 804.8s: shapes, distance: ITER 14: 227.36 M hits/sec, 133.58 QPS (1.68 sec for 225 queries), totHits=382961957 806.5s: shapes, distance: ITER 15: 226.38 M hits/sec, 133.00 QPS (1.69 sec for 225 queries), totHits=382961957 808.2s: shapes, distance: ITER 16: 223.73 M hits/sec, 131.45 QPS (1.71 sec for 225 queries), totHits=382961957 809.9s: shapes, distance: ITER 17: 224.20 M hits/sec, 131.72 QPS (1.71 sec for 225 queries), totHits=382961957 811.7s: shapes, distance: ITER 18: 223.06 M hits/sec, 131.05 QPS (1.72 sec for 225 queries), totHits=382961957 813.4s: shapes, distance: ITER 19: 226.63 M hits/sec, 133.15 QPS (1.69 sec for 225 queries), totHits=382961957 813.4s: shapes, distance: BEST M hits/sec: 228.4647517623305 813.4s: shapes, distance: BEST QPS: 134.2289180607158 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.07|187.26|383371904| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|228.46|134.23|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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 813.6s: points, box: INDEX SIZE: 0.4939169967547059 GB 813.6s: points, box: READER MB: 0.0 813.6s: points, box: maxDoc=60844404 814.5s: points, box: ITER 0: 246.74 M hits/sec, 251.07 QPS (0.90 sec for 225 queries), totHits=221118844 814.5s: points, box: *** 815.1s: points, box: ITER 1: 385.16 M hits/sec, 391.92 QPS (0.57 sec for 225 queries), totHits=221118844 815.1s: points, box: *** 815.7s: points, box: ITER 2: 383.00 M hits/sec, 389.72 QPS (0.58 sec for 225 queries), totHits=221118844 816.2s: points, box: ITER 3: 387.62 M hits/sec, 394.42 QPS (0.57 sec for 225 queries), totHits=221118844 816.2s: points, box: *** 816.8s: points, box: ITER 4: 399.81 M hits/sec, 406.83 QPS (0.55 sec for 225 queries), totHits=221118844 816.8s: points, box: *** 817.4s: points, box: ITER 5: 372.54 M hits/sec, 379.08 QPS (0.59 sec for 225 queries), totHits=221118844 817.9s: points, box: ITER 6: 403.78 M hits/sec, 410.86 QPS (0.55 sec for 225 queries), totHits=221118844 817.9s: points, box: *** 818.5s: points, box: ITER 7: 376.79 M hits/sec, 383.41 QPS (0.59 sec for 225 queries), totHits=221118844 819.1s: points, box: ITER 8: 348.06 M hits/sec, 354.17 QPS (0.64 sec for 225 queries), totHits=221118844 819.7s: points, box: ITER 9: 368.07 M hits/sec, 374.53 QPS (0.60 sec for 225 queries), totHits=221118844 820.3s: points, box: ITER 10: 415.23 M hits/sec, 422.52 QPS (0.53 sec for 225 queries), totHits=221118844 820.3s: points, box: *** 820.8s: points, box: ITER 11: 404.03 M hits/sec, 411.12 QPS (0.55 sec for 225 queries), totHits=221118844 821.4s: points, box: ITER 12: 404.68 M hits/sec, 411.78 QPS (0.55 sec for 225 queries), totHits=221118844 821.9s: points, box: ITER 13: 406.23 M hits/sec, 413.36 QPS (0.54 sec for 225 queries), totHits=221118844 822.4s: points, box: ITER 14: 413.33 M hits/sec, 420.58 QPS (0.53 sec for 225 queries), totHits=221118844 823.0s: points, box: ITER 15: 403.98 M hits/sec, 411.07 QPS (0.55 sec for 225 queries), totHits=221118844 823.5s: points, box: ITER 16: 410.34 M hits/sec, 417.54 QPS (0.54 sec for 225 queries), totHits=221118844 824.1s: points, box: ITER 17: 422.17 M hits/sec, 429.58 QPS (0.52 sec for 225 queries), totHits=221118844 824.1s: points, box: *** 824.6s: points, box: ITER 18: 414.05 M hits/sec, 421.32 QPS (0.53 sec for 225 queries), totHits=221118844 825.1s: points, box: ITER 19: 403.92 M hits/sec, 411.01 QPS (0.55 sec for 225 queries), totHits=221118844 825.1s: points, box: BEST M hits/sec: 422.17053440310343 825.1s: points, box: BEST QPS: 429.58062063990474 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.07|187.26|383371904| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|228.46|134.23|382961957| |box|geo3d|||| |box|points|422.17|429.58|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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 825.4s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 825.4s: geo3d, box: READER MB: 0.0 825.4s: geo3d, box: maxDoc=60844404 826.7s: geo3d, box: ITER 0: 164.45 M hits/sec, 167.34 QPS (1.34 sec for 225 queries), totHits=221118844 826.7s: geo3d, box: *** 827.7s: geo3d, box: ITER 1: 235.15 M hits/sec, 239.27 QPS (0.94 sec for 225 queries), totHits=221118844 827.7s: geo3d, box: *** 828.6s: geo3d, box: ITER 2: 241.72 M hits/sec, 245.96 QPS (0.91 sec for 225 queries), totHits=221118844 828.6s: geo3d, box: *** 829.6s: geo3d, box: ITER 3: 221.86 M hits/sec, 225.75 QPS (1.00 sec for 225 queries), totHits=221118844 830.6s: geo3d, box: ITER 4: 220.42 M hits/sec, 224.29 QPS (1.00 sec for 225 queries), totHits=221118844 831.5s: geo3d, box: ITER 5: 245.98 M hits/sec, 250.30 QPS (0.90 sec for 225 queries), totHits=221118844 831.5s: geo3d, box: *** 832.4s: geo3d, box: ITER 6: 244.37 M hits/sec, 248.66 QPS (0.90 sec for 225 queries), totHits=221118844 833.3s: geo3d, box: ITER 7: 241.94 M hits/sec, 246.19 QPS (0.91 sec for 225 queries), totHits=221118844 834.2s: geo3d, box: ITER 8: 253.19 M hits/sec, 257.64 QPS (0.87 sec for 225 queries), totHits=221118844 834.2s: geo3d, box: *** 835.1s: geo3d, box: ITER 9: 244.76 M hits/sec, 249.05 QPS (0.90 sec for 225 queries), totHits=221118844 836.0s: geo3d, box: ITER 10: 241.28 M hits/sec, 245.52 QPS (0.92 sec for 225 queries), totHits=221118844 836.9s: geo3d, box: ITER 11: 247.10 M hits/sec, 251.44 QPS (0.89 sec for 225 queries), totHits=221118844 837.8s: geo3d, box: ITER 12: 238.84 M hits/sec, 243.04 QPS (0.93 sec for 225 queries), totHits=221118844 838.8s: geo3d, box: ITER 13: 239.01 M hits/sec, 243.21 QPS (0.93 sec for 225 queries), totHits=221118844 839.7s: geo3d, box: ITER 14: 238.35 M hits/sec, 242.53 QPS (0.93 sec for 225 queries), totHits=221118844 840.6s: geo3d, box: ITER 15: 236.15 M hits/sec, 240.29 QPS (0.94 sec for 225 queries), totHits=221118844 841.6s: geo3d, box: ITER 16: 232.48 M hits/sec, 236.56 QPS (0.95 sec for 225 queries), totHits=221118844 842.5s: geo3d, box: ITER 17: 235.16 M hits/sec, 239.29 QPS (0.94 sec for 225 queries), totHits=221118844 843.5s: geo3d, box: ITER 18: 237.73 M hits/sec, 241.90 QPS (0.93 sec for 225 queries), totHits=221118844 844.4s: geo3d, box: ITER 19: 232.39 M hits/sec, 236.47 QPS (0.95 sec for 225 queries), totHits=221118844 844.4s: geo3d, box: BEST M hits/sec: 253.19169512195927 844.4s: geo3d, box: BEST QPS: 257.63580512586634 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.07|187.26|383371904| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|228.46|134.23|382961957| |box|geo3d|253.19|257.64|221118844| |box|points|422.17|429.58|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.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 844.7s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 844.7s: shapes, box: READER MB: 0.0 844.7s: shapes, box: maxDoc=60844404 846.3s: shapes, box: ITER 0: 133.02 M hits/sec, 135.36 QPS (1.66 sec for 225 queries), totHits=221118844 846.3s: shapes, box: *** 847.6s: shapes, box: ITER 1: 178.55 M hits/sec, 181.69 QPS (1.24 sec for 225 queries), totHits=221118844 847.6s: shapes, box: *** 848.7s: shapes, box: ITER 2: 195.32 M hits/sec, 198.74 QPS (1.13 sec for 225 queries), totHits=221118844 848.7s: shapes, box: *** 849.9s: shapes, box: ITER 3: 190.77 M hits/sec, 194.12 QPS (1.16 sec for 225 queries), totHits=221118844 850.9s: shapes, box: ITER 4: 206.27 M hits/sec, 209.89 QPS (1.07 sec for 225 queries), totHits=221118844 850.9s: shapes, box: *** 852.0s: shapes, box: ITER 5: 207.66 M hits/sec, 211.31 QPS (1.06 sec for 225 queries), totHits=221118844 852.0s: shapes, box: *** 853.1s: shapes, box: ITER 6: 204.84 M hits/sec, 208.44 QPS (1.08 sec for 225 queries), totHits=221118844 854.1s: shapes, box: ITER 7: 206.66 M hits/sec, 210.29 QPS (1.07 sec for 225 queries), totHits=221118844 855.2s: shapes, box: ITER 8: 206.68 M hits/sec, 210.31 QPS (1.07 sec for 225 queries), totHits=221118844 856.3s: shapes, box: ITER 9: 198.34 M hits/sec, 201.82 QPS (1.11 sec for 225 queries), totHits=221118844 857.4s: shapes, box: ITER 10: 204.09 M hits/sec, 207.67 QPS (1.08 sec for 225 queries), totHits=221118844 858.5s: shapes, box: ITER 11: 204.14 M hits/sec, 207.72 QPS (1.08 sec for 225 queries), totHits=221118844 859.6s: shapes, box: ITER 12: 203.98 M hits/sec, 207.56 QPS (1.08 sec for 225 queries), totHits=221118844 860.7s: shapes, box: ITER 13: 202.06 M hits/sec, 205.61 QPS (1.09 sec for 225 queries), totHits=221118844 861.7s: shapes, box: ITER 14: 207.21 M hits/sec, 210.84 QPS (1.07 sec for 225 queries), totHits=221118844 862.8s: shapes, box: ITER 15: 205.36 M hits/sec, 208.97 QPS (1.08 sec for 225 queries), totHits=221118844 863.9s: shapes, box: ITER 16: 203.83 M hits/sec, 207.41 QPS (1.08 sec for 225 queries), totHits=221118844 865.0s: shapes, box: ITER 17: 203.72 M hits/sec, 207.30 QPS (1.09 sec for 225 queries), totHits=221118844 866.1s: shapes, box: ITER 18: 202.32 M hits/sec, 205.87 QPS (1.09 sec for 225 queries), totHits=221118844 867.2s: shapes, box: ITER 19: 197.64 M hits/sec, 201.11 QPS (1.12 sec for 225 queries), totHits=221118844 867.2s: shapes, box: BEST M hits/sec: 207.66265218125943 867.2s: shapes, box: BEST QPS: 211.30762035271573 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.7s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|319.07|187.26|383371904| |distance|points|336.03|197.43|382961957| |distance|geopoint|||| |distance|shapes|228.46|134.23|382961957| |box|geo3d|253.19|257.64|221118844| |box|points|422.17|429.58|221118844| |box|geopoint|||| |box|shapes|207.66|211.31|221118844| |poly 10|geo3d|252.06|159.37|355855227| |poly 10|points|283.21|179.09|355809475| |poly 10|geopoint|||| |poly 10|shapes|188.70|119.33|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.96|207.73|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.83|169.45|2693559| |polyRussia|geo3d|3.74|1.07|3508671| |polyRussia|points|66.61|18.98|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.24|13.18|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3284.83|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.56|157.27|221118844| |sort|geopoint|||| |sort|shapes|||| Took 868.4 sec to run all geo benchmarks + python3 /l/util.nightly/src/python/writeGeoGraphs.py writeAnnots for Distance Filter writeAnnots for Regular 10-gon Filter writeAnnots for London Boroughs Polygons Filter (avg 5.6K vertices) writeAnnots for Box Filter writeAnnots for 10 Nearest Points skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Box Filter, Sort by Distance skip annot 2016-03-22 GeoPoint: LUCENE-7130: fold recent LatLonPoint optimizations into GeoPoint (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-03-31 Geo3D: LUCENE-7150: add common shape query APIs to geo3d (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-11 Geo3D: LUCENE-7199: speed up how polygon's sideness is computed (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Russia Polygon (11.6K vertices) writeAnnots for Indexing K docs/sec writeAnnots for Searcher Heap Usage writeAnnots for Index Size + echo + echo 'Run sparse NYC benches' Run sparse NYC benches + cd /l/util.nightly + python3 -u src/python/sparsetaxis/nightly.py Already on 'main' Your branch is up to date with 'origin/main'. From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD Already up to date. creating directories /l/logs.nightly/taxis/2026.05.23.22.55.28... Lucene git hash: 9c957f8a2c6dea79e834b308ec2288d999f5acbd Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.23.22.55.28/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.23.22.55.28/index.1threads.sparse.sorted.log 3.2 sec: 0.3 M docs; 94.6 K docs/sec 6.8 sec: 0.6 M docs; 87.7 K docs/sec 10.2 sec: 0.9 M docs; 87.9 K docs/sec 13.6 sec: 1.2 M docs; 88.5 K docs/sec 16.9 sec: 1.5 M docs; 89.0 K docs/sec 21.0 sec: 1.9 M docs; 90.6 K docs/sec 24.3 sec: 2.2 M docs; 90.4 K docs/sec 28.5 sec: 2.6 M docs; 91.3 K docs/sec 32.6 sec: 3.0 M docs; 92.0 K docs/sec 35.9 sec: 3.3 M docs; 92.0 K docs/sec 48.9 sec: 3.7 M docs; 75.7 K docs/sec 53.0 sec: 4.1 M docs; 77.4 K docs/sec 56.3 sec: 4.4 M docs; 78.2 K docs/sec 60.4 sec: 4.8 M docs; 79.5 K docs/sec 64.5 sec: 5.2 M docs; 80.6 K docs/sec 67.8 sec: 5.5 M docs; 81.2 K docs/sec 71.9 sec: 5.9 M docs; 82.1 K docs/sec 76.0 sec: 6.3 M docs; 82.9 K docs/sec 79.3 sec: 6.6 M docs; 83.3 K docs/sec 83.4 sec: 7.0 M docs; 84.0 K docs/sec 96.3 sec: 7.4 M docs; 76.8 K docs/sec 99.6 sec: 7.7 M docs; 77.3 K docs/sec 103.7 sec: 8.1 M docs; 78.1 K docs/sec 107.8 sec: 8.5 M docs; 78.9 K docs/sec 111.0 sec: 8.8 M docs; 79.3 K docs/sec 115.1 sec: 9.2 M docs; 79.9 K docs/sec 119.2 sec: 9.6 M docs; 80.5 K docs/sec 122.5 sec: 9.9 M docs; 80.8 K docs/sec 126.6 sec: 10.3 M docs; 81.4 K docs/sec 130.7 sec: 10.7 M docs; 81.9 K docs/sec 142.7 sec: 11.0 M docs; 77.1 K docs/sec 146.8 sec: 11.4 M docs; 77.6 K docs/sec 150.9 sec: 11.8 M docs; 78.2 K docs/sec 154.2 sec: 12.1 M docs; 78.5 K docs/sec 158.3 sec: 12.5 M docs; 79.0 K docs/sec 162.4 sec: 12.9 M docs; 79.4 K docs/sec 165.7 sec: 13.2 M docs; 79.7 K docs/sec 169.8 sec: 13.6 M docs; 80.1 K docs/sec 173.8 sec: 14.0 M docs; 80.5 K docs/sec 177.1 sec: 14.3 M docs; 80.7 K docs/sec 190.1 sec: 14.7 M docs; 77.3 K docs/sec 194.2 sec: 15.1 M docs; 77.8 K docs/sec 197.5 sec: 15.4 M docs; 78.0 K docs/sec 201.6 sec: 15.8 M docs; 78.4 K docs/sec 205.7 sec: 16.2 M docs; 78.8 K docs/sec 208.9 sec: 16.5 M docs; 79.0 K docs/sec 213.0 sec: 16.9 M docs; 79.3 K docs/sec 217.1 sec: 17.3 M docs; 79.7 K docs/sec 220.4 sec: 17.6 M docs; 79.9 K docs/sec 224.5 sec: 18.0 M docs; 80.2 K docs/sec 237.4 sec: 18.4 M docs; 77.5 K docs/sec 240.7 sec: 18.7 M docs; 77.7 K docs/sec 244.7 sec: 19.1 M docs; 78.0 K docs/sec 248.1 sec: 19.4 M docs; 78.2 K docs/sec 252.1 sec: 19.8 M docs; 78.5 K docs/sec 253.7 sec: 20.0 M docs; 78.8 K docs/sec index is 2.21 GB CheckIndex sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.23.22.55.28/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.23.22.55.28/diskUsagesparse-sorted.log took 53.3 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.23.22.55.28/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.23.22.55.28/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 104.8 K docs/sec 6.3 sec: 0.6 M docs; 94.8 K docs/sec 9.5 sec: 0.9 M docs; 95.2 K docs/sec 12.6 sec: 1.2 M docs; 95.5 K docs/sec 15.6 sec: 1.5 M docs; 95.9 K docs/sec 19.5 sec: 1.9 M docs; 97.6 K docs/sec 22.6 sec: 2.2 M docs; 97.4 K docs/sec 26.4 sec: 2.6 M docs; 98.4 K docs/sec 30.3 sec: 3.0 M docs; 99.1 K docs/sec 33.3 sec: 3.3 M docs; 99.1 K docs/sec 44.9 sec: 3.7 M docs; 82.5 K docs/sec 48.7 sec: 4.1 M docs; 84.2 K docs/sec 51.7 sec: 4.4 M docs; 85.1 K docs/sec 55.6 sec: 4.8 M docs; 86.4 K docs/sec 59.4 sec: 5.2 M docs; 87.6 K docs/sec 62.4 sec: 5.5 M docs; 88.1 K docs/sec 66.2 sec: 5.9 M docs; 89.1 K docs/sec 70.1 sec: 6.3 M docs; 89.9 K docs/sec 73.1 sec: 6.6 M docs; 90.3 K docs/sec 76.9 sec: 7.0 M docs; 91.0 K docs/sec 88.4 sec: 7.4 M docs; 83.7 K docs/sec 91.4 sec: 7.7 M docs; 84.2 K docs/sec 95.3 sec: 8.1 M docs; 85.0 K docs/sec 99.0 sec: 8.5 M docs; 85.8 K docs/sec 102.1 sec: 8.8 M docs; 86.2 K docs/sec 105.9 sec: 9.2 M docs; 86.9 K docs/sec 109.7 sec: 9.6 M docs; 87.5 K docs/sec 112.7 sec: 9.9 M docs; 87.8 K docs/sec 116.5 sec: 10.3 M docs; 88.4 K docs/sec 120.3 sec: 10.7 M docs; 88.9 K docs/sec 131.0 sec: 11.0 M docs; 83.9 K docs/sec 134.8 sec: 11.4 M docs; 84.5 K docs/sec 138.7 sec: 11.8 M docs; 85.1 K docs/sec 141.7 sec: 12.1 M docs; 85.4 K docs/sec 145.5 sec: 12.5 M docs; 85.9 K docs/sec 149.3 sec: 12.9 M docs; 86.4 K docs/sec 152.3 sec: 13.2 M docs; 86.7 K docs/sec 156.1 sec: 13.6 M docs; 87.1 K docs/sec 159.9 sec: 14.0 M docs; 87.6 K docs/sec 162.9 sec: 14.3 M docs; 87.8 K docs/sec 174.4 sec: 14.7 M docs; 84.3 K docs/sec 178.2 sec: 15.1 M docs; 84.7 K docs/sec 181.3 sec: 15.4 M docs; 85.0 K docs/sec 185.1 sec: 15.8 M docs; 85.4 K docs/sec 188.9 sec: 16.2 M docs; 85.8 K docs/sec 191.9 sec: 16.5 M docs; 86.0 K docs/sec 195.7 sec: 16.9 M docs; 86.4 K docs/sec 199.5 sec: 17.3 M docs; 86.7 K docs/sec 202.5 sec: 17.6 M docs; 86.9 K docs/sec 206.3 sec: 18.0 M docs; 87.2 K docs/sec 217.8 sec: 18.4 M docs; 84.5 K docs/sec 220.8 sec: 18.7 M docs; 84.7 K docs/sec 224.6 sec: 19.1 M docs; 85.0 K docs/sec 227.7 sec: 19.4 M docs; 85.2 K docs/sec 231.5 sec: 19.8 M docs; 85.5 K docs/sec 233.0 sec: 20.0 M docs; 85.8 K docs/sec index is 2.21 GB CheckIndex sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.23.22.55.28/checkIndexsparse.log took 0.4 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.23.22.55.28/diskUsagesparse.log took 51.7 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.23.22.55.28/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.23.22.55.28/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 101.9 K docs/sec 6.4 sec: 0.6 M docs; 93.9 K docs/sec 9.4 sec: 0.9 M docs; 95.5 K docs/sec 12.5 sec: 1.2 M docs; 96.2 K docs/sec 16.2 sec: 1.6 M docs; 98.9 K docs/sec 19.8 sec: 2.0 M docs; 100.8 K docs/sec 23.5 sec: 2.4 M docs; 102.0 K docs/sec 27.2 sec: 2.8 M docs; 102.9 K docs/sec 30.9 sec: 3.2 M docs; 103.5 K docs/sec 34.6 sec: 3.6 M docs; 104.1 K docs/sec 43.5 sec: 3.7 M docs; 85.0 K docs/sec 47.2 sec: 4.1 M docs; 86.8 K docs/sec 50.9 sec: 4.5 M docs; 88.5 K docs/sec 53.9 sec: 4.8 M docs; 89.0 K docs/sec 57.6 sec: 5.2 M docs; 90.2 K docs/sec 61.4 sec: 5.6 M docs; 91.3 K docs/sec 65.0 sec: 6.0 M docs; 92.3 K docs/sec 68.1 sec: 6.3 M docs; 92.6 K docs/sec 71.7 sec: 6.7 M docs; 93.4 K docs/sec 74.8 sec: 7.0 M docs; 93.6 K docs/sec 85.9 sec: 7.4 M docs; 86.2 K docs/sec 89.6 sec: 7.8 M docs; 87.1 K docs/sec 93.2 sec: 8.2 M docs; 87.9 K docs/sec 96.3 sec: 8.5 M docs; 88.3 K docs/sec 100.0 sec: 8.9 M docs; 89.0 K docs/sec 103.7 sec: 9.3 M docs; 89.7 K docs/sec 107.3 sec: 9.7 M docs; 90.4 K docs/sec 110.4 sec: 10.0 M docs; 90.6 K docs/sec 114.1 sec: 10.4 M docs; 91.1 K docs/sec 117.9 sec: 10.8 M docs; 91.6 K docs/sec 127.4 sec: 11.0 M docs; 86.3 K docs/sec 131.2 sec: 11.4 M docs; 86.9 K docs/sec 134.9 sec: 11.8 M docs; 87.5 K docs/sec 138.6 sec: 12.2 M docs; 88.0 K docs/sec 142.3 sec: 12.6 M docs; 88.5 K docs/sec 146.0 sec: 13.0 M docs; 89.0 K docs/sec 149.8 sec: 13.4 M docs; 89.5 K docs/sec 153.4 sec: 13.8 M docs; 89.9 K docs/sec 156.4 sec: 14.1 M docs; 90.1 K docs/sec 160.2 sec: 14.5 M docs; 90.5 K docs/sec 169.7 sec: 14.7 M docs; 86.6 K docs/sec 173.4 sec: 15.1 M docs; 87.1 K docs/sec 177.1 sec: 15.5 M docs; 87.5 K docs/sec 180.8 sec: 15.9 M docs; 87.9 K docs/sec 184.5 sec: 16.3 M docs; 88.4 K docs/sec 188.2 sec: 16.7 M docs; 88.7 K docs/sec 191.9 sec: 17.1 M docs; 89.1 K docs/sec 195.6 sec: 17.5 M docs; 89.5 K docs/sec 199.3 sec: 17.9 M docs; 89.8 K docs/sec 202.9 sec: 18.3 M docs; 90.2 K docs/sec 211.8 sec: 18.4 M docs; 86.9 K docs/sec 215.4 sec: 18.8 M docs; 87.3 K docs/sec 219.1 sec: 19.2 M docs; 87.6 K docs/sec 222.8 sec: 19.6 M docs; 88.0 K docs/sec 226.5 sec: 20.0 M docs; 88.3 K docs/sec 226.5 sec: 20.0 M docs; 88.3 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.23.22.55.28/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.23.22.55.28/diskUsagenonsparse.log took 46.5 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.23.22.55.28/searchnonsparse.0.log sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted + echo 'Now rsync' Now rsync + date Sat May 23 11:10:47 PM EDT 2026 + rsync --delete -lrtSO /l/logs.nightly/ /x/tmp/beast3.logs/logs.nightly/ + rsync --delete -lrtSO /l/reports.nightly/ /x/tmp/beast3.logs/reports.nightly/ + echo 'Touch nightly marker file...' Touch nightly marker file... + date Sat May 23 11:13:41 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 4125889 + wait 4125889 + 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.22.14.08.44 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.22.14.08.44