start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 358G 477G 43% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nThu Apr 30 12:11:31 AM EDT 2026: now start nightly benchmarks' Thu Apr 30 12:11:31 AM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 9582ee9b846..23d400cabd8 main -> origin/main Updating 9582ee9b846..23d400cabd8 Fast-forward .../gradle/plugins/java/CodeProfilingPlugin.java | 14 +++++++- .../lucene/gradle/plugins/java/ProfileResults.java | 15 +++++++-- gradle/libs.versions.toml | 2 +- gradle/testing/profiling.cputime.jfc | 39 ++++++++++++++++++++++ gradle/testing/profiling.jfc | 4 ++- lucene/CHANGES.txt | 9 +++++ .../apache/lucene/search/grouping/SearchGroup.java | 10 ++++-- .../apache/lucene/search/grouping/TopGroups.java | 2 +- .../lucene/search/grouping/TopGroupsCollector.java | 4 ++- 9 files changed, 89 insertions(+), 10 deletions(-) create mode 100644 gradle/testing/profiling.cputime.jfc + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes > Task :build-infra:jar The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:core.tests:clean > Task :lucene:classification:clean > Task :lucene:demo:clean > Task :lucene:memory:clean > Task :lucene:benchmark:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:join:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:codecs:clean > Task :lucene:monitor:clean > Task :lucene:misc:clean > Task :lucene:replicator:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:luke:clean > Task :lucene:spatial3d:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:backward-codecs:clean > Task :lucene:spatial-extras:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:analysis:icu:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queryparser:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:queries:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 7s 46 actionable tasks: 40 executed, 6 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.4.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.04.30.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.04.30.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: 299 open, 3892 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-04-30 00:15:31.059709] start [2026-04-30 00:15:31.059869] log dir /l/logs.nightly/2026.04.30.00.15.31 Java version (see also /l/logs.nightly/2026.04.30.00.15.31/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.04.30.00.15.31/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.04.30.00.15.31/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 = 1140850688 {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.04.30.00.15.31/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.04.30.00.15.31/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 9: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 9 CPUs which need to have their frequency coordinated by software: 9 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.33 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.04.30.00.15.31/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: 50% 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.04.30.00.15.31/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.04.30.00.15.31/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.04.30.00.15.31/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.04.30.00.15.31/preempt.txt): cmd='sudo cat /sys/kernel/debug/sched/preempt' none voluntary (full) lazy Linux standard base version (see also /l/logs.nightly/2026.04.30.00.15.31/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.04.30.00.15.31/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 c530a720329bba774fefdadd17e027187845d100 LUCENE rev is 23d400cabd8e63d26d594ec94e866ef5e22d2a12 last successful Lucene rev 9582ee9b846ff92de600d0648405893335a7da0a, luceneutil rev c530a720329bba774fefdadd17e027187845d100 run ['git', 'log', '9582ee9b846ff92de600d0648405893335a7da0a^..23d400cabd8e63d26d594ec94e866ef5e22d2a12'] No commit message asking for regold of results files [2026-04-30 00:15:31.278189] 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-04-30 00:15:31.510884] 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-04-30 00:15:31.511005] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.04.30.00.15.31/clean-lucene.log 2>&1 [2026-04-30 00:15:35.454503] took 3.9 sec [2026-04-30 00:15:35.454541] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.04.30.00.15.31/jar-lucene.log 2>&1 [2026-04-30 00:15:49.322945] took 13.9 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-04-30 00:15:51.971018] 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: 148560.00 stored_field_size_mb: 624.38 retrieved_time_msec: 180.89 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: 350662.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1335.77 Done: took 1026.59 seconds, saved to /l/logs.nightly/2026.04.30.00.15.31/geonames-stored-fields-benchmark-results.pk [2026-04-30 00:32:59.039149] done run stored fields benchmark [2026-04-30 00:32:59.039167] 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 Apr 30, 2026 12:33:00 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1499.1177137000002 ms Total time creating SSDVFacetCounts: 3011.408130500001 ms Total time taken to get all dims for taxonomy: 0.11318423333333334 ms Total time taken to get all dims for SSDV: 0.07167453333333332 ms Total time to get top dims for taxonomy: 0.03668363333333334 ms Total time to get top dims for SSDV: 0.03111236666666666 ms Total time to get top "address.taxonomy/TX" children: 0.13129203333333334 ms Total time to get top "address.sortedset/TX" children: 0.18742409999999995 ms Total time to get all "address.taxonomy/TX" children: 0.14002703333333333 ms Total time to get all "address.sortedset/TX" children: 0.5773730666666667 ms Done: took 3511.81 seconds, saved to /l/logs.nightly/2026.04.30.00.15.31/nad-facet-benchmark.pk [2026-04-30 01:31:30.846893] done run NAD facets benchmark [2026-04-30 01:31:31.448488] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 23d400cabd8e63d26d594ec94e866ef5e22d2a12 dirty?=False luceneutil HEAD git revision at /l/util.nightly: c530a720329bba774fefdadd17e027187845d100 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:facet:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > 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:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:compileJava 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.4.1/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 33.79 GB available RAM: 243.24 GB used RAM: 8.48 GB dirty RAM: 5.45 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.7s smell: 1200/2000 ( 60%) 2.7s smell: 1300/2000 ( 65%) 2.7s smell: 1400/2000 ( 70%) 2.7s smell: 1500/2000 ( 75%) 2.7s smell: 1600/2000 ( 80%) 2.7s smell: 1700/2000 ( 85%) 2.7s smell: 1800/2000 ( 90%) 2.7s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 2.9s smell: 3 degenerate dim(s) found in 3.0s: (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.0497, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▁▄██▇▂ ] dim 0910 μ= -0.006 σ= 0.048 zeros= 0% [ ▁▁▂▅██████▇▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▅▇█▅▂ ] dim 0971 μ= +0.014 σ= 0.049 zeros= 0% [ ▁▃▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0486, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▂█▅ ] dim 0000 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▄█▄ ] dim 0001 μ= +0.020 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▂▆█▃ ] dim 0002 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▄████▆▂ ] [ ▅█▆ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▄█▄ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄███▇▁ ] [ ▂▇█▄ ] dim 0005 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▁ ] dim 0006 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▁█▂ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃█▅ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▅███▇▃ ] [ ▂██▃ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▄▂ ] [ ▅█▇▃ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ █▆ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▅██▅ ] [ ▇█ ] dim 0013 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▄█▆▁ ] dim 0014 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▁ ] dim 0015 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▅█▃ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ ▇█▃ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆▄ ] dim 0018 μ= +0.014 σ= 0.036 zeros= 0% [ ▂▆████▇▂▁ ] [ ▃█▅ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▆███▇▃▁ ] [ ▆█ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ █▅ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁███▅▁ ] [ ▆█▅▁ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▅█▇▅▂ ] dim 0023 μ= -0.007 σ= 0.045 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▂██▃ ] dim 0024 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▃ ] dim 0025 μ= +0.017 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▂█▄ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▁▇█▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▄█▆ ] dim 0028 μ= +0.026 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ▅█▅ ] dim 0029 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁█▇ ] dim 0030 μ= -0.010 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▄ ] dim 0031 μ= -0.012 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▄█▇▃ ] dim 0032 μ= +0.030 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃██ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▅█ ] dim 0034 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅██▇▂ ] [ ▄█▆ ] dim 0035 μ= +0.007 σ= 0.033 zeros= 0% [ ▂▇███▇▄▁ ] [ ▂█ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▁█▁ ] dim 0038 μ= -0.000 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▇█▂ ] dim 0039 μ= +0.033 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆▂ ] dim 0040 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▅████▅▂ ] [ █▂ ] dim 0041 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▄█▅ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ██▂ ] dim 0043 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▄ ] dim 0044 μ= -0.023 σ= 0.031 zeros= 0% [ ▃████▆▂ ] [ ▅█▁ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ██ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂█▆ ] dim 0047 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▆████▃ ] [ ▄█▇▄ ] dim 0048 μ= +0.010 σ= 0.041 zeros= 0% [ ▁▄▇████▆▃▁ ] [ ▄█▄ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▁▇█▂ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▅ ] dim 0051 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ █▂ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▅█ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▇█ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁████▃ ] [ ▄█ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▆█▅ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▃██▃ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▄████▅▂ ] [ ▃▇█▂ ] dim 0058 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▆ ] dim 0059 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▂ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▂██ ] [ ▅█▅ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▃██▂ ] dim 0062 μ= -0.030 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▁ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▃██▁ ] dim 0064 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▅ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ █▅ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▆ ] dim 0067 μ= -0.004 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▁█▇ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▇█ ] dim 0069 μ= +0.013 σ= 0.016 zeros= 0% [ ▃██▅ ] [ █▇ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▇▁ ] dim 0071 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0072 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▅██▆▁ ] [ █▃ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▇▂ ] dim 0074 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▆████▅▁ ] [ ▇█▁ ] dim 0075 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▃█ ] dim 0076 μ= -0.003 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄██▃ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▆█ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▅██▇▁ ] [ ▃▇█▁ ] dim 0079 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ █▃ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁██ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ ▅██▄ ] dim 0082 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▇█ ] dim 0083 μ= +0.013 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▁█▇▃ ] dim 0084 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▅████▅▁ ] [ ▇█▂ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▄ ] dim 0086 μ= -0.018 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ █▇ ] dim 0087 μ= +0.010 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▁██▁ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▁▆█▆ ] dim 0089 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▅▁ ] dim 0090 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂▇█▃ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▂▄████▅▂ ] [ ▃██▃ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▅█████▂▁ ] [ ▅█▅ ] dim 0094 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ █▃ ] dim 0095 μ= -0.012 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▅█▅ ] dim 0096 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆███▇▃▁ ] [ ▇█▃ ] dim 0097 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▃█▄ ] dim 0098 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▇ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▂█▄ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▅█▁ ] dim 0101 μ= -0.023 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ██ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ █▆ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▇▁ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▄█▆ ] dim 0105 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▂██▁ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█ ] dim 0107 μ= -0.002 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▃█▅ ] dim 0108 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▃▆████▄▁ ] [ █▇ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁█▆ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂█▂ ] dim 0111 μ= +0.023 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▂█▅ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ █▃ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▃██▄ ] dim 0114 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▄██ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ █▄ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▆█ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▇▂ ] dim 0118 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂██ ] dim 0119 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▅██▃ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▇█ ] dim 0121 μ= +0.012 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▂█ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▄ ] dim 0123 μ= +0.003 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ █▄ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▅▇█▇▂ ] dim 0125 μ= -0.003 σ= 0.046 zeros= 0% [ ▁▂▄██████▆▂▁ ] [ ▂█ ] dim 0126 μ= +0.021 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▂█▂ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▄███▃ ] [ ▄█▄ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▅█▇▄ ] dim 0129 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃▇█████▃▁▁ ] [ ▆█ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▆█▃ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▆ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ █▅ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▃ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▄ ] dim 0135 μ= -0.002 σ= 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.002 σ= 0.027 zeros= 0% [ ▂▅███▆▁ ] [ ▇█▇▃ ] dim 0144 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ █▂ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▂▆█▄ ] dim 0146 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▆ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▄█ ] dim 0148 μ= -0.003 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▁█▆ ] dim 0149 μ= -0.013 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▃█▆▂ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▃▇█▄ ] dim 0151 μ= +0.011 σ= 0.037 zeros= 0% [ ▁▃█████▇▂▁ ] [ █ ] dim 0152 μ= +0.023 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▁██▂ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▇▅ ] dim 0154 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▅████▆▃ ] [ █▃ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ██▄ ] dim 0156 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▁██ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0158 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▂██▄ ] dim 0159 μ= -0.005 σ= 0.035 zeros= 0% [ ▂▅█████▂ ] [ ▅█▄ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▁▅█▃ ] dim 0161 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▂ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▅ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▂▆█▂ ] dim 0164 μ= +0.034 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▄▇█▄ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▆████▅▁ ] [ ▇█ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▂██▄ ] [ █ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▄█▃ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▄ ] dim 0170 μ= +0.020 σ= 0.030 zeros= 0% [ ▂████▆▂ ] [ ▂█▇▁ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ █▇ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0173 μ= -0.006 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▄█▃ ] dim 0174 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄██ ] dim 0175 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▆████▃▁ ] [ ▂█▁ ] dim 0176 μ= +0.000 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▂██ ] dim 0177 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▄ ] dim 0178 μ= +0.023 σ= 0.023 zeros= 0% [ ▃███▄ ] [ ▅█▅ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▁█▅ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▄█▄ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▁▇█ ] dim 0182 μ= -0.029 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▇▄▁ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ ▄█▇▂ ] dim 0184 μ= +0.005 σ= 0.033 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.015 σ= 0.041 zeros= 0% [ ▂▃▆█████▄▁ ] [ ▃█▇▃ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▇████▆▂ ] [ ▂▆█▄ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▁▆████▇▃▁ ] [ ▆█▃ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▁▇█▅ ] dim 0193 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▆▁ ] dim 0194 μ= -0.011 σ= 0.029 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.023 zeros= 0% [ ▃███▄▁ ] [ ▇█▄ ] dim 0199 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃▇███▆▁ ] [ ▅█▅ ] dim 0200 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ██ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃█▂ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▃█▇▁ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ ▄█▃ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▇█ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▃█▆ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▃██▃ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ ▇█ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▁▄██▅ ] [ ▅█▂ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ █▇ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▅█▄ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ ▂▇█▃ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▃ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▇█▄ ] dim 0214 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▃ ] dim 0215 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▁▇█▁ ] dim 0216 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▅ ] dim 0217 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▆███▇▂▁ ] [ ▂█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▄█▇ ] dim 0219 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▄ ] dim 0220 μ= +0.021 σ= 0.031 zeros= 0% [ ▂▇███▆▂ ] [ ██ ] dim 0221 μ= -0.007 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▂ ] dim 0222 μ= -0.003 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▆ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▅█▅ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▃████▆▂ ] [ ▁█▇▁ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0226 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ ▄█▇ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▇▄ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂█▅ ] dim 0229 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ █▄ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▃█▃ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▂█▆ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ █▇▁ ] dim 0233 μ= -0.028 σ= 0.026 zeros= 0% [ ▃████▄ ] [ ▅█▄ ] dim 0234 μ= +0.039 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▂ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁▆█▅▁ ] dim 0236 μ= +0.020 σ= 0.040 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█ ] dim 0237 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▂██▁ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▄ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▇█▁ ] dim 0240 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▆██▃ ] dim 0241 μ= +0.027 σ= 0.038 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▃█▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▃██▄ ] dim 0244 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▇████▅▂ ] [ ▆█▅ ] dim 0245 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂█████▃▁ ] [ █▂ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▅█▅ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▃████▇▄▁ ] [ ▅██▃ ] dim 0248 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█▆ ] dim 0249 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▃ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▃███▃ ] [ █ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁▇█▆ ] [ ▇█ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▄ ] dim 0253 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▃ ] dim 0254 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▆▇█▄ ] dim 0255 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▁▅██▅▁ ] dim 0256 μ= -0.013 σ= 0.048 zeros= 0% [ ▂▃▅██████▅▂▁ ] [ ▄█▄ ] dim 0257 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▂▆███▅▂ ] [ ▄█▃ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ █▂ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▅█▂ ] dim 0260 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁█ ] dim 0261 μ= -0.019 σ= 0.017 zeros= 0% [ ▁███▁ ] [ █▅ ] dim 0262 μ= +0.029 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ██ ] dim 0263 μ= -0.011 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▃█▇ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ██ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃█▄ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▄ ] [ █▇ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▆█▅▁ ] dim 0268 μ= +0.024 σ= 0.038 zeros= 0% [ ▁▄▇████▅▂ ] [ ▄█▅ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▇█▄ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▇█▁ ] dim 0271 μ= -0.008 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ██ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▃▇█▅ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▃█▄ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▄ ] dim 0275 μ= +0.023 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ██ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▂█▅ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ██ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▆█▅ ] dim 0279 μ= +0.021 σ= 0.034 zeros= 0% [ ▁▄█████▂▁ ] [ ▁█▆ ] dim 0280 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▂█▃ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▂ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▁██▁ ] dim 0283 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅▁ ] dim 0284 μ= -0.053 σ= 0.033 zeros= 0% [ ▁▆████▄▁ ] [ ▃██▂ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▂▅████▄▁ ] [ ▂██▃ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▂▅████▆▁ ] [ ▂█▄ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▄█▅▃ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▂▄█████▆▃▁▁ ] [ ▁██ ] dim 0289 μ= +0.011 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▂██▃ ] dim 0290 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▁ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▅█▆ ] dim 0292 μ= +0.003 σ= 0.035 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.023 zeros= 0% [ ▂███▇▂ ] [ ▃█▃ ] dim 0299 μ= +0.000 σ= 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.036 zeros= 0% [ ▁▃▇████▄▁ ] [ █ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▄█▄ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▂████▆▂ ] [ ▆█▇▁ ] dim 0305 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▆▄ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▅████▅▂ ] [ █▆ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▄▇█▂ ] dim 0308 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▅█▅ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▂ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▇█▂ ] [ █▂ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▁▆█▆ ] dim 0312 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▂▄█████▃▁ ] [ █▂ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃▇▇█▃ ] dim 0314 μ= +0.004 σ= 0.045 zeros= 0% [ ▁▃▇█████▇▃▂ ] [ ▃█▁ ] dim 0315 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▆█▂ ] dim 0316 μ= -0.025 σ= 0.025 zeros= 0% [ ▂▅███▃ ] [ ▂█▅ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄███▆▃ ] [ █▅ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃██▂ ] dim 0319 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▂█▆ ] dim 0320 μ= -0.013 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▅█ ] dim 0321 μ= -0.027 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄██▃ ] dim 0322 μ= -0.009 σ= 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.023 σ= 0.019 zeros= 0% [ ▂███▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▃█▄ ] [ ▃█▄ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▂▆███▇▂ ] [ ▂▆█▃ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▇█████▄▁▁ ] [ ▂▆█▅ ] dim 0331 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▂█▃ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0333 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▂█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▃█▄ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▅█▄ ] dim 0336 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂█▄ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▆▁ ] dim 0338 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▆ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▆███▇▃ ] [ ▅█▅ ] dim 0340 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃█████▂ ] [ ▄█ ] dim 0341 μ= +0.018 σ= 0.021 zeros= 0% [ ▄███▁ ] [ ▃█▅ ] dim 0342 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ █ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▇█ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▇█▂ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▇█▃ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▇▂ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▁▆█▃ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▅█ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▆█▃ ] dim 0351 μ= +0.019 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▆ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▆ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▃██▃ ] dim 0354 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▆████▆▂▁ ] [ █▇ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▄▇█▂ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ ▇█▂ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▁█ ] dim 0358 μ= -0.002 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂█▇ ] dim 0359 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▇▁ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▄█▇▁ ] dim 0361 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂ ] [ ▄█ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▅█▅ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂█▇▂ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▆▂ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▂ ] dim 0366 μ= -0.022 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ █ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▆█ ] dim 0368 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ █▇ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▅██▅▁ ] [ ▄█▁ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▆█▇▂ ] dim 0371 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▁▆█▅ ] dim 0372 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▄█████▂▁ ] [ ▆█▄ ] dim 0373 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▆▃▁ ] [ ▂█▃ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▂▇█ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▆ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁▆█▃ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▅█▃ ] dim 0378 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▃ ] dim 0379 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▁ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁█ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▁██▂ ] dim 0382 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▃▇███▇▄▁ ] [ ▂█▇▁ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▅█▂ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ █▇ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ █▇ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▅▇█▄ ] dim 0388 μ= +0.013 σ= 0.045 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▃█▆ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▅ ] dim 0390 μ= +0.025 σ= 0.027 zeros= 0% [ ▁▅███▇▁ ] [ ▆█▇ ] dim 0391 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂ ] [ ▄█▄ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▃ ] dim 0393 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▃█ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▁▇█▄ ] dim 0395 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▅ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁█▂ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▇█▆▂ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▂▅█████▅▁▁ ] [ █▃ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▄██▇▁ ] dim 0400 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ ▆█▅ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▃ ] dim 0402 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁████▃ ] [ ▂█▃ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▆█▃ ] dim 0405 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▆█ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▃██▅▁ ] [ ▇█ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▄██▄ ] [ ▃█▃ ] dim 0408 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▇ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▄█▃ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▄ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▆▁ ] dim 0412 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▄█████▅▁ ] [ ▁█▇ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▇▁ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▂████▂ ] [ ▆█ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▂▇█▄ ] dim 0416 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▅█████▄▁ ] [ ▂█▆ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▅ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▆█▇ ] dim 0420 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▃█████▅▂ ] [ ▄█▄ ] dim 0421 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄███▅▂ ] [ ▂██▁ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ██▁ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▄██▇▂ ] [ ▅██▂ ] dim 0425 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▃█████▆▂ ] [ █ ] dim 0426 μ= +0.018 σ= 0.012 zeros= 0% [ ██▃ ] [ ▄█▄ ] dim 0427 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▆████▃▁ ] [ ▁▇█▄ ] dim 0428 μ= +0.019 σ= 0.035 zeros= 0% [ ▂▃█████▃▁ ] [ █▅ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁█▇ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▆█▁ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0432 μ= +0.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.017 zeros= 0% [ ▁▆██▂ ] [ ▃▆█▄ ] dim 0436 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▄████▆▂ ] [ ▂▇█▂ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▄████▃▁ ] [ ▅█▃ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▆███▆▂ ] [ ▄█▆ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▂▆█▆ ] dim 0441 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ █▇ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ █▇ ] dim 0443 μ= -0.009 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▅██▄▂ ] dim 0444 μ= +0.017 σ= 0.043 zeros= 0% [ ▁▃██████▅▃▁ ] [ █▄ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▃ ] dim 0446 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▂▆███▅▁ ] [ ▃█▄ ] dim 0447 μ= +0.022 σ= 0.025 zeros= 0% [ ▁▄███▃▁ ] [ ▂█▆ ] dim 0448 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▆███▇▃▁ ] [ ▇█ ] dim 0449 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▁█▃ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▁█▅ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄██▁ ] dim 0452 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▇█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ █ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▁▅▆█▅▁ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▂▅██████▄▁ ] [ ▄█▅ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂████▇▄▁ ] [ ▁▇█▂ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▃ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ █▆ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▆█▁ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▄█ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▁█▅ ] dim 0462 μ= -0.015 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁▅█▅▁ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▃▅█▅▂ ] dim 0464 μ= -0.019 σ= 0.041 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▆█ ] dim 0465 μ= -0.008 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▂▆█▅▁ ] dim 0466 μ= -0.004 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃█▃ ] dim 0467 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▁█▅ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▂███▃▁ ] [ ▄█▃ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ █▁ ] dim 0470 μ= -0.017 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▃█ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ██▄ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ █▁ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ██ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂▇█▇▁ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▇ ] dim 0476 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▅█ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▄██▆▁ ] [ ▆█▂ ] dim 0478 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃█▅ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▇▂ ] dim 0480 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0481 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▃██ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▂ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▅▁ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█ ] dim 0485 μ= +0.015 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▅█▆ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▇█▁ ] dim 0487 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▁▇█▇▃ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▃▆█████▇▃▁▁ ] [ ▆█▂ ] dim 0489 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▃██▂ ] dim 0490 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▁█ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ▂█▇▁ ] dim 0492 μ= -0.009 σ= 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.028 zeros= 0% [ ▁▅███▇▂ ] [ █ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▆██▁ ] [ █▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▁▅█▄ ] dim 0498 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▃▄████▇▃▁ ] [ ▁█▅ ] dim 0499 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄███▇▃▁ ] [ ▂▇▇█▂ ] dim 0500 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▂▅█████▅▁▁ ] [ ▄█ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▁ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▆█▇ ] dim 0503 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▁█ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ██▂ ] [ ▄█▁ ] dim 0505 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▁█▇ ] dim 0506 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▇ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▆█▃ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▃ ] dim 0509 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▃ ] dim 0510 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▆██▃ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▂█▅ ] dim 0512 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▄█▆ ] [ ▃█▇▂ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▄▂ ] [ ▆█ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▂ ] dim 0516 μ= +0.026 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▂▄█▄ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▁█▅ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█▄ ] dim 0519 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▂█▇▂ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▇█▅ ] dim 0521 μ= +0.021 σ= 0.032 zeros= 0% [ ▃████▇▃▁ ] [ ██▁ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ██▂ ] dim 0524 μ= +0.014 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▃█▄ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▆ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▄█▅ ] dim 0528 μ= -0.038 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ ▁▇█▃ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0530 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▁█▅ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▃ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ ▅█ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█▆ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁▆█▇▃ ] dim 0535 μ= -0.017 σ= 0.039 zeros= 0% [ ▁▁▅█████▅▂▁ ] [ ▅█ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▃█▅ ] dim 0537 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▆████▃▁ ] [ ▂█▅ ] dim 0538 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▅█▆▂ ] dim 0539 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▇█▄ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▃█▃ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▂▆███▄▁ ] [ ▆█▂ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▁▅█▅ ] dim 0543 μ= +0.018 σ= 0.038 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▁█▃ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ █▁ ] dim 0545 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▄█▆▁ ] dim 0546 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ █▅ ] dim 0547 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▁█▄ ] dim 0548 μ= -0.033 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▁▇█▂ ] dim 0549 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄██▃ ] dim 0550 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃▇████▇▄▁ ] [ █▄ ] dim 0551 μ= +0.009 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▇█▂ ] dim 0552 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▃ ] dim 0553 μ= -0.005 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▄█ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▇█▄ ] dim 0555 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▇▂ ] dim 0556 μ= -0.013 σ= 0.034 zeros= 0% [ ▃▆████▄▁ ] [ ▅█▁ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂█▇ ] dim 0558 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▇▄ ] dim 0559 μ= -0.009 σ= 0.042 zeros= 0% [ ▂▄█████▇▄▂ ] [ ▂▇█▅▁ ] dim 0560 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁▆█▆ ] dim 0561 μ= -0.022 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▂ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▂█▇ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▄ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▁ ] dim 0565 μ= -0.021 σ= 0.023 zeros= 0% [ ▄███▃ ] [ ▂█▇ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂▁ ] [ █ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▇█▁ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▆ ] dim 0569 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▆█ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▄█▆ ] dim 0571 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ █▂ ] dim 0572 μ= +0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▅█ ] dim 0573 μ= -0.003 σ= 0.021 zeros= 0% [ ▄███▂ ] [ █▆ ] dim 0574 μ= -0.010 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▂▆█▆ ] dim 0575 μ= +0.003 σ= 0.043 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ██▁ ] dim 0576 μ= +0.015 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▂ ] dim 0577 μ= -0.002 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▇▁ ] dim 0578 μ= -0.013 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▁██ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁▇█▃ ] dim 0580 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▄ ] dim 0581 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▂ ] dim 0582 μ= +0.024 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▄█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▅█▆ ] dim 0584 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▆███▇▃▁ ] [ ▁▅██▅ ] dim 0585 μ= -0.033 σ= 0.050 zeros= 0% [ ▁▁▃▆██████▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0497, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▂█▂ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▆█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▇▁ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▂█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▄█▆▁ ] dim 0590 μ= +0.007 σ= 0.033 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.025 zeros= 0% [ ▃████▂ ] [ ▃█▃ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▆█▂ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▃█▆ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ █ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ▅█▆ ] dim 0600 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ █▆ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▃ ] dim 0603 μ= -0.023 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▅ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▂██▃ ] dim 0605 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ █▆ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▆█▅ ] dim 0607 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁▅█▅ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ ▃█▅ ] dim 0609 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▄████▃▁ ] [ ▅█▁ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▅█▂ ] dim 0611 μ= -0.002 σ= 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.009 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▅█▁ ] dim 0616 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▆▁ ] dim 0617 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▄ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █▇ ] dim 0619 μ= -0.009 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▅█▂ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▃ ] dim 0621 μ= -0.040 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃██▂ ] dim 0622 μ= -0.009 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ ▂█▇ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▆█ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▅█▄ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▇▂ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▁▃█████▅▃▁ ] [ ▆█▂ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃█▃ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▄██▁ ] dim 0629 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▅ ] dim 0631 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ █▅ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▂█▃ ] dim 0633 μ= -0.018 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ██ ] dim 0634 μ= -0.010 σ= 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.022 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▃▇█▃ ] dim 0639 μ= +0.014 σ= 0.034 zeros= 0% [ ▁▅████▆▂ ] [ ▁█▂ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄▇█▄ ] dim 0641 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▄█▂ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ██ ] dim 0643 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▅ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▁▆█▃ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▄██▂ ] dim 0646 μ= +0.009 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▁ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█▆ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▇▂ ] dim 0649 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂▇█▁ ] dim 0650 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▆ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▃██▁ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ ▄█▇▁ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▆████▃▁ ] [ ▆█ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▃█▃ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▃ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▂███▄▁ ] [ ▃██▄ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ▂█ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▇█▄ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▃████▆▂ ] [ ▅█▆▂ ] dim 0660 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▃█▁ ] dim 0661 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▅█▆▄ ] dim 0663 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▂█████▆▃▁ ] [ ▆█▅ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▃▆███▇▂ ] [ ▄█▇▂ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▆████▅▂▁ ] [ ▃█▄ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▄█▇▄ ] dim 0667 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▁▄▇████▅▂▁ ] [ █▄ ] dim 0668 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▆██▂ ] [ ▆█▅ ] dim 0669 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █▇ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁█▆ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▂█▇ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▁█▆ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▁███▅▁ ] [ ▅█▃ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▄ ] dim 0675 μ= +0.018 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▅ ] dim 0676 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂▇█▅ ] dim 0677 μ= +0.019 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ ▇█ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▆█▃ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ █▄ ] dim 0680 μ= +0.006 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▅█▂ ] dim 0681 μ= +0.038 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ █▅ ] dim 0682 μ= -0.014 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▃█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▇█ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▂████▂▁ ] [ ▃██▅ ] dim 0686 μ= -0.025 σ= 0.042 zeros= 0% [ ▁▁▃▆█████▄▂▁ ] [ ▇█▄ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▆▁ ] dim 0688 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁█▆ ] dim 0689 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █▄ ] dim 0690 μ= +0.009 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▁▆█▄ ] dim 0691 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▃ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▃▇███▆▂ ] [ ▂█▅▁ ] dim 0693 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▆████▄▁ ] [ █▇ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▇ ] dim 0695 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▆███▇▃ ] [ █▇ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▂▇██▆▁ ] [ ▅█▅ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▆█▃ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▆█▂ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▂█▇▃ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅████▄▂ ] [ ▆█▂ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▃ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▃█ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▃█▆▁ ] dim 0705 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▅██▁ ] [ █ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃█▇▂ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▁ ] dim 0709 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▂▆█▅ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▂▅█████▄▁▁ ] [ ▄█▇▄ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▂█▅ ] dim 0712 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▇█▂ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▃▇███▄ ] [ ▃██▃ ] dim 0714 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▆████▆▂ ] [ ▄█ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█ ] dim 0716 μ= +0.013 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▂█▇▁ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▃█ ] dim 0718 μ= -0.025 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▅█▆ ] dim 0719 μ= +0.041 σ= 0.036 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ▇█▅ ] dim 0720 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▅ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▅█ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▄█▅▁ ] dim 0723 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂██▂ ] dim 0724 μ= +0.012 σ= 0.034 zeros= 0% [ ▂▆████▆▂ ] [ ▁█▃ ] dim 0725 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█▇▆ ] dim 0726 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▃▇█████▃▁ ] [ ██ ] dim 0727 μ= -0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▃ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂█▆ ] dim 0729 μ= +0.009 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▁█▄ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▆█▆ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▃██ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▁█▅ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁█▃ ] dim 0735 μ= -0.015 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▄█▄ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▃▇███▅▂ ] [ ▂█▇▆▃ ] dim 0738 μ= +0.023 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▁█▂ ] dim 0739 μ= -0.018 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃██▆ ] dim 0740 μ= +0.015 σ= 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.031 zeros= 0% [ ▁▃▇███▅▂ ] [ █▇ ] dim 0749 μ= -0.010 σ= 0.023 zeros= 0% [ ▁███▆▁ ] [ ▂▆█▅ ] dim 0750 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▃▅█████▃▁ ] [ ▅█▆ ] dim 0751 μ= +0.002 σ= 0.032 zeros= 0% [ ▃▇████▂ ] [ ▃█▃ ] dim 0752 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0753 μ= -0.007 σ= 0.023 zeros= 0% [ ▂▆███▂ ] [ █▁ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▂██ ] [ ▅█ ] dim 0755 μ= -0.006 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▇█ ] dim 0756 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▄█▃ ] dim 0757 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃▇█▄ ] dim 0758 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▇████▇▂ ] [ ▂▆█▅▁ ] dim 0759 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▅█████▄▁ ] [ █▆ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁██▁ ] [ ▄▇█▃ ] dim 0761 μ= +0.015 σ= 0.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.011 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▁▅█▃ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▄▂ ] [ ██ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▆█▂ ] dim 0769 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▇█▄ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ █▆ ] dim 0771 μ= -0.011 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▆█ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▂█▇ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅██▄ ] dim 0774 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▅█ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▅▁ ] dim 0776 μ= +0.007 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▅▁ ] dim 0777 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ██ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▆█▁ ] dim 0779 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▅█▂ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ █▇ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ █▃ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▃█▃ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 0784 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▄█▁ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0786 μ= +0.021 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▂█▂ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃█▅ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▄███▇▁ ] [ ▆█▂ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂▇█▄ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▂▅████▇▂ ] [ █▇ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂█▇▄ ] dim 0792 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▄████▆▂▁ ] [ ▇█▁ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅█▃ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▇█ ] dim 0796 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▁██ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▄█▄ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▄█▃ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▆▆█▃ ] dim 0800 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▇█ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▆█▁ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ █▅ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃▇█▅ ] dim 0804 μ= +0.017 σ= 0.035 zeros= 0% [ ▂▄████▇▃▁ ] [ █ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▄█▁ ] [ ▆█▂ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▄▆█▅ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▃█▃ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅███▇▂▁ ] [ ██ ] dim 0809 μ= +0.013 σ= 0.018 zeros= 0% [ ▄██▅ ] [ ▃█▇ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▃██▃ ] dim 0811 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▆ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▇████▂▁ ] [ ▂█▆ ] dim 0813 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▆█ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▂ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▁ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▆█ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▅█▇▁ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▇▃ ] dim 0819 μ= +0.034 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▄ ] dim 0820 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁█▃ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▆█ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▃██▃ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▇█▁ ] dim 0824 μ= -0.008 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▃█▂ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▁██▄ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ █▅ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▆██▃ ] [ ▆█▂ ] dim 0828 μ= -0.024 σ= 0.030 zeros= 0% [ ▃▇███▅▁ ] [ ▂▆█▃ ] dim 0829 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▁▆█▆▁ ] dim 0830 μ= -0.001 σ= 0.039 zeros= 0% [ ▂▆█████▄▂ ] [ █ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂█▆ ] dim 0832 μ= -0.014 σ= 0.026 zeros= 0% [ ▃███▆▂ ] [ ▄█▃ ] dim 0833 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▆███▅▂ ] [ ▁▇█▆ ] dim 0834 μ= -0.001 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ██▂ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▂█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▆ ] dim 0837 μ= +0.027 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ██ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▂██ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃███▇▃ ] [ ▆█▃ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ █▇ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▁▄█▆ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃████▇▃ ] [ █▅ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▂█▅ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▃██▁ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▃ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▅ ] dim 0847 μ= +0.024 σ= 0.032 zeros= 0% [ ▃▆███▇▃▁ ] [ ██▅ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▃████▇▂ ] [ ▂▆█▄ ] dim 0849 μ= +0.037 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▁ ] dim 0850 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█▅ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▃██▄ ] dim 0852 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ▅█▁ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▅ ] dim 0854 μ= +0.012 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▁ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▁██ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█▅ ] dim 0857 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄███▇▂▁ ] [ ▁▆█▃ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▂█▂ ] dim 0859 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▄█▅ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁█▂ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▂▆█▃ ] dim 0862 μ= -0.024 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▇█ ] dim 0863 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▇███▁ ] [ ▁█▅ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▃█▂ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▄█▃ ] dim 0866 μ= -0.021 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █▅ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▄ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▂ ] dim 0869 μ= -0.037 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▇█▄ ] dim 0870 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▁▅█▆▁ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃█████▅▁ ] [ ▄█▇▂ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁██▂ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃██▃ ] dim 0874 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▆█ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▇█ ] dim 0876 μ= +0.013 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▅█ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ██ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃▆█▄ ] dim 0879 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▂█▇▃ ] dim 0880 μ= +0.032 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ █▄ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▁▇█▆▁ ] dim 0882 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▅ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▄ ] dim 0884 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ █▃ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█▆ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▂ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▄ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▄█▇ ] dim 0889 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▂ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▅ ] dim 0891 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▅███▇▁ ] [ █▇ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▁██▄ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▄████▇▃ ] [ ▆█▂ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃▇█▆▂ ] dim 0895 μ= +0.001 σ= 0.045 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▆█▄ ] dim 0896 μ= +0.037 σ= 0.032 zeros= 0% [ ▁▄▇███▅▂ ] [ ▇█ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂█▅ ] dim 0898 μ= -0.034 σ= 0.026 zeros= 0% [ ▄███▇▂ ] [ ▁█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▂█▆ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▂▇█▂ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▅ ] dim 0902 μ= +0.020 σ= 0.029 zeros= 0% [ ▁▂▇███▆▁ ] [ ▁▅█▄ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁█▅ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂▅█▅▁ ] dim 0905 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▆█▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ █▃ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▇█▁ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▁▄██▇▂ ] dim 0910 μ= -0.006 σ= 0.048 zeros= 0% [ ▁▁▂▅██████▇▂▁ ] -> OUTLIER_SPREAD: this_std=0.0481, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▆█▄ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █▃ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▅█ ] dim 0913 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▁█▇ ] dim 0914 μ= +0.012 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃█▆ ] dim 0915 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂▇█▄ ] dim 0916 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▄████▄▂ ] [ ██ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▂▆█▄ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█▆ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ █▇ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▃██▃ ] dim 0921 μ= +0.031 σ= 0.034 zeros= 0% [ ▁▂▅████▄▂ ] [ ▇█▁ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▇█ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▃ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▇▃ ] dim 0925 μ= -0.031 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ██ ] dim 0926 μ= +0.034 σ= 0.026 zeros= 0% [ ▂████▃ ] [ █▆ ] dim 0927 μ= +0.009 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▄█▄ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▂ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ██ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▅▂ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▅████▅▂ ] [ █▁ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▅██▁ ] [ █▁ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▁█▇▆ ] dim 0934 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█▁ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▅█▂ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▅█▇▂ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▆ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▂ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▃ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▄▇█▇▁ ] dim 0942 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ █▆ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▁▅█▂ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▄█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▁██▃ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▅ ] dim 0947 μ= -0.011 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▇█ ] dim 0948 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▇▁ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▂ ] dim 0950 μ= +0.023 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▁█▆ ] dim 0951 μ= +0.007 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▄ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▇█▃ ] dim 0953 μ= -0.005 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▁██▃ ] dim 0954 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇▃ ] dim 0955 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ██ ] dim 0956 μ= -0.008 σ= 0.018 zeros= 0% [ ▅██▆ ] [ ▁█ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▁█▇ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0959 μ= +0.000 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▅█▃ ] dim 0960 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▅███▁ ] [ ▅█ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▂█▇ ] dim 0963 μ= -0.013 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▄██▁ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▄█▆▁ ] dim 0965 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▄▇█▅ ] dim 0966 μ= +0.013 σ= 0.043 zeros= 0% [ ▂▃██████▃▂▁ ] [ █▇ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ █▆ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁▇█▅ ] dim 0969 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇▃ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅▇█▅▂ ] dim 0971 μ= +0.014 σ= 0.049 zeros= 0% [ ▁▃▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0486, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▄▆█▂ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▂█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ █ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ██▆ ] [ ▄█ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ ▁▇█▁ ] dim 0976 μ= -0.009 σ= 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.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ██▃ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▄█▄ ] dim 0982 μ= +0.002 σ= 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.025 zeros= 0% [ ▃████▂ ] [ ▁▅█▇▂ ] dim 0986 μ= +0.021 σ= 0.037 zeros= 0% [ ▂▄█████▃▁ ] [ ▁▅█▇▂ ] dim 0987 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▆█▅ ] dim 0989 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▁▆█▅ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▃█▄ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃▆█▂ ] dim 0993 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▅█▅ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▆▁ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▇████▃▂ ] [ █▃ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ █▅ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▇█ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▁ ] dim 0999 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▇█▅ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▄ ] dim 1001 μ= +0.001 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ █▅ ] dim 1002 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆█▂ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▂█▇ ] dim 1005 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁██ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▄████▃▁ ] [ ▂█▆ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ ▆█▂ ] dim 1008 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ █▆ ] dim 1009 μ= +0.010 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▅ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█▃ ] dim 1011 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▄ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▄█▂ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▅█▃ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▄▁ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▅█▃ ] [ ▄█ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▁ ] [ █▆ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁█▇ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▃██▂ ] dim 1019 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▇█ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▂█▇ ] dim 1021 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▅█▆▁ ] dim 1022 μ= +0.005 σ= 0.034 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.4s smell: 200/2000 ( 10%) 0.6s smell: 300/2000 ( 15%) 0.9s smell: 400/2000 ( 20%) 1.1s smell: 500/2000 ( 25%) 1.4s smell: 600/2000 ( 30%) 2.1s smell: 700/2000 ( 35%) 2.2s smell: 800/2000 ( 40%) 2.6s smell: 900/2000 ( 45%) 2.9s smell: 1000/2000 ( 50%) 3.0s smell: 1100/2000 ( 55%) 3.3s smell: 1200/2000 ( 60%) 3.5s smell: 1300/2000 ( 65%) 3.8s smell: 1400/2000 ( 70%) 4.2s smell: 1500/2000 ( 75%) 4.4s smell: 1600/2000 ( 80%) 4.7s smell: 1700/2000 ( 85%) 5.0s smell: 1800/2000 ( 90%) 5.3s smell: 1900/2000 ( 95%) 5.5s smell: 2000/2000 (100%) 5.7s smell: 2 degenerate dim(s) found in 5.8s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▃▆█▇▃ ] dim 0585 μ= -0.034 σ= 0.051 zeros= 0% [ ▁▂▄▆███████▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0511, mean_std=0.0265, +3.5sigma vs threshold=3.0sigma [ ▄▇█▇▅▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▁▂▅▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▇█▄ ] dim 0000 μ= +0.003 σ= 0.023 zeros= 0% [ ▂▇███▃▁ ] [ ▂▇█▃ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▆▁ ] dim 0002 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃▇████▄▂ ] [ ▅█▄ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▃▇███▅▂ ] [ ▁▇█▃ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▇▂ ] dim 0005 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▇█ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▃█▃ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▅█ ] dim 0008 μ= -0.017 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▁▆█▇ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂████▇▂▁ ] [ ▄█▇▂ ] dim 0010 μ= +0.013 σ= 0.032 zeros= 0% [ ▃▇████▅▂ ] [ ▂▇█▆▃ ] dim 0011 μ= -0.011 σ= 0.036 zeros= 0% [ ▂▅█████▆▂ ] [ █▄ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁███▃▁ ] [ ▂█▅ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▆█▄▁ ] dim 0014 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▅█ ] dim 0015 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂██▂ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▅██▄ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ ▂▇█▇▅ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▁▇█▆ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▇ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▃ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▄███▄▁ ] [ ▄██▅ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▂▆████▇▄▂ ] [ ▃▆█▆▆▁ ] dim 0023 μ= -0.007 σ= 0.046 zeros= 0% [ ▁▁▄███████▆▃▁ ] [ ▅█▆▁ ] dim 0024 μ= -0.006 σ= 0.033 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.029 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▁██▃ ] dim 0029 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▂█▅ ] dim 0030 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▁ ] dim 0031 μ= -0.014 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▅█▆▁ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▄▇████▄▂▁ ] [ ▃█▆ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▁█▆ ] dim 0034 μ= -0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▆█▆ ] dim 0035 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▄█████▅▁ ] [ ▇█ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▅███▁ ] [ ▄█▅ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ █▇ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▆▂ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▂▄████▄▁ ] [ ▄█▆▃ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▃█ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁▇█▃ ] dim 0042 μ= -0.016 σ= 0.027 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.031 zeros= 0% [ ▁▄▇███▆▂ ] [ ▂▆█▆▂ ] dim 0048 μ= +0.008 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▃▁▁ ] [ ▅█▄ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▆▁ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▁▆████▃▁ ] [ ▁▇█▄ ] dim 0051 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃████▄▂ ] [ ▂█ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ █▆ ] dim 0053 μ= -0.004 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █▄ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▇█▁ ] dim 0055 μ= +0.018 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▁▆█▃ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▂▄████▅▂ ] [ ▄▇█▂ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█▆▂ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▄█▆▁ ] dim 0059 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂▇████▃▁ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▆█▇ ] [ ▁▇█▄ ] dim 0061 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▁▇█▆ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ ▁█▇▁ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄████▃ ] [ ▃█▅ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▂ ] dim 0065 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▂▇███▆▁ ] [ ▂█▃ ] dim 0066 μ= +0.010 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▄██▃ ] dim 0067 μ= -0.005 σ= 0.037 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▃█▅ ] dim 0068 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ █▆ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▄█▄ ] dim 0070 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▅ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▃▇████▃▁ ] [ █▅ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▁█ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▆▁ ] [ ▆█▄ ] dim 0074 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▇ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▇█ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▂▆█▇▃ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ █▇ ] dim 0078 μ= +0.015 σ= 0.021 zeros= 0% [ ▂███▇▂ ] [ ▅█▅ ] dim 0079 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▁█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁███▁ ] [ ▄█▅ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▄██▃ ] dim 0082 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▃█▇ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▄████▂ ] [ ▄█▆▂ ] dim 0084 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▂█▇▁ ] dim 0085 μ= -0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂▇█▅ ] dim 0086 μ= -0.017 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▃█▅ ] dim 0087 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▄ ] dim 0088 μ= -0.011 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▁▇█▄ ] dim 0089 μ= +0.022 σ= 0.032 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃▆█▆▁ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▅ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▄██▄ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▃▇████▆▁▁ ] [ ▅▇█▂ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▁██▄ ] dim 0094 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ █ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▆█▇▁ ] [ ▅█▄ ] dim 0096 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▇ ] dim 0097 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▅█▃ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▆ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▆█▂ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁█▇ ] dim 0101 μ= -0.023 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃█▅ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▃ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄██ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▅ ] dim 0105 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂▆███▆▂ ] [ ▆█▇ ] dim 0106 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▇████▃▁ ] [ █▇ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▇▆▁ ] dim 0108 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂█▃ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▅█▄ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▃█ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▃ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▃█ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁▅█▇▄ ] dim 0114 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▃█████▆▃▁ ] [ ▂▆█▅ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ ▂█▂ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁▇██▃ ] [ ▁▆█▄ ] dim 0118 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▄█▆ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▃██▅▂ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▂█▆ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ██ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▅██▅▁ ] [ ▇█▃ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▁ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▅███▂ ] [ ▃▆█▅ ] dim 0125 μ= -0.003 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▅▂▁ ] [ ▅█ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▃███▁ ] [ ▅█ ] dim 0127 μ= -0.018 σ= 0.023 zeros= 0% [ ▁▇███▂▁ ] [ ▁▇█▄ ] dim 0128 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▁▅██▃ ] dim 0129 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▃█▄ ] dim 0130 μ= -0.029 σ= 0.022 zeros= 0% [ ▄███▅▁ ] [ ▂█▇▃ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▂ ] dim 0132 μ= +0.005 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ █▁ ] dim 0133 μ= +0.009 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ ▅█▃ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▇▅ ] dim 0135 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▁▆█▆▂ ] dim 0136 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▃██▂ ] dim 0137 μ= -0.022 σ= 0.029 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▆▂ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▃ ] dim 0139 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▄ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▃ ] dim 0141 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █▁ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▁▇█▃ ] dim 0143 μ= +0.001 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▁▅█▅ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▆█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▃█▆▂ ] dim 0146 μ= +0.016 σ= 0.032 zeros= 0% [ ▂▆████▆▂▁ ] [ ▅█▆ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ █▇ ] dim 0148 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▆██▅ ] [ ▆█▄ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁▅█▇▂ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▄█████▅▂ ] [ ▄█▇▃ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▃▁ ] [ ▂█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▄█▅▁ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▄██▂ ] dim 0154 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃█████▅▂ ] [ █ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▅▇█▃ ] dim 0156 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▃█▅ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ █▆ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▃█▆▃ ] dim 0159 μ= -0.003 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▂██▁ ] dim 0160 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▇▂ ] dim 0161 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁▁ ] [ ▂█▇ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▆█▂ ] dim 0163 μ= +0.002 σ= 0.025 zeros= 0% [ ▃▇███▄▁ ] [ ▂██▁ ] dim 0164 μ= +0.033 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▃ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▇▂ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▄█████▅▂ ] [ █▄ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▇██▃ ] [ ▂█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▆█▂ ] dim 0169 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▁▇█▅ ] dim 0170 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▅█▆ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▇ ] dim 0172 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▃███▆▂ ] [ █▆ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▂ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁▇█▅ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█ ] dim 0176 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▇███▂ ] [ ▅█▆ ] dim 0177 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▆███▇▃ ] [ ▄█▂ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃▇█▃ ] dim 0179 μ= -0.021 σ= 0.031 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▅ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▇▂ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▄ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▁▆█▆▅▁ ] dim 0183 μ= -0.003 σ= 0.043 zeros= 0% [ ▁▂▆██████▅▂▁ ] [ ▅█▆▁ ] dim 0184 μ= +0.007 σ= 0.034 zeros= 0% [ ▂▅█████▅▁ ] [ ▁▆█▃ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▄████▅▂▁ ] [ █▆ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▅█▁ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁███▇▁ ] [ ▄██▅▁ ] dim 0189 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▄██████▄▂▁ ] [ ▂▆██▃ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▄█████▆▂ ] [ ▄█▅▂ ] dim 0191 μ= -0.005 σ= 0.036 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▂█▇▁ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▃ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▂▅████▆▃▁ ] [ ▅█▅ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█▄ ] dim 0195 μ= +0.027 σ= 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.019 σ= 0.032 zeros= 0% [ ▁▆████▆▂ ] [ ▅█▄ ] dim 0200 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▄████▇▂ ] [ █▂ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▆█▁ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▃█▅ ] dim 0203 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▄██▄ ] dim 0204 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▂█▆ ] dim 0205 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▆▁ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▁█▃ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▅█ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ █▁ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂█▇▄ ] dim 0211 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅██▄ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▁█▇▁ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅██▄ ] dim 0214 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▆▂▁ ] [ ▃██▃ ] dim 0215 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▇ ] dim 0216 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆████▂ ] [ ▂▆█▄ ] dim 0217 μ= +0.002 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▇█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▅█▅ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁▆█▅ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▃████▆▂ ] [ ▂█▅ ] dim 0221 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▁██▁ ] dim 0222 μ= -0.002 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▄█▄ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▆███▅▁ ] [ ▃▆█▃ ] dim 0224 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▄█▇ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█▃ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁▆█▅ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▇▆▂ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▃██████▅▂ ] [ ▅█▄ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▆███▄ ] [ ▂█▂ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▇█▁ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▅ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▅ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▁▇█▆ ] dim 0234 μ= +0.041 σ= 0.031 zeros= 0% [ ▁▅████▆▃ ] [ ▅█▁ ] dim 0235 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂▇█▅▂ ] dim 0236 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▄▆█████▄▂▁ ] [ ▃█▅ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▅ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂▇█▂ ] dim 0239 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▁██ ] dim 0240 μ= +0.015 σ= 0.024 zeros= 0% [ ▃███▇▃▁ ] [ ▁▅█▅▁ ] dim 0241 μ= +0.026 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▇█▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ █▅ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▅▁ ] [ ▅█▇▂ ] dim 0244 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃▇█▆ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▅████▇▃▁ ] [ ▅█ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▄▇█▄ ] dim 0247 μ= -0.036 σ= 0.035 zeros= 0% [ ▂▆████▆▃▁▁ ] [ ▁▅██▂ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▃██▃ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▇█▁ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ▃█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▂██▅▁ ] [ ▂█▆ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▆█▃ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▇█▄ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂██▇▂ ] dim 0255 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▄█▇▆▃ ] dim 0256 μ= -0.014 σ= 0.045 zeros= 0% [ ▁▂▄██████▆▄▁▁ ] [ ▁██▄ ] dim 0257 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▅████▅▁ ] [ ▅█▄ ] dim 0258 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃▇███▄▂ ] [ ▄█ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▇▅ ] dim 0260 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃▆████▇▂ ] [ ▇█ ] dim 0261 μ= -0.019 σ= 0.016 zeros= 0% [ ▄██▅▁ ] [ █▂ ] dim 0262 μ= +0.029 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▁█▂ ] dim 0263 μ= -0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▇█▅ ] dim 0264 μ= -0.014 σ= 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.018 zeros= 0% [ ▂███▃ ] [ ▄▆█▆▁ ] dim 0268 μ= +0.024 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▁▇█▄ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▇▄ ] dim 0270 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▃█▆ ] dim 0271 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▅███▇▂▁ ] [ ▂█▄ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▃█▅▂ ] dim 0273 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁▅█▄ ] dim 0274 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁▇█▃ ] dim 0275 μ= +0.021 σ= 0.027 zeros= 0% [ ▃████▄▂ ] [ ▄█▆ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▅ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▇███▆▂▁ ] [ ▂█▄ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▂▆█▄ ] dim 0279 μ= +0.020 σ= 0.033 zeros= 0% [ ▂▅████▇▃ ] [ ▃█▃ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃█ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▅█▇ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▄ ] dim 0284 μ= -0.053 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁▆█▆▁ ] dim 0285 μ= +0.008 σ= 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.044 zeros= 0% [ ▁▁▄███████▃▁▁ ] [ ▃█▄ ] dim 0289 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▇▂ ] dim 0290 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▄▇████▆▂ ] [ ▂█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ██▅ ] dim 0292 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▅█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▅███▁ ] [ ▃█▆▁ ] dim 0294 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▆█▂ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ █▇ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▃█▆ ] dim 0298 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▃ ] dim 0299 μ= +0.002 σ= 0.026 zeros= 0% [ ▃▇███▄▁ ] [ ▂▇█▂ ] dim 0300 μ= -0.023 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▄ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▆▂ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▅█ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▁█▇▃ ] dim 0304 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▅████▆▁ ] [ ▅█▅ ] dim 0305 μ= +0.025 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ ▄█▇▄ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▄█████▆▂▁ ] [ █▂ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▆▂ ] dim 0308 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▂▄▇████▅▃▁ ] [ ▁▇█▆ ] dim 0309 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ██ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁██▁ ] [ █ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ██▆ ] [ ▃█▇▆▁ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▃▇█████▂▁ ] [ ▄█▁ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▄██▇▃ ] dim 0314 μ= +0.002 σ= 0.047 zeros= 0% [ ▁▂▅██████▆▄▂▁ ] [ █▇ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▂▆███▂ ] [ ▁█▅ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▄ ] dim 0317 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▃████▇▃ ] [ █ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▄█▆ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▃ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▅ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅▇█▃ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▄██▄ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ██ ] dim 0324 μ= -0.022 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▂▇█▇▃ ] dim 0325 μ= +0.010 σ= 0.036 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▃██ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ █▆ ] dim 0327 μ= -0.024 σ= 0.019 zeros= 0% [ ▁▇██▅ ] [ █ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▇█▃ ] [ ▁▇█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▇▂ ] [ ▄█▆▃ ] dim 0330 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▁▄▇████▇▄▂ ] [ ▄█▇▄ ] dim 0331 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▄▇████▇▄▁ ] [ ▅█ ] dim 0332 μ= +0.023 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▃██▃ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▇█ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▅█▁ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▂▅███▃▁ ] [ ▄██▅ ] dim 0336 μ= -0.002 σ= 0.033 zeros= 0% [ ▃▆████▇▂▁ ] [ ▅█▃ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▆ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▇████▂▁ ] [ ▁▆█▅ ] dim 0339 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▂▇█▄ ] dim 0340 μ= -0.000 σ= 0.032 zeros= 0% [ ▂▅████▅▃ ] [ ██▁ ] dim 0341 μ= +0.018 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▇█▃ ] dim 0342 μ= -0.016 σ= 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.031 zeros= 0% [ ▁▂▆████▄▂ ] [ ▆█▆▃ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃█████▅▂ ] [ ▄█▆▁ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▂▇████▄▁ ] [ █▅ ] dim 0350 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▆██▅ ] [ ▂▇█▁ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▅ ] dim 0352 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▆█▃ ] dim 0353 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▄█▆▂ ] dim 0354 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▂█▃ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▄███▃▁ ] [ ▂█▅▁ ] dim 0356 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂██▂ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▅█▅ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▁▅███▆▂ ] [ ▃█▆ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▅███▇▂▁ ] [ ▁██▆▁ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▇█████▄▂▁ ] [ █▄ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▁██▅ ] dim 0363 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂█▄ ] dim 0364 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▅███▇▃▁ ] [ ▅██▂ ] dim 0365 μ= +0.031 σ= 0.030 zeros= 0% [ ▁▂▆████▅▁ ] [ █▇ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▁█▆ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ █▆ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0370 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▇███▁ ] [ ▂▆█▅ ] dim 0371 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▅█████▃▂ ] [ ▃▆█▅ ] dim 0372 μ= +0.021 σ= 0.034 zeros= 0% [ ▂▆█████▃▁ ] [ ▄█▇▄ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃█▄ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▂ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▁█▇ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▁▇█▂ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▄ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▁█▆ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▅█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄█▅▁ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▇█▇▁ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▂▅█████▄▁ ] [ ▄█▆ ] dim 0384 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▅███▇▃ ] [ ▇█▃ ] dim 0385 μ= +0.020 σ= 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.043 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▃█▄ ] dim 0389 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▅ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▂▅███▆▁ ] [ ▁▆█▃ ] dim 0391 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▁▄████▆▂ ] [ ▆█▃ ] dim 0392 μ= +0.020 σ= 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.015 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄█ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▃██▅▁ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▁▃▇█████▅▂▁ ] [ ▂█ ] dim 0399 μ= -0.014 σ= 0.017 zeros= 0% [ ▂██▇▂ ] [ ▅██▄ ] dim 0400 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▄▇████▇▄▁ ] [ █▇▃ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▇█▁ ] dim 0402 μ= +0.000 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▂█▇ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▆█▂ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▃▇█▂ ] dim 0405 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ █▆ ] dim 0406 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▇██▄▁ ] [ █▅ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▆█▃ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▄ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▇█▃ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▃ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▂▆█▅▁ ] dim 0412 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▆ ] dim 0413 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▆ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▅ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▇▄ ] dim 0416 μ= -0.002 σ= 0.040 zeros= 0% [ ▂▄▇████▇▄▂ ] [ ▄█▄ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▂ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ █▆ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▄██▃ ] [ ▁▇█▄ ] dim 0420 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█▂ ] dim 0421 μ= -0.017 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▄█▆▁ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▅ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ █▇ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▁▆█▅▁ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▅█ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▁▇█▅▁ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▂▇█▄ ] dim 0428 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▂▆████▇▃▂ ] [ █▃ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▃█▄ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▄█▇▁ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▄ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁▆█▆▁ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▇█▂ ] dim 0434 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▅▁ ] [ ▂█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▂▅██▄ ] dim 0436 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃█▆▂ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂██▁ ] dim 0438 μ= -0.002 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▁█▇▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▇█▅ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▆▁ ] [ ▄▆█▄ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █▅ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▁█▂ ] dim 0443 μ= -0.011 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂▅█▇▅▁ ] dim 0444 μ= +0.015 σ= 0.043 zeros= 0% [ ▁▂▆██████▄▂▁ ] [ ▄█▂ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▂██▂ ] dim 0446 μ= +0.017 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▇█▃ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▅ ] dim 0448 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ █▅ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▂█▃ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▄ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ █▄ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▆█ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▃██▄ ] [ ▂▆▆█▄ ] dim 0455 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▃▆█████▇▄▂▁ ] [ ▂▇█▄ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄█▇▁ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▃▆█▃ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▆████▄▂ ] [ ▃█▃ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▅ ] dim 0460 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ █▃ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▆█▄ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▂▆█▄ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▅██▄▁ ] dim 0464 μ= -0.019 σ= 0.043 zeros= 0% [ ▁▂▅▇█████▆▃▁ ] [ ▃██ ] dim 0465 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ ▇██▇ ] dim 0466 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▂▄██████▃▁ ] [ ▆█▁ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▂ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▃██▃ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▅████▅▁ ] [ ▅█ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▅█ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▃█▇▂ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂██ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▄▇█▅ ] dim 0475 μ= -0.000 σ= 0.039 zeros= 0% [ ▁▄▇█████▅▂ ] [ ▃█▃ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ █▇ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▆▁ ] [ ▁█▇ ] dim 0478 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▆ ] dim 0479 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ▆██▁ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▂█████▄▂ ] [ ▇█▁ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▆██ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▄█▄ ] dim 0484 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃▅█████▄▁ ] [ █▇ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▄██▃ ] [ ▅█▃ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▃▇████▂▁ ] [ ▁██▁ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▃████▂▁ ] [ ▄▇█▆▄ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▂▄▇██████▄▂▁ ] [ ▃█▇ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄████▂ ] [ ▆█▆▁ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▃█████▃▂ ] [ ▅█ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▅█▆ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▂▇███▆▂▁ ] [ █▄ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▇██▄▁ ] [ ▅█▁ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▇█▄ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ █ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▅█▁ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▅██▅▂ ] dim 0498 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▃▄██████▄▁ ] [ ▅█▆ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▃█████▃▁ ] [ ▄▆█▇▁ ] dim 0500 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▁▄▆█████▄▂ ] [ █▃ ] dim 0501 μ= -0.006 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▆█▂ ] dim 0502 μ= +0.020 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ ▂██▄ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▇▂▁ ] [ █▅ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▂██▁ ] [ ▇█ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▃█▅ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▄█▃ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▆▁ ] dim 0508 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂▁ ] [ █▆▁ ] dim 0509 μ= -0.001 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▃█▇ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▅███▇▃▁ ] [ ▁▇█▆▂ ] dim 0511 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▇█▅ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▁██▄ ] [ ▄█▇▃ ] dim 0514 μ= +0.013 σ= 0.033 zeros= 0% [ ▃▆████▄▂▁ ] [ ▄█▄ ] dim 0515 μ= -0.030 σ= 0.026 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.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0520 μ= +0.012 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▂▆█▅ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▁█▆ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▆█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▂█▄▁ ] dim 0524 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▁ ] dim 0525 μ= -0.007 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▅█▃ ] dim 0526 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇ ] dim 0527 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ ▃▇█▃ ] dim 0528 μ= -0.038 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▆ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▄ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▂ ] dim 0531 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▇▂ ] dim 0532 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▂▅████▅▁ ] [ █▆ ] dim 0533 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▂▆█▃ ] dim 0534 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▄██▆▂ ] dim 0535 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ █▆ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▂██▅ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▄█████▃▁ ] [ ▄█▅ ] dim 0538 μ= +0.029 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▂▆█▅ ] dim 0539 μ= +0.002 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▄██▂ ] dim 0540 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▁▇█▁ ] dim 0541 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄██▂ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃▆████▅▁ ] [ ▂▆█▄ ] dim 0543 μ= +0.016 σ= 0.037 zeros= 0% [ ▂▄▇████▆▃▁ ] [ ▃█▃ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▅███▄▁ ] [ ▇█ ] dim 0545 μ= -0.020 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▃▇█▄ ] dim 0546 μ= -0.018 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄█▃ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▁ ] dim 0548 μ= -0.035 σ= 0.023 zeros= 0% [ ▂▅███▃▁ ] [ ▃█▆ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▇▄ ] dim 0550 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▂ ] [ ▁█▁ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄██▂ ] dim 0552 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇▂ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ █▇ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▅██▇▁ ] [ ▅█▇▂ ] dim 0555 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▃██▅ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▂▅█████▄▁ ] [ █▇ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▆▂ ] [ ▃█▆ ] dim 0558 μ= +0.010 σ= 0.025 zeros= 0% [ ▂▅███▇▂ ] [ ▃▇█▇▃ ] dim 0559 μ= -0.009 σ= 0.042 zeros= 0% [ ▁▁▂▆██████▃▂ ] [ ▅██▆ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▄▇████▇▄▁ ] [ ▅▇█▄ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▆█ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃█▆ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▂█▂ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▃███▃ ] [ ██ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▄█▃ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▄█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂██▁ ] dim 0568 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▆█▄ ] dim 0569 μ= -0.017 σ= 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.004 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ █▂ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅▆█▅▁ ] dim 0575 μ= +0.003 σ= 0.044 zeros= 0% [ ▂▅▇█████▇▃▂ ] [ ▂█▇▁ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁██▃ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▄ ] dim 0578 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█▅ ] dim 0579 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▂██▃ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▅█▂ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▄█▂ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▄███▂ ] [ █▄ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▂██▆ ] dim 0584 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▄████▇▃▁ ] [ ▁▃▆█▇▃ ] dim 0585 μ= -0.034 σ= 0.051 zeros= 0% [ ▁▂▄▆███████▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0511, mean_std=0.0265, +3.5sigma vs threshold=3.0sigma [ ▅█▁ ] dim 0586 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ █▄ ] dim 0587 μ= -0.007 σ= 0.016 zeros= 0% [ ▁███▃ ] [ ▅█▅ ] dim 0588 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▁▇█▄ ] dim 0590 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ █▇ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▁█▇ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▃▇█▄ ] dim 0593 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▂▇████▇▂▁ ] [ ▃██▃ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▁▃▅████▇▄▁ ] [ ▄█▆ ] dim 0595 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▃ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▆▂ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0598 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃▇███▅▂ ] [ ▁█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▃▆█▄ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▂▆█████▃▂ ] [ █▅ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▃█▁ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁▆█▁ ] dim 0603 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▁▆█▃ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▇▂ ] dim 0605 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▂▅████▄▁ ] [ █▅ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▃██▃ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▄▇█▃ ] dim 0608 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▆█▆ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ██ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▂▆███▁ ] [ ▇█▁ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▇█▇▃ ] dim 0612 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▃█ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▄█▅ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ █▃ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▁█▆ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃████▂▁ ] [ ▁▆█▅ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▃ ] dim 0618 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▂▆███▅▁ ] [ █▃ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁█▆▂ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ██ ] dim 0621 μ= -0.040 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▇██▄ ] dim 0622 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▄ ] dim 0623 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ █▆ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▁██▂ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▃▇█▆ ] dim 0626 μ= -0.016 σ= 0.039 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ ▁▇█▁ ] dim 0627 μ= +0.017 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▃▇█▄ ] dim 0628 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▅█▄ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄▇████▃▁ ] [ ▂██▃ ] dim 0630 μ= -0.021 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂▆█▄ ] dim 0631 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▃ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▄███▄ ] [ ▆█▂ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁█▂ ] dim 0634 μ= -0.008 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▁▅█▇▅ ] dim 0635 μ= -0.020 σ= 0.038 zeros= 0% [ ▁▄██████▄▂ ] [ █▆ ] dim 0636 μ= -0.004 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▃██ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▂▅████▄▁ ] [ █▇ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▄██▄ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂ ] [ ▆█▂ ] dim 0640 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▆██▃ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▁▃▅█████▇▃▁ ] [ ▇█▂ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ █▅ ] dim 0643 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▁█▇▄ ] dim 0644 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▆▂ ] dim 0645 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█▇ ] dim 0646 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁█▆ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▅ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▂▆██▁ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▄█████▅▁ ] [ ▅██▂ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃▇████▄▂ ] [ ▄█▄ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▄█▅▁ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁██▆ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ █▇ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ██▃ ] dim 0655 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▇███▄▁ ] [ ▄█▁ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▇▃ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▇█ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▃██▃ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▄████▅▂ ] [ ▃█▇▆▁ ] dim 0660 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▆█████▅▂ ] [ ██ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▃████▃ ] [ ▅█ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▂▆█▆▃ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▁▆█▃ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▆▁ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▇█▃ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▄ ] [ ▁▅█▅▃ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▂█▂ ] dim 0668 μ= +0.006 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃▆█▃ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▅ ] dim 0671 μ= +0.030 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▄ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▅███▆▁ ] [ ▄█▄ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▂ ] dim 0674 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▁▆█▃ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▆█▃ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▅█▇▄ ] dim 0677 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▂█▄ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▂ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▂ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█▂ ] dim 0681 μ= +0.040 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▃ ] dim 0682 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▂██▅ ] dim 0683 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▅████▆▂▁ ] [ ▇█ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▄██▆▁ ] [ ▄█▅ ] dim 0685 μ= +0.012 σ= 0.027 zeros= 0% [ ▁▅███▇▃▁ ] [ ▁▄█▇▄ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▂▄██████▃▂▁ ] [ ▃█▇▁ ] dim 0687 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃▆█▆ ] dim 0688 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▅█▃ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █▂ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂██▅ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▂██▂ ] dim 0692 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▁▆█▅ ] dim 0693 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▄████▇▄▁ ] [ ▂█▅ ] dim 0694 μ= +0.011 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▆█▃ ] dim 0695 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▃▇███▅▁ ] [ ▂█▅ ] dim 0696 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▁▇█▄ ] dim 0697 μ= -0.018 σ= 0.032 zeros= 0% [ ▂▅████▆▃ ] [ ██ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▅██▅ ] [ ▂█▇▂ ] dim 0699 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▂ ] dim 0700 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄████▄ ] [ ▅█▅▁ ] dim 0701 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▇ ] dim 0702 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▃ ] dim 0703 μ= +0.002 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▆█▆▁ ] dim 0705 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▆█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄█▆ ] dim 0708 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▇█▁ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▃▆█▅ ] dim 0710 μ= +0.000 σ= 0.039 zeros= 0% [ ▁▁▄▇█████▄▂ ] [ ▁▅█▅▃ ] dim 0711 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▅█▃ ] dim 0712 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▄▇█▁ ] dim 0713 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▇▃ ] dim 0714 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▃█████▅▃▁ ] [ ██ ] dim 0715 μ= +0.018 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▃█▆ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▇▃▁ ] [ █▅ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▁▆█▅ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▇▃ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▅████▆▃ ] [ ▇█▂ ] dim 0721 μ= -0.017 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ █▇ ] dim 0722 μ= -0.005 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▃██▅ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▂▆█████▃▁ ] [ ▅██▂ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▁▆██▅ ] dim 0726 μ= -0.005 σ= 0.039 zeros= 0% [ ▂▅██████▄▁ ] [ ▃█▅ ] dim 0727 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▇█ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▄ ] dim 0729 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▃ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▅ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▇█▅ ] dim 0732 μ= +0.007 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▃ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▃ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 0735 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▁█▄ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▂██▁ ] dim 0737 μ= -0.022 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▄██▄▃ ] dim 0738 μ= +0.025 σ= 0.043 zeros= 0% [ ▁▄██████▆▄▁ ] [ ▅█ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄██▄ ] dim 0740 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▃█▅ ] dim 0741 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▁▆█▆ ] dim 0742 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄████▇▃ ] [ ▇█ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▁██▄ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▄████▇▃ ] [ ▁▇█▁ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▃████▂ ] [ █▄ ] dim 0746 μ= -0.007 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▄█▇ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▂▅████▅▁ ] [ ▃██▂ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ ▄█▄ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆██▄ ] dim 0750 μ= -0.004 σ= 0.038 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▁▆█▅ ] dim 0751 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁▇█▃ ] dim 0752 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▅ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▃███▆▂ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▆█▄ ] [ █▆ ] dim 0755 μ= -0.006 σ= 0.018 zeros= 0% [ ▁███▄ ] [ ▃█▇▁ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ██▃ ] dim 0757 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▅█▇▂ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▁▄▇████▄▂ ] [ ▃██▅▁ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▃█▆ ] [ ▆██▅ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▅██▁ ] dim 0762 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃██▁ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▄████▃▁ ] [ ▃█▆ ] dim 0764 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ █▃ ] dim 0765 μ= +0.013 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▆ ] dim 0766 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▃▆█▂ ] dim 0767 μ= +0.016 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▃ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▁▇█▂ ] dim 0769 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂██ ] dim 0770 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▁▅████▄▁ ] [ ▃█▅ ] dim 0771 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ █▆ ] dim 0772 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▆█▄ ] dim 0773 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▂▆███▆▃▁ ] [ ▁▇█▇▃ ] dim 0774 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▁██ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▇▂ ] [ ▁▅█▅ ] dim 0776 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▃▇█▅ ] dim 0777 μ= -0.017 σ= 0.032 zeros= 0% [ ▂▅████▇▃ ] [ █▅ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▂█▇ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▃███▇▃ ] [ ▁█▇ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▄████▂ ] [ ▂█▃ ] dim 0781 μ= -0.011 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▁█▃ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ██▃ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ ▂█▇▁ ] dim 0784 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█ ] dim 0785 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▁▆█▄ ] dim 0786 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▁ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0788 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂██▂ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▆█▇▃ ] dim 0790 μ= -0.025 σ= 0.036 zeros= 0% [ ▁▄▇████▆▂▁ ] [ █▂ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃▇█▃ ] dim 0792 μ= +0.018 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▂█▆ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▆█▁ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▇ ] dim 0795 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▄███▇▂▁ ] [ ▁█▇ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▄ ] dim 0797 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▁▆█▂ ] dim 0798 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇▁ ] dim 0799 μ= -0.041 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▄█▆▁ ] dim 0800 μ= +0.030 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▂█▆ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▃███▆▂ ] [ █▁ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▄█▇▄ ] dim 0804 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▂█████▇▂▁ ] [ █▆ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁██ ] [ ▂█▆ ] dim 0806 μ= -0.026 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆██▅ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▁▄██████▄▂▁ ] [ ▅█▃ ] dim 0808 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂▁ ] [ █▄ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▅█▆ ] dim 0810 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▇▂ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▁▅█▄ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▅ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▆▁ ] [ █▇ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▁ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ █▇ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▅██▄ ] [ ▁▇█▅ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▅██▂ ] dim 0819 μ= +0.033 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃ ] [ ▂▆█▄ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▄████▇▄▁ ] [ ▅█▂ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁█▅ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▁▅█▆ ] dim 0823 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▇ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅████▂▁ ] [ ▇█▂ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▇▂ ] dim 0826 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▂ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▅█▇▂ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▆▃ ] dim 0829 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▁▄▇████▅▂▁ ] [ ▃█▆▅ ] dim 0830 μ= +0.000 σ= 0.037 zeros= 0% [ ▁▃▇████▇▄▂ ] [ ▆█ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▆█▄ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▇▃ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▅████▄▂▁ ] [ ▃▆█▄ ] dim 0834 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▂█▆ ] dim 0835 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ █▅ ] dim 0838 μ= +0.013 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▃█▃ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▄██▃ ] dim 0840 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▅ ] dim 0841 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▆███▇▂▁ ] [ ▃██▃ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ █▁ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▄█▃ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▅ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▂██▁ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▂▇█▄ ] dim 0847 μ= +0.022 σ= 0.032 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂█▇▄ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▄████▅▂ ] [ ▂█▇▂ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▂▆████▆▁ ] [ ▆█ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▄█▅ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▆▇█▄ ] dim 0852 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ██ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▅ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▄███▅▂ ] [ ▄█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃█▆ ] dim 0856 μ= +0.011 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▄ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▇▂ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ██▂ ] dim 0859 μ= -0.000 σ= 0.022 zeros= 0% [ ▁████▂ ] [ ▂▇█▄ ] dim 0860 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▅████▆▃▁ ] [ ▄█ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▆█▇▃ ] dim 0862 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▄█████▇▂▁ ] [ ▃█▇ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▃█▃ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▅███▆▂ ] [ ▇█▁ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▇███▃ ] [ ▁▆█▁ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▂█▃ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▂ ] dim 0868 μ= +0.003 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▇█ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▄██▆▁ ] [ ▄▇█▄ ] dim 0870 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆████▅▁ ] [ ▂██▆ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▁▇█▆▂ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▂▆█████▃▂▁ ] [ ▂█▅ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▅██▃ ] dim 0874 μ= +0.015 σ= 0.037 zeros= 0% [ ▂▃██████▃▁ ] [ █▄ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▅██▂ ] [ █▄ ] dim 0876 μ= +0.012 σ= 0.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.031 σ= 0.033 zeros= 0% [ ▁▃▇████▅▁ ] [ ▆█ ] dim 0881 μ= -0.038 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ▁▆█▅ ] dim 0882 μ= +0.005 σ= 0.034 zeros= 0% [ ▂▄████▇▃▂ ] [ ▇█▄ ] dim 0883 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▇▂ ] dim 0884 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▁ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▆█▃ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▂▇███▅▂ ] [ ▃█ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▃█▂ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▁▆█▄ ] dim 0889 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ██ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▁████▂ ] [ ▁▆█▄ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ █▄ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▅██▂ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▃█▇ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▅█▇▅▁ ] dim 0895 μ= -0.000 σ= 0.044 zeros= 0% [ ▁▂▅██████▆▃▁▁ ] [ ▃▇█▅ ] dim 0896 μ= +0.038 σ= 0.033 zeros= 0% [ ▂▆████▇▃ ] [ ▁█▅ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▆█▄ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▃████▅▂ ] [ ▇█ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▇█▆ ] dim 0900 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▂▇███▇▂ ] [ ▄█▆▂ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▇█▄ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▄██▃ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▅█▃ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂▅█▅ ] dim 0905 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▁▆█▃ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▂ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▂█▇ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▃███▆▂ ] [ ▆█▄ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▂████▅▁ ] [ ▄▇█▇▅▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▁▂▅▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▁▇█▂ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▆█▁ ] dim 0912 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▂█▇ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃█▆ ] dim 0914 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▂▇███▆▂▁ ] [ ▄█▇▁ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂█▅ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▆▃ ] dim 0918 μ= -0.004 σ= 0.035 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.006 σ= 0.028 zeros= 0% [ ▂▄████▃▁ ] [ ▂█▆ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▃███▅▁ ] [ ▅█▂ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▇█▅ ] dim 0925 μ= -0.033 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▇▂ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▇▅ ] dim 0928 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▁██ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▃████▃ ] [ ▁█▅ ] dim 0930 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▁▆█▅▁ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ █ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▆▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▇█▇ ] [ ▃██▄ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▃█▆ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▇█ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▂▇███▁ ] [ ▅█▅▁ ] dim 0938 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▄ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▃▆███▅▁ ] [ ▃█▇▁ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▁▇█▂ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▅██▇▁ ] dim 0942 μ= +0.016 σ= 0.043 zeros= 0% [ ▁▁▂▅██████▅▂▁ ] [ ▂█▃ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▃██▃ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▆████▅▁ ] [ █▇ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▂█▆▁ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▂▄████▃▁ ] [ ▃█▃ ] dim 0947 μ= -0.013 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▆ ] dim 0948 μ= +0.014 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▆█▅ ] dim 0949 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▄▇████▃▁ ] [ ▅█▂ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▄█▄ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃██▅ ] dim 0952 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▇▁ ] dim 0953 μ= -0.006 σ= 0.026 zeros= 0% [ ▂▄████▃ ] [ ▄█▇▂ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅▁ ] dim 0955 μ= +0.013 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ █▄ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▆█ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▁█▃ ] dim 0958 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▃ ] dim 0959 μ= +0.001 σ= 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.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁██▆ ] dim 0964 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▅████▇▄▁ ] [ ▄▇█▆ ] dim 0965 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃▆█▆▄ ] dim 0966 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▃▆██████▄▂▁ ] [ ▃█▂ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ █▁ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂▇█▃ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▁▄█▆▃ ] dim 0970 μ= +0.008 σ= 0.039 zeros= 0% [ ▃▆█████▄▂▁ ] [ ▂▄█▇▄▁ ] dim 0971 μ= +0.015 σ= 0.047 zeros= 0% [ ▂▃▆██████▅▃▁▁ ] [ ▅█▇▁ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ██ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ █▆ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▃██▄ ] [ █▇ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▂█▄ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▆▂ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▂▆█▃ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▇█ ] dim 0979 μ= -0.002 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█▅ ] dim 0980 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▁▆█▁ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▃ ] dim 0982 μ= +0.003 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ██ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▂▇███▁ ] [ ▇█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▅██▄ ] [ ▄█▆ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▅████▃ ] [ ▃▆█▅ ] dim 0986 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄▇█▅ ] dim 0987 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▄█ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▃██▄ ] dim 0989 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▄██▂ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ██ ] dim 0991 μ= -0.002 σ= 0.016 zeros= 0% [ ▅██▄ ] [ ▆█▂ ] dim 0992 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▄██▂ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▁▆█▃ ] dim 0994 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▂▆█▄ ] dim 0995 μ= -0.016 σ= 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.023 zeros= 0% [ ▂███▇▂ ] [ ▁██▁ ] dim 0999 μ= +0.017 σ= 0.024 zeros= 0% [ ▃████▃▁ ] [ ▂▇█▄ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▁▅████▆▂▁ ] [ ▂▇█▅ ] dim 1001 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▃ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▇█ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▂██ ] dim 1004 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▇▃ ] [ ▄█▄ ] dim 1005 μ= +0.011 σ= 0.028 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.009 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▄ ] dim 1010 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▆████▇▂ ] [ ▄█▅▃ ] dim 1011 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▆█▄ ] dim 1012 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▆█ ] dim 1013 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ ▃▇█▁ ] dim 1014 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▇█ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ██ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▇█▅ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▅█▇▁ ] dim 1019 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▆ ] dim 1020 μ= -0.004 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▃█▆ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▂▆█▆ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ██▆ ] dim 1023 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.30.00.15.31/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.211s][info][jfr,startup] Started recording 1. [0.211s][info][jfr,startup] [0.211s][info][jfr,startup] Use jcmd 2086842 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1013406971435359 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 Apr 30, 2026 1:31:54 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 126 segments, 13 merges 147.0s _16p: 8 segs, 635.5 K docs, 2859.0 MB 105.5s _18c: 8 segs, 111.8 K docs, 501.3 MB 59.6s _19y: 8 segs, 79.7 K docs, 357.0 MB 56.6s _1a3: 8 segs, 120.2 K docs, 538.8 MB 45.7s _1ak: 8 segs, 184.2 K docs, 827.2 MB 40.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 34.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 30.1s _1b7: 8 segs, 41.2 K docs, 184.0 MB 24.9s _1bf: 8 segs, 75.3 K docs, 337.0 MB 19.8s _1bo: 8 segs, 40.4 K docs, 180.5 MB 14.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 8.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 3.5s _1ce: 9 segs, 44.8 K docs, 200.0 MB 5.0 sec: 119 segments, 13 merges 152.0s _16p: 8 segs, 635.5 K docs, 2859.0 MB 110.5s _18c: 8 segs, 111.8 K docs, 501.3 MB 61.6s _1a3: 8 segs, 120.2 K docs, 538.8 MB 50.7s _1ak: 8 segs, 184.2 K docs, 827.2 MB 45.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 39.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 35.1s _1b7: 8 segs, 41.2 K docs, 184.0 MB 29.9s _1bf: 8 segs, 75.3 K docs, 337.0 MB 24.8s _1bo: 8 segs, 40.4 K docs, 180.5 MB 19.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 13.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 8.5s _1ce: 9 segs, 44.8 K docs, 200.0 MB 3.4s _1cf: 8 segs, 31.3 K docs, 139.6 MB 10.0 sec: 112 segments, 12 merges 157.0s _16p: 8 segs, 635.5 K docs, 2859.0 MB 115.5s _18c: 8 segs, 111.8 K docs, 501.3 MB 66.6s _1a3: 8 segs, 120.2 K docs, 538.8 MB 55.7s _1ak: 8 segs, 184.2 K docs, 827.2 MB 50.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 44.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 34.9s _1bf: 8 segs, 75.3 K docs, 337.0 MB 29.8s _1bo: 8 segs, 40.4 K docs, 180.5 MB 24.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 18.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 13.5s _1ce: 9 segs, 44.8 K docs, 200.0 MB 8.4s _1cf: 8 segs, 31.3 K docs, 139.6 MB 15.0 sec: 98 segments, 10 merges 162.0s _16p: 8 segs, 635.5 K docs, 2859.0 MB 71.6s _1a3: 8 segs, 120.2 K docs, 538.8 MB 60.7s _1ak: 8 segs, 184.2 K docs, 827.2 MB 55.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 49.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 39.9s _1bf: 8 segs, 75.3 K docs, 337.0 MB 29.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 23.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 18.6s _1ce: 9 segs, 44.8 K docs, 200.0 MB 13.4s _1cf: 8 segs, 31.3 K docs, 139.6 MB 20.0 sec: 84 segments, 8 merges 65.7s _1ak: 8 segs, 184.2 K docs, 827.2 MB 60.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 54.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 44.9s _1bf: 8 segs, 75.3 K docs, 337.0 MB 34.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 28.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 23.6s _1ce: 9 segs, 44.8 K docs, 200.0 MB 18.4s _1cf: 8 segs, 31.3 K docs, 139.6 MB 25.0 sec: 63 segments, 6 merges 65.5s _1ar: 8 segs, 183.7 K docs, 824.8 MB 59.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 39.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 33.9s _1c4: 8 segs, 41.2 K docs, 183.8 MB 28.6s _1ce: 9 segs, 44.8 K docs, 200.0 MB 0.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 30.0 sec: 41 segments, 4 merges 64.9s _1az: 8 segs, 187.7 K docs, 842.7 MB 44.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 5.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 1.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 35.0 sec: 34 segments, 3 merges 49.8s _1bw: 8 segs, 179.3 K docs, 805.1 MB 10.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 6.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 40.0 sec: 27 segments, 2 merges 15.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 11.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 45.1 sec: 27 segments, 2 merges 20.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 16.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 50.1 sec: 27 segments, 2 merges 25.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 21.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 55.1 sec: 27 segments, 2 merges 30.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 26.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 60.1 sec: 27 segments, 2 merges 35.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 31.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 65.1 sec: 27 segments, 2 merges 40.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 36.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 70.1 sec: 27 segments, 2 merges 45.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 41.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 75.1 sec: 27 segments, 2 merges 51.0s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 46.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 80.1 sec: 27 segments, 2 merges 56.0s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 51.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 85.1 sec: 27 segments, 2 merges 61.0s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 56.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 90.1 sec: 27 segments, 2 merges 66.0s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 61.0s _1ch: 8 segs, 553.3 K docs, 2487.1 MB 95.1 sec: 20 segments, 1 merges 70.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 100.1 sec: 20 segments, 1 merges 75.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 105.1 sec: 20 segments, 1 merges 80.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 110.1 sec: 20 segments, 1 merges 85.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 115.1 sec: 20 segments, 1 merges 90.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 120.1 sec: 20 segments, 1 merges 95.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 125.1 sec: 20 segments, 1 merges 100.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 130.1 sec: 20 segments, 1 merges 105.9s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB 135.1 sec: 20 segments, 1 merges 111.0s _1cg: 3 segs, 1108.4 K docs, 4991.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 976 seconds reindex takes 976.58 sec index has 18 segments: segments_2: _97(11.0.0):C985367 _7z(11.0.0):C274792 _1cg(11.0.0):C1108406 _ks(11.0.0):C982913 _j0(11.0.0):C347673 _s1(11.0.0):C507790 _11n(11.0.0):C725363 _wj(11.0.0):C313453 _16p(11.0.0):C635531 _15r(11.0.0):C275106 _13v(11.0.0):C195505 _12k(11.0.0):C328569 _1ak(11.0.0):C184228 _1az(11.0.0):C187659 _1ch(11.0.0):C553316 _1ar(11.0.0):C183717 _1bw(11.0.0):C179328 _1cf(11.0.0):C31284 _97: 4440.4 MB _7z: 1237.0 MB _1cg: 4995.7 MB _ks: 4429.4 MB _j0: 1565.5 MB _s1: 2287.0 MB _11n: 3267.8 MB _wj: 1411.3 MB _16p: 2862.7 MB _15r: 1238.5 MB _13v: 879.9 MB _12k: 1479.3 MB _1ak: 829.1 MB _1az: 844.5 MB _1ch: 2492.1 MB _1ar: 826.8 MB _1bw: 807.0 MB _1cf: 140.4 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36034.39 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=58499963189 cpu@end=72707133621 deltaMS=14207.170432 thread 14 name=Reference Handler cpu@start=2246553 cpu@end=2246553 deltaMS=0.0 thread 15 name=Finalizer cpu@start=160526 cpu@end=160526 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=52774 cpu@end=52774 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3255636 cpu@end=3255636 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=15545820193 cpu@end=15569616172 deltaMS=23.795979 thread 42 name=JFR Periodic Tasks cpu@start=70155620027 cpu@end=70837657322 deltaMS=682.037295 thread 45 name=Notification Thread cpu@start=122709 cpu@end=122709 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1056701794311 cpu@end=1056701794311 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1057204963548 cpu@end=1057204963548 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1056122885840 cpu@end=1056122885840 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1064455757365 cpu@end=1064455757365 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1057579201015 cpu@end=1057579201015 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1055414147767 cpu@end=1055414147767 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1054805580551 cpu@end=1054805580551 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1056169319972 cpu@end=1056169319972 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1057902350277 cpu@end=1057902350277 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1056655191948 cpu@end=1056655191948 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1059253564435 cpu@end=1059253564435 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1054850627657 cpu@end=1054850627657 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1056616000747 cpu@end=1056616000747 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1057659652438 cpu@end=1057659652438 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1056579656859 cpu@end=1056579656859 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1058484936143 cpu@end=1058484936143 deltaMS=0.0 Average CPU cores used: 1.0487803974266594 completed 1000 searches in 14219 ms: 70 QPS CPU time=14912 ms checking results SUMMARY: 0.898 14.219 14.912 1.049 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 69116 976.58 8191.88 0.00 18 36034.39 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 985367 documents Graph level=3 size=52, Fanout min=3, mean=8.50, max=15, meandelta=79689.61 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 11 15 Graph level=2 size=886, Fanout min=7, mean=22.74, max=32, meandelta=39431.27 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 31 32 32 Graph level=1 size=30091, Fanout min=2, mean=28.04, max=32, meandelta=32096.82 % 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=985367, Fanout min=1, mean=39.56, max=64, meandelta=23062.75 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=52, connectedness=1.00 Graph level=2 size=886, connectedness=1.00 Graph level=1 size=30091, connectedness=1.00 Graph level=0 size=985367, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 274792 documents Graph level=3 size=8, Fanout min=2, mean=3.50, max=6, meandelta=54109.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 4 5 6 Graph level=2 size=254, Fanout min=4, mean=16.25, max=32, meandelta=14740.99 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 16 17 19 21 23 32 Graph level=1 size=8649, Fanout min=8, mean=27.47, max=32, meandelta=9109.17 % 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=274792, Fanout min=1, mean=39.46, max=64, meandelta=6466.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=8, connectedness=1.00 Graph level=2 size=254, connectedness=1.00 Graph level=1 size=8649, connectedness=1.00 Graph level=0 size=274792, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1108406 documents Graph level=3 size=39, Fanout min=3, mean=6.87, max=13, meandelta=82164.59 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 5 6 7 7 8 8 9 13 Graph level=2 size=869, Fanout min=8, mean=23.11, max=32, meandelta=44356.41 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 28 31 32 32 Graph level=1 size=33959, Fanout min=2, mean=28.14, max=32, meandelta=36265.94 % 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=1108406, Fanout min=1, mean=39.55, max=64, meandelta=25941.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=39, connectedness=1.00 Graph level=2 size=869, connectedness=1.00 Graph level=1 size=33959, connectedness=1.00 Graph level=0 size=1108406, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 982913 documents Graph level=3 size=47, Fanout min=3, mean=8.30, max=14, meandelta=90414.46 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 11 12 14 Graph level=2 size=892, Fanout min=8, mean=23.00, max=32, meandelta=38632.78 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 28 32 32 32 Graph level=1 size=30048, Fanout min=3, mean=28.02, max=32, meandelta=32031.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=982913, Fanout min=1, mean=39.58, max=64, meandelta=22995.19 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=47, connectedness=1.00 Graph level=2 size=892, connectedness=1.00 Graph level=1 size=30048, connectedness=1.00 Graph level=0 size=982913, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 347673 documents Graph level=3 size=20, Fanout min=3, mean=5.50, max=11, meandelta=32534.55 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 6 6 6 8 11 Graph level=2 size=261, Fanout min=6, mean=16.48, max=32, meandelta=17141.06 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 17 19 21 25 32 Graph level=1 size=10485, Fanout min=8, mean=27.64, max=32, meandelta=11461.00 % 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=347673, Fanout min=1, mean=39.64, max=64, meandelta=8140.48 % 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=20, connectedness=1.00 Graph level=2 size=261, connectedness=1.00 Graph level=1 size=10485, connectedness=1.00 Graph level=0 size=347673, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 507790 documents Graph level=3 size=26, Fanout min=3, mean=5.92, max=10, meandelta=58855.09 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 6 7 8 10 Graph level=2 size=377, Fanout min=7, mean=18.97, max=32, meandelta=24095.22 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 17 18 20 21 24 28 32 Graph level=1 size=15361, Fanout min=5, mean=27.77, max=32, meandelta=16722.17 % 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=507790, Fanout min=1, mean=39.68, max=64, meandelta=11868.56 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=377, connectedness=1.00 Graph level=1 size=15361, connectedness=1.00 Graph level=0 size=507790, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 725363 documents Graph level=3 size=35, Fanout min=2, mean=7.26, max=11, meandelta=82414.13 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 8 9 10 10 11 Graph level=2 size=616, Fanout min=6, mean=21.25, max=32, meandelta=31005.41 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 25 28 32 32 Graph level=1 size=22119, Fanout min=4, mean=28.00, max=32, meandelta=23741.61 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=725363, Fanout min=1, mean=39.67, max=64, meandelta=16945.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=35, connectedness=1.00 Graph level=2 size=616, connectedness=1.00 Graph level=1 size=22119, connectedness=1.00 Graph level=0 size=725363, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 313453 documents Graph level=3 size=24, Fanout min=2, mean=5.42, max=10, meandelta=39161.45 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 8 10 Graph level=2 size=280, Fanout min=6, mean=17.21, max=32, meandelta=15041.80 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 17 18 20 22 25 32 Graph level=1 size=9597, Fanout min=7, mean=27.54, max=32, meandelta=10375.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=313453, Fanout min=1, mean=39.62, max=64, meandelta=7345.80 % 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=24, connectedness=1.00 Graph level=2 size=280, connectedness=1.00 Graph level=1 size=9597, connectedness=1.00 Graph level=0 size=313453, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 635531 documents Graph level=3 size=27, Fanout min=2, mean=6.67, max=11, meandelta=43255.39 % 0 10 20 30 40 50 60 70 80 90 100 0 2 5 6 6 6 7 8 8 9 11 Graph level=2 size=485, Fanout min=7, mean=20.29, max=32, meandelta=28135.40 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 19 21 23 26 31 32 Graph level=1 size=19321, Fanout min=3, mean=27.88, max=32, meandelta=20876.95 % 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=635531, Fanout min=1, mean=39.68, max=64, meandelta=14848.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=27, connectedness=1.00 Graph level=2 size=485, connectedness=1.00 Graph level=1 size=19321, connectedness=1.00 Graph level=0 size=635531, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 275106 documents Graph level=3 size=7, Fanout min=2, mean=3.14, max=5, meandelta=42164.59 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 4 5 Graph level=2 size=244, Fanout min=6, mean=15.91, max=30, meandelta=14634.81 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 18 21 24 30 Graph level=1 size=8575, Fanout min=8, mean=27.40, max=32, meandelta=9137.14 % 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=275106, Fanout min=1, mean=39.49, max=64, meandelta=6468.69 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=244, connectedness=1.00 Graph level=1 size=8575, connectedness=1.00 Graph level=0 size=275106, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 195505 documents Graph level=3 size=7, Fanout min=1, mean=2.29, max=4, meandelta=18026.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 4 4 Graph level=2 size=181, Fanout min=6, mean=14.55, max=32, meandelta=11360.71 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 14 15 17 18 21 32 Graph level=1 size=6057, Fanout min=7, mean=27.05, max=32, meandelta=6600.12 % 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=195505, Fanout min=1, mean=39.33, max=64, meandelta=4616.67 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=181, connectedness=1.00 Graph level=1 size=6057, connectedness=1.00 Graph level=0 size=195505, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 328569 documents Graph level=3 size=20, Fanout min=2, mean=4.90, max=8, meandelta=27385.27 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 6 6 7 8 Graph level=2 size=231, Fanout min=5, mean=16.24, max=32, meandelta=14129.17 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 19 20 23 32 Graph level=1 size=9871, Fanout min=8, mean=27.56, max=32, meandelta=10898.71 % 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=328569, Fanout min=1, mean=39.56, max=64, meandelta=7711.03 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=231, connectedness=1.00 Graph level=1 size=9871, connectedness=1.00 Graph level=0 size=328569, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 184228 documents Graph level=3 size=7, Fanout min=2, mean=3.43, max=4, meandelta=37257.13 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 4 4 4 4 4 Graph level=2 size=171, Fanout min=4, mean=13.84, max=27, meandelta=11244.86 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 15 16 18 20 27 Graph level=1 size=5770, Fanout min=7, mean=27.08, max=32, meandelta=6212.26 % 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=184228, Fanout min=1, mean=39.34, max=64, meandelta=4349.83 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=171, connectedness=1.00 Graph level=1 size=5770, connectedness=1.00 Graph level=0 size=184228, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 187659 documents Graph level=3 size=6, Fanout min=2, mean=3.67, max=5, meandelta=18999.64 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 4 4 4 4 4 5 Graph level=2 size=168, Fanout min=6, mean=14.08, max=28, meandelta=11122.83 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 15 17 18 21 28 Graph level=1 size=5816, Fanout min=8, mean=27.06, max=32, meandelta=6342.60 % 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=187659, Fanout min=1, mean=39.27, max=64, meandelta=4438.31 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=168, connectedness=1.00 Graph level=1 size=5816, connectedness=1.00 Graph level=0 size=187659, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 553316 documents Graph level=3 size=23, Fanout min=3, mean=5.57, max=9, meandelta=31298.92 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 7 8 9 Graph level=2 size=391, Fanout min=6, mean=18.70, max=32, meandelta=25793.75 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 22 24 27 32 Graph level=1 size=16810, Fanout min=6, mean=27.83, max=32, meandelta=18228.51 % 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=553316, Fanout min=1, mean=39.64, max=64, meandelta=12946.73 % 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=391, connectedness=1.00 Graph level=1 size=16810, connectedness=1.00 Graph level=0 size=553316, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 183717 documents Graph level=3 size=6, Fanout min=1, mean=2.67, max=4, meandelta=22832.81 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 3 3 3 3 3 4 Graph level=2 size=163, Fanout min=5, mean=14.29, max=28, meandelta=10683.35 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 14 15 17 18 20 28 Graph level=1 size=5702, Fanout min=7, mean=27.19, max=32, meandelta=6171.03 % 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=183717, Fanout min=1, mean=39.35, max=64, meandelta=4335.80 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=163, connectedness=1.00 Graph level=1 size=5702, connectedness=1.00 Graph level=0 size=183717, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 179328 documents Graph level=3 size=5, Fanout min=1, mean=1.60, max=2, meandelta=26560.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 2 2 2 2 2 Graph level=2 size=157, Fanout min=6, mean=13.30, max=28, meandelta=11306.88 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 11 13 14 15 17 19 28 Graph level=1 size=5574, Fanout min=9, mean=26.94, max=32, meandelta=6083.69 % 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=179328, Fanout min=1, mean=39.35, max=64, meandelta=4232.46 % 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=5, connectedness=1.00 Graph level=2 size=157, connectedness=1.00 Graph level=1 size=5574, connectedness=1.00 Graph level=0 size=179328, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 31284 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=21, Fanout min=2, mean=5.71, max=9, meandelta=3846.30 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 7 9 Graph level=1 size=955, Fanout min=8, mean=23.55, max=32, meandelta=1203.11 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 29 32 32 32 Graph level=0 size=31284, Fanout min=2, mean=37.55, max=64, meandelta=771.34 % 0 10 20 30 40 50 60 70 80 90 100 0 20 23 27 30 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=21, connectedness=1.00 Graph level=1 size=955, connectedness=1.00 Graph level=0 size=31284, 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.04.30.00.15.31/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': 34,284,888.62 msec task-clock:u 130,693,948,230,280 cycles:u (36.36%) 120,507,913,983,416 instructions:u (36.37%) 2,774,050,902,816 cache-references:u (36.36%) 1,188,526,552,961 cache-misses:u (36.36%) 43,952,341,066,080 L1-dcache-loads:u (36.36%) 1,461,686,596,993 L1-dcache-load-misses:u (36.36%) 2,571,112,114,067 L1-icache-loads:u (36.36%) 11,052,270,424 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 23,391,003 faults:u 22,673,046 minor-faults:u 3,133 major-faults:u 10,289,840,887,179 branches:u (36.36%) 86,864,893,720 branch-misses:u (36.36%) 2,044,448,382,714 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1210.771591248 seconds time elapsed 33835.076135000 seconds user 440.178772000 seconds sys took 0:20:10.799236 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', 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=14.219, net_cpu_ms=14.912, avg_cpu_core_count=1.049, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=69116, index_time_sec=976.58, index_docs_per_sec=8191.88, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=36034.39, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (0, {}), 2: (21, {0: 0, 10: 3, 20: 4, 30: 4, 40: 5, 50: 5, 60: 6, 70: 6, 80: 7, 90: 7, 100: 9}), 1: (955, {0: 0, 10: 14, 20: 17, 30: 19, 40: 21, 50: 23, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (31284, {0: 0, 10: 20, 20: 23, 30: 27, 40: 30, 50: 34, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1210, microseconds=799236)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 89 Start: 2026-04-30 05:31:54 (UTC) Duration: 1201 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 32845445 563279536 jdk.FileWrite 17622048 367519799 jdk.FileRead 8003653 182231250 jdk.ObjectAllocationInNewTLAB 60996 1214581 jdk.BooleanFlag 44144 1396117 jdk.CPULoad 22321 445787 jdk.Compilation 6353 163873 jdk.Checkpoint 5497 27761208 jdk.UnsignedIntFlag 4272 144878 jdk.IntFlag 3916 142847 jdk.StringFlag 3026 117340 jdk.ObjectAllocationOutsideTLAB 1126 20177 jdk.CPUInformation 89 133674 jdk.GCConfiguration 89 2310 jdk.JVMInformation 89 84368 jdk.Metadata 89 9836900 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.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32845444 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.75% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 24.98% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 14.54% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.61% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.14% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.35% 772048 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.75% 574302 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.11% 363873 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 1.07% 352500 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.64% 210334 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.63% 206467 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.56% 183823 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.28% 93235 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.27% 89280 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.27% 88025 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.26% 84809 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.17% 56936 sun.nio.ch.NativeThread#current0() [Native code] 0.16% 53036 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 52199 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 46356 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.13% 44097 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.12% 38640 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 35431 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 34004 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 33497 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 30164 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 28186 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 24724 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 23970 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 21795 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 20764 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.05% 17125 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 15148 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 15107 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14034 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 14028 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 13211 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.04% 11750 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 11195 org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] 0.03% 10423 knn.IndexerThread#_run():102 [JIT compiled code] 0.03% 10093 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 9665 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 8965 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 7705 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.02% 7565 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7463 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 7341 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 6574 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 6037 org.apache.lucene.search.TopScoreDocCollector#topDocsSize():179 [JIT compiled code] 0.02% 5045 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():310 [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.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32845444 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.60% 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():291 [JIT compiled code] 24.94% 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.54% 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.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.65% 871921 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.11% 693313 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():234 [JIT compiled code] 1.58% 517665 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] 1.20% 392513 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] 1.07% 351784 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% 344908 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.88% 289622 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.76% 248323 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.57% 188311 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.42% 138940 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.30% 98740 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.27% 88021 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 84778 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.24% 78643 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():392 [JIT compiled code] 0.23% 76208 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.20% 65582 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% 55150 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% 52569 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.16% 51873 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.14% 44583 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.13% 43384 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.13% 42816 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.13% 41382 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.12% 38644 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 33526 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.09% 29885 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():421 [Inlined code] 0.09% 29064 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.09% 28186 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():422 [Interpreted code] 0.08% 26998 org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 24713 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% 24475 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% 23964 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% 21795 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():422 [Interpreted code] 0.07% 21664 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 20762 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 20348 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 20146 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% 19367 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.06% 18117 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():637 [Inlined code] 0.06% 18103 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():421 [Inlined code] 0.05% 17015 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% 15649 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():193 [JIT compiled code] 0.04% 13985 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.04% 12342 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():245 [Inlined code] 0.04% 12254 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.04% 12021 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():193 [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.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 32845444 events (total: 32M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 19.98% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 19.86% 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.34% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.87% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 2.56% 841941 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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 2.41% 792848 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.68% 552066 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.24% 407082 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.12% 368211 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():422 [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.0x000000008a196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.12% 366957 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.10% 362565 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():422 [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.0x000000008a196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.06% 347800 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.95% 311348 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.60% 198328 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.58% 191951 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.53% 173764 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.52% 172352 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.52% 171177 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.50% 163394 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.48% 156922 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.47% 153809 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.42% 139027 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():422 [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.0x000000008a196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.38% 126294 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.35% 115179 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.35% 114251 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.26% 84714 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% 72386 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.22% 71526 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.21% 68853 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.21% 68036 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.20% 66213 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.18% 60634 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 59466 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():422 [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.0x000000008a196660#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% 57962 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():422 [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.0x000000008a196660#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% 55003 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.17% 54369 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.0x000000008a19e328#run() [JIT compiled code] 0.14% 47225 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.0x000000008a19e328#run() [JIT compiled code] 0.14% 44494 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.13% 43384 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.0x000000008a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.13% 41605 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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():93 [JIT compiled code] 0.12% 40989 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 38448 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():421 [Inlined code] 0.11% 37741 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.11% 36310 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 34219 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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():93 [Interpreted code] 0.10% 31549 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] 0.09% 30190 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.08% 27719 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():422 [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.0x000000008a196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 27455 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 27403 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():422 [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.0x000000008a196660#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.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62094 events (total: 445150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.52% 100229M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.50% 100175M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 18.96% 84414M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.51% 64606M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.18% 31967M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.08% 18146M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.59% 7069M java.lang.Integer#valueOf():1006 [Inlined code] 0.76% 3382M java.util.Arrays#copyOf():3478 [Inlined code] 0.66% 2924M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.65% 2881M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 2770M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.59% 2615M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.59% 2614M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.39% 1753M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.36% 1607M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.30% 1330M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 1051M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 882M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.20% 868M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 739M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 731M java.util.ArrayList#grow():240 [Inlined code] 0.16% 715M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.16% 697M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.15% 650M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.14% 602M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 555M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 540M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 474M knn.IndexerThread#_run():105 [JIT compiled code] 0.09% 418M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 405M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 373M knn.IndexerThread#_run():119 [JIT compiled code] 0.08% 351M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 344M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 340M java.util.HashMap#resize():711 [JIT compiled code] 0.08% 340M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 335M java.util.List#of():935 [Inlined code] 0.07% 317M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 296M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 258M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 249M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 211M knn.IndexerThread#_run():83 [JIT compiled code] 0.05% 209M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] 0.05% 208M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 171M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.04% 164M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 134M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 115M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 110M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62094 events (total: 445150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.96% 79938M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.90% 79663M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.04% 49128M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.94% 39783M 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.17% 31913M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.14% 31788M 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.57% 24785M 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.56% 20290M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.55% 20264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.08% 18146M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.56% 6940M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 0.71% 3145M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.59% 2615M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.59% 2614M 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():421 [Inlined code] 0.54% 2405M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.47% 2087M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] 0.39% 1753M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.34% 1503M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.30% 1323M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 1099M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1056M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.20% 882M 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% 781M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 780M 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():2212 [JIT compiled code] 0.17% 751M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.17% 739M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 731M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 715M 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.12% 541M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.12% 537M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.12% 519M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.11% 479M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.11% 474M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.10% 448M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 443M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.09% 405M 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% 399M 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% 387M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 373M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.08% 372M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 358M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 348M 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% 338M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 335M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():120 [JIT compiled code] 0.07% 332M 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():534 [JIT compiled code] 0.07% 328M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 327M 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.0x000000008a17f400#concat() [Inlined code] 0.07% 320M 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% 296M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmFalse.jfr is 1101.02 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62094 events (total: 445150M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.92% 39719M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 7.06% 31445M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.76% 25650M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.60% 24930M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 5.49% 24424M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 5.24% 23304M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.14% 22875M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 5.12% 22798M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 4.95% 22022M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.88% 21741M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.71% 16528M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 3.56% 15867M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.47% 15429M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.85% 8257M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 1.56% 6962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.56% 6940M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 1.48% 6599M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.35% 6022M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.07% 4753M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.05% 4659M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.01% 4508M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.00% 4470M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.95% 4215M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.93% 4122M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.90% 4016M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.71% 3145M 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():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.65% 2892M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.64% 2842M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.61% 2724M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.57% 2558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.56% 2513M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.56% 2496M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 2452M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.54% 2405M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.0x000000008a19e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.41% 1803M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.40% 1776M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.39% 1753M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1566M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.32% 1435M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.28% 1252M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.25% 1127M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.25% 1105M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.22% 960M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#call() [Inlined code] 0.16% 731M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.16% 715M 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.15% 658M 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():2212 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.14% 609M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.12% 530M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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% 519M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008a19bbf0#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.0x000000008a19e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 2104827 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1015163253947519 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 Apr 30, 2026 2:01:10 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 143 segments, 13 merges 135.4s _153: 8 segs, 987.8 K docs, 4444.2 MB 75.9s _181: 8 segs, 193.2 K docs, 867.3 MB 71.7s _188: 8 segs, 152.8 K docs, 685.7 MB 63.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 55.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 44.7s _19q: 11 segs, 58.7 K docs, 262.1 MB 38.3s _1a2: 11 segs, 58.6 K docs, 261.6 MB 32.3s _1ae: 11 segs, 57.1 K docs, 255.0 MB 26.1s _1ao: 11 segs, 58.7 K docs, 262.2 MB 19.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 12.9s _1bc: 11 segs, 58.2 K docs, 259.9 MB 7.0s _1bm: 10 segs, 50.9 K docs, 227.2 MB 0.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 5.0 sec: 143 segments, 13 merges 140.4s _153: 8 segs, 987.8 K docs, 4444.2 MB 80.9s _181: 8 segs, 193.2 K docs, 867.3 MB 76.7s _188: 8 segs, 152.8 K docs, 685.7 MB 68.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 60.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 49.7s _19q: 11 segs, 58.7 K docs, 262.1 MB 43.3s _1a2: 11 segs, 58.6 K docs, 261.6 MB 37.3s _1ae: 11 segs, 57.1 K docs, 255.0 MB 31.1s _1ao: 11 segs, 58.7 K docs, 262.2 MB 24.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 17.9s _1bc: 11 segs, 58.2 K docs, 259.9 MB 12.0s _1bm: 10 segs, 50.9 K docs, 227.2 MB 5.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 10.0 sec: 133 segments, 12 merges 145.4s _153: 8 segs, 987.8 K docs, 4444.2 MB 85.9s _181: 8 segs, 193.2 K docs, 867.3 MB 81.7s _188: 8 segs, 152.8 K docs, 685.7 MB 73.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 65.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 48.3s _1a2: 11 segs, 58.6 K docs, 261.6 MB 42.3s _1ae: 11 segs, 57.1 K docs, 255.0 MB 36.1s _1ao: 11 segs, 58.7 K docs, 262.2 MB 29.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 23.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 17.0s _1bm: 10 segs, 50.9 K docs, 227.2 MB 10.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 15.0 sec: 133 segments, 12 merges 150.4s _153: 8 segs, 987.8 K docs, 4444.2 MB 91.0s _181: 8 segs, 193.2 K docs, 867.3 MB 86.7s _188: 8 segs, 152.8 K docs, 685.7 MB 78.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 70.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 53.4s _1a2: 11 segs, 58.6 K docs, 261.6 MB 47.3s _1ae: 11 segs, 57.1 K docs, 255.0 MB 41.1s _1ao: 11 segs, 58.7 K docs, 262.2 MB 34.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 28.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 22.0s _1bm: 10 segs, 50.9 K docs, 227.2 MB 15.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 20.0 sec: 133 segments, 12 merges 155.4s _153: 8 segs, 987.8 K docs, 4444.2 MB 96.0s _181: 8 segs, 193.2 K docs, 867.3 MB 91.7s _188: 8 segs, 152.8 K docs, 685.7 MB 83.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 75.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 58.4s _1a2: 11 segs, 58.6 K docs, 261.6 MB 52.3s _1ae: 11 segs, 57.1 K docs, 255.0 MB 46.2s _1ao: 11 segs, 58.7 K docs, 262.2 MB 39.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 33.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 27.1s _1bm: 10 segs, 50.9 K docs, 227.2 MB 20.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 25.0 sec: 123 segments, 11 merges 160.5s _153: 8 segs, 987.8 K docs, 4444.2 MB 101.0s _181: 8 segs, 193.2 K docs, 867.3 MB 96.7s _188: 8 segs, 152.8 K docs, 685.7 MB 88.6s _18o: 8 segs, 162.9 K docs, 730.9 MB 80.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 63.4s _1a2: 11 segs, 58.6 K docs, 261.6 MB 51.2s _1ao: 11 segs, 58.7 K docs, 262.2 MB 44.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 38.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 32.1s _1bm: 10 segs, 50.9 K docs, 227.2 MB 25.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 30.0 sec: 123 segments, 11 merges 165.5s _153: 8 segs, 987.8 K docs, 4444.2 MB 106.0s _181: 8 segs, 193.2 K docs, 867.3 MB 101.7s _188: 8 segs, 152.8 K docs, 685.7 MB 93.7s _18o: 8 segs, 162.9 K docs, 730.9 MB 85.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 68.4s _1a2: 11 segs, 58.6 K docs, 261.6 MB 56.2s _1ao: 11 segs, 58.7 K docs, 262.2 MB 49.6s _1b0: 11 segs, 58.7 K docs, 262.0 MB 43.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 37.1s _1bm: 10 segs, 50.9 K docs, 227.2 MB 30.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 35.0 sec: 77 segments, 7 merges 170.5s _153: 8 segs, 987.8 K docs, 4444.2 MB 111.0s _181: 8 segs, 193.2 K docs, 867.3 MB 98.7s _18o: 8 segs, 162.9 K docs, 730.9 MB 90.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 48.0s _1bc: 11 segs, 58.2 K docs, 259.9 MB 35.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 0.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 40.0 sec: 67 segments, 6 merges 175.5s _153: 8 segs, 987.8 K docs, 4444.2 MB 116.0s _181: 8 segs, 193.2 K docs, 867.3 MB 103.7s _18o: 8 segs, 162.9 K docs, 730.9 MB 95.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 40.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 5.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 45.0 sec: 60 segments, 5 merges 121.0s _181: 8 segs, 193.2 K docs, 867.3 MB 108.7s _18o: 8 segs, 162.9 K docs, 730.9 MB 100.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 45.0s _1bv: 13 segs, 55.9 K docs, 249.7 MB 10.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 50.1 sec: 34 segments, 2 merges 105.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 15.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 55.1 sec: 34 segments, 2 merges 110.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 20.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 60.1 sec: 34 segments, 2 merges 115.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 25.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 65.1 sec: 34 segments, 2 merges 120.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 30.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 70.1 sec: 34 segments, 2 merges 125.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 35.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 75.1 sec: 34 segments, 2 merges 130.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 40.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 80.1 sec: 34 segments, 2 merges 135.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 45.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 85.1 sec: 34 segments, 2 merges 140.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 50.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 90.1 sec: 34 segments, 2 merges 145.5s _195: 8 segs, 955.6 K docs, 4299.7 MB 55.7s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 95.0 sec: 34 segments, 2 merges 150.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 60.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 100.0 sec: 34 segments, 2 merges 155.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 65.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 105.0 sec: 34 segments, 2 merges 160.4s _195: 8 segs, 955.6 K docs, 4299.7 MB 70.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 110.0 sec: 27 segments, 1 merges 75.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 115.0 sec: 27 segments, 1 merges 80.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 120.0 sec: 27 segments, 1 merges 85.6s _1bw: 8 segs, 317.8 K docs, 1427.1 MB 125.0 sec: 20 segments, 1 merges 4.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 130.0 sec: 20 segments, 1 merges 9.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 135.0 sec: 20 segments, 1 merges 14.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 140.0 sec: 20 segments, 1 merges 19.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 145.1 sec: 20 segments, 1 merges 24.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 150.1 sec: 20 segments, 1 merges 29.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 155.1 sec: 20 segments, 1 merges 34.6s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 160.1 sec: 20 segments, 1 merges 39.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 165.1 sec: 20 segments, 1 merges 44.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 170.1 sec: 20 segments, 1 merges 49.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 175.1 sec: 20 segments, 1 merges 54.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 180.1 sec: 20 segments, 1 merges 59.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 185.1 sec: 20 segments, 1 merges 64.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 190.1 sec: 20 segments, 1 merges 69.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 195.1 sec: 20 segments, 1 merges 74.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 200.1 sec: 20 segments, 1 merges 79.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 205.1 sec: 20 segments, 1 merges 84.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 210.1 sec: 20 segments, 1 merges 89.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 215.1 sec: 20 segments, 1 merges 94.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 220.1 sec: 20 segments, 1 merges 99.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB 225.1 sec: 20 segments, 1 merges 104.7s _1bx: 4 segs, 1097.2 K docs, 4939.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 912 seconds reindex takes 912.11 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 10.0 sec: 17 segments, 1 merges 10.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 15.0 sec: 17 segments, 1 merges 15.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 20.0 sec: 17 segments, 1 merges 20.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 25.0 sec: 17 segments, 1 merges 25.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 30.0 sec: 17 segments, 1 merges 30.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 35.0 sec: 17 segments, 1 merges 35.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 40.1 sec: 17 segments, 1 merges 40.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 45.1 sec: 17 segments, 1 merges 45.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 50.1 sec: 17 segments, 1 merges 50.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 55.1 sec: 17 segments, 1 merges 55.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 60.1 sec: 17 segments, 1 merges 60.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 65.1 sec: 17 segments, 1 merges 65.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 70.1 sec: 17 segments, 1 merges 70.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 75.1 sec: 17 segments, 1 merges 75.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 80.1 sec: 17 segments, 1 merges 80.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 85.1 sec: 17 segments, 1 merges 85.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 90.1 sec: 17 segments, 1 merges 90.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 95.0 sec: 17 segments, 1 merges 95.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 100.0 sec: 17 segments, 1 merges 100.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 105.0 sec: 17 segments, 1 merges 105.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 110.0 sec: 17 segments, 1 merges 110.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 115.0 sec: 17 segments, 1 merges 115.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 120.0 sec: 17 segments, 1 merges 120.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 125.0 sec: 17 segments, 1 merges 125.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 130.0 sec: 17 segments, 1 merges 130.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 135.0 sec: 17 segments, 1 merges 135.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 140.0 sec: 17 segments, 1 merges 140.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 145.0 sec: 17 segments, 1 merges 145.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 150.0 sec: 17 segments, 1 merges 150.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 155.1 sec: 17 segments, 1 merges 155.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 160.1 sec: 17 segments, 1 merges 160.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 165.1 sec: 17 segments, 1 merges 165.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 170.1 sec: 17 segments, 1 merges 170.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 175.1 sec: 17 segments, 1 merges 175.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 180.1 sec: 17 segments, 1 merges 180.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 185.1 sec: 17 segments, 1 merges 185.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 190.1 sec: 17 segments, 1 merges 190.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 195.1 sec: 17 segments, 1 merges 195.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 200.1 sec: 17 segments, 1 merges 200.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 205.1 sec: 17 segments, 1 merges 205.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 210.1 sec: 17 segments, 1 merges 210.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 215.0 sec: 17 segments, 1 merges 215.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 220.0 sec: 17 segments, 1 merges 220.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 225.0 sec: 17 segments, 1 merges 225.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 230.0 sec: 17 segments, 1 merges 230.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 235.0 sec: 17 segments, 1 merges 235.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 240.0 sec: 17 segments, 1 merges 240.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 245.0 sec: 17 segments, 1 merges 245.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 250.0 sec: 17 segments, 1 merges 250.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 255.0 sec: 17 segments, 1 merges 255.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 260.0 sec: 17 segments, 1 merges 260.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 265.0 sec: 17 segments, 1 merges 265.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 270.0 sec: 17 segments, 1 merges 270.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 275.1 sec: 17 segments, 1 merges 275.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 280.1 sec: 17 segments, 1 merges 280.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 285.1 sec: 17 segments, 1 merges 285.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 290.1 sec: 17 segments, 1 merges 290.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 295.1 sec: 17 segments, 1 merges 295.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 300.1 sec: 17 segments, 1 merges 300.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 305.1 sec: 17 segments, 1 merges 305.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 310.1 sec: 17 segments, 1 merges 310.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 315.1 sec: 17 segments, 1 merges 315.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 320.1 sec: 17 segments, 1 merges 320.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 325.1 sec: 17 segments, 1 merges 325.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 330.1 sec: 17 segments, 1 merges 330.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 335.0 sec: 17 segments, 1 merges 335.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 340.0 sec: 17 segments, 1 merges 340.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 345.0 sec: 17 segments, 1 merges 345.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 350.0 sec: 17 segments, 1 merges 350.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 355.0 sec: 17 segments, 1 merges 355.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 360.0 sec: 17 segments, 1 merges 360.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 365.0 sec: 17 segments, 1 merges 365.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 370.0 sec: 17 segments, 1 merges 370.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 375.0 sec: 17 segments, 1 merges 375.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 380.0 sec: 17 segments, 1 merges 380.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 385.0 sec: 17 segments, 1 merges 385.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 390.1 sec: 17 segments, 1 merges 390.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 395.1 sec: 17 segments, 1 merges 395.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 400.1 sec: 17 segments, 1 merges 400.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 405.1 sec: 17 segments, 1 merges 405.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 410.1 sec: 17 segments, 1 merges 410.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 415.1 sec: 17 segments, 1 merges 415.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 420.1 sec: 17 segments, 1 merges 420.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 425.0 sec: 17 segments, 1 merges 425.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 430.0 sec: 17 segments, 1 merges 430.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 435.0 sec: 17 segments, 1 merges 435.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 440.0 sec: 17 segments, 1 merges 440.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 445.0 sec: 17 segments, 1 merges 445.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 450.1 sec: 17 segments, 1 merges 450.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 455.1 sec: 17 segments, 1 merges 455.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 460.1 sec: 17 segments, 1 merges 460.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 465.1 sec: 17 segments, 1 merges 465.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 470.1 sec: 17 segments, 1 merges 470.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 475.1 sec: 17 segments, 1 merges 475.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 480.0 sec: 17 segments, 1 merges 480.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 485.0 sec: 17 segments, 1 merges 485.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 490.0 sec: 17 segments, 1 merges 490.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 495.0 sec: 17 segments, 1 merges 495.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 500.0 sec: 17 segments, 1 merges 500.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 505.0 sec: 17 segments, 1 merges 505.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 510.0 sec: 17 segments, 1 merges 510.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 515.0 sec: 17 segments, 1 merges 515.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 520.0 sec: 17 segments, 1 merges 520.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 525.0 sec: 17 segments, 1 merges 525.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 530.1 sec: 17 segments, 1 merges 530.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 535.1 sec: 17 segments, 1 merges 535.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 540.1 sec: 17 segments, 1 merges 540.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 545.1 sec: 17 segments, 1 merges 545.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 550.1 sec: 17 segments, 1 merges 550.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 555.1 sec: 17 segments, 1 merges 555.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 560.1 sec: 17 segments, 1 merges 560.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 565.1 sec: 17 segments, 1 merges 565.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 570.1 sec: 17 segments, 1 merges 570.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 575.1 sec: 17 segments, 1 merges 575.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 580.1 sec: 17 segments, 1 merges 580.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 585.0 sec: 17 segments, 1 merges 585.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 590.0 sec: 17 segments, 1 merges 590.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 595.0 sec: 17 segments, 1 merges 595.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 600.1 sec: 17 segments, 1 merges 600.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 605.1 sec: 17 segments, 1 merges 605.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 610.1 sec: 17 segments, 1 merges 610.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 615.1 sec: 17 segments, 1 merges 615.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 620.1 sec: 17 segments, 1 merges 620.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 625.1 sec: 17 segments, 1 merges 625.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 630.1 sec: 17 segments, 1 merges 630.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 635.1 sec: 17 segments, 1 merges 635.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 640.0 sec: 17 segments, 1 merges 640.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 645.0 sec: 17 segments, 1 merges 645.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 650.0 sec: 17 segments, 1 merges 650.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 655.0 sec: 17 segments, 1 merges 655.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 660.0 sec: 17 segments, 1 merges 660.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 665.0 sec: 17 segments, 1 merges 665.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 670.0 sec: 17 segments, 1 merges 670.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 675.0 sec: 17 segments, 1 merges 675.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 680.1 sec: 17 segments, 1 merges 680.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 685.1 sec: 17 segments, 1 merges 685.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 690.1 sec: 17 segments, 1 merges 690.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 695.0 sec: 17 segments, 1 merges 695.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 700.1 sec: 17 segments, 1 merges 700.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 705.1 sec: 17 segments, 1 merges 705.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 710.1 sec: 17 segments, 1 merges 710.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 715.1 sec: 17 segments, 1 merges 715.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 720.1 sec: 17 segments, 1 merges 720.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 725.1 sec: 17 segments, 1 merges 725.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 730.1 sec: 17 segments, 1 merges 730.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 735.1 sec: 17 segments, 1 merges 735.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 740.1 sec: 17 segments, 1 merges 740.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 745.1 sec: 17 segments, 1 merges 745.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 750.1 sec: 17 segments, 1 merges 750.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 755.1 sec: 17 segments, 1 merges 755.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 760.1 sec: 17 segments, 1 merges 760.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 765.1 sec: 17 segments, 1 merges 765.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 770.0 sec: 17 segments, 1 merges 770.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 775.0 sec: 17 segments, 1 merges 775.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 780.0 sec: 17 segments, 1 merges 780.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 785.0 sec: 17 segments, 1 merges 785.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 790.0 sec: 17 segments, 1 merges 790.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 795.0 sec: 17 segments, 1 merges 795.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 800.0 sec: 17 segments, 1 merges 800.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 805.0 sec: 17 segments, 1 merges 805.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 810.1 sec: 17 segments, 1 merges 810.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 815.1 sec: 17 segments, 1 merges 815.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 820.1 sec: 17 segments, 1 merges 820.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 825.1 sec: 17 segments, 1 merges 825.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 830.1 sec: 17 segments, 1 merges 830.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 835.1 sec: 17 segments, 1 merges 835.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 840.1 sec: 17 segments, 1 merges 840.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 845.1 sec: 17 segments, 1 merges 845.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 850.0 sec: 17 segments, 1 merges 850.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 855.0 sec: 17 segments, 1 merges 855.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 860.0 sec: 17 segments, 1 merges 860.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 865.0 sec: 17 segments, 1 merges 865.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 870.1 sec: 17 segments, 1 merges 870.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 875.1 sec: 17 segments, 1 merges 875.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 880.1 sec: 17 segments, 1 merges 880.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 885.1 sec: 17 segments, 1 merges 885.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 890.1 sec: 17 segments, 1 merges 890.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 895.1 sec: 17 segments, 1 merges 895.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 900.0 sec: 17 segments, 1 merges 900.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 905.0 sec: 17 segments, 1 merges 905.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 910.0 sec: 17 segments, 1 merges 910.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 915.0 sec: 17 segments, 1 merges 915.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 920.0 sec: 17 segments, 1 merges 920.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 925.0 sec: 17 segments, 1 merges 925.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 930.0 sec: 17 segments, 1 merges 930.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 935.0 sec: 17 segments, 1 merges 935.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 940.1 sec: 17 segments, 1 merges 940.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 945.1 sec: 17 segments, 1 merges 945.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 950.1 sec: 17 segments, 1 merges 950.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 955.1 sec: 17 segments, 1 merges 955.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 960.1 sec: 17 segments, 1 merges 960.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 965.1 sec: 17 segments, 1 merges 965.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 970.1 sec: 17 segments, 1 merges 970.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 975.1 sec: 17 segments, 1 merges 975.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 980.1 sec: 17 segments, 1 merges 980.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 985.0 sec: 17 segments, 1 merges 985.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 990.1 sec: 17 segments, 1 merges 990.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 995.1 sec: 17 segments, 1 merges 995.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1025.1 sec: 17 segments, 1 merges 1025.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1040.1 sec: 17 segments, 1 merges 1040.1s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1by: 17 segs, 8000.0 K docs, 36042.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1086.62 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.98 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=49648256110 cpu@end=51980891341 deltaMS=2332.635231 thread 14 name=Reference Handler cpu@start=1377063 cpu@end=1377063 deltaMS=0.0 thread 15 name=Finalizer cpu@start=182686 cpu@end=182686 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=86342 cpu@end=86342 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3245186 cpu@end=3302268 deltaMS=0.057082 thread 41 name=JFR Recorder Thread cpu@start=15626653974 cpu@end=15626967041 deltaMS=0.313067 thread 42 name=JFR Periodic Tasks cpu@start=121599079429 cpu@end=121709443378 deltaMS=110.363949 thread 45 name=Notification Thread cpu@start=93086 cpu@end=93086 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1682356356636 cpu@end=1682356356636 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1684969548897 cpu@end=1684969548897 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1682648818136 cpu@end=1682648818136 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1682259179156 cpu@end=1682259179156 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1688932247760 cpu@end=1688932247760 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1689534953061 cpu@end=1689534953061 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1684260781463 cpu@end=1684260781463 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1686791857107 cpu@end=1686791857107 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1685608891669 cpu@end=1685608891669 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1690518144361 cpu@end=1690518144361 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1683831160997 cpu@end=1683831160997 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1683521335117 cpu@end=1683521335117 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1692090163501 cpu@end=1692090163501 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1688388155160 cpu@end=1688388155160 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1684332873628 cpu@end=1684332873628 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1686903366698 cpu@end=1686903366698 deltaMS=0.0 Average CPU cores used: 1.0444631228651882 completed 1000 searches in 2339 ms: 427 QPS CPU time=2442 ms checking results SUMMARY: 0.881 2.339 2.442 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5719 912.11 8770.89 1086.62 1 36185.98 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=241, Fanout min=6, mean=16.56, max=32, meandelta=399480.31 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 19 21 24 32 Graph level=2 size=7619, Fanout min=8, mean=27.23, max=32, meandelta=270519.72 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=1 size=247338, Fanout min=1, mean=28.31, max=32, meandelta=258540.97 % 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.74, max=64, meandelta=194169.97 % 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=241, connectedness=1.00 Graph level=2 size=7619, connectedness=1.00 Graph level=1 size=247338, 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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 44,318,939.94 msec task-clock:u 170,975,685,210,063 cycles:u (36.36%) 183,206,146,903,161 instructions:u (36.36%) 4,406,699,703,751 cache-references:u (36.36%) 1,674,804,738,860 cache-misses:u (36.36%) 65,770,021,106,436 L1-dcache-loads:u (36.36%) 2,015,929,248,392 L1-dcache-load-misses:u (36.36%) 3,703,300,632,711 L1-icache-loads:u (36.36%) 15,246,304,349 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 20,790,519 faults:u 19,787,716 minor-faults:u 39,487 major-faults:u 15,849,406,850,019 branches:u (36.36%) 117,413,874,288 branch-misses:u (36.36%) 2,495,835,734,603 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2307.960146821 seconds time elapsed 43722.937302000 seconds user 583.503833000 seconds sys took 0:38:27.986991 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', 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.339, net_cpu_ms=2.442, avg_cpu_core_count=1.044, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5719, index_time_sec=912.11, index_docs_per_sec=8770.89, force_merge_time_sec=1086.62, index_num_segments=1, index_size_on_disk_mb=36185.98, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (241, {0: 0, 10: 10, 20: 12, 30: 13, 40: 15, 50: 16, 60: 17, 70: 19, 80: 21, 90: 24, 100: 32}), 2: (7619, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 30, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247338, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2307, microseconds=986991)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 111 Start: 2026-04-30 06:01:10 (UTC) Duration: 2295 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 42583806 729439864 jdk.FileWrite 22778565 480687036 jdk.FileRead 8003649 182229885 jdk.ObjectAllocationInNewTLAB 74461 1476285 jdk.BooleanFlag 55056 1741715 jdk.CPULoad 43077 860904 jdk.Checkpoint 7618 28725411 jdk.Compilation 6328 163144 jdk.UnsignedIntFlag 5328 180738 jdk.IntFlag 4884 178201 jdk.StringFlag 3774 146291 jdk.ObjectAllocationOutsideTLAB 1337 23871 jdk.CPUInformation 111 166718 jdk.GCConfiguration 111 2882 jdk.JVMInformation 111 105557 jdk.Metadata 111 12268494 jdk.GarbageCollection 59 1415 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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42583806 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.99% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.25% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.12% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.55% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.22% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.52% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.34% 572510 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.93% 394100 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.91% 387478 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.85% 360529 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.63% 268274 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.53% 225893 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.29% 121464 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.28% 120134 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.28% 118252 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.26% 112427 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.24% 102718 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.23% 99170 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 92577 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 76284 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 61171 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 53982 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.12% 50445 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 42592 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.10% 41905 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 40248 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 38380 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 38372 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 37724 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 31692 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 30230 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 27062 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.06% 25293 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 24240 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.05% 21310 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 19214 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 15870 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 15424 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 13778 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 12726 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 12615 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 12538 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 10302 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 10228 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8718 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.02% 7905 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 7571 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7522 knn.IndexerThread#_run():102 [JIT compiled code] 0.02% 7346 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():491 [JIT compiled code] 0.02% 6955 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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42583806 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.50% 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():291 [JIT compiled code] 30.22% 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.12% 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.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] 2.81% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 2.41% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 1.42% 606477 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] 1.34% 572368 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.86% 367453 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.85% 360529 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():225 [JIT compiled code] 0.74% 316740 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.70% 297927 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.68% 290577 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.57% 244433 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.43% 181282 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% 121245 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.28% 118216 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.23% 99143 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.21% 88964 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.21% 88544 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 83037 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.18% 76152 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.18% 75098 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.15% 62583 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.15% 62439 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.13% 53870 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.12% 50196 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.12% 49271 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% 46423 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.11% 46023 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():392 [JIT compiled code] 0.10% 42071 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.10% 41290 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% 40131 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():421 [Inlined code] 0.08% 32364 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% 30229 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% 27081 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% 27055 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 26667 org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 25863 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 25293 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():422 [Interpreted code] 0.06% 24240 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():422 [Interpreted 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% 21619 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% 21529 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 21297 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% 20164 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% 18987 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():421 [Inlined code] 0.04% 17467 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():193 [JIT compiled code] 0.04% 17328 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():637 [Inlined code] 0.04% 15699 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42583806 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 26.29% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.96% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 12.04% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 8.89% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 2.99% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 2.52% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.22% 945918 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.53% 651514 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 1.06% 450311 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.03% 438116 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():422 [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.0x0000000068196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.95% 406048 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():422 [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.0x0000000068196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.92% 392842 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.85% 362287 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.83% 351821 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():422 [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.0x0000000068196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.76% 322527 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.61% 260780 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.0x000000006819a000#run() [JIT compiled code] 0.55% 233747 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.50% 214594 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.46% 193830 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% 181207 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.39% 167030 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.38% 161974 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.36% 154610 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.33% 138915 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.32% 135123 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 125852 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.28% 120185 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.25% 107284 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.0x000000006819a000#run() [JIT compiled code] 0.23% 99086 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 84200 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.19% 83037 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.0x000000006807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 79865 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.0x000000006819a000#run() [JIT compiled code] 0.18% 78050 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.16% 70034 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.15% 65930 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():422 [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.0x0000000068196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 63877 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 63460 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():421 [Inlined code] 0.14% 61231 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():422 [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.0x0000000068196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 57306 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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% 54121 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():422 [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.0x0000000068196aa8#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% 53634 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.0x000000006819a000#run() [JIT compiled code] 0.12% 53183 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.12% 50831 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 50032 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.12% 49178 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.10% 43944 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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():93 [JIT compiled code] 0.09% 38894 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 37749 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 36539 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 33782 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75776 events (total: 571609M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.48% 134199M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.45% 134040M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.99% 131402M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.11% 63483M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.70% 32609M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.83% 21910M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.02% 5812M java.util.Arrays#copyOf():3478 [Inlined code] 0.97% 5530M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3996M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 3892M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.66% 3786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.61% 3503M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.53% 3002M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.32% 1827M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.30% 1735M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.30% 1735M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.26% 1477M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.21% 1214M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.19% 1076M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 948M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.16% 923M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 763M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 743M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 711M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 678M java.util.ArrayList#grow():240 [Inlined code] 0.11% 640M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 498M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 425M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 413M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 404M knn.IndexerThread#_run():119 [JIT compiled code] 0.07% 398M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 392M knn.IndexerThread#_run():105 [JIT compiled code] 0.07% 391M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 356M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 344M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 270M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 256M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 255M knn.IndexerThread#_run():83 [JIT compiled code] 0.04% 253M java.util.List#of():935 [Inlined code] 0.04% 237M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 189M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 159M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 150M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.02% 142M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 141M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 132M java.lang.reflect.Array#newArray() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75776 events (total: 571609M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.95% 108315M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.76% 107221M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.94% 73974M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.59% 54830M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.82% 38972M 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.70% 32609M 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.44% 25402M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.28% 24491M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.23% 24180M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.83% 21910M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.97% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.95% 5404M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 0.68% 3892M 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():421 [Inlined code] 0.66% 3786M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.66% 3753M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] 0.38% 2155M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.31% 1785M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 1735M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.25% 1405M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.23% 1301M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.23% 1298M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 1076M 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% 961M 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.16% 938M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 807M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 743M 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():2212 [JIT compiled code] 0.12% 704M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 683M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 678M 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% 634M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.11% 617M 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.10% 594M 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.10% 587M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 526M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.09% 520M 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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.09% 498M 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% 435M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 435M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 425M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.07% 417M 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 knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 392M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 392M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 391M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 380M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 364M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 358M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [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.04.30.00.15.31/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q4-fmTrue.jfr is 1371.77 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75776 events (total: 571609M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.49% 48546M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.43% 48208M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 8.37% 47841M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 6.87% 39272M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.81% 38908M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 4.68% 26746M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.38% 25049M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.30% 24553M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 4.27% 24406M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 3.95% 22558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.94% 22509M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.86% 16345M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.70% 15439M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.45% 8274M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.44% 8257M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.44% 8232M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.43% 8146M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 1.35% 7722M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.19% 6801M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.02% 5839M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.98% 5616M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.97% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.95% 5404M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.88% 5029M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.80% 4550M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.79% 4515M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.74% 4215M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.70% 3990M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.65% 3699M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.64% 3686M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.49% 2826M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.48% 2755M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.47% 2706M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.45% 2546M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.44% 2515M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.43% 2485M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.0x000000006819a000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.35% 1978M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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.32% 1830M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.30% 1735M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1691M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.27% 1566M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 1526M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.23% 1297M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.22% 1238M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.18% 1021M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] 0.16% 919M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 811M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.14% 780M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006819f9e8#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] 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.04.30.00.15.31/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.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 2135020 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1018159191033736 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 Apr 30, 2026 2:51:06 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 114 segments, 12 merges 247.0s _16n: 7 segs, 1011.1 K docs, 5045.5 MB 205.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 102.4s _1bm: 8 segs, 78.0 K docs, 387.6 MB 71.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 52.7s _1d3: 10 segs, 47.7 K docs, 236.3 MB 44.3s _1db: 8 segs, 76.6 K docs, 380.3 MB 38.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 32.0s _1ds: 9 segs, 44.6 K docs, 220.6 MB 23.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 11.4s _1eb: 8 segs, 40.6 K docs, 201.2 MB 2.7s _1ej: 8 segs, 85.8 K docs, 426.5 MB 0.0s _1ek: 8 segs, 28.1 K docs, 139.0 MB 5.1 sec: 107 segments, 11 merges 252.0s _16n: 7 segs, 1011.1 K docs, 5045.5 MB 210.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 107.4s _1bm: 8 segs, 78.0 K docs, 387.6 MB 76.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 57.7s _1d3: 10 segs, 47.7 K docs, 236.3 MB 43.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 37.0s _1ds: 9 segs, 44.6 K docs, 220.6 MB 28.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 16.5s _1eb: 8 segs, 40.6 K docs, 201.2 MB 7.7s _1ej: 8 segs, 85.8 K docs, 426.5 MB 5.1s _1ek: 8 segs, 28.1 K docs, 139.0 MB 10.1 sec: 98 segments, 10 merges 257.1s _16n: 7 segs, 1011.1 K docs, 5045.5 MB 215.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 112.5s _1bm: 8 segs, 78.0 K docs, 387.6 MB 81.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 48.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 42.0s _1ds: 9 segs, 44.6 K docs, 220.6 MB 33.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 21.5s _1eb: 8 segs, 40.6 K docs, 201.2 MB 12.7s _1ej: 8 segs, 85.8 K docs, 426.5 MB 10.1s _1ek: 8 segs, 28.1 K docs, 139.0 MB 15.1 sec: 92 segments, 9 merges 220.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 117.5s _1bm: 8 segs, 78.0 K docs, 387.6 MB 86.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 53.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 47.0s _1ds: 9 segs, 44.6 K docs, 220.6 MB 38.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 26.5s _1eb: 8 segs, 40.6 K docs, 201.2 MB 17.7s _1ej: 8 segs, 85.8 K docs, 426.5 MB 15.1s _1ek: 8 segs, 28.1 K docs, 139.0 MB 20.1 sec: 78 segments, 7 merges 225.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 91.3s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 58.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 52.0s _1ds: 9 segs, 44.6 K docs, 220.6 MB 43.4s _1e2: 9 segs, 47.0 K docs, 232.7 MB 31.5s _1eb: 8 segs, 40.6 K docs, 201.2 MB 22.8s _1ej: 8 segs, 85.8 K docs, 426.5 MB 25.1 sec: 63 segments, 6 merges 230.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 96.3s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 63.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 48.4s _1e2: 9 segs, 47.0 K docs, 232.7 MB 27.8s _1ej: 8 segs, 85.8 K docs, 426.5 MB 3.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 30.1 sec: 63 segments, 6 merges 235.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 101.3s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 68.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 53.4s _1e2: 9 segs, 47.0 K docs, 232.7 MB 32.8s _1ej: 8 segs, 85.8 K docs, 426.5 MB 8.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 35.1 sec: 56 segments, 5 merges 240.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 106.3s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 73.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 58.4s _1e2: 9 segs, 47.0 K docs, 232.7 MB 13.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 40.0 sec: 56 segments, 5 merges 245.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 111.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 78.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 63.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 18.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 45.0 sec: 56 segments, 5 merges 250.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 116.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 83.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 68.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 23.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 50.0 sec: 56 segments, 5 merges 255.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 121.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 88.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 73.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 28.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 55.0 sec: 56 segments, 5 merges 260.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 126.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 93.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 78.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 33.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 60.0 sec: 56 segments, 5 merges 265.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 131.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 98.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 83.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 38.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 65.0 sec: 56 segments, 5 merges 270.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 136.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 103.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 88.3s _1e2: 9 segs, 47.0 K docs, 232.7 MB 43.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 70.0 sec: 48 segments, 4 merges 275.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 141.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 108.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 48.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 75.0 sec: 48 segments, 4 merges 280.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 146.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 113.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 53.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 80.0 sec: 48 segments, 4 merges 285.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 151.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 118.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 58.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 85.0 sec: 48 segments, 4 merges 290.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 156.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 123.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 63.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 90.0 sec: 48 segments, 4 merges 295.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 161.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 128.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 68.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 95.0 sec: 48 segments, 4 merges 300.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 166.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 133.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 73.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 100.0 sec: 48 segments, 4 merges 305.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 171.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 138.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 78.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 105.1 sec: 48 segments, 4 merges 310.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 176.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 143.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 83.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 110.1 sec: 48 segments, 4 merges 315.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 181.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 148.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 88.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 115.1 sec: 48 segments, 4 merges 320.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 186.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 153.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 93.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 120.1 sec: 48 segments, 4 merges 325.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 191.2s _1cj: 8 segs, 249.5 K docs, 1242.7 MB 158.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 98.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 125.1 sec: 41 segments, 3 merges 330.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 163.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 103.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 130.1 sec: 41 segments, 3 merges 335.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 168.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 108.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 135.1 sec: 41 segments, 3 merges 340.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 173.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 113.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 140.1 sec: 41 segments, 3 merges 345.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 178.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 118.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 145.1 sec: 41 segments, 3 merges 350.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 183.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 123.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 150.1 sec: 41 segments, 3 merges 355.6s _183: 8 segs, 1003.3 K docs, 5003.9 MB 188.7s _1dj: 8 segs, 177.9 K docs, 885.5 MB 128.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 155.0 sec: 41 segments, 3 merges 360.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 193.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 133.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 160.0 sec: 41 segments, 3 merges 365.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 198.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 138.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 165.0 sec: 41 segments, 3 merges 370.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 203.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 143.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 170.0 sec: 41 segments, 3 merges 375.5s _183: 8 segs, 1003.3 K docs, 5003.9 MB 208.6s _1dj: 8 segs, 177.9 K docs, 885.5 MB 148.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 175.0 sec: 27 segments, 1 merges 153.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 180.0 sec: 27 segments, 1 merges 158.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 185.0 sec: 27 segments, 1 merges 163.1s _1el: 8 segs, 482.6 K docs, 2404.2 MB 190.1 sec: 27 segments, 1 merges 168.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 195.1 sec: 27 segments, 1 merges 173.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 200.1 sec: 27 segments, 1 merges 178.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 205.1 sec: 27 segments, 1 merges 183.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 210.1 sec: 27 segments, 1 merges 188.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 215.1 sec: 27 segments, 1 merges 193.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB 220.1 sec: 27 segments, 1 merges 198.2s _1el: 8 segs, 482.6 K docs, 2404.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1433 seconds reindex takes 1433.77 sec index has 20 segments: segments_2: _ca(11.0.0):C1018614 _p0(11.0.0):C979935 _i0(11.0.0):C341657 _16n(11.0.0):C1011105 _mh(11.0.0):C321324 _z6(11.0.0):C669304 _183(11.0.0):C1003342 _ws(11.0.0):C269020 _xe(11.0.0):C194599 _x7(11.0.0):C213338 _153(11.0.0):C281198 _16s(11.0.0):C286816 _1cj(11.0.0):C249528 _17w(11.0.0):C109792 _1dj(11.0.0):C177883 _1ap(11.0.0):C135833 _1bu(11.0.0):C121328 _1el(11.0.0):C482573 _1ej(11.0.0):C85829 _1e2(11.0.0):C46982 _ca: 5087.6 MB _p0: 4894.3 MB _i0: 1705.1 MB _16n: 5050.0 MB _mh: 1603.6 MB _z6: 3341.6 MB _183: 5011.4 MB _ws: 1342.4 MB _xe: 970.8 MB _x7: 1064.4 MB _153: 1403.2 MB _16s: 1431.2 MB _1cj: 1245.1 MB _17w: 547.4 MB _1dj: 887.4 MB _1ap: 677.4 MB _1bu: 605.0 MB _1el: 2408.9 MB _1ej: 427.8 MB _1e2: 233.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39938.59 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=58019200927 cpu@end=73308934720 deltaMS=15289.733793 thread 14 name=Reference Handler cpu@start=1700724 cpu@end=1700724 deltaMS=0.0 thread 15 name=Finalizer cpu@start=193698 cpu@end=193698 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=67917 cpu@end=67917 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=5438783 cpu@end=5438783 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20314474935 cpu@end=20316996269 deltaMS=2.521334 thread 42 name=JFR Periodic Tasks cpu@start=113301817058 cpu@end=114031566189 deltaMS=729.749131 thread 45 name=Notification Thread cpu@start=107201 cpu@end=107201 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1624607807620 cpu@end=1624607807620 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1620944754870 cpu@end=1620944754870 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1621318175881 cpu@end=1621318175881 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1621098349458 cpu@end=1621098349458 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1621683040444 cpu@end=1621683040444 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1622016539371 cpu@end=1622016539371 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1619351847428 cpu@end=1619351847428 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1622128438130 cpu@end=1622128438130 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1622192590572 cpu@end=1622192590572 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1621589850988 cpu@end=1621589850988 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1620946295230 cpu@end=1620946295230 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1621992318602 cpu@end=1621992318602 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1630424166048 cpu@end=1630424166048 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1622708808345 cpu@end=1622708808345 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1622625207381 cpu@end=1622625207381 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1626792138594 cpu@end=1626792138594 deltaMS=0.0 Average CPU cores used: 1.0469817318649322 completed 1000 searches in 15303 ms: 65 QPS CPU time=16021 ms checking results SUMMARY: 0.954 15.303 16.021 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 71243 1433.77 5579.71 0.00 20 39938.59 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 1018614 documents Graph level=3 size=46, Fanout min=5, mean=8.48, max=14, meandelta=90437.68 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 12 14 Graph level=2 size=783, Fanout min=7, mean=22.63, max=32, meandelta=41501.11 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 22 24 28 30 32 32 Graph level=1 size=30976, Fanout min=3, mean=28.04, max=32, meandelta=33295.82 % 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=1018614, Fanout min=1, mean=39.47, max=64, meandelta=23893.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=46, connectedness=1.00 Graph level=2 size=783, connectedness=1.00 Graph level=1 size=30976, connectedness=1.00 Graph level=0 size=1018614, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 979935 documents Graph level=3 size=61, Fanout min=3, mean=9.57, max=18, meandelta=82120.66 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 14 18 Graph level=2 size=834, Fanout min=8, mean=22.72, max=32, meandelta=39288.83 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 24 27 31 32 32 Graph level=1 size=29803, Fanout min=2, mean=28.03, max=32, meandelta=31953.22 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=979935, Fanout min=1, mean=39.51, max=64, meandelta=22971.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=61, connectedness=1.00 Graph level=2 size=834, connectedness=1.00 Graph level=1 size=29803, connectedness=1.00 Graph level=0 size=979935, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 341657 documents Graph level=3 size=19, Fanout min=1, mean=4.42, max=9, meandelta=37990.99 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 4 4 5 5 6 6 9 Graph level=2 size=259, Fanout min=5, mean=16.14, max=32, meandelta=17583.21 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 17 18 20 23 32 Graph level=1 size=10444, Fanout min=6, mean=27.58, max=32, meandelta=11327.83 % 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=341657, Fanout min=1, mean=39.53, max=64, meandelta=8021.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=259, connectedness=1.00 Graph level=1 size=10444, connectedness=1.00 Graph level=0 size=341657, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1011105 documents Graph level=3 size=48, Fanout min=5, mean=8.42, max=14, meandelta=91522.75 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 8 8 9 10 12 14 Graph level=2 size=798, Fanout min=7, mean=22.98, max=32, meandelta=40515.29 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 23 25 28 31 32 32 Graph level=1 size=30724, Fanout min=4, mean=28.04, max=32, meandelta=33029.82 % 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=1011105, Fanout min=1, mean=39.50, max=64, meandelta=23703.53 % 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=798, connectedness=1.00 Graph level=1 size=30724, connectedness=1.00 Graph level=0 size=1011105, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 321324 documents Graph level=3 size=16, Fanout min=2, mean=5.00, max=7, meandelta=43967.94 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 5 5 6 6 7 7 Graph level=2 size=253, Fanout min=6, mean=16.54, max=32, meandelta=15478.93 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 20 23 32 Graph level=1 size=9827, Fanout min=7, mean=27.53, max=32, meandelta=10653.65 % 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=321324, Fanout min=1, mean=39.60, max=64, meandelta=7533.73 % 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=16, connectedness=1.00 Graph level=2 size=253, connectedness=1.00 Graph level=1 size=9827, connectedness=1.00 Graph level=0 size=321324, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 669304 documents Graph level=3 size=35, Fanout min=3, mean=6.80, max=11, meandelta=76075.36 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 6 7 7 8 9 11 Graph level=2 size=559, Fanout min=6, mean=20.80, max=32, meandelta=29061.52 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 22 24 27 32 32 Graph level=1 size=20373, Fanout min=2, mean=27.91, max=32, meandelta=21941.25 % 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=669304, Fanout min=1, mean=39.57, max=64, meandelta=15675.64 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=35, connectedness=1.00 Graph level=2 size=559, connectedness=1.00 Graph level=1 size=20373, connectedness=1.00 Graph level=0 size=669304, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1003342 documents Graph level=3 size=46, Fanout min=5, mean=8.83, max=16, meandelta=77876.74 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 10 11 12 16 Graph level=2 size=869, Fanout min=8, mean=23.17, max=32, meandelta=39001.91 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 28 32 32 32 Graph level=1 size=30751, Fanout min=3, mean=28.05, max=32, meandelta=32777.73 % 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=1003342, Fanout min=1, mean=39.52, max=64, meandelta=23510.59 % 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=46, connectedness=1.00 Graph level=2 size=869, connectedness=1.00 Graph level=1 size=30751, connectedness=1.00 Graph level=0 size=1003342, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 269020 documents Graph level=3 size=13, Fanout min=2, mean=4.00, max=6, meandelta=40274.21 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 3 4 4 5 5 5 6 Graph level=2 size=234, Fanout min=6, mean=15.81, max=32, meandelta=14394.47 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 15 16 18 21 23 32 Graph level=1 size=8286, Fanout min=7, mean=27.29, max=32, meandelta=8984.35 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=269020, Fanout min=1, mean=39.45, max=64, meandelta=6332.71 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=13, connectedness=1.00 Graph level=2 size=234, connectedness=1.00 Graph level=1 size=8286, connectedness=1.00 Graph level=0 size=269020, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 194599 documents Graph level=3 size=7, Fanout min=1, mean=2.57, max=4, meandelta=38578.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 3 3 3 3 4 Graph level=2 size=172, Fanout min=6, mean=14.34, max=32, meandelta=11524.68 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 15 16 18 20 32 Graph level=1 size=6062, Fanout min=7, mean=27.13, max=32, meandelta=6551.57 % 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=194599, Fanout min=1, mean=39.29, max=64, meandelta=4598.98 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=172, connectedness=1.00 Graph level=1 size=6062, connectedness=1.00 Graph level=0 size=194599, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 213338 documents Graph level=3 size=9, Fanout min=2, mean=3.56, max=6, meandelta=28612.31 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 4 4 5 6 Graph level=2 size=194, Fanout min=7, mean=14.96, max=26, meandelta=12176.89 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 13 15 16 16 18 21 26 Graph level=1 size=6609, Fanout min=7, mean=27.34, max=32, meandelta=7121.01 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 28 31 32 32 32 32 32 Graph level=0 size=213338, Fanout min=1, mean=39.38, max=64, meandelta=5032.34 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=194, connectedness=1.00 Graph level=1 size=6609, connectedness=1.00 Graph level=0 size=213338, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 281198 documents Graph level=3 size=16, Fanout min=2, mean=4.75, max=10, meandelta=43528.39 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 4 5 5 7 10 Graph level=2 size=243, Fanout min=6, mean=15.41, max=32, meandelta=15050.82 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 17 19 23 32 Graph level=1 size=8622, Fanout min=7, mean=27.42, max=32, meandelta=9346.25 % 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=281198, Fanout min=1, mean=39.46, max=64, meandelta=6616.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=16, connectedness=1.00 Graph level=2 size=243, connectedness=1.00 Graph level=1 size=8622, connectedness=1.00 Graph level=0 size=281198, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 286816 documents Graph level=3 size=18, Fanout min=3, mean=5.33, max=8, meandelta=37251.86 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 5 6 8 8 Graph level=2 size=225, Fanout min=7, mean=16.24, max=32, meandelta=15051.72 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 20 24 32 Graph level=1 size=8728, Fanout min=8, mean=27.48, max=32, meandelta=9525.02 % 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=286816, Fanout min=1, mean=39.45, max=64, meandelta=6751.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=18, connectedness=1.00 Graph level=2 size=225, connectedness=1.00 Graph level=1 size=8728, connectedness=1.00 Graph level=0 size=286816, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 249528 documents Graph level=3 size=9, Fanout min=2, mean=3.78, max=5, meandelta=42465.03 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 4 4 5 5 5 Graph level=2 size=227, Fanout min=6, mean=16.29, max=30, meandelta=13372.70 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 16 17 19 21 24 30 Graph level=1 size=7740, Fanout min=7, mean=27.43, max=32, meandelta=8317.12 % 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=249528, Fanout min=1, mean=39.46, max=64, meandelta=5870.09 % 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=9, connectedness=1.00 Graph level=2 size=227, connectedness=1.00 Graph level=1 size=7740, connectedness=1.00 Graph level=0 size=249528, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 109792 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=1772.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=96, Fanout min=4, mean=10.00, max=19, meandelta=8618.33 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 10 11 13 14 19 Graph level=1 size=3434, Fanout min=8, mean=26.43, max=32, meandelta=3781.54 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=109792, Fanout min=1, mean=38.99, max=64, meandelta=2618.00 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=96, connectedness=1.00 Graph level=1 size=3434, connectedness=1.00 Graph level=0 size=109792, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 177883 documents Graph level=3 size=7, Fanout min=1, mean=2.86, max=4, meandelta=25172.70 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 3 3 4 4 4 Graph level=2 size=160, Fanout min=6, mean=13.73, max=24, meandelta=10910.52 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 13 14 16 18 21 24 Graph level=1 size=5498, Fanout min=7, mean=27.13, max=32, meandelta=6008.02 % 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=177883, Fanout min=2, mean=39.33, max=64, meandelta=4205.07 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=160, connectedness=1.00 Graph level=1 size=5498, connectedness=1.00 Graph level=0 size=177883, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 135833 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=3, meandelta=23119.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 3 Graph level=2 size=123, Fanout min=4, mean=12.24, max=27, meandelta=9263.33 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 12 14 15 17 27 Graph level=1 size=4208, Fanout min=9, mean=26.87, max=32, meandelta=4622.13 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 30 32 32 32 32 32 Graph level=0 size=135833, Fanout min=1, mean=39.06, max=64, meandelta=3226.51 % 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=123, connectedness=1.00 Graph level=1 size=4208, connectedness=1.00 Graph level=0 size=135833, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 121328 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=23574.13 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 3 Graph level=2 size=115, Fanout min=5, mean=12.50, max=21, meandelta=8204.16 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 15 18 21 Graph level=1 size=3715, Fanout min=8, mean=26.62, max=32, meandelta=4174.78 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=121328, Fanout min=2, mean=38.94, max=64, meandelta=2889.75 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=115, connectedness=1.00 Graph level=1 size=3715, connectedness=1.00 Graph level=0 size=121328, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 482573 documents Graph level=3 size=23, Fanout min=3, mean=6.17, max=11, meandelta=48718.15 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 7 7 9 11 Graph level=2 size=385, Fanout min=6, mean=18.67, max=32, meandelta=21370.26 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 17 18 20 21 24 27 32 Graph level=1 size=14685, Fanout min=6, mean=27.72, max=32, meandelta=15898.71 % 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=482573, Fanout min=1, mean=39.59, max=64, meandelta=11309.83 % 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=385, connectedness=1.00 Graph level=1 size=14685, connectedness=1.00 Graph level=0 size=482573, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 85829 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=16822.13 % 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=73, Fanout min=4, mean=10.16, max=23, meandelta=7041.24 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 9 10 12 12 13 23 Graph level=1 size=2607, Fanout min=8, mean=26.19, max=32, meandelta=2974.18 % 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=85829, Fanout min=3, mean=38.72, max=64, meandelta=2056.76 % 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=73, connectedness=1.00 Graph level=1 size=2607, connectedness=1.00 Graph level=0 size=85829, connectedness=1.00 Leaf 19 has 4 layers Leaf 19 has 46982 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=41, Fanout min=3, mean=7.61, max=13, meandelta=4924.31 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 8 9 10 13 Graph level=1 size=1432, Fanout min=6, mean=24.89, max=32, meandelta=1713.33 % 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=46982, Fanout min=3, mean=38.06, max=64, meandelta=1144.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=41, connectedness=1.00 Graph level=1 size=1432, connectedness=1.00 Graph level=0 size=46982, 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.04.30.00.15.31/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': 50,737,267.93 msec task-clock:u 195,255,498,147,629 cycles:u (36.36%) 112,183,249,012,605 instructions:u (36.36%) 3,394,254,351,559 cache-references:u (36.36%) 1,507,217,138,016 cache-misses:u (36.36%) 40,520,180,746,229 L1-dcache-loads:u (36.36%) 1,472,836,735,058 L1-dcache-load-misses:u (36.36%) 2,187,327,861,568 L1-icache-loads:u (36.36%) 15,109,588,857 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 8,281,358 faults:u 7,445,043 minor-faults:u 260 major-faults:u 11,391,035,542,018 branches:u (36.36%) 86,590,784,078 branch-misses:u (36.36%) 2,914,548,303,876 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1749.889674889 seconds time elapsed 50203.145925000 seconds user 521.287252000 seconds sys took 0:29:09.916768 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=15.303, net_cpu_ms=16.021, 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=71243, index_time_sec=1433.77, index_docs_per_sec=5579.71, force_merge_time_sec=0.0, index_num_segments=20, index_size_on_disk_mb=39938.59, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (41, {0: 0, 10: 5, 20: 6, 30: 6, 40: 7, 50: 7, 60: 8, 70: 8, 80: 9, 90: 10, 100: 13}), 1: (1432, {0: 0, 10: 16, 20: 18, 30: 21, 40: 23, 50: 25, 60: 28, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (46982, {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=1749, microseconds=916768)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 114 Start: 2026-04-30 06:51:06 (UTC) Duration: 1738 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 48562541 832633265 jdk.FileWrite 19737221 413668182 jdk.FileRead 8003651 182912004 jdk.ObjectAllocationInNewTLAB 61442 1224884 jdk.BooleanFlag 56544 1788842 jdk.CPULoad 32138 642121 jdk.Checkpoint 7646 32981989 jdk.Compilation 5988 154706 jdk.UnsignedIntFlag 5472 185628 jdk.IntFlag 5016 183022 jdk.StringFlag 3876 150365 jdk.ObjectAllocationOutsideTLAB 1028 18433 jdk.CPUInformation 114 171224 jdk.GCConfiguration 114 2960 jdk.JVMInformation 114 106130 jdk.Metadata 114 12600075 jdk.GarbageCollection 45 1070 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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48562541 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.01% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.96% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.89% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.07% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.04% 990343 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.66% 318915 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.65% 313258 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.51% 248088 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.42% 202397 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.37% 178253 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.29% 140114 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 119436 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 101710 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 97220 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.19% 93653 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 85787 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 84124 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 83056 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 74616 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 63210 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 55367 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 49436 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 48987 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.10% 48067 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.09% 41461 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 37072 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 34961 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 30484 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 30281 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 30214 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 29369 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 28272 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 24660 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 21185 java.util.Arrays#sort():99 [Inlined code] 0.03% 16897 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 16366 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15429 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 15381 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14063 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 13253 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13187 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 13126 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 12743 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 12058 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 11212 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 10199 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10038 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 8767 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7738 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48562541 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.30% 26M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 15.96% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.88% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 3.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.04% 990342 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():225 [JIT compiled code] 1.83% 889735 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] 1.50% 730191 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.66% 322344 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.64% 313148 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.54% 262504 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.51% 247465 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.49% 239029 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.37% 178245 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 154645 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% 139985 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.25% 119408 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% 96991 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():392 [JIT compiled code] 0.19% 93486 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 72411 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% 68280 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 62686 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.13% 60857 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.12% 56231 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.11% 54355 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.11% 53847 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 48943 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 47875 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.10% 47005 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% 43287 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% 41461 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():422 [Interpreted code] 0.08% 37062 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% 34861 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 30484 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():422 [Interpreted code] 0.06% 30243 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():421 [Inlined code] 0.06% 29228 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% 25027 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 23379 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():421 [Inlined code] 0.05% 22699 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.04% 21492 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.04% 21183 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.04% 20950 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% 20875 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():421 [Inlined code] 0.04% 20800 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():193 [JIT compiled code] 0.04% 18644 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():193 [JIT compiled code] 0.04% 18478 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():637 [Inlined code] 0.04% 18447 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 16404 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.03% 15987 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% 14063 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():783 [Inlined code] 0.03% 13750 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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 48562541 events (total: 48M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.88% 15M org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 22.61% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.63% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 11.45% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 2.78% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.12% 543853 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.09% 528498 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.96% 468278 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.81% 395526 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.70% 340921 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():422 [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.0x000000002e196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.69% 336089 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.61% 296540 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.55% 264936 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():422 [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.0x000000002e196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.53% 259263 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.35% 171521 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.33% 162369 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.29% 140172 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.29% 138456 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.27% 130071 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 124334 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():422 [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.0x000000002e196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.24% 118537 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% 111982 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.20% 96069 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.19% 90722 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.17% 83955 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 73856 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 72507 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():422 [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.0x000000002e196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 72411 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.0x000000002e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 69657 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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():93 [JIT compiled code] 0.14% 66969 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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% 62294 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.0x000000002e19a328#run() [JIT compiled code] 0.12% 60596 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.12% 60471 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.12% 60263 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 59026 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.11% 54728 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():422 [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.0x000000002e196438#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% 54382 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 53990 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 53081 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.0x000000002e19a328#run() [JIT compiled code] 0.10% 48257 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.10% 47757 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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% 43877 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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():93 [Interpreted code] 0.09% 42920 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.09% 41939 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.09% 41617 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 41341 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 40185 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.08% 39011 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 36724 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 35804 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62443 events (total: 441468M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.85% 100859M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.17% 97882M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.45% 81437M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.64% 64613M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.36% 32478M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.12% 18197M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.75% 7734M java.lang.Integer#valueOf():1006 [Inlined code] 0.73% 3217M java.util.Arrays#copyOf():3478 [Inlined code] 0.66% 2891M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 2870M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 2688M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.58% 2566M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.47% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.41% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.39% 1742M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.30% 1305M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 1124M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 921M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 782M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 782M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 779M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 730M java.util.ArrayList#grow():240 [Inlined code] 0.16% 709M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.16% 708M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.14% 631M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.12% 550M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 489M knn.IndexerThread#_run():105 [JIT compiled code] 0.10% 462M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 447M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 364M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 346M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 335M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 333M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 287M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 285M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 278M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 251M java.util.List#of():935 [Inlined code] 0.05% 208M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 204M java.util.HashMap#resize():711 [JIT compiled code] 0.05% 201M knn.IndexerThread#_run():119 [JIT compiled code] 0.04% 197M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 182M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer():67 [Inlined code] 0.04% 182M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#load():218 [Inlined code] 0.04% 182M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 134M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62443 events (total: 441468M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.36% 81048M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.77% 78452M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.91% 48173M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.02% 39821M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.32% 32295M 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] 6.77% 29867M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 5.61% 24772M 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.43% 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.40% 19429M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 18197M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.72% 7585M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 0.66% 2906M 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.61% 2688M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.58% 2566M 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():421 [Inlined code] 0.52% 2278M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] 0.41% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1718M 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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.32% 1394M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.31% 1353M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 1148M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.26% 1139M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 964M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 817M 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():2212 [JIT compiled code] 0.18% 782M 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% 779M 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% 736M 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.17% 730M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 548M 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.12% 519M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.11% 502M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.11% 489M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.11% 478M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.10% 462M 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% 400M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 390M 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% 387M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 383M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 377M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000002e19a328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] 0.08% 339M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 336M 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% 335M 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% 330M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.07% 329M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.07% 311M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [JIT compiled code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.07% 297M 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% 289M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 285M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmFalse.jfr is 1410.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 62443 events (total: 441468M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.98% 39623M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 7.32% 32295M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 5.98% 26408M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 5.90% 26056M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 5.90% 26051M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.11% 22567M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.84% 21380M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.81% 21251M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 4.77% 21079M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.65% 20545M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 3.91% 17255M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.74% 16506M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.73% 12059M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.87% 8265M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 1.72% 7585M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 1.50% 6601M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.47% 6502M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.34% 5898M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.09% 4811M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.09% 4793M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.93% 4108M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.92% 4069M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.86% 3808M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.84% 3692M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.82% 3608M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.71% 3123M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.69% 3028M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.68% 3019M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.68% 2989M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.66% 2906M 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():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.64% 2819M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.57% 2498M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.53% 2351M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.52% 2274M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.41% 1823M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1718M 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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#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.0x000000002e19a328#run() [Interpreted code] 0.38% 1686M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.36% 1588M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 1511M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.29% 1299M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.26% 1167M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.26% 1167M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.20% 895M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.18% 795M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Inlined code] 0.17% 730M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.15% 682M 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():2212 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.15% 654M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.12% 548M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.12% 534M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19fbf0#call() [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.04.30.00.15.31/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.211s][info][jfr,startup] Started recording 1. [0.211s][info][jfr,startup] [0.211s][info][jfr,startup] Use jcmd 2160331 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1020682164151216 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 Apr 30, 2026 3:33:09 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 95 segments, 10 merges 68.5s _1cf: 8 segs, 228.7 K docs, 1139.0 MB 57.1s _1ct: 8 segs, 193.0 K docs, 960.9 MB 49.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 34.4s _1dg: 8 segs, 39.1 K docs, 193.4 MB 27.0s _1do: 8 segs, 73.3 K docs, 363.8 MB 19.0s _1dx: 8 segs, 37.6 K docs, 186.3 MB 13.0s _1e6: 8 segs, 40.2 K docs, 199.2 MB 7.8s _1ed: 8 segs, 114.0 K docs, 566.7 MB 2.9s _1el: 8 segs, 73.1 K docs, 362.7 MB 0.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 5.0 sec: 95 segments, 10 merges 73.5s _1cf: 8 segs, 228.7 K docs, 1139.0 MB 62.1s _1ct: 8 segs, 193.0 K docs, 960.9 MB 54.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 39.4s _1dg: 8 segs, 39.1 K docs, 193.4 MB 32.0s _1do: 8 segs, 73.3 K docs, 363.8 MB 24.0s _1dx: 8 segs, 37.6 K docs, 186.3 MB 18.0s _1e6: 8 segs, 40.2 K docs, 199.2 MB 12.8s _1ed: 8 segs, 114.0 K docs, 566.7 MB 7.9s _1el: 8 segs, 73.1 K docs, 362.7 MB 5.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 10.0 sec: 81 segments, 8 merges 67.1s _1ct: 8 segs, 193.0 K docs, 960.9 MB 59.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 37.1s _1do: 8 segs, 73.3 K docs, 363.8 MB 29.0s _1dx: 8 segs, 37.6 K docs, 186.3 MB 23.0s _1e6: 8 segs, 40.2 K docs, 199.2 MB 17.8s _1ed: 8 segs, 114.0 K docs, 566.7 MB 12.9s _1el: 8 segs, 73.1 K docs, 362.7 MB 10.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 15.0 sec: 74 segments, 7 merges 72.1s _1ct: 8 segs, 193.0 K docs, 960.9 MB 64.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 42.1s _1do: 8 segs, 73.3 K docs, 363.8 MB 28.0s _1e6: 8 segs, 40.2 K docs, 199.2 MB 22.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 17.9s _1el: 8 segs, 73.1 K docs, 362.7 MB 15.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 20.0 sec: 60 segments, 5 merges 77.2s _1ct: 8 segs, 193.0 K docs, 960.9 MB 69.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 27.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 22.9s _1el: 8 segs, 73.1 K docs, 362.7 MB 20.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 25.0 sec: 53 segments, 4 merges 74.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 32.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 28.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 25.0s _1em: 8 segs, 30.3 K docs, 150.2 MB 30.0 sec: 46 segments, 3 merges 79.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 37.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 33.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 35.1 sec: 46 segments, 3 merges 84.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 42.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 38.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 40.1 sec: 46 segments, 3 merges 89.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 47.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 43.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 45.1 sec: 46 segments, 3 merges 94.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 52.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 48.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 50.1 sec: 46 segments, 3 merges 99.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 57.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 53.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 55.1 sec: 46 segments, 3 merges 104.8s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 62.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 58.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 60.1 sec: 46 segments, 3 merges 109.9s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 67.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 63.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 65.1 sec: 46 segments, 3 merges 114.9s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 72.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 68.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 70.1 sec: 46 segments, 3 merges 119.9s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 77.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 73.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 75.1 sec: 46 segments, 3 merges 124.9s _1d1: 8 segs, 577.2 K docs, 2878.1 MB 82.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 78.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 80.1 sec: 39 segments, 3 merges 87.9s _1ed: 8 segs, 114.0 K docs, 566.7 MB 83.0s _1el: 8 segs, 73.1 K docs, 362.7 MB 0.9s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 85.1 sec: 25 segments, 1 merges 5.9s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 90.0 sec: 25 segments, 1 merges 10.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 95.0 sec: 25 segments, 1 merges 15.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 100.0 sec: 25 segments, 1 merges 20.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 105.0 sec: 25 segments, 1 merges 25.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 110.0 sec: 25 segments, 1 merges 30.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 115.0 sec: 25 segments, 1 merges 35.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 120.0 sec: 25 segments, 1 merges 40.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 125.0 sec: 25 segments, 1 merges 45.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 130.0 sec: 25 segments, 1 merges 50.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 135.0 sec: 25 segments, 1 merges 55.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 140.1 sec: 25 segments, 1 merges 60.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 145.1 sec: 25 segments, 1 merges 65.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 150.1 sec: 25 segments, 1 merges 70.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 155.1 sec: 25 segments, 1 merges 75.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 160.1 sec: 25 segments, 1 merges 80.9s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 165.0 sec: 25 segments, 1 merges 85.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 170.0 sec: 25 segments, 1 merges 90.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 175.0 sec: 25 segments, 1 merges 95.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 180.0 sec: 25 segments, 1 merges 100.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 185.0 sec: 25 segments, 1 merges 105.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 190.0 sec: 25 segments, 1 merges 110.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 195.0 sec: 25 segments, 1 merges 115.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 200.0 sec: 25 segments, 1 merges 120.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 205.1 sec: 25 segments, 1 merges 125.8s _1en: 5 segs, 1002.2 K docs, 5000.1 MB 210.1 sec: 21 segments, 1 merges 1.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 215.1 sec: 21 segments, 1 merges 6.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 220.0 sec: 21 segments, 1 merges 11.5s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 225.0 sec: 21 segments, 1 merges 16.5s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 230.0 sec: 21 segments, 1 merges 21.5s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 235.0 sec: 21 segments, 1 merges 26.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 240.0 sec: 21 segments, 1 merges 31.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 245.0 sec: 21 segments, 1 merges 36.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 250.0 sec: 21 segments, 1 merges 41.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 255.0 sec: 21 segments, 1 merges 46.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 260.0 sec: 21 segments, 1 merges 51.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 265.0 sec: 21 segments, 1 merges 56.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 270.1 sec: 21 segments, 1 merges 61.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 275.1 sec: 21 segments, 1 merges 66.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 280.1 sec: 21 segments, 1 merges 71.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 285.1 sec: 21 segments, 1 merges 76.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 290.1 sec: 21 segments, 1 merges 81.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 295.1 sec: 21 segments, 1 merges 86.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 300.1 sec: 21 segments, 1 merges 91.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 305.1 sec: 21 segments, 1 merges 96.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 310.0 sec: 21 segments, 1 merges 101.6s _1eo: 4 segs, 1005.9 K docs, 5019.3 MB 315.0 sec: 18 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1391 seconds reindex takes 1391.31 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 10.0 sec: 18 segments, 1 merges 10.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 15.0 sec: 18 segments, 1 merges 15.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 20.0 sec: 18 segments, 1 merges 20.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 25.0 sec: 18 segments, 1 merges 25.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 30.0 sec: 18 segments, 1 merges 30.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 35.0 sec: 18 segments, 1 merges 35.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 40.0 sec: 18 segments, 1 merges 40.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 45.0 sec: 18 segments, 1 merges 45.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 50.0 sec: 18 segments, 1 merges 50.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 55.0 sec: 18 segments, 1 merges 55.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 60.0 sec: 18 segments, 1 merges 60.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 65.1 sec: 18 segments, 1 merges 65.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 70.1 sec: 18 segments, 1 merges 70.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 75.1 sec: 18 segments, 1 merges 75.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 80.1 sec: 18 segments, 1 merges 80.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 85.1 sec: 18 segments, 1 merges 85.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 90.1 sec: 18 segments, 1 merges 90.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 95.1 sec: 18 segments, 1 merges 95.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 100.1 sec: 18 segments, 1 merges 100.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 105.1 sec: 18 segments, 1 merges 105.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 110.1 sec: 18 segments, 1 merges 110.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 115.1 sec: 18 segments, 1 merges 115.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 120.1 sec: 18 segments, 1 merges 120.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 125.1 sec: 18 segments, 1 merges 125.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 130.0 sec: 18 segments, 1 merges 130.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 135.0 sec: 18 segments, 1 merges 135.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 140.0 sec: 18 segments, 1 merges 140.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 145.0 sec: 18 segments, 1 merges 145.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 150.0 sec: 18 segments, 1 merges 150.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 155.0 sec: 18 segments, 1 merges 155.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 160.0 sec: 18 segments, 1 merges 160.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 165.0 sec: 18 segments, 1 merges 165.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 170.0 sec: 18 segments, 1 merges 170.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 175.0 sec: 18 segments, 1 merges 175.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 180.0 sec: 18 segments, 1 merges 180.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 185.0 sec: 18 segments, 1 merges 185.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 190.0 sec: 18 segments, 1 merges 190.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 195.0 sec: 18 segments, 1 merges 195.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 200.1 sec: 18 segments, 1 merges 200.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 205.1 sec: 18 segments, 1 merges 205.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 210.1 sec: 18 segments, 1 merges 210.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 215.1 sec: 18 segments, 1 merges 215.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 220.1 sec: 18 segments, 1 merges 220.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 225.1 sec: 18 segments, 1 merges 225.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 230.1 sec: 18 segments, 1 merges 230.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 235.1 sec: 18 segments, 1 merges 235.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 240.1 sec: 18 segments, 1 merges 240.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 245.1 sec: 18 segments, 1 merges 245.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 250.1 sec: 18 segments, 1 merges 250.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 255.1 sec: 18 segments, 1 merges 255.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 260.1 sec: 18 segments, 1 merges 260.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 265.1 sec: 18 segments, 1 merges 265.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 270.0 sec: 18 segments, 1 merges 270.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 275.0 sec: 18 segments, 1 merges 275.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 280.0 sec: 18 segments, 1 merges 280.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 285.0 sec: 18 segments, 1 merges 285.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 290.0 sec: 18 segments, 1 merges 290.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 295.0 sec: 18 segments, 1 merges 295.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 300.0 sec: 18 segments, 1 merges 300.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 305.0 sec: 18 segments, 1 merges 305.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 310.0 sec: 18 segments, 1 merges 310.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 315.0 sec: 18 segments, 1 merges 315.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 320.0 sec: 18 segments, 1 merges 320.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 325.0 sec: 18 segments, 1 merges 325.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 330.0 sec: 18 segments, 1 merges 330.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 335.0 sec: 18 segments, 1 merges 335.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 340.1 sec: 18 segments, 1 merges 340.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 345.1 sec: 18 segments, 1 merges 345.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 350.1 sec: 18 segments, 1 merges 350.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 355.1 sec: 18 segments, 1 merges 355.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 360.1 sec: 18 segments, 1 merges 360.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 365.1 sec: 18 segments, 1 merges 365.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 370.1 sec: 18 segments, 1 merges 370.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 375.1 sec: 18 segments, 1 merges 375.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 380.1 sec: 18 segments, 1 merges 380.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 385.1 sec: 18 segments, 1 merges 385.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 390.1 sec: 18 segments, 1 merges 390.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 395.0 sec: 18 segments, 1 merges 395.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 400.0 sec: 18 segments, 1 merges 400.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 405.0 sec: 18 segments, 1 merges 405.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 410.0 sec: 18 segments, 1 merges 410.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 415.0 sec: 18 segments, 1 merges 415.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 420.0 sec: 18 segments, 1 merges 420.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 425.0 sec: 18 segments, 1 merges 425.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 430.1 sec: 18 segments, 1 merges 430.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 435.1 sec: 18 segments, 1 merges 435.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 440.1 sec: 18 segments, 1 merges 440.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 445.1 sec: 18 segments, 1 merges 445.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 450.1 sec: 18 segments, 1 merges 450.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 455.1 sec: 18 segments, 1 merges 455.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 460.1 sec: 18 segments, 1 merges 460.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 465.1 sec: 18 segments, 1 merges 465.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 470.0 sec: 18 segments, 1 merges 470.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 475.0 sec: 18 segments, 1 merges 475.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 480.0 sec: 18 segments, 1 merges 480.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 485.0 sec: 18 segments, 1 merges 485.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 490.0 sec: 18 segments, 1 merges 490.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 495.0 sec: 18 segments, 1 merges 495.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 500.0 sec: 18 segments, 1 merges 500.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 505.0 sec: 18 segments, 1 merges 505.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 510.1 sec: 18 segments, 1 merges 510.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 515.1 sec: 18 segments, 1 merges 515.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 520.1 sec: 18 segments, 1 merges 520.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 525.1 sec: 18 segments, 1 merges 525.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 530.0 sec: 18 segments, 1 merges 530.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 535.0 sec: 18 segments, 1 merges 535.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 540.0 sec: 18 segments, 1 merges 540.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 545.1 sec: 18 segments, 1 merges 545.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 550.1 sec: 18 segments, 1 merges 550.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 555.1 sec: 18 segments, 1 merges 555.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 560.1 sec: 18 segments, 1 merges 560.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 565.1 sec: 18 segments, 1 merges 565.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 570.1 sec: 18 segments, 1 merges 570.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 575.1 sec: 18 segments, 1 merges 575.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 580.1 sec: 18 segments, 1 merges 580.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 585.1 sec: 18 segments, 1 merges 585.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 590.1 sec: 18 segments, 1 merges 590.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 595.1 sec: 18 segments, 1 merges 595.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 600.1 sec: 18 segments, 1 merges 600.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 605.1 sec: 18 segments, 1 merges 605.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 610.0 sec: 18 segments, 1 merges 610.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 615.0 sec: 18 segments, 1 merges 615.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 620.0 sec: 18 segments, 1 merges 620.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 625.0 sec: 18 segments, 1 merges 625.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 630.0 sec: 18 segments, 1 merges 630.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 635.0 sec: 18 segments, 1 merges 635.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 640.0 sec: 18 segments, 1 merges 640.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 645.0 sec: 18 segments, 1 merges 645.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 650.0 sec: 18 segments, 1 merges 650.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 655.0 sec: 18 segments, 1 merges 655.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 660.0 sec: 18 segments, 1 merges 660.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 665.0 sec: 18 segments, 1 merges 665.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 670.0 sec: 18 segments, 1 merges 670.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 675.0 sec: 18 segments, 1 merges 675.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 680.0 sec: 18 segments, 1 merges 680.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 685.0 sec: 18 segments, 1 merges 685.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 690.1 sec: 18 segments, 1 merges 690.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 695.1 sec: 18 segments, 1 merges 695.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 700.1 sec: 18 segments, 1 merges 700.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 705.1 sec: 18 segments, 1 merges 705.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 710.1 sec: 18 segments, 1 merges 710.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 715.1 sec: 18 segments, 1 merges 715.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 720.1 sec: 18 segments, 1 merges 720.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 725.1 sec: 18 segments, 1 merges 725.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 730.1 sec: 18 segments, 1 merges 730.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 735.1 sec: 18 segments, 1 merges 735.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 740.1 sec: 18 segments, 1 merges 740.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 745.1 sec: 18 segments, 1 merges 745.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 750.1 sec: 18 segments, 1 merges 750.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 755.1 sec: 18 segments, 1 merges 755.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 760.1 sec: 18 segments, 1 merges 760.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 765.1 sec: 18 segments, 1 merges 765.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 770.1 sec: 18 segments, 1 merges 770.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 775.0 sec: 18 segments, 1 merges 775.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 780.0 sec: 18 segments, 1 merges 780.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 785.0 sec: 18 segments, 1 merges 785.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 790.0 sec: 18 segments, 1 merges 790.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 795.0 sec: 18 segments, 1 merges 795.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 800.0 sec: 18 segments, 1 merges 800.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 805.0 sec: 18 segments, 1 merges 805.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 810.0 sec: 18 segments, 1 merges 810.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 815.1 sec: 18 segments, 1 merges 815.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 820.1 sec: 18 segments, 1 merges 820.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 825.1 sec: 18 segments, 1 merges 825.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 830.1 sec: 18 segments, 1 merges 830.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 835.1 sec: 18 segments, 1 merges 835.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 840.1 sec: 18 segments, 1 merges 840.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 845.1 sec: 18 segments, 1 merges 845.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 850.1 sec: 18 segments, 1 merges 850.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 855.1 sec: 18 segments, 1 merges 855.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 860.1 sec: 18 segments, 1 merges 860.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 865.1 sec: 18 segments, 1 merges 865.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 870.0 sec: 18 segments, 1 merges 870.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 875.0 sec: 18 segments, 1 merges 875.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 880.0 sec: 18 segments, 1 merges 880.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 885.0 sec: 18 segments, 1 merges 885.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 890.0 sec: 18 segments, 1 merges 890.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 895.0 sec: 18 segments, 1 merges 895.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 900.0 sec: 18 segments, 1 merges 900.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 905.1 sec: 18 segments, 1 merges 905.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 910.1 sec: 18 segments, 1 merges 910.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 915.1 sec: 18 segments, 1 merges 915.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 920.1 sec: 18 segments, 1 merges 920.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 925.1 sec: 18 segments, 1 merges 925.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 930.1 sec: 18 segments, 1 merges 930.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 935.1 sec: 18 segments, 1 merges 935.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 940.1 sec: 18 segments, 1 merges 940.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 945.1 sec: 18 segments, 1 merges 945.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 950.1 sec: 18 segments, 1 merges 950.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 955.0 sec: 18 segments, 1 merges 955.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 960.0 sec: 18 segments, 1 merges 960.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 965.1 sec: 18 segments, 1 merges 965.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 970.1 sec: 18 segments, 1 merges 970.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 975.1 sec: 18 segments, 1 merges 975.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 980.1 sec: 18 segments, 1 merges 980.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 985.1 sec: 18 segments, 1 merges 985.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 990.1 sec: 18 segments, 1 merges 990.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 995.1 sec: 18 segments, 1 merges 995.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1000.1 sec: 18 segments, 1 merges 1000.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1005.1 sec: 18 segments, 1 merges 1005.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1010.0 sec: 18 segments, 1 merges 1010.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1015.0 sec: 18 segments, 1 merges 1015.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1020.0 sec: 18 segments, 1 merges 1020.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1025.0 sec: 18 segments, 1 merges 1025.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1030.0 sec: 18 segments, 1 merges 1030.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1035.0 sec: 18 segments, 1 merges 1035.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1040.0 sec: 18 segments, 1 merges 1040.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1045.0 sec: 18 segments, 1 merges 1045.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1050.0 sec: 18 segments, 1 merges 1050.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1055.0 sec: 18 segments, 1 merges 1055.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1060.0 sec: 18 segments, 1 merges 1060.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1065.1 sec: 18 segments, 1 merges 1065.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1070.1 sec: 18 segments, 1 merges 1070.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1075.1 sec: 18 segments, 1 merges 1075.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1080.1 sec: 18 segments, 1 merges 1080.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1085.1 sec: 18 segments, 1 merges 1085.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1090.1 sec: 18 segments, 1 merges 1090.1s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1095.0 sec: 18 segments, 1 merges 1095.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1100.0 sec: 18 segments, 1 merges 1100.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1105.0 sec: 18 segments, 1 merges 1105.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB 1110.0 sec: 18 segments, 1 merges 1110.0s _1ep: 18 segs, 8000.0 K docs, 39942.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1115.95 sec index has 1 segments: segments_3: _1ep(11.0.0):C8000000 _1ep: 40090.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.78 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=49075570137 cpu@end=51547786489 deltaMS=2472.216352 thread 14 name=Reference Handler cpu@start=1270655 cpu@end=1270655 deltaMS=0.0 thread 15 name=Finalizer cpu@start=127007 cpu@end=127007 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=57703 cpu@end=57703 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=8190395 cpu@end=8190395 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=21105685154 cpu@end=21106121647 deltaMS=0.436493 thread 42 name=JFR Periodic Tasks cpu@start=168070457927 cpu@end=168188702971 deltaMS=118.245044 thread 45 name=Notification Thread cpu@start=108081 cpu@end=108081 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2303741197741 cpu@end=2303741197741 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2306533985159 cpu@end=2306533985159 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2297479286666 cpu@end=2297479286666 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2304214663491 cpu@end=2304214663491 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2304176325101 cpu@end=2304176325101 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2300836002357 cpu@end=2300836002357 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2302512381361 cpu@end=2302512381361 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2301198252921 cpu@end=2301198252921 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2306799525890 cpu@end=2306799525890 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2301227114028 cpu@end=2301227114028 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2304179025635 cpu@end=2304179025635 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2303612359431 cpu@end=2303612359431 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2307800371807 cpu@end=2307800371807 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2297606637159 cpu@end=2297606637159 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2305256613456 cpu@end=2305256613456 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2303312991543 cpu@end=2303312991543 deltaMS=0.0 Average CPU cores used: 1.044817141773154 completed 1000 searches in 2479 ms: 403 QPS CPU time=2590 ms checking results SUMMARY: 0.929 2.479 2.590 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5671 1391.31 5749.96 1115.95 1 40090.78 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=239, Fanout min=7, mean=16.09, max=32, meandelta=410634.34 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 20 23 32 Graph level=2 size=7612, Fanout min=8, mean=27.37, max=32, meandelta=266897.00 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=1 size=246974, Fanout min=1, mean=28.29, max=32, meandelta=258345.33 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.67, max=64, meandelta=194579.73 % 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=239, connectedness=1.00 Graph level=2 size=7612, connectedness=1.00 Graph level=1 size=246974, 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.04.30.00.15.31/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': 62,234,292.93 msec task-clock:u 241,944,727,976,283 cycles:u (36.36%) 173,138,528,684,918 instructions:u (36.36%) 5,121,949,277,763 cache-references:u (36.36%) 2,330,945,998,326 cache-misses:u (36.36%) 61,059,514,189,363 L1-dcache-loads:u (36.36%) 2,044,439,640,269 L1-dcache-load-misses:u (36.36%) 2,664,104,533,769 L1-icache-loads:u (36.36%) 57,483,727,707 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 15,796,286 faults:u 14,610,783 minor-faults:u 39,172 major-faults:u 17,848,308,538,454 branches:u (36.36%) 119,113,001,739 branch-misses:u (36.36%) 3,530,110,853,354 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2903.259301625 seconds time elapsed 61529.221293000 seconds user 691.039889000 seconds sys took 0:48:23.291348 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', 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.479, net_cpu_ms=2.59, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5671, index_time_sec=1391.31, index_docs_per_sec=5749.96, force_merge_time_sec=1115.95, index_num_segments=1, index_size_on_disk_mb=40090.78, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (239, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7612, {0: 0, 10: 18, 20: 22, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (246974, {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=2903, microseconds=291348)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 140 Start: 2026-04-30 07:33:09 (UTC) Duration: 2888 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 59774167 1024503937 jdk.FileWrite 25577827 558076327 jdk.FileRead 8003647 182783515 jdk.ObjectAllocationInNewTLAB 74228 1473278 jdk.BooleanFlag 69440 2197772 jdk.CPULoad 53957 1078503 jdk.Checkpoint 9987 34781906 jdk.UnsignedIntFlag 6720 228056 jdk.IntFlag 6160 224848 jdk.Compilation 5945 153582 jdk.StringFlag 4760 184605 jdk.ObjectAllocationOutsideTLAB 1285 22871 jdk.CPUInformation 140 210277 jdk.GCConfiguration 140 3637 jdk.JVMInformation 140 130617 jdk.Metadata 140 15473778 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.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59774167 events (total: 59M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.81% 33M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.45% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.57% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.02% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.13% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.09% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.04% 623164 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.79% 471166 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.71% 423120 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.68% 406580 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.49% 295802 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.41% 245634 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.34% 201233 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.27% 161635 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.27% 161414 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 154440 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 139605 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.22% 129524 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 125175 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 108220 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 64136 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 60043 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 57518 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 53760 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 52543 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 49826 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 49780 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.07% 44770 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 40842 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 40326 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.05% 32076 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 31625 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 29454 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 25665 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.03% 19178 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 18834 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 17865 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 17718 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 16119 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 14270 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 13489 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 13269 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12751 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12609 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 11995 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11183 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 10282 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9791 knn.IndexerThread#_run():102 [JIT compiled code] 0.02% 9750 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 9615 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59774167 events (total: 59M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 53.80% 32M org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] 15.44% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 12.57% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.02% 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.94% 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():276 [JIT compiled code] 1.85% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 1.67% 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] 1.04% 623003 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.81% 486283 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.79% 471166 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():225 [JIT compiled code] 0.57% 343416 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.53% 314366 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.45% 271187 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.41% 247497 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.34% 201194 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 197398 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.27% 161496 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.27% 161256 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.26% 154404 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% 138873 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():392 [JIT compiled code] 0.19% 114375 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% 90627 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 87250 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% 84918 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.13% 77007 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.12% 71922 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.11% 67738 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% 53525 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 49675 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% 49365 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.08% 45960 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% 44770 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():422 [Interpreted code] 0.07% 44375 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% 43669 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 40939 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% 40324 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():421 [Inlined code] 0.06% 36086 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 34444 org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.05% 32069 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% 32018 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 29451 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% 26678 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():421 [Inlined code] 0.04% 25661 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.04% 23316 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():193 [JIT compiled code] 0.04% 22910 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% 22211 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():193 [JIT compiled code] 0.04% 21111 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% 18617 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():421 [Inlined code] 0.03% 17316 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():637 [Inlined code] 0.03% 16413 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.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59774167 events (total: 59M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.58% 18M org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 21.78% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.86% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.50% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 2.31% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.26% 755159 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.24% 743990 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.77% 457938 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.70% 416467 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():422 [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.0x000000001f196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.69% 411639 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.67% 398003 org.apache.lucene.codecs.lucene104.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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% 326821 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():422 [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.0x000000001f196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.54% 324569 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.51% 304425 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.46% 276477 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.0x000000001f19a328#run() [JIT compiled code] 0.46% 276204 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.43% 257444 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():422 [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.0x000000001f196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.42% 249400 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.31% 183897 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.30% 178268 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 168536 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.27% 160613 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.26% 154294 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.26% 153558 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.25% 149176 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.23% 136466 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.20% 117466 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% 114375 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.0x000000001f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 110815 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.18% 107268 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 104787 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.0x000000001f19a328#run() [JIT compiled code] 0.16% 93376 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 88367 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.14% 86429 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 85534 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 82083 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.0x000000001f19a328#run() [JIT compiled code] 0.12% 71806 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():422 [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.0x000000001f196438#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% 69953 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():422 [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.0x000000001f196438#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% 66856 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 64172 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():209 [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():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.11% 63909 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 55645 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 55639 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():422 [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.0x000000001f196438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.09% 55248 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.0x000000001f19a328#run() [JIT compiled code] 0.09% 54843 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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():93 [JIT compiled code] 0.09% 52516 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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% 51209 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 51114 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 45975 org.apache.lucene.codecs.lucene104.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.07% 44816 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [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.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75488 events (total: 572720M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.69% 135683M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.22% 132962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.94% 131358M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.08% 63462M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.71% 32723M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.10% 23479M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.10% 6292M java.util.Arrays#copyOf():3478 [Inlined code] 0.92% 5288M java.lang.Integer#valueOf():1006 [Inlined code] 0.69% 3923M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.66% 3804M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3787M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 3575M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.32% 1846M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.30% 1734M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.30% 1714M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 1452M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.19% 1066M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 1009M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 932M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 888M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 816M knn.IndexerThread#_run():105 [JIT compiled code] 0.14% 779M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 773M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 760M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.11% 649M java.util.ArrayList#grow():240 [Inlined code] 0.10% 583M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 473M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 455M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 415M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 380M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 358M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 326M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.05% 301M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.05% 287M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 286M java.util.List#of():935 [Inlined code] 0.04% 240M knn.IndexerThread#_run():119 [JIT compiled code] 0.04% 234M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 196M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 180M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 178M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 154M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 148M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 144M java.util.HashMap#resize():711 [JIT compiled code] 0.02% 143M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75488 events (total: 572720M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.89% 108166M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.79% 107616M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.33% 76369M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.47% 54217M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.79% 38908M 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.71% 32723M 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.33% 24785M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.29% 24543M 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.10% 23479M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 4.09% 23448M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.04% 5949M 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.91% 5183M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 0.69% 3923M 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():421 [Inlined code] 0.61% 3508M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] 0.61% 3486M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.38% 2161M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 1920M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 1846M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.25% 1434M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.23% 1343M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.23% 1340M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.22% 1235M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 1009M 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% 967M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.15% 868M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 816M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.13% 760M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2212 [JIT compiled code] 0.12% 701M 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% 649M 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% 604M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 583M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.10% 574M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 535M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 484M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 473M 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% 455M 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% 445M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 432M 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% 431M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 386M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.06% 365M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.06% 358M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [JIT compiled code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.06% 346M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001f19a328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 342M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [JIT compiled code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 0.06% 332M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.06% 326M 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.0x000000001f17f400#concat() [Inlined code] 0.06% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q7-fmTrue.jfr is 1737.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75488 events (total: 572720M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.12% 52226M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.70% 49827M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 8.69% 49793M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 7.02% 40203M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.78% 38844M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 5.71% 32723M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.20% 24034M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 4.16% 23850M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.08% 23364M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 3.91% 22372M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.71% 21271M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.85% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.42% 13840M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.55% 8884M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.44% 8223M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 1.41% 8072M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.34% 7677M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.33% 7605M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.25% 7181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.04% 5949M 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():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.98% 5584M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.97% 5562M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.92% 5291M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.91% 5183M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.75% 4277M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.74% 4209M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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% 3972M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.67% 3843M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.63% 3591M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.48% 2729M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.46% 2610M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.46% 2607M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.45% 2574M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.43% 2478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.42% 2419M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.39% 2245M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.0x000000001f19a328#run() [Interpreted code] 0.32% 1846M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.28% 1630M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.27% 1529M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1400M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.24% 1348M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#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.18% 1005M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.16% 898M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] 0.14% 819M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 816M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.13% 769M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.13% 760M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2212 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.13% 738M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001f19fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.04.30.00.15.31/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.211s][info][jfr,startup] Started recording 1. [0.211s][info][jfr,startup] [0.211s][info][jfr,startup] Use jcmd 2198394 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1024506952267803 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 Apr 30, 2026 4:36:54 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 312 segments, 31 merges 1793.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1276.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1182.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 990.6s _152: 8 segs, 73.5 K docs, 291.9 MB 852.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 809.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 780.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 686.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 661.9s _198: 10 segs, 47.3 K docs, 187.3 MB 635.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 520.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 500.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 483.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 454.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 425.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 397.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 373.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 350.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 333.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 308.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 288.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 267.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 246.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 230.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 207.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 172.5s _1e9: 13 segs, 64.7 K docs, 256.1 MB 140.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 110.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 78.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 45.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 8.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 5.0 sec: 312 segments, 31 merges 1798.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1281.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1187.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 995.6s _152: 8 segs, 73.5 K docs, 291.9 MB 857.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 814.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 785.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 691.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 666.9s _198: 10 segs, 47.3 K docs, 187.3 MB 640.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 525.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 505.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 488.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 459.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 430.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 402.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 378.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 355.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 338.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 313.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 293.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 272.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 251.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 235.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 212.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 177.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 145.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 115.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 83.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 50.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 13.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 10.0 sec: 312 segments, 31 merges 1803.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1286.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1192.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1000.6s _152: 8 segs, 73.5 K docs, 291.9 MB 862.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 819.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 790.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 696.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 671.9s _198: 10 segs, 47.3 K docs, 187.3 MB 645.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 530.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 510.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 493.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 464.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 435.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 407.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 383.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 360.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 343.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 318.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 298.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 277.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 256.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 240.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 217.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 182.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 150.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 120.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 88.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 55.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 18.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 15.0 sec: 312 segments, 31 merges 1808.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1291.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1197.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1005.6s _152: 8 segs, 73.5 K docs, 291.9 MB 867.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 824.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 795.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 701.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 676.9s _198: 10 segs, 47.3 K docs, 187.3 MB 650.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 535.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 515.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 498.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 469.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 440.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 412.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 388.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 365.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 348.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 323.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 303.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 282.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 261.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 245.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 222.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 187.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 155.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 125.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 93.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 60.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 23.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 20.1 sec: 312 segments, 31 merges 1813.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1296.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1202.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1010.6s _152: 8 segs, 73.5 K docs, 291.9 MB 872.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 829.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 800.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 706.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 681.9s _198: 10 segs, 47.3 K docs, 187.3 MB 655.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 540.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 520.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 503.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 474.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 445.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 417.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 393.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 370.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 353.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 328.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 308.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 287.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 266.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 250.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 228.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 192.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 160.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 130.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 98.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 65.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 28.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 25.1 sec: 312 segments, 31 merges 1818.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1301.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1207.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1015.6s _152: 8 segs, 73.5 K docs, 291.9 MB 877.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 834.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 805.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 711.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 686.9s _198: 10 segs, 47.3 K docs, 187.3 MB 660.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 545.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 525.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 508.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 479.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 450.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 422.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 398.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 375.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 358.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 333.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 313.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 292.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 271.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 255.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 233.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 197.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 165.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 135.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 104.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 70.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 33.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 30.1 sec: 312 segments, 31 merges 1823.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1306.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1212.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1020.7s _152: 8 segs, 73.5 K docs, 291.9 MB 882.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 840.0s _17g: 14 segs, 67.8 K docs, 268.2 MB 810.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 716.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 691.9s _198: 10 segs, 47.3 K docs, 187.3 MB 665.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 550.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 530.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 513.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 484.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 455.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 427.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 403.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 380.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 363.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 338.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 318.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 297.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 276.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 260.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 238.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 202.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 170.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 140.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 109.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 75.3s _1fj: 11 segs, 51.9 K docs, 205.4 MB 38.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 35.1 sec: 305 segments, 31 merges 1828.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1311.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1217.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 887.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 845.0s _17g: 14 segs, 67.8 K docs, 268.2 MB 815.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 721.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 697.0s _198: 10 segs, 47.3 K docs, 187.3 MB 670.9s _19i: 9 segs, 44.6 K docs, 176.8 MB 555.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 535.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 518.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 489.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 460.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 432.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 408.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 385.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 368.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 343.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 323.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 302.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 281.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 265.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 243.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 207.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 175.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 145.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 114.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 80.3s _1fj: 11 segs, 51.9 K docs, 205.4 MB 43.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 3.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 40.1 sec: 305 segments, 31 merges 1833.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1316.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1222.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 892.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 850.0s _17g: 14 segs, 67.8 K docs, 268.2 MB 820.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 726.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 702.0s _198: 10 segs, 47.3 K docs, 187.3 MB 675.9s _19i: 9 segs, 44.6 K docs, 176.8 MB 560.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 540.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 523.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 494.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 465.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 437.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 413.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 390.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 373.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 348.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 328.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 307.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 286.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 270.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 248.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 212.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 180.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 150.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 119.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 85.3s _1fj: 11 segs, 51.9 K docs, 205.4 MB 48.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 8.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 45.0 sec: 305 segments, 31 merges 1838.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1321.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1227.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 897.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 854.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 825.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 731.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 706.9s _198: 10 segs, 47.3 K docs, 187.3 MB 680.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 565.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 545.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 528.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 499.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 470.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 442.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 418.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 395.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 378.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 353.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 333.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 312.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 291.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 275.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 252.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 217.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 185.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 155.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 123.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 90.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 53.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 13.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 50.0 sec: 305 segments, 31 merges 1843.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1326.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1232.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 902.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 859.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 830.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 736.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 711.9s _198: 10 segs, 47.3 K docs, 187.3 MB 685.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 570.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 550.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 533.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 504.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 475.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 447.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 423.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 400.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 383.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 358.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 338.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 317.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 296.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 280.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 257.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 222.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 190.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 160.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 128.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 95.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 58.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 18.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 55.0 sec: 305 segments, 31 merges 1848.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1331.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1237.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 907.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 864.9s _17g: 14 segs, 67.8 K docs, 268.2 MB 835.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 741.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 716.9s _198: 10 segs, 47.3 K docs, 187.3 MB 690.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 575.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 555.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 538.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 509.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 480.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 452.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 428.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 405.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 388.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 363.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 343.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 322.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 301.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 285.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 262.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 227.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 195.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 165.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 133.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 100.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 63.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 23.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 60.0 sec: 292 segments, 30 merges 1853.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1336.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1242.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 912.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 840.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 746.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 721.9s _198: 10 segs, 47.3 K docs, 187.3 MB 695.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 580.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 560.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 543.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 514.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 485.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 457.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 433.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 410.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 393.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 368.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 348.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 327.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 306.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 290.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 267.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 232.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 200.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 170.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 138.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 105.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 68.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 28.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 65.0 sec: 292 segments, 30 merges 1858.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1341.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1247.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 917.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 845.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 751.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 726.9s _198: 10 segs, 47.3 K docs, 187.3 MB 700.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 585.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 565.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 548.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 519.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 490.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 462.3s _1bx: 8 segs, 39.5 K docs, 156.5 MB 438.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 415.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 398.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 373.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 353.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 332.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 311.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 295.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 272.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 237.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 205.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 175.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 143.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 110.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 73.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 33.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 70.1 sec: 292 segments, 30 merges 1863.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1346.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1252.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 922.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 850.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 756.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 731.9s _198: 10 segs, 47.3 K docs, 187.3 MB 705.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 590.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 570.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 553.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 524.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 495.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 467.4s _1bx: 8 segs, 39.5 K docs, 156.5 MB 443.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 420.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 403.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 378.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 358.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 337.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 316.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 300.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 277.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 242.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 210.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 180.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 148.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 115.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 78.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 38.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 75.1 sec: 285 segments, 29 merges 1868.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1351.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1257.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 927.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 855.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 761.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 736.9s _198: 10 segs, 47.3 K docs, 187.3 MB 710.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 595.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 575.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 558.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 529.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 500.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 448.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 425.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 408.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 383.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 363.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 342.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 321.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 305.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 283.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 247.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 215.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 185.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 154.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 120.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 83.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 43.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 80.1 sec: 285 segments, 29 merges 1873.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1356.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1262.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 932.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 860.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 766.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 742.0s _198: 10 segs, 47.3 K docs, 187.3 MB 715.9s _19i: 9 segs, 44.6 K docs, 176.8 MB 600.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 580.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 563.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 534.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 505.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 453.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 430.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 413.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 388.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 368.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 347.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 326.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 310.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 288.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 252.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 220.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 190.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 159.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 125.3s _1fj: 11 segs, 51.9 K docs, 205.4 MB 88.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 48.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 85.1 sec: 285 segments, 29 merges 1878.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1361.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1267.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 937.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 865.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 771.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 747.0s _198: 10 segs, 47.3 K docs, 187.3 MB 720.9s _19i: 9 segs, 44.6 K docs, 176.8 MB 605.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 585.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 568.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 539.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 510.3s _1bo: 8 segs, 39.0 K docs, 154.4 MB 458.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 435.2s _1cc: 8 segs, 74.7 K docs, 296.8 MB 418.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 393.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 373.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 352.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 331.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 315.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 293.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 257.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 225.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 195.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 164.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 130.3s _1fj: 11 segs, 51.9 K docs, 205.4 MB 93.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 53.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 90.0 sec: 285 segments, 29 merges 1883.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1366.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1272.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 942.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 870.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 776.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 751.9s _198: 10 segs, 47.3 K docs, 187.3 MB 725.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 610.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 590.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 573.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 544.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 515.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 463.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 440.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 423.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 398.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 378.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 357.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 336.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 320.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 297.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 262.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 230.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 200.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 168.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 135.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 98.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 58.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 95.0 sec: 285 segments, 29 merges 1888.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1371.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1277.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 947.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 875.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 781.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 756.9s _198: 10 segs, 47.3 K docs, 187.3 MB 730.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 615.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 595.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 578.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 549.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 520.2s _1bo: 8 segs, 39.0 K docs, 154.4 MB 468.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 445.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 428.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 403.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 383.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 362.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 341.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 325.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 302.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 267.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 235.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 205.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 173.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 140.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 103.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 63.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 100.0 sec: 278 segments, 28 merges 1893.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1376.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1282.4s _12y: 8 segs, 170.6 K docs, 679.8 MB 952.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 880.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 786.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 761.9s _198: 10 segs, 47.3 K docs, 187.3 MB 735.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 620.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 600.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 583.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 554.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 473.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 450.1s _1cc: 8 segs, 74.7 K docs, 296.8 MB 433.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 408.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 388.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 367.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 346.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 330.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 307.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 272.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 240.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 210.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 178.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 145.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 108.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 68.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 105.0 sec: 271 segments, 27 merges 1898.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1381.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1287.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 957.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 885.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 791.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 766.9s _198: 10 segs, 47.3 K docs, 187.3 MB 740.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 625.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 605.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 588.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 559.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 478.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 438.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 413.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 393.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 372.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 351.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 335.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 312.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 277.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 245.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 215.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 183.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 150.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 113.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 73.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 110.0 sec: 271 segments, 27 merges 1903.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1386.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1292.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 962.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 890.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 796.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 771.9s _198: 10 segs, 47.3 K docs, 187.3 MB 745.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 630.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 610.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 593.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 564.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 483.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 443.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 418.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 398.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 377.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 356.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 340.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 317.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 282.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 250.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 220.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 188.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 155.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 118.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 78.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 115.0 sec: 271 segments, 27 merges 1908.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1391.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1297.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 967.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 895.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 801.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 776.9s _198: 10 segs, 47.3 K docs, 187.3 MB 750.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 635.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 615.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 598.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 569.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 488.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 448.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 423.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 403.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 382.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 361.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 345.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 322.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 287.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 255.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 225.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 193.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 160.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 123.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 83.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 120.0 sec: 271 segments, 27 merges 1913.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1396.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1302.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 972.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 900.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 806.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 781.9s _198: 10 segs, 47.3 K docs, 187.3 MB 755.8s _19i: 9 segs, 44.6 K docs, 176.8 MB 640.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 620.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 603.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 574.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 493.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 453.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 428.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 408.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 387.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 366.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 350.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 327.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 292.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 260.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 230.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 198.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 165.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 128.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 88.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 125.1 sec: 263 segments, 26 merges 1918.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1401.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1307.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 977.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 905.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 811.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 786.9s _198: 10 segs, 47.3 K docs, 187.3 MB 645.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 625.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 608.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 579.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 498.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 458.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 433.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 413.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 392.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 371.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 355.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 332.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 297.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 265.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 235.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 203.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 170.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 133.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 93.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 130.1 sec: 263 segments, 26 merges 1923.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1406.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1312.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 982.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 910.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 816.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 791.9s _198: 10 segs, 47.3 K docs, 187.3 MB 650.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 630.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 613.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 584.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 503.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 463.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 438.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 418.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 397.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 376.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 360.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 337.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 302.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 270.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 240.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 208.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 175.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 138.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 98.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 135.1 sec: 263 segments, 26 merges 1928.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1411.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1317.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 987.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 915.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 821.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 796.9s _198: 10 segs, 47.3 K docs, 187.3 MB 655.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 635.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 618.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 589.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 508.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 468.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 443.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 423.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 402.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 381.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 365.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 343.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 307.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 275.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 245.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 213.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 180.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 143.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 103.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 140.1 sec: 263 segments, 26 merges 1933.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1416.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1322.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 992.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 920.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 826.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 801.9s _198: 10 segs, 47.3 K docs, 187.3 MB 660.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 640.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 623.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 594.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 513.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 473.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 448.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 428.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 407.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 386.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 370.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 348.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 312.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 280.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 250.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 219.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 185.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 148.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 108.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 145.1 sec: 263 segments, 26 merges 1938.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1421.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1327.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 997.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 925.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 831.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 806.9s _198: 10 segs, 47.3 K docs, 187.3 MB 665.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 645.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 628.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 599.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 518.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 478.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 453.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 433.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 412.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 391.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 375.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 353.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 317.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 285.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 255.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 224.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 190.2s _1fj: 11 segs, 51.9 K docs, 205.4 MB 153.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 113.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 150.1 sec: 253 segments, 25 merges 1943.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1426.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1332.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1002.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 930.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 836.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 811.9s _198: 10 segs, 47.3 K docs, 187.3 MB 670.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 650.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 633.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 604.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 523.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 483.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 458.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 438.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 417.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 396.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 380.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 358.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 322.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 290.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 260.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 229.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 158.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 118.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 155.1 sec: 253 segments, 25 merges 1948.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1431.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1337.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1007.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 935.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 841.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 817.0s _198: 10 segs, 47.3 K docs, 187.3 MB 675.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 655.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 638.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 609.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 528.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 488.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 463.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 443.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 422.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 401.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 385.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 363.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 327.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 295.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 265.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 234.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 163.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 123.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 160.1 sec: 253 segments, 25 merges 1953.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1436.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1342.5s _12y: 8 segs, 170.6 K docs, 679.8 MB 1012.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 940.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 846.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 822.0s _198: 10 segs, 47.3 K docs, 187.3 MB 680.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 660.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 643.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 614.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 533.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 493.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 468.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 448.9s _1cz: 9 segs, 43.3 K docs, 171.4 MB 427.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 406.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 390.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 368.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 332.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 300.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 270.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 239.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 168.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 128.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 165.0 sec: 246 segments, 24 merges 1958.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1441.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1017.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 945.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 851.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 826.9s _198: 10 segs, 47.3 K docs, 187.3 MB 685.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 665.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 648.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 619.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 538.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 498.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 473.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 453.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 432.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 411.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 395.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 372.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 337.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 305.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 275.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 243.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 173.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 133.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 170.0 sec: 237 segments, 23 merges 1963.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1446.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1022.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 950.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 856.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 690.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 670.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 653.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 624.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 543.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 503.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 478.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 458.8s _1cz: 9 segs, 43.3 K docs, 171.4 MB 437.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 416.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 400.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 377.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 342.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 310.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 280.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 248.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 178.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 138.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 175.0 sec: 229 segments, 22 merges 1968.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1451.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1027.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 955.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 861.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 695.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 675.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 658.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 629.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 548.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 508.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 483.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 442.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 421.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 405.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 382.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 347.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 315.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 285.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 253.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 183.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 143.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 180.1 sec: 229 segments, 22 merges 1973.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1456.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1032.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 960.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 866.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 700.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 680.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 663.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 634.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 553.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 513.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 488.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 447.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 426.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 410.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 388.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 352.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 320.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 290.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 259.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 188.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 148.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 185.1 sec: 229 segments, 22 merges 1978.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1461.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1037.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 965.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 871.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 705.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 685.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 668.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 639.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 558.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 518.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 493.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 452.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 431.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 415.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 393.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 357.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 325.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 295.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 264.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 193.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 153.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 190.1 sec: 229 segments, 22 merges 1983.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1466.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1042.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 970.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 876.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 710.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 690.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 673.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 644.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 563.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 523.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 498.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 457.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 436.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 420.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 398.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 362.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 330.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 300.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 269.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 198.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 158.4s _1fz: 10 segs, 34.9 K docs, 138.2 MB 195.0 sec: 229 segments, 22 merges 1988.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1471.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1047.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 975.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 881.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 715.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 695.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 678.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 649.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 568.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 528.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 503.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 462.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 441.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 425.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 402.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 367.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 335.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 305.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 273.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 203.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 163.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 200.0 sec: 229 segments, 22 merges 1993.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1476.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1052.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 980.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 886.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 720.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 700.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 683.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 654.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 573.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 533.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 508.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 467.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 446.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 430.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 407.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 372.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 340.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 310.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 278.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 208.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 168.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 205.0 sec: 229 segments, 22 merges 1998.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1481.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1057.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 985.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 891.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 725.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 705.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 688.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 659.0s _1bf: 8 segs, 39.5 K docs, 156.6 MB 578.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 538.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 513.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 472.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 451.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 435.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 412.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 377.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 345.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 315.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 283.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 213.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 173.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 210.0 sec: 229 segments, 22 merges 2003.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1486.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1062.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 990.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 896.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 730.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 710.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 693.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 664.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 583.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 543.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 518.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 477.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 456.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 440.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 417.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 382.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 350.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 320.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 288.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 218.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 178.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 215.0 sec: 229 segments, 22 merges 2008.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1491.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1067.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 995.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 901.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 735.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 715.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 698.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 669.1s _1bf: 8 segs, 39.5 K docs, 156.6 MB 588.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 548.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 523.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 482.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 461.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 445.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 422.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 387.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 355.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 325.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 293.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 223.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 183.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 220.0 sec: 222 segments, 22 merges 2013.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1496.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1072.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1000.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 906.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 740.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 720.8s _1ay: 8 segs, 70.7 K docs, 281.0 MB 703.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 593.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 553.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 528.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 487.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 466.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 450.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 427.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 392.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 360.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 330.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 298.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 228.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 188.3s _1fz: 10 segs, 34.9 K docs, 138.2 MB 3.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 225.0 sec: 213 segments, 21 merges 2018.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1501.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1077.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1005.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 911.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 745.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 725.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 708.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 598.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 558.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 533.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 492.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 471.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 455.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 432.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 397.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 365.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 335.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 303.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 233.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 8.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 230.1 sec: 213 segments, 21 merges 2023.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1506.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1082.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1010.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 916.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 750.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 730.9s _1ay: 8 segs, 70.7 K docs, 281.0 MB 713.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 603.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 563.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 538.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 497.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 476.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 460.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 437.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 402.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 370.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 340.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 308.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 238.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 13.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 235.1 sec: 206 segments, 20 merges 2028.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1511.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1087.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1015.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 921.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 755.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 718.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 608.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 568.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 543.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 502.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 481.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 465.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 443.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 407.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 375.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 345.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 313.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 243.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 18.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 240.1 sec: 206 segments, 20 merges 2033.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1516.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1092.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1020.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 926.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 760.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 723.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 613.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 573.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 548.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 507.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 486.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 470.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 448.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 412.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 380.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 350.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 319.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 248.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 23.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 245.1 sec: 206 segments, 20 merges 2038.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1521.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1097.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1025.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 931.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 765.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 728.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 618.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 578.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 553.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 512.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 491.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 475.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 453.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 417.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 385.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 355.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 324.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 253.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 28.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 250.1 sec: 206 segments, 20 merges 2043.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1526.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1102.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1030.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 936.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 770.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 733.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 623.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 583.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 558.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 517.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 496.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 480.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 458.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 422.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 390.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 360.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 329.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 258.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 33.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 255.1 sec: 206 segments, 20 merges 2048.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1531.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1107.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1035.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 941.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 775.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 738.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 628.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 588.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 563.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 522.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 501.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 485.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 463.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 427.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 395.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 365.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 334.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 263.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 38.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 260.1 sec: 206 segments, 20 merges 2053.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1536.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1112.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1040.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 946.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 780.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 743.5s _1b6: 8 segs, 73.3 K docs, 291.3 MB 633.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 593.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 568.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 527.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 506.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 490.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 468.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 432.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 400.6s _1el: 11 segs, 52.2 K docs, 206.6 MB 370.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 339.0s _1f8: 11 segs, 52.6 K docs, 208.3 MB 268.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 43.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 265.0 sec: 206 segments, 20 merges 2058.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1541.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1117.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1045.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 951.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 785.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 748.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 638.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 598.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 573.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 532.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 511.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 495.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 472.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 437.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 405.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 375.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 343.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 273.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 48.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 270.0 sec: 206 segments, 20 merges 2063.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1546.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1122.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1050.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 956.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 790.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 753.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 643.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 603.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 578.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 537.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 516.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 500.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 477.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 442.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 410.5s _1el: 11 segs, 52.2 K docs, 206.6 MB 380.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 348.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 278.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 53.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 275.0 sec: 196 segments, 19 merges 2068.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1551.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1127.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1055.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 961.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 795.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 758.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 648.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 608.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 583.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 542.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 521.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 505.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 482.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 447.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 385.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 353.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 283.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 58.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 280.0 sec: 196 segments, 19 merges 2073.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1556.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1132.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1060.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 966.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 800.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 763.4s _1b6: 8 segs, 73.3 K docs, 291.3 MB 653.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 613.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 588.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 547.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 526.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 510.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 487.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 452.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 390.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 358.9s _1f8: 11 segs, 52.6 K docs, 208.3 MB 288.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 63.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 285.0 sec: 179 segments, 17 merges 2078.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1561.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1137.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1065.5s _17u: 13 segs, 62.3 K docs, 246.7 MB 971.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 805.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 658.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 618.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 593.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 552.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 531.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 515.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 492.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 457.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 395.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 293.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 68.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 290.0 sec: 179 segments, 17 merges 2083.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1566.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1142.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1070.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 976.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 810.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 663.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 623.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 598.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 557.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 536.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 520.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 497.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 462.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 400.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 298.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 73.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 295.0 sec: 179 segments, 17 merges 2088.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1571.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1147.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1075.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 981.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 815.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 668.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 628.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 603.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 562.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 541.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 525.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 502.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 467.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 405.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 303.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 78.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 300.0 sec: 179 segments, 17 merges 2093.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1576.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1152.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1080.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 986.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 820.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 673.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 633.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 608.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 567.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 546.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 530.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 507.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 472.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 410.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 308.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 83.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 305.0 sec: 179 segments, 17 merges 2098.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1581.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1157.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1085.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 991.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 825.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 678.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 638.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 613.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 572.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 551.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 535.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 512.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 477.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 415.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 313.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 88.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 310.1 sec: 179 segments, 17 merges 2103.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1586.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1162.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1090.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 996.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 830.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 683.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 643.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 618.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 577.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 556.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 540.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 517.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 482.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 420.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 318.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 93.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 315.1 sec: 179 segments, 17 merges 2108.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1591.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1167.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1095.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1001.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 835.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 688.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 648.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 623.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 582.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 561.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 545.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 523.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 487.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 425.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 323.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 98.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 320.1 sec: 179 segments, 17 merges 2113.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1596.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1172.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1100.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1006.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 840.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 693.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 653.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 628.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 587.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 566.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 550.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 528.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 492.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 430.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 328.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 103.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 325.1 sec: 179 segments, 17 merges 2118.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1601.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1177.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1105.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1011.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 845.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 698.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 658.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 633.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 592.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 571.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 555.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 533.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 497.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 435.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 333.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 108.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 330.1 sec: 179 segments, 17 merges 2123.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1606.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1182.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1110.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1016.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 850.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 703.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 663.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 638.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 597.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 576.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 560.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 538.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 502.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 440.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 338.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 113.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 335.1 sec: 179 segments, 17 merges 2128.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1611.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1187.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1115.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1021.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 855.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 708.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 668.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 643.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 602.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 581.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 565.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 543.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 507.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 445.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 343.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 118.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 340.1 sec: 179 segments, 17 merges 2133.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1616.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1192.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1120.6s _17u: 13 segs, 62.3 K docs, 246.7 MB 1026.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 860.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 713.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 673.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 648.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 607.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 586.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 570.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 548.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 512.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 450.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 348.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 123.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 345.1 sec: 167 segments, 16 merges 2138.1s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1621.3s _11u: 8 segs, 126.0 K docs, 501.6 MB 1197.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1031.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 865.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 718.8s _1c5: 8 segs, 72.2 K docs, 286.7 MB 678.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 653.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 612.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 591.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 575.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 553.0s _1dw: 14 segs, 67.3 K docs, 266.5 MB 517.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 455.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 353.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 128.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 350.0 sec: 167 segments, 16 merges 2143.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1626.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1202.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1036.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 870.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 723.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 683.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 658.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 617.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 596.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 580.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 557.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 522.5s _1e9: 13 segs, 64.7 K docs, 256.1 MB 460.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 358.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 133.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 355.0 sec: 167 segments, 16 merges 2148.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1631.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1207.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1041.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 875.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 728.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 688.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 663.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 622.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 601.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 585.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 562.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 527.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 465.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 363.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 138.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 360.0 sec: 167 segments, 16 merges 2153.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1636.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1212.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1046.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 880.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 733.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 693.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 668.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 627.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 606.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 590.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 567.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 532.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 470.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 368.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 143.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 365.0 sec: 167 segments, 16 merges 2158.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1641.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1217.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1051.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 885.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 738.7s _1c5: 8 segs, 72.2 K docs, 286.7 MB 698.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 673.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 632.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 611.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 595.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 572.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 537.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 475.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 373.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 148.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 370.0 sec: 160 segments, 15 merges 2163.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1646.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1222.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1056.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 890.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 703.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 678.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 637.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 616.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 600.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 577.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 542.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 480.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 378.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 153.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 375.0 sec: 160 segments, 15 merges 2168.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1651.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1227.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1061.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 895.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 708.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 683.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 642.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 621.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 605.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 582.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 547.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 485.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 383.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 158.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 380.0 sec: 160 segments, 15 merges 2173.0s _w3: 8 segs, 611.2 K docs, 2440.6 MB 1656.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1232.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1066.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 900.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 713.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 688.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 647.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 626.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 610.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 587.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 552.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 490.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 388.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 163.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 385.0 sec: 153 segments, 15 merges 1661.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1237.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1071.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 905.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 718.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 693.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 652.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 631.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 615.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 592.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 557.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 495.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 393.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 168.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 4.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 390.0 sec: 153 segments, 15 merges 1666.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1242.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1076.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 910.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 723.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 698.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 657.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 636.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 620.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 597.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 562.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 500.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 398.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 173.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 9.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 395.0 sec: 153 segments, 15 merges 1671.2s _11u: 8 segs, 126.0 K docs, 501.6 MB 1247.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1081.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 915.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 728.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 703.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 662.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 641.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 625.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 602.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 567.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 505.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 403.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 178.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 14.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 400.0 sec: 146 segments, 14 merges 1252.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1086.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 920.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 733.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 708.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 667.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 646.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 630.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 607.9s _1dw: 14 segs, 67.3 K docs, 266.5 MB 572.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 510.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 408.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 183.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 19.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 405.1 sec: 133 segments, 13 merges 1257.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1091.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 925.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 738.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 713.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 672.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 651.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 635.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 577.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 515.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 413.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 188.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 24.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 410.1 sec: 133 segments, 13 merges 1262.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1096.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 930.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 743.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 718.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 677.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 656.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 640.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 582.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 520.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 418.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 193.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 29.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 415.1 sec: 133 segments, 13 merges 1267.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1101.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 935.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 748.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 723.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 682.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 661.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 645.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 587.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 525.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 423.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 198.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 34.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 420.1 sec: 133 segments, 13 merges 1272.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1106.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 940.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 753.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 728.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 687.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 666.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 650.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 592.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 530.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 428.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 203.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 39.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 425.1 sec: 133 segments, 13 merges 1277.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1111.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 945.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 758.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 733.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 692.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 671.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 655.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 597.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 535.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 433.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 208.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 44.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 430.1 sec: 133 segments, 13 merges 1282.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1116.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 950.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 763.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 738.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 697.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 676.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 660.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 602.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 540.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 438.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 213.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 49.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 435.1 sec: 133 segments, 13 merges 1287.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1121.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 955.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 768.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 743.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 702.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 681.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 665.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 607.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 545.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 443.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 218.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 54.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 440.1 sec: 133 segments, 13 merges 1292.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1126.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 960.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 773.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 748.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 707.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 686.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 670.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 612.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 550.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 448.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 223.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 59.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 445.1 sec: 133 segments, 13 merges 1297.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1131.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 965.9s _1aq: 8 segs, 72.5 K docs, 287.9 MB 778.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 753.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 712.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 691.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 675.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 617.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 555.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 453.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 228.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 64.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 450.0 sec: 133 segments, 13 merges 1302.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1136.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 970.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 783.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 758.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 717.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 696.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 680.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 622.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 560.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 458.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 233.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 69.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 455.0 sec: 133 segments, 13 merges 1307.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1141.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 975.8s _1aq: 8 segs, 72.5 K docs, 287.9 MB 788.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 763.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 722.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 701.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 685.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 627.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 565.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 463.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 238.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 74.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 460.0 sec: 126 segments, 12 merges 1312.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1146.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 793.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 768.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 727.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 706.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 690.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 632.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 570.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 468.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 243.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 79.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 465.0 sec: 126 segments, 12 merges 1317.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1151.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 798.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 773.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 732.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 711.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 695.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 637.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 575.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 473.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 248.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 84.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 470.0 sec: 126 segments, 12 merges 1322.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1156.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 803.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 778.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 737.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 716.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 700.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 642.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 580.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 478.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 253.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 89.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 475.0 sec: 126 segments, 12 merges 1327.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1161.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 808.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 783.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 742.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 721.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 705.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 647.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 585.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 483.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 258.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 94.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 480.0 sec: 126 segments, 12 merges 1332.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1166.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 813.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 788.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 747.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 726.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 710.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 652.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 590.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 488.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 263.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 99.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 485.0 sec: 126 segments, 12 merges 1337.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1171.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 818.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 793.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 752.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 731.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 715.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 657.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 595.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 493.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 268.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 104.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 490.0 sec: 126 segments, 12 merges 1342.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1176.2s _18x: 12 segs, 57.9 K docs, 229.3 MB 823.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 798.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 757.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 736.6s _1df: 8 segs, 39.0 K docs, 154.4 MB 720.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 662.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 600.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 498.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 273.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 109.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 495.1 sec: 126 segments, 12 merges 1347.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1181.3s _18x: 12 segs, 57.9 K docs, 229.3 MB 828.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 803.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 762.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 741.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 725.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 667.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 605.0s _1ew: 10 segs, 48.6 K docs, 192.4 MB 503.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 278.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 114.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 500.1 sec: 115 segments, 11 merges 1352.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 833.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 808.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 767.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 746.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 730.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 672.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 610.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 508.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 283.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 119.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 505.1 sec: 115 segments, 11 merges 1357.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 838.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 813.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 772.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 751.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 735.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 677.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 615.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 513.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 288.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 124.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 510.1 sec: 115 segments, 11 merges 1362.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 843.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 818.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 777.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 756.7s _1df: 8 segs, 39.0 K docs, 154.4 MB 740.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 682.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 620.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 518.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 293.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 129.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 515.1 sec: 108 segments, 10 merges 1367.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 848.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 823.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 782.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 745.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 687.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 625.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 523.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 298.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 134.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 520.1 sec: 108 segments, 10 merges 1372.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 853.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 828.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 787.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 750.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 692.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 630.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 528.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 303.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 139.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 525.1 sec: 108 segments, 10 merges 1377.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 858.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 833.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 792.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 755.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 697.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 635.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 533.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 308.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 144.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 530.1 sec: 108 segments, 10 merges 1382.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 863.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 838.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 797.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 760.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 702.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 640.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 538.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 313.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 149.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 535.1 sec: 108 segments, 10 merges 1387.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 868.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 843.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 802.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 765.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 707.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 645.1s _1ew: 10 segs, 48.6 K docs, 192.4 MB 543.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 318.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 154.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 540.1 sec: 99 segments, 9 merges 1392.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 873.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 848.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 807.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 770.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 712.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 548.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 323.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 159.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 545.0 sec: 99 segments, 9 merges 1397.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 878.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 853.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 812.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 775.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 717.5s _1e9: 13 segs, 64.7 K docs, 256.1 MB 553.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 328.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 164.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 550.0 sec: 99 segments, 9 merges 1402.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 883.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 858.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 817.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 780.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 722.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 558.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 333.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 169.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 555.0 sec: 99 segments, 9 merges 1407.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 888.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 863.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 822.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 785.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 727.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 563.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 338.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 174.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 560.0 sec: 99 segments, 9 merges 1412.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 893.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 868.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 827.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 790.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 732.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 568.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 343.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 179.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 565.0 sec: 99 segments, 9 merges 1417.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 898.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 873.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 832.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 795.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 737.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 573.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 348.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 184.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 570.0 sec: 99 segments, 9 merges 1422.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 903.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 878.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 837.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 800.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 742.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 578.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 353.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 189.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 575.0 sec: 99 segments, 9 merges 1427.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 908.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 883.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 842.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 805.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 747.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 583.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 358.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 194.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 580.0 sec: 99 segments, 9 merges 1432.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 913.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 888.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 847.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 810.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 752.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 588.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 363.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 199.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 585.0 sec: 99 segments, 9 merges 1437.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 918.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 893.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 852.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 815.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 757.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 593.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 368.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 204.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 590.0 sec: 99 segments, 9 merges 1442.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 923.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 898.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 857.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 820.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 762.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 598.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 373.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 209.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 595.0 sec: 99 segments, 9 merges 1447.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 928.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 903.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 862.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 825.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 767.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 603.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 378.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 214.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 600.0 sec: 99 segments, 9 merges 1452.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 933.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 908.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 867.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 830.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 772.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 608.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 383.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 219.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 605.1 sec: 99 segments, 9 merges 1457.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 938.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 913.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 872.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 835.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 777.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 613.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 388.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 224.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 610.1 sec: 99 segments, 9 merges 1462.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 943.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 918.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 877.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 840.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 782.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 618.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 393.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 229.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 615.1 sec: 99 segments, 9 merges 1467.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 948.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 923.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 882.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 845.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 787.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 623.0s _1fw: 11 segs, 53.1 K docs, 210.2 MB 398.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 234.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 620.1 sec: 99 segments, 9 merges 1472.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 953.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 928.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 887.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 850.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 792.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 628.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 403.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 239.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 625.1 sec: 99 segments, 9 merges 1477.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 958.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 933.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 892.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 855.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 797.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 633.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 408.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 244.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 630.1 sec: 99 segments, 9 merges 1482.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 963.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 938.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 897.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 860.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 802.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 638.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 413.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 249.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 635.1 sec: 99 segments, 9 merges 1487.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 968.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 943.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 902.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 865.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 807.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 643.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 418.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 254.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 640.1 sec: 99 segments, 9 merges 1492.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 973.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 948.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 907.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 870.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 812.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 648.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 423.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 259.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 645.1 sec: 99 segments, 9 merges 1497.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 978.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 953.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 912.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 875.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 817.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 653.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 428.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 264.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 650.1 sec: 99 segments, 9 merges 1502.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 983.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 958.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 917.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 880.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 822.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 658.1s _1fw: 11 segs, 53.1 K docs, 210.2 MB 433.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 269.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 655.1 sec: 89 segments, 8 merges 1507.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 988.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 963.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 922.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 885.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 827.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 438.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 274.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 660.0 sec: 89 segments, 8 merges 1512.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 993.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 968.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 927.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 890.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 832.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 443.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 279.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 665.0 sec: 89 segments, 8 merges 1517.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 998.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 973.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 932.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 895.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 837.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 448.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 284.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 670.0 sec: 89 segments, 8 merges 1522.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1003.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 978.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 937.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 900.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 842.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 453.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 289.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 675.0 sec: 89 segments, 8 merges 1527.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1008.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 983.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 942.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 905.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 847.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 458.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 294.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 680.0 sec: 89 segments, 8 merges 1532.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1013.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 988.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 947.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 910.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 852.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 463.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 299.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 685.0 sec: 89 segments, 8 merges 1537.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1018.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 993.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 952.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 915.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 857.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 468.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 304.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 690.0 sec: 89 segments, 8 merges 1542.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1023.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 998.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 957.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 920.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 862.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 473.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 309.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 695.0 sec: 89 segments, 8 merges 1547.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1028.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1003.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 962.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 925.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 867.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 478.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 314.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 700.1 sec: 89 segments, 8 merges 1552.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1033.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1008.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 967.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 930.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 872.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 483.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 319.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 705.1 sec: 89 segments, 8 merges 1557.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1038.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1013.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 972.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 935.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 877.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 488.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 324.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 710.1 sec: 89 segments, 8 merges 1562.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1043.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1018.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 977.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 940.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 882.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 493.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 329.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 715.1 sec: 89 segments, 8 merges 1567.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1048.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1023.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 982.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 945.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 887.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 498.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 334.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 720.1 sec: 89 segments, 8 merges 1572.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1053.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1028.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 987.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 950.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 892.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 503.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 339.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 725.1 sec: 89 segments, 8 merges 1577.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1058.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1033.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 992.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 955.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 897.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 508.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 344.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 730.1 sec: 89 segments, 8 merges 1582.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1063.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1038.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 997.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 960.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 902.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 513.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 349.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 735.1 sec: 89 segments, 8 merges 1587.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1068.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1043.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1002.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 965.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 907.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 518.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 354.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 740.0 sec: 89 segments, 8 merges 1592.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1073.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1048.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1007.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 970.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 912.5s _1e9: 13 segs, 64.7 K docs, 256.1 MB 523.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 359.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 745.0 sec: 89 segments, 8 merges 1597.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1078.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1053.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1012.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 975.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 917.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 528.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 364.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 750.0 sec: 89 segments, 8 merges 1602.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1083.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1058.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1017.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 980.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 922.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 533.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 369.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 755.0 sec: 89 segments, 8 merges 1607.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1088.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1063.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1022.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 985.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 927.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 538.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 374.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 760.0 sec: 89 segments, 8 merges 1612.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1093.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1068.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1027.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 990.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 932.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 543.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 379.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 765.0 sec: 89 segments, 8 merges 1617.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1098.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1073.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1032.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 995.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 937.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 548.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 384.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 770.0 sec: 89 segments, 8 merges 1622.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1103.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1078.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1037.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1000.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 942.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 553.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 389.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 775.0 sec: 89 segments, 8 merges 1627.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1108.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1083.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1042.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1005.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 947.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 558.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 394.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 780.0 sec: 89 segments, 8 merges 1632.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1113.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1088.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1047.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1010.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 952.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 563.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 399.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 785.0 sec: 89 segments, 8 merges 1637.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1118.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1093.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1052.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1015.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 957.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 568.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 404.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 790.1 sec: 89 segments, 8 merges 1642.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1123.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1098.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1057.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1020.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 962.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 573.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 409.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 795.1 sec: 89 segments, 8 merges 1647.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1128.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1103.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1062.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1025.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 967.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 578.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 414.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 800.1 sec: 89 segments, 8 merges 1652.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1133.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1108.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1067.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1030.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 972.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 583.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 419.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 805.1 sec: 89 segments, 8 merges 1657.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1138.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1113.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1072.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1035.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 977.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 588.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 424.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 810.1 sec: 89 segments, 8 merges 1662.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1143.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1118.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1077.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1040.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 982.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 593.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 429.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 815.1 sec: 89 segments, 8 merges 1667.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1148.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1123.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1082.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1045.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 987.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 598.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 434.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 820.1 sec: 89 segments, 8 merges 1672.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1153.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1128.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1087.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1050.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 992.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 603.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 439.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 825.1 sec: 89 segments, 8 merges 1677.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1158.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1133.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1092.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1055.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 997.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 608.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 444.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 830.1 sec: 89 segments, 8 merges 1682.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1163.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1138.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1097.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1060.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1002.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 613.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 449.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 835.1 sec: 89 segments, 8 merges 1687.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1168.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1143.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1102.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1065.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1007.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 618.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 454.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 840.1 sec: 89 segments, 8 merges 1692.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1173.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1148.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1107.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1070.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1012.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 623.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 459.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 845.1 sec: 89 segments, 8 merges 1697.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1178.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1153.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1112.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1075.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1017.6s _1e9: 13 segs, 64.7 K docs, 256.1 MB 628.7s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 464.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 850.0 sec: 77 segments, 8 merges 1702.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1183.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1158.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1117.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1080.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 633.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 469.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 0.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 855.0 sec: 77 segments, 8 merges 1707.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1188.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1163.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1122.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1085.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 638.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 474.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 5.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 860.0 sec: 77 segments, 8 merges 1712.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1193.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1168.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1127.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1090.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 643.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 479.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 10.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 865.0 sec: 77 segments, 8 merges 1717.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1198.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1173.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1132.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1095.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 648.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 484.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 15.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 870.0 sec: 77 segments, 8 merges 1722.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1203.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1178.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1137.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1100.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 653.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 489.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 20.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 875.0 sec: 77 segments, 8 merges 1727.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1208.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1183.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1142.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1105.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 658.6s _1g0: 8 segs, 331.4 K docs, 1321.0 MB 494.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 25.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 880.0 sec: 70 segments, 7 merges 1732.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1213.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1188.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1147.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1110.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 499.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 30.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 885.0 sec: 70 segments, 7 merges 1737.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1218.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1193.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1152.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1115.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 504.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 35.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 890.0 sec: 70 segments, 7 merges 1742.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1223.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1198.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1157.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1120.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 509.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 40.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 895.0 sec: 70 segments, 7 merges 1747.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1228.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1203.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1162.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1125.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 514.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 45.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 900.0 sec: 70 segments, 7 merges 1752.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1233.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1208.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1167.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1130.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 519.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 50.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 905.1 sec: 70 segments, 7 merges 1757.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1238.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1213.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1172.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1135.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 524.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 55.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 910.1 sec: 70 segments, 7 merges 1762.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1243.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1218.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1177.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1140.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 529.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 60.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 915.1 sec: 70 segments, 7 merges 1767.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1248.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1223.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1182.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1145.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 534.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 65.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 920.1 sec: 70 segments, 7 merges 1772.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1253.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1228.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1187.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1150.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 539.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 70.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 925.1 sec: 70 segments, 7 merges 1777.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1258.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1233.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1192.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1155.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 544.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 75.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 930.1 sec: 70 segments, 7 merges 1782.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1263.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1238.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1197.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1160.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 549.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 80.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 935.1 sec: 70 segments, 7 merges 1787.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1268.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1243.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1202.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1165.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 554.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 85.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 940.1 sec: 70 segments, 7 merges 1792.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1273.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1248.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1207.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1170.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 559.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 90.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 945.1 sec: 70 segments, 7 merges 1797.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1278.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1253.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1212.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1175.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 564.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 95.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 950.1 sec: 70 segments, 7 merges 1802.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1283.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1258.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1217.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1180.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 569.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 100.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 955.1 sec: 70 segments, 7 merges 1807.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1288.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1263.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1222.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1185.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 574.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 105.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 960.0 sec: 70 segments, 7 merges 1812.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1293.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1268.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1227.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1190.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 579.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 110.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 965.0 sec: 70 segments, 7 merges 1817.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1298.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1273.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1232.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1195.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 584.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 115.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 970.0 sec: 70 segments, 7 merges 1822.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1303.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1278.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1237.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1200.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 589.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 120.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 975.0 sec: 70 segments, 7 merges 1827.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1308.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1283.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1242.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1205.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 594.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 125.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 980.0 sec: 70 segments, 7 merges 1832.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1313.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1288.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1247.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1210.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 599.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 130.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 985.1 sec: 70 segments, 7 merges 1837.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1318.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1293.6s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1252.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1215.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 604.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 135.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 990.0 sec: 70 segments, 7 merges 1842.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1323.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1298.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1257.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1220.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 609.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 140.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 995.0 sec: 70 segments, 7 merges 1847.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1328.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1303.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1262.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1225.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 614.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 145.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1000.0 sec: 70 segments, 7 merges 1852.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1333.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1308.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1267.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1230.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 619.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 150.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1005.0 sec: 70 segments, 7 merges 1857.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1338.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1313.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1272.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1235.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 624.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 155.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1010.0 sec: 70 segments, 7 merges 1862.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1343.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1318.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1277.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1240.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 629.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 160.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1015.0 sec: 70 segments, 7 merges 1867.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1348.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1323.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1282.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1245.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 634.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 165.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1020.0 sec: 70 segments, 7 merges 1872.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1353.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1328.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1287.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1250.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 639.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 170.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1025.0 sec: 70 segments, 7 merges 1877.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1358.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1333.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1292.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1255.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 644.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 175.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1030.0 sec: 70 segments, 7 merges 1882.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1363.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1338.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1297.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1260.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 649.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 180.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1035.0 sec: 70 segments, 7 merges 1887.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1368.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1343.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1302.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1265.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 654.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 185.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1040.0 sec: 70 segments, 7 merges 1892.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1373.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1348.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1307.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1270.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 659.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 190.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1045.1 sec: 70 segments, 7 merges 1897.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1378.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1353.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1312.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1275.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 664.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 195.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1050.1 sec: 70 segments, 7 merges 1902.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1383.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1358.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1317.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1280.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 669.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 200.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1055.1 sec: 70 segments, 7 merges 1907.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1388.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1363.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1322.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1285.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 674.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 205.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1060.1 sec: 70 segments, 7 merges 1912.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1393.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1368.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1327.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1290.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 679.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 210.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1065.1 sec: 70 segments, 7 merges 1917.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1398.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1373.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1332.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1295.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 684.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 215.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1070.1 sec: 70 segments, 7 merges 1922.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1403.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1378.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1337.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1300.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 689.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 220.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1075.1 sec: 70 segments, 7 merges 1927.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1408.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1383.5s _1cr: 8 segs, 244.1 K docs, 973.3 MB 1342.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1305.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 694.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 225.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1080.1 sec: 63 segments, 6 merges 1932.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1413.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1347.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1310.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 699.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 230.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1085.1 sec: 63 segments, 6 merges 1937.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1418.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1352.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1315.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 704.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 235.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1090.1 sec: 63 segments, 6 merges 1942.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1423.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1357.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1320.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 709.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 240.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1095.1 sec: 63 segments, 6 merges 1947.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1428.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1362.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1325.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 714.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 245.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1100.0 sec: 63 segments, 6 merges 1952.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1433.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1367.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1330.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 719.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 250.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1105.0 sec: 63 segments, 6 merges 1957.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1438.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1372.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1335.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 724.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 255.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1110.0 sec: 63 segments, 6 merges 1962.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1443.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1377.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1340.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 729.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 260.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1115.0 sec: 63 segments, 6 merges 1967.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1448.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1382.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1345.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 734.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 265.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1120.0 sec: 63 segments, 6 merges 1972.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1453.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1387.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1350.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 739.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 270.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1125.0 sec: 63 segments, 6 merges 1977.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1458.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1392.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1355.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 744.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 275.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1130.0 sec: 63 segments, 6 merges 1982.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1463.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1397.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1360.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 749.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 280.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1135.0 sec: 63 segments, 6 merges 1987.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1468.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1402.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1365.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 754.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 285.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1140.0 sec: 63 segments, 6 merges 1992.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1473.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1407.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1370.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 759.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 290.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1145.0 sec: 63 segments, 6 merges 1997.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1478.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1412.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1375.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 764.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 295.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1150.1 sec: 63 segments, 6 merges 2002.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1483.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1417.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1380.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 769.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 300.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1155.1 sec: 63 segments, 6 merges 2007.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1488.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1422.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1385.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 774.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 305.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1160.1 sec: 63 segments, 6 merges 2012.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1493.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1427.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1390.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 779.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 310.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1165.1 sec: 63 segments, 6 merges 2017.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1498.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1432.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1395.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 784.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 315.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1170.1 sec: 63 segments, 6 merges 2022.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1503.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1437.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1400.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 789.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 320.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1175.1 sec: 63 segments, 6 merges 2027.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1508.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1442.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1405.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 794.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 325.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1180.1 sec: 63 segments, 6 merges 2032.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1513.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1447.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1410.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 799.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 330.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1185.1 sec: 63 segments, 6 merges 2037.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1518.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1452.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1415.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 804.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 335.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1190.1 sec: 63 segments, 6 merges 2042.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1523.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1457.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1420.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 809.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 340.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1195.1 sec: 63 segments, 6 merges 2047.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1528.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1462.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1425.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 814.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 345.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1200.1 sec: 63 segments, 6 merges 2052.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1533.6s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1467.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1430.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 819.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 350.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1205.0 sec: 63 segments, 6 merges 2057.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1538.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1472.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1435.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 824.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 355.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1210.0 sec: 63 segments, 6 merges 2062.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1543.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1477.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1440.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 829.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 360.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1215.0 sec: 63 segments, 6 merges 2067.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1548.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1482.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1445.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 834.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 365.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1220.0 sec: 63 segments, 6 merges 2072.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1553.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1487.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1450.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 839.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 370.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1225.0 sec: 63 segments, 6 merges 2077.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1558.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1492.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1455.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 844.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 375.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1230.0 sec: 63 segments, 6 merges 2082.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1563.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1497.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1460.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 849.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 380.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1235.0 sec: 63 segments, 6 merges 2087.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1568.5s _1cj: 8 segs, 186.2 K docs, 742.1 MB 1502.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1465.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 854.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 385.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1240.0 sec: 56 segments, 5 merges 2092.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1507.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1470.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 859.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 390.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1245.0 sec: 56 segments, 5 merges 2097.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1512.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1475.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 864.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 395.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1250.0 sec: 56 segments, 5 merges 2102.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1517.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1480.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 869.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 400.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1255.0 sec: 56 segments, 5 merges 2107.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1522.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1485.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 874.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 405.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1260.1 sec: 56 segments, 5 merges 2112.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1527.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1490.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 879.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 410.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1265.1 sec: 56 segments, 5 merges 2117.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1532.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1495.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 884.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 415.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1270.1 sec: 56 segments, 5 merges 2122.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1537.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1500.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 889.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 420.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1275.1 sec: 56 segments, 5 merges 2127.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1542.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1505.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 894.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 425.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1280.1 sec: 56 segments, 5 merges 2132.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1547.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1510.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 899.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 430.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1285.1 sec: 56 segments, 5 merges 2137.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1552.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1515.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 904.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 435.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1290.1 sec: 56 segments, 5 merges 2142.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1557.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1520.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 909.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 440.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1295.1 sec: 56 segments, 5 merges 2147.6s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1562.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1525.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 914.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 445.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1300.1 sec: 56 segments, 5 merges 2152.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1567.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1530.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 919.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 450.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1305.1 sec: 56 segments, 5 merges 2157.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1572.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1535.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 924.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 455.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1310.1 sec: 56 segments, 5 merges 2162.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1577.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1540.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 929.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 460.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1315.1 sec: 56 segments, 5 merges 2167.7s _16t: 8 segs, 1279.1 K docs, 5111.6 MB 1582.1s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1545.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 934.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 465.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1320.0 sec: 49 segments, 4 merges 1587.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1550.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 939.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 470.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1325.0 sec: 49 segments, 4 merges 1592.0s _1d7: 8 segs, 187.3 K docs, 746.7 MB 1555.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 944.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 475.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1330.0 sec: 42 segments, 3 merges 1560.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 949.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 480.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1335.0 sec: 42 segments, 3 merges 1565.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 954.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 485.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1340.0 sec: 42 segments, 3 merges 1570.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 959.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 490.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1345.0 sec: 42 segments, 3 merges 1575.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 964.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 495.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1350.0 sec: 42 segments, 3 merges 1580.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 969.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 500.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1355.0 sec: 42 segments, 3 merges 1585.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 974.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 505.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1360.0 sec: 42 segments, 3 merges 1590.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 979.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 510.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1365.0 sec: 42 segments, 3 merges 1595.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 984.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 515.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1370.0 sec: 42 segments, 3 merges 1600.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 989.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 520.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1375.0 sec: 42 segments, 3 merges 1605.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 994.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 525.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1380.0 sec: 42 segments, 3 merges 1610.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 999.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 530.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1385.0 sec: 42 segments, 3 merges 1615.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1004.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 535.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1390.1 sec: 42 segments, 3 merges 1620.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1009.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 540.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1395.1 sec: 42 segments, 3 merges 1625.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1014.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 545.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1400.1 sec: 42 segments, 3 merges 1630.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1019.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 550.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1405.1 sec: 42 segments, 3 merges 1635.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1024.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 555.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1410.1 sec: 42 segments, 3 merges 1640.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1029.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 560.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1415.1 sec: 42 segments, 3 merges 1645.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1034.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 565.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1420.1 sec: 42 segments, 3 merges 1650.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1039.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 570.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1425.1 sec: 42 segments, 3 merges 1655.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1044.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 575.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1430.1 sec: 42 segments, 3 merges 1660.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1049.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 580.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1435.1 sec: 42 segments, 3 merges 1665.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1054.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 585.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1440.1 sec: 42 segments, 3 merges 1670.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1059.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 590.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1445.1 sec: 42 segments, 3 merges 1675.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1064.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 595.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1450.1 sec: 42 segments, 3 merges 1680.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1069.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 600.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1455.0 sec: 42 segments, 3 merges 1685.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1074.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 605.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1460.0 sec: 42 segments, 3 merges 1690.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1079.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 610.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1465.0 sec: 42 segments, 3 merges 1695.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1084.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 615.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1470.0 sec: 42 segments, 3 merges 1700.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1089.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 620.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1475.0 sec: 42 segments, 3 merges 1705.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1094.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 625.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1480.0 sec: 42 segments, 3 merges 1710.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1099.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 630.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1485.0 sec: 42 segments, 3 merges 1715.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1104.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 635.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1490.0 sec: 42 segments, 3 merges 1720.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1109.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 640.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1495.0 sec: 42 segments, 3 merges 1725.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1114.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 645.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1500.0 sec: 42 segments, 3 merges 1730.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1119.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 650.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1505.0 sec: 42 segments, 3 merges 1735.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1124.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 655.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1510.0 sec: 42 segments, 3 merges 1740.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1129.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 660.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1515.0 sec: 42 segments, 3 merges 1745.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1134.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 665.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1520.1 sec: 42 segments, 3 merges 1750.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1139.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 670.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1525.1 sec: 42 segments, 3 merges 1755.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1144.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 675.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1530.1 sec: 42 segments, 3 merges 1760.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1149.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 680.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1535.1 sec: 42 segments, 3 merges 1765.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1154.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 685.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1540.1 sec: 42 segments, 3 merges 1770.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1159.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 690.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1545.1 sec: 42 segments, 3 merges 1775.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1164.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 695.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1550.1 sec: 42 segments, 3 merges 1780.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1169.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 700.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1555.1 sec: 42 segments, 3 merges 1785.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1174.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 705.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1560.0 sec: 42 segments, 3 merges 1790.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1179.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 710.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1565.0 sec: 42 segments, 3 merges 1795.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1184.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 715.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1570.0 sec: 42 segments, 3 merges 1800.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1189.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 720.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1575.0 sec: 42 segments, 3 merges 1805.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1194.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 725.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1580.0 sec: 42 segments, 3 merges 1810.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1199.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 730.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1585.0 sec: 42 segments, 3 merges 1815.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1204.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 735.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1590.0 sec: 42 segments, 3 merges 1820.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1209.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 740.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1595.0 sec: 42 segments, 3 merges 1825.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1214.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 745.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1600.1 sec: 42 segments, 3 merges 1830.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1219.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 750.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1605.1 sec: 42 segments, 3 merges 1835.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1224.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 755.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1610.1 sec: 42 segments, 3 merges 1840.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1229.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 760.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1615.1 sec: 42 segments, 3 merges 1845.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1234.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 765.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1620.1 sec: 42 segments, 3 merges 1850.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1239.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 770.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1625.1 sec: 42 segments, 3 merges 1855.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1244.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 775.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1630.1 sec: 42 segments, 3 merges 1860.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1249.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 780.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1635.1 sec: 42 segments, 3 merges 1865.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1254.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 785.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1640.1 sec: 42 segments, 3 merges 1870.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1259.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 790.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1645.1 sec: 42 segments, 3 merges 1875.5s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1264.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 795.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1650.0 sec: 42 segments, 3 merges 1880.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1269.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 800.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1655.0 sec: 42 segments, 3 merges 1885.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1274.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 805.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1660.0 sec: 42 segments, 3 merges 1890.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1279.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 810.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1665.0 sec: 42 segments, 3 merges 1895.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1284.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 815.2s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1670.0 sec: 42 segments, 3 merges 1900.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1289.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 820.3s _1g2: 8 segs, 390.2 K docs, 1556.3 MB 1675.0 sec: 35 segments, 2 merges 1905.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1294.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1680.0 sec: 35 segments, 2 merges 1910.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1299.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1685.0 sec: 35 segments, 2 merges 1915.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1304.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1690.0 sec: 35 segments, 2 merges 1920.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1309.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1695.0 sec: 35 segments, 2 merges 1925.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1314.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1700.0 sec: 35 segments, 2 merges 1930.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1319.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1705.1 sec: 35 segments, 2 merges 1935.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1324.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1710.1 sec: 35 segments, 2 merges 1940.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1329.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1715.1 sec: 35 segments, 2 merges 1945.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1334.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1720.1 sec: 35 segments, 2 merges 1950.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1339.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1725.0 sec: 35 segments, 2 merges 1955.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1344.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1730.0 sec: 35 segments, 2 merges 1960.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1349.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1735.0 sec: 35 segments, 2 merges 1965.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1354.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1740.0 sec: 35 segments, 2 merges 1970.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1359.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1745.1 sec: 35 segments, 2 merges 1975.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1364.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1750.1 sec: 35 segments, 2 merges 1980.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1369.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1755.1 sec: 35 segments, 2 merges 1985.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1374.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1760.1 sec: 35 segments, 2 merges 1990.4s _1dn: 8 segs, 1229.2 K docs, 4911.7 MB 1379.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 1765.1 sec: 28 segments, 2 merges 1384.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 2.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1770.1 sec: 28 segments, 2 merges 1389.2s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 7.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1775.1 sec: 28 segments, 2 merges 1394.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 12.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1780.1 sec: 28 segments, 2 merges 1399.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 17.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1785.1 sec: 28 segments, 2 merges 1404.3s _1g1: 8 segs, 566.5 K docs, 2260.8 MB 22.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1790.1 sec: 21 segments, 1 merges 27.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1795.1 sec: 21 segments, 1 merges 32.7s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1800.0 sec: 21 segments, 1 merges 37.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1805.0 sec: 21 segments, 1 merges 42.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1810.0 sec: 21 segments, 1 merges 47.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1815.0 sec: 21 segments, 1 merges 52.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1820.0 sec: 21 segments, 1 merges 57.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1825.0 sec: 21 segments, 1 merges 62.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1830.0 sec: 21 segments, 1 merges 67.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1835.0 sec: 21 segments, 1 merges 72.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1840.0 sec: 21 segments, 1 merges 77.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1845.1 sec: 21 segments, 1 merges 82.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1850.1 sec: 21 segments, 1 merges 87.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1855.1 sec: 21 segments, 1 merges 92.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1860.1 sec: 21 segments, 1 merges 97.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1865.1 sec: 21 segments, 1 merges 102.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1870.1 sec: 21 segments, 1 merges 107.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1875.1 sec: 21 segments, 1 merges 112.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1880.1 sec: 21 segments, 1 merges 117.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1885.1 sec: 21 segments, 1 merges 122.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1890.0 sec: 21 segments, 1 merges 127.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1895.0 sec: 21 segments, 1 merges 132.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1900.0 sec: 21 segments, 1 merges 137.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1905.0 sec: 21 segments, 1 merges 142.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1910.0 sec: 21 segments, 1 merges 147.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1915.0 sec: 21 segments, 1 merges 152.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1920.0 sec: 21 segments, 1 merges 157.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1925.0 sec: 21 segments, 1 merges 162.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1930.0 sec: 21 segments, 1 merges 167.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1935.1 sec: 21 segments, 1 merges 172.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1940.1 sec: 21 segments, 1 merges 177.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1945.1 sec: 21 segments, 1 merges 182.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1950.1 sec: 21 segments, 1 merges 187.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1955.1 sec: 21 segments, 1 merges 192.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1960.1 sec: 21 segments, 1 merges 197.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1965.1 sec: 21 segments, 1 merges 202.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1970.1 sec: 21 segments, 1 merges 207.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1975.1 sec: 21 segments, 1 merges 212.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1980.0 sec: 21 segments, 1 merges 217.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1985.0 sec: 21 segments, 1 merges 222.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1990.0 sec: 21 segments, 1 merges 227.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 1995.0 sec: 21 segments, 1 merges 232.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2000.0 sec: 21 segments, 1 merges 237.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2005.0 sec: 21 segments, 1 merges 242.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2010.0 sec: 21 segments, 1 merges 247.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2015.0 sec: 21 segments, 1 merges 252.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2020.0 sec: 21 segments, 1 merges 257.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2025.1 sec: 21 segments, 1 merges 262.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2030.1 sec: 21 segments, 1 merges 267.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2035.1 sec: 21 segments, 1 merges 272.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2040.1 sec: 21 segments, 1 merges 277.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2045.1 sec: 21 segments, 1 merges 282.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2050.1 sec: 21 segments, 1 merges 287.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2055.1 sec: 21 segments, 1 merges 292.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2060.1 sec: 21 segments, 1 merges 297.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2065.1 sec: 21 segments, 1 merges 302.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2070.1 sec: 21 segments, 1 merges 307.7s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2075.0 sec: 21 segments, 1 merges 312.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2080.0 sec: 21 segments, 1 merges 317.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2085.0 sec: 21 segments, 1 merges 322.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2090.0 sec: 21 segments, 1 merges 327.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2095.0 sec: 21 segments, 1 merges 332.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2100.0 sec: 21 segments, 1 merges 337.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2105.0 sec: 21 segments, 1 merges 342.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2110.0 sec: 21 segments, 1 merges 347.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2115.1 sec: 21 segments, 1 merges 352.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2120.1 sec: 21 segments, 1 merges 357.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2125.1 sec: 21 segments, 1 merges 362.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2130.1 sec: 21 segments, 1 merges 367.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2135.1 sec: 21 segments, 1 merges 372.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2140.1 sec: 21 segments, 1 merges 377.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2145.1 sec: 21 segments, 1 merges 382.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2150.1 sec: 21 segments, 1 merges 387.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2155.1 sec: 21 segments, 1 merges 392.7s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2160.0 sec: 21 segments, 1 merges 397.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2165.0 sec: 21 segments, 1 merges 402.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2170.0 sec: 21 segments, 1 merges 407.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2175.0 sec: 21 segments, 1 merges 412.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2180.0 sec: 21 segments, 1 merges 417.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2185.0 sec: 21 segments, 1 merges 422.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2190.0 sec: 21 segments, 1 merges 427.6s _1g3: 3 segs, 1245.5 K docs, 4981.5 MB 2195.0 sec: 19 segments, 1 merges 3.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2200.0 sec: 19 segments, 1 merges 8.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2205.0 sec: 19 segments, 1 merges 13.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2210.0 sec: 19 segments, 1 merges 18.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2215.0 sec: 19 segments, 1 merges 23.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2220.1 sec: 19 segments, 1 merges 28.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2225.1 sec: 19 segments, 1 merges 33.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2230.1 sec: 19 segments, 1 merges 38.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2235.1 sec: 19 segments, 1 merges 43.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2240.1 sec: 19 segments, 1 merges 48.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2245.1 sec: 19 segments, 1 merges 53.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2250.1 sec: 19 segments, 1 merges 58.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2255.1 sec: 19 segments, 1 merges 63.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2260.1 sec: 19 segments, 1 merges 68.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2265.0 sec: 19 segments, 1 merges 73.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2270.0 sec: 19 segments, 1 merges 78.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2275.0 sec: 19 segments, 1 merges 83.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2280.0 sec: 19 segments, 1 merges 88.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2285.0 sec: 19 segments, 1 merges 93.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2290.0 sec: 19 segments, 1 merges 98.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2295.0 sec: 19 segments, 1 merges 103.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2300.0 sec: 19 segments, 1 merges 108.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2305.0 sec: 19 segments, 1 merges 113.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2310.0 sec: 19 segments, 1 merges 118.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2315.0 sec: 19 segments, 1 merges 123.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2320.0 sec: 19 segments, 1 merges 128.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2325.1 sec: 19 segments, 1 merges 133.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2330.1 sec: 19 segments, 1 merges 138.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2335.1 sec: 19 segments, 1 merges 143.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2340.1 sec: 19 segments, 1 merges 148.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2345.1 sec: 19 segments, 1 merges 153.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2350.1 sec: 19 segments, 1 merges 158.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2355.1 sec: 19 segments, 1 merges 163.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2360.1 sec: 19 segments, 1 merges 168.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2365.1 sec: 19 segments, 1 merges 173.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2370.1 sec: 19 segments, 1 merges 178.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2375.1 sec: 19 segments, 1 merges 183.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2380.1 sec: 19 segments, 1 merges 188.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2385.0 sec: 19 segments, 1 merges 193.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2390.0 sec: 19 segments, 1 merges 198.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2395.0 sec: 19 segments, 1 merges 203.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2400.0 sec: 19 segments, 1 merges 208.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2405.0 sec: 19 segments, 1 merges 213.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2410.0 sec: 19 segments, 1 merges 218.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2415.0 sec: 19 segments, 1 merges 223.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2420.0 sec: 19 segments, 1 merges 228.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2425.0 sec: 19 segments, 1 merges 233.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2430.0 sec: 19 segments, 1 merges 238.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2435.0 sec: 19 segments, 1 merges 243.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2440.0 sec: 19 segments, 1 merges 248.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2445.1 sec: 19 segments, 1 merges 253.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2450.1 sec: 19 segments, 1 merges 258.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2455.1 sec: 19 segments, 1 merges 263.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2460.1 sec: 19 segments, 1 merges 268.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2465.1 sec: 19 segments, 1 merges 273.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2470.1 sec: 19 segments, 1 merges 278.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2475.1 sec: 19 segments, 1 merges 283.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2480.1 sec: 19 segments, 1 merges 288.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2485.1 sec: 19 segments, 1 merges 293.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2490.1 sec: 19 segments, 1 merges 298.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2495.1 sec: 19 segments, 1 merges 303.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2500.1 sec: 19 segments, 1 merges 308.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2505.0 sec: 19 segments, 1 merges 313.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2510.0 sec: 19 segments, 1 merges 318.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2515.0 sec: 19 segments, 1 merges 323.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2520.0 sec: 19 segments, 1 merges 328.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2525.0 sec: 19 segments, 1 merges 333.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2530.0 sec: 19 segments, 1 merges 338.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2535.0 sec: 19 segments, 1 merges 343.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2540.0 sec: 19 segments, 1 merges 348.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2545.0 sec: 19 segments, 1 merges 353.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2550.0 sec: 19 segments, 1 merges 358.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2555.0 sec: 19 segments, 1 merges 363.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2560.1 sec: 19 segments, 1 merges 368.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2565.1 sec: 19 segments, 1 merges 373.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2570.1 sec: 19 segments, 1 merges 378.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2575.1 sec: 19 segments, 1 merges 383.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2580.1 sec: 19 segments, 1 merges 388.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2585.1 sec: 19 segments, 1 merges 393.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2590.1 sec: 19 segments, 1 merges 398.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2595.1 sec: 19 segments, 1 merges 403.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2600.1 sec: 19 segments, 1 merges 408.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2605.1 sec: 19 segments, 1 merges 413.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2610.1 sec: 19 segments, 1 merges 418.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2615.1 sec: 19 segments, 1 merges 423.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2620.0 sec: 19 segments, 1 merges 428.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2625.0 sec: 19 segments, 1 merges 433.1s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2630.0 sec: 19 segments, 1 merges 438.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2635.0 sec: 19 segments, 1 merges 443.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2640.0 sec: 19 segments, 1 merges 448.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2645.0 sec: 19 segments, 1 merges 453.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2650.0 sec: 19 segments, 1 merges 458.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2655.0 sec: 19 segments, 1 merges 463.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2660.0 sec: 19 segments, 1 merges 468.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2665.0 sec: 19 segments, 1 merges 473.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2670.0 sec: 19 segments, 1 merges 478.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2675.1 sec: 19 segments, 1 merges 483.2s _1g4: 4 segs, 1265.0 K docs, 5058.5 MB 2680.1 sec: 16 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3565 seconds reindex takes 3565.05 sec index has 16 segments: segments_2: _re(11.0.0):C1267241 _ew(11.0.0):C657909 _16t(11.0.0):C1279140 _1g4(11.0.0):C1264990 _1g3(11.0.0):C1245487 _1dn(11.0.0):C1229150 _sg(11.0.0):C105696 _11u(11.0.0):C125993 _zl(11.0.0):C110884 _1d7(11.0.0):C187304 _1aq(11.0.0):C72473 _16l(11.0.0):C77502 _1cj(11.0.0):C186210 _18k(11.0.0):C58038 _1dw(11.0.0):C67306 _1e9(11.0.0):C64677 _re: 5074.4 MB _ew: 2632.1 MB _16t: 5122.1 MB _1g4: 5065.4 MB _1g3: 4987.1 MB _1dn: 4921.6 MB _sg: 422.1 MB _11u: 503.3 MB _zl: 442.9 MB _1d7: 748.6 MB _1aq: 289.3 MB _16l: 309.4 MB _1cj: 744.2 MB _18k: 231.5 MB _1dw: 268.6 MB _1e9: 258.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32020.73 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=54772795469 cpu@end=66526585325 deltaMS=11753.789856 thread 14 name=Reference Handler cpu@start=3250630 cpu@end=3282191 deltaMS=0.031561 thread 15 name=Finalizer cpu@start=166557 cpu@end=166557 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64063 cpu@end=64063 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=35953360 cpu@end=36011712 deltaMS=0.058352 thread 41 name=JFR Recorder Thread cpu@start=69770737679 cpu@end=69772919374 deltaMS=2.181695 thread 42 name=JFR Periodic Tasks cpu@start=472589278995 cpu@end=473157226617 deltaMS=567.947622 thread 45 name=Notification Thread cpu@start=113635 cpu@end=113635 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=6182573854752 cpu@end=6182573854752 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=6177992898099 cpu@end=6177992898099 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=6175710558612 cpu@end=6175710558612 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=6180242301525 cpu@end=6180242301525 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=6167309648720 cpu@end=6167309648720 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=6172624473918 cpu@end=6172624473918 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=6187892145506 cpu@end=6187892145506 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=6184704250721 cpu@end=6184704250721 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=6185959977081 cpu@end=6185959977081 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=6171485896276 cpu@end=6171485896276 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=6175946636513 cpu@end=6175946636513 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=6179277492954 cpu@end=6179277492954 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=6186406699777 cpu@end=6186406699777 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=6180848148659 cpu@end=6180848148659 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=6185177056578 cpu@end=6185177056578 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=6173549365652 cpu@end=6173549365652 deltaMS=0.0 Average CPU cores used: 1.04735829410652 completed 1000 searches in 11766 ms: 84 QPS CPU time=12323 ms checking results SUMMARY: 0.975 11.766 12.323 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 58900 3565.05 2244.01 0.00 16 32020.73 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 1267241 documents Graph level=3 size=73, Fanout min=5, mean=9.67, max=20, meandelta=98443.33 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 11 12 14 20 Graph level=2 size=1202, Fanout min=9, mean=24.56, max=32, meandelta=46820.45 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 28 31 32 32 32 Graph level=1 size=38787, Fanout min=3, mean=28.17, max=32, meandelta=41239.79 % 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=1267241, Fanout min=1, mean=39.42, max=64, meandelta=29744.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=73, connectedness=1.00 Graph level=2 size=1202, connectedness=1.00 Graph level=1 size=38787, connectedness=1.00 Graph level=0 size=1267241, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 657909 documents Graph level=3 size=26, Fanout min=3, mean=6.92, max=13, meandelta=67130.20 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 5 6 6 7 8 8 9 13 Graph level=2 size=525, Fanout min=7, mean=20.27, max=32, meandelta=29635.49 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 24 26 31 32 Graph level=1 size=20111, Fanout min=2, mean=27.85, max=32, meandelta=21646.93 % 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=657909, Fanout min=1, mean=39.56, max=64, meandelta=15413.72 % 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=26, connectedness=1.00 Graph level=2 size=525, connectedness=1.00 Graph level=1 size=20111, connectedness=1.00 Graph level=0 size=657909, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1279140 documents Graph level=3 size=62, Fanout min=3, mean=9.55, max=18, meandelta=101649.08 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 12 13 18 Graph level=2 size=1179, Fanout min=8, mean=23.93, max=32, meandelta=48028.61 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 30 32 32 32 Graph level=1 size=39133, Fanout min=2, mean=28.08, max=32, meandelta=41685.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=1279140, Fanout min=1, mean=39.40, max=64, meandelta=30039.39 % 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=62, connectedness=1.00 Graph level=2 size=1179, connectedness=1.00 Graph level=1 size=39133, connectedness=1.00 Graph level=0 size=1279140, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1264990 documents Graph level=3 size=56, Fanout min=4, mean=8.61, max=15, meandelta=123168.88 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 10 10 11 15 Graph level=2 size=1155, Fanout min=7, mean=23.94, max=32, meandelta=48528.74 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=38808, Fanout min=3, mean=28.13, max=32, meandelta=41148.68 % 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=1264990, Fanout min=1, mean=39.43, max=64, meandelta=29684.97 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=1155, connectedness=1.00 Graph level=1 size=38808, connectedness=1.00 Graph level=0 size=1264990, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1245487 documents Graph level=3 size=61, Fanout min=4, mean=8.75, max=20, meandelta=117575.67 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 10 12 20 Graph level=2 size=1008, Fanout min=7, mean=23.28, max=32, meandelta=49082.13 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 28 32 32 32 Graph level=1 size=37808, Fanout min=2, mean=28.10, max=32, meandelta=40573.74 % 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=1245487, Fanout min=1, mean=39.43, max=64, meandelta=29223.95 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=61, connectedness=1.00 Graph level=2 size=1008, connectedness=1.00 Graph level=1 size=37808, connectedness=1.00 Graph level=0 size=1245487, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1229150 documents Graph level=3 size=60, Fanout min=4, mean=9.07, max=19, meandelta=98932.06 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 10 12 14 19 Graph level=2 size=1146, Fanout min=8, mean=23.97, max=32, meandelta=46265.76 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=37623, Fanout min=3, mean=28.07, max=32, meandelta=40096.26 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1229150, Fanout min=1, mean=39.43, max=64, meandelta=28844.88 % 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=1146, connectedness=1.00 Graph level=1 size=37623, connectedness=1.00 Graph level=0 size=1229150, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 105696 documents Graph level=3 size=5, Fanout min=1, mean=2.00, max=3, meandelta=22670.20 % 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=97, Fanout min=5, mean=11.28, max=21, meandelta=7896.05 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 15 21 Graph level=1 size=3267, Fanout min=8, mean=26.54, max=32, meandelta=3660.14 % 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=105696, Fanout min=1, mean=38.92, max=64, meandelta=2519.75 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=97, connectedness=1.00 Graph level=1 size=3267, connectedness=1.00 Graph level=0 size=105696, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 125993 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=3, meandelta=17954.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 3 3 Graph level=2 size=118, Fanout min=5, mean=12.02, max=24, meandelta=8587.59 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 12 13 14 16 18 24 Graph level=1 size=3868, Fanout min=8, mean=26.89, max=32, meandelta=4285.10 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 29 32 32 32 32 32 Graph level=0 size=125993, Fanout min=1, mean=39.01, max=64, meandelta=2997.04 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=118, connectedness=1.00 Graph level=1 size=3868, connectedness=1.00 Graph level=0 size=125993, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 110884 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=21123.88 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 3 4 Graph level=2 size=105, Fanout min=5, mean=12.57, max=27, meandelta=7541.81 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 13 14 15 17 27 Graph level=1 size=3395, Fanout min=8, mean=26.52, max=32, meandelta=3838.08 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=110884, Fanout min=3, mean=39.03, max=64, meandelta=2635.32 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=105, connectedness=1.00 Graph level=1 size=3395, connectedness=1.00 Graph level=0 size=110884, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 187304 documents Graph level=3 size=9, Fanout min=1, mean=3.11, max=4, meandelta=27053.29 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 3 3 3 4 4 4 4 Graph level=2 size=174, Fanout min=6, mean=14.93, max=25, meandelta=10648.23 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 16 17 19 21 25 Graph level=1 size=5778, Fanout min=7, mean=27.29, max=32, meandelta=6278.07 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=0 size=187304, Fanout min=1, mean=39.24, max=64, meandelta=4433.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=174, connectedness=1.00 Graph level=1 size=5778, connectedness=1.00 Graph level=0 size=187304, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 72473 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=15092.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=59, Fanout min=5, mean=9.46, max=15, meandelta=6425.07 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 11 12 14 15 Graph level=1 size=2231, Fanout min=5, mean=25.70, max=32, meandelta=2560.25 % 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=72473, Fanout min=1, mean=38.57, max=64, meandelta=1742.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=59, connectedness=1.00 Graph level=1 size=2231, connectedness=1.00 Graph level=0 size=72473, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 77502 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=18952.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=67, Fanout min=4, mean=9.25, max=17, meandelta=7077.13 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 9 10 11 12 17 Graph level=1 size=2372, Fanout min=7, mean=25.96, max=32, meandelta=2723.94 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 30 32 32 32 32 Graph level=0 size=77502, Fanout min=4, mean=38.57, max=64, meandelta=1864.50 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=67, connectedness=1.00 Graph level=1 size=2372, connectedness=1.00 Graph level=0 size=77502, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 186210 documents Graph level=3 size=8, Fanout min=1, mean=2.75, max=4, meandelta=19319.18 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 3 3 3 3 4 4 Graph level=2 size=171, Fanout min=5, mean=14.16, max=28, meandelta=11136.78 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 17 20 28 Graph level=1 size=5706, Fanout min=7, mean=27.13, max=32, meandelta=6262.12 % 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=186210, Fanout min=1, mean=39.27, max=64, meandelta=4402.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=8, connectedness=1.00 Graph level=2 size=171, connectedness=1.00 Graph level=1 size=5706, connectedness=1.00 Graph level=0 size=186210, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 58038 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=8775.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 2 2 2 Graph level=2 size=53, Fanout min=5, mean=8.60, max=15, meandelta=5401.58 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 12 15 Graph level=1 size=1765, Fanout min=7, mean=25.49, max=32, meandelta=2063.46 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 24 26 30 32 32 32 32 Graph level=0 size=58038, Fanout min=1, mean=38.27, max=64, meandelta=1406.15 % 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=4, connectedness=1.00 Graph level=2 size=53, connectedness=1.00 Graph level=1 size=1765, connectedness=1.00 Graph level=0 size=58038, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 67306 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=10042.00 % 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=63, Fanout min=5, mean=10.00, max=21, meandelta=5566.80 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 9 9 10 11 12 14 21 Graph level=1 size=2039, Fanout min=7, mean=25.54, max=32, meandelta=2393.08 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 24 27 30 32 32 32 32 Graph level=0 size=67306, Fanout min=3, mean=38.50, max=64, meandelta=1621.27 % 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=63, connectedness=1.00 Graph level=1 size=2039, connectedness=1.00 Graph level=0 size=67306, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 64677 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=13163.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=60, Fanout min=4, mean=9.07, max=18, meandelta=5710.92 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 8 9 11 11 13 18 Graph level=1 size=1963, Fanout min=9, mean=25.58, max=32, meandelta=2305.33 % 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=64677, Fanout min=2, mean=38.47, max=64, meandelta=1559.18 % 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=60, connectedness=1.00 Graph level=1 size=1963, connectedness=1.00 Graph level=0 size=64677, 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.04.30.00.15.31/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': 221,828,383.42 msec task-clock:u 831,450,673,313,938 cycles:u (36.36%) 49,296,073,347,354 instructions:u (36.36%) 9,822,406,348,827 cache-references:u (36.36%) 2,464,762,414,440 cache-misses:u (36.36%) 27,222,132,465,494 L1-dcache-loads:u (36.36%) 2,800,200,895,630 L1-dcache-load-misses:u (36.36%) 3,671,584,740,478 L1-icache-loads:u (36.36%) 33,130,912,441 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 39,967,505 faults:u 10,262,721 minor-faults:u 128 major-faults:u 5,018,182,083,093 branches:u (36.36%) 87,773,646,282 branch-misses:u (36.36%) 11,558,255,468,286 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 6338.368909082 seconds time elapsed 220578.784875000 seconds user 1207.622864000 seconds sys took 1:45:38.398689 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=11.766, net_cpu_ms=12.323, 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=58900, index_time_sec=3565.05, index_docs_per_sec=2244.01, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=32020.73, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (4, {0: 0, 10: 1, 20: 1, 30: 2, 40: 2, 50: 2, 60: 2, 70: 2, 80: 2, 90: 2, 100: 2}), 2: (60, {0: 0, 10: 6, 20: 6, 30: 7, 40: 8, 50: 8, 60: 9, 70: 11, 80: 11, 90: 13, 100: 18}), 1: (1963, {0: 0, 10: 16, 20: 19, 30: 22, 40: 24, 50: 27, 60: 30, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (64677, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 35, 60: 40, 70: 47, 80: 56, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=6338, microseconds=398689)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 165 Start: 2026-04-30 09:18:52 (UTC) Duration: 3803 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 108399303 1920330400 jdk.FileWrite 5766302 128595069 jdk.FileRead 1782440 42000548 jdk.BooleanFlag 81840 2617281 jdk.CPULoad 70063 1437472 jdk.ObjectAllocationInNewTLAB 30794 619346 jdk.Checkpoint 11522 30132720 jdk.UnsignedIntFlag 7920 271398 jdk.IntFlag 7260 267399 jdk.StringFlag 5610 219864 jdk.Compilation 1075 29498 jdk.ObjectAllocationOutsideTLAB 997 18786 jdk.CPUInformation 165 247881 jdk.GCConfiguration 165 4341 jdk.JVMInformation 165 149541 jdk.Metadata 165 18237006 jdk.GarbageCollection 21 517 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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108399303 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 87.11% 94M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 6.01% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.40% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.68% 734787 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.66% 720172 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.55% 592220 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.34% 364864 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] 0.30% 327347 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.24% 261544 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.22% 239069 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.20% 212876 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.18% 193110 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.12% 129071 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.09% 98351 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 73743 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 55070 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 45064 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 43147 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.04% 41483 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 38635 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.03% 36214 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 32297 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.03% 29630 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 25926 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 24035 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.02% 21063 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.02% 20735 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 20559 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 19704 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.02% 19577 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 19423 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 19180 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 18353 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.01% 15776 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.01% 15106 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.01% 13816 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13492 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 13085 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 13050 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 12410 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 11874 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.01% 11379 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 10886 java.util.Arrays#sort():99 [Inlined code] 0.01% 9753 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 9679 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.01% 9464 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 9220 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8811 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():438 [JIT compiled code] 0.01% 8211 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 7814 java.util.DualPivotQuicksort#sort():238 [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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108399303 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 81.33% 88M 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] 6.01% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.76% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.49% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] 0.74% 802533 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] 0.68% 734787 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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.66% 720029 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.32% 348778 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 346476 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.30% 320856 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 236942 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.20% 219562 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.19% 204373 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 183029 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% 176395 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.12% 125553 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% 73743 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.06% 67070 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% 52314 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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():485 [JIT compiled code] 0.05% 50071 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 44852 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():421 [JIT compiled code] 0.04% 42028 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.04% 41726 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 41483 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():382 [JIT compiled code] 0.04% 38635 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.03% 35586 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():193 [Inlined code] 0.03% 33620 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 32297 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.03% 31099 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():385 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 25926 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 25267 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.02% 23933 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 22107 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 21430 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 21063 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 20735 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 19609 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():421 [JIT compiled code] 0.02% 18778 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 18502 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.0x000000009a1717a0#accept() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():59 [Inlined code] 0.02% 18133 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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():485 [JIT compiled code] 0.02% 17026 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% 16480 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 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [Interpreted code] 0.01% 16086 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 14667 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% 14044 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 13816 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 13736 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 12828 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():421 [Inlined code] 0.01% 12472 org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 12339 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 108399303 events (total: 108M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 74.21% 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] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 5.72% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 4.75% 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] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 2.84% 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():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 2.47% 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.64% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 1.45% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.72% 779934 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.62% 668594 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.56% 605423 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.38% 413166 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.26% 283796 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.23% 252489 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.20% 214361 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.19% 203493 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 198387 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.18% 193503 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.17% 184479 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 183027 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.16% 168392 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.15% 163627 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.15% 158914 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] 0.13% 141500 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 130358 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 130100 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.0x000000009a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.10% 111811 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.09% 97351 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 90626 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.07% 73742 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.07% 71686 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.07% 71649 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 70616 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.05% 57806 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 51353 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.04% 46295 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.0x000000009a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.04% 46121 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.04% 43315 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.04% 42843 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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():93 [JIT compiled code] 0.04% 40763 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():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 39353 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 37764 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.03% 37763 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.03% 32272 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.03% 27460 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] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [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.0x000000009a193868#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.03% 27287 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] 0.02% 26077 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():193 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#checkIntegrity():266 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#checkIntegrity():272 [JIT compiled code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():115 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009a193868#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.02% 24533 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] 0.02% 24316 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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():93 [JIT compiled code] 0.02% 22585 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.02% 22520 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31780 events (total: 191145M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 33.62% 64262M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 23.77% 45427M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.24% 44428M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 4.00% 7638M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.26% 6237M java.lang.Integer#valueOf():1006 [Inlined code] 2.89% 5522M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.07% 3949M java.util.Arrays#copyOf():3478 [Inlined code] 0.77% 1474M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.73% 1403M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.69% 1328M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.59% 1133M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.50% 960M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.42% 802M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.35% 660M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.33% 637M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.18% 337M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.15% 288M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 284M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 283M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.15% 282M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.11% 215M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.11% 212M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 204M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.10% 194M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.10% 190M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 176M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.09% 173M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.08% 150M java.util.ArrayList#grow():240 [Inlined code] 0.07% 127M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 124M knn.IndexerThread#_run():105 [JIT compiled code] 0.06% 120M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 116M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 111M java.util.List#of():935 [Inlined code] 0.06% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 101M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.05% 101M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] 0.05% 101M knn.IndexerThread#_run():119 [JIT compiled code] 0.05% 99M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.05% 95M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.05% 92M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.05% 92M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 74M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 65M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 61M java.lang.Thread#beforeSleep():473 [Inlined code] 0.03% 54M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 48M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 48M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.02% 45M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.02% 40M 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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31780 events (total: 191145M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.72% 39607M 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] 19.32% 36933M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.89% 36110M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.90% 24654M 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.44% 8493M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.33% 8273M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.00% 7638M 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] 3.24% 6199M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 2.89% 5522M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.96% 3738M 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.75% 1437M 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():421 [JIT compiled code] 0.59% 1133M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.45% 865M 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.41% 788M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.38% 726M 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():2212 [JIT compiled code] 0.35% 668M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 588M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.28% 526M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 519M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 518M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.17% 318M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 288M 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.12% 232M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.11% 213M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.11% 212M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.11% 204M 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.11% 201M 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% 194M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.09% 179M 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 [JIT compiled code] 0.09% 176M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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.09% 176M 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():534 [JIT compiled code] 0.09% 173M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():448 [JIT compiled code] at org.apache.lucene.codecs.lucene90.LZ4WithPresetDictCompressionMode$LZ4WithPresetDictDecompressor#decompress():132 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():613 [JIT compiled code] 0.09% 173M 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#findBestEntryPoint():244 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():78 [Inlined code] 0.08% 150M 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% 139M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 125M 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.0x000000009a17f400#concat() [Inlined code] 0.07% 124M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.06% 116M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 111M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():120 [JIT compiled code] 0.06% 111M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.05% 103M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.05% 101M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.05% 101M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] at knn.KnnIndexer#createIndex():259 [Interpreted code] at knn.KnnGraphTester#run():662 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 0.05% 101M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.05% 99M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.05% 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 [Inlined code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] at knn.KnnGraphTester#run():662 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.05% 92M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.05% 92M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.05% 89M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.04.30.00.15.31/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmFalse.jfr is 2045.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31780 events (total: 191145M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.69% 39543M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 14.52% 27748M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 13.99% 26747M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 8.59% 16420M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 4.31% 8233M 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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 4.00% 7638M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 3.24% 6199M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 2.58% 4937M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 2.56% 4893M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.54% 4857M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.50% 4784M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.96% 3738M 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():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 1.60% 3050M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.57% 2995M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.37% 2613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.26% 2415M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.19% 2283M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.16% 2222M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.75% 1424M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.51% 966M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.46% 886M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.45% 865M 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.43% 823M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.36% 690M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 648M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.32% 615M 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():2212 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.27% 524M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 401M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 379M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.18% 343M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.17% 334M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.17% 331M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] 0.16% 306M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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():93 [JIT compiled code] 0.16% 299M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 285M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 278M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] 0.14% 274M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 266M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.13% 258M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 245M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 244M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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():93 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.12% 235M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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% 209M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.0x000000009a19abd8#run() [JIT compiled code] 0.11% 204M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009a191ce8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.11% 200M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():486 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$$Lambda.0x000000009a19c208#run() [Inlined code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():144 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009a193868#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.10% 194M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.10% 190M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 185M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009a19a680#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.09% 179M 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 [JIT compiled code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.09% 173M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():448 [JIT compiled code] at org.apache.lucene.codecs.lucene90.LZ4WithPresetDictCompressionMode$LZ4WithPresetDictDecompressor#decompress():132 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():613 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [JIT compiled 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] at org.apache.lucene.index.BaseCompositeReader$2#document():190 [JIT compiled code] at org.apache.lucene.index.StoredFields#document():68 [JIT compiled code] at knn.KnnTesterUtils#getResultIds():42 [Interpreted code] at knn.KnnGraphTester#testSearch():1252 [Interpreted code] at knn.KnnGraphTester#run():743 [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.04.30.00.15.31/bench-knn-q32-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge'] WARNING: Using incubator modules: jdk.incubator.vector [0.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 2275258 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1032495602848322 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 Apr 30, 2026 6:50:03 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 273 segments, 32 merges 1384.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1308.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1258.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 918.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 756.0s _179: 8 segs, 87.1 K docs, 346.3 MB 705.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 694.2s _185: 8 segs, 191.9 K docs, 764.8 MB 681.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 590.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 551.0s _1a0: 8 segs, 38.3 K docs, 151.5 MB 534.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 514.6s _1ag: 8 segs, 38.3 K docs, 151.8 MB 498.7s _1an: 8 segs, 105.8 K docs, 420.8 MB 478.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 393.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 372.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 318.2s _1cx: 8 segs, 71.4 K docs, 283.8 MB 301.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 281.7s _1de: 9 segs, 43.5 K docs, 172.4 MB 259.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 238.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 215.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 189.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 164.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 142.1s _1et: 8 segs, 80.8 K docs, 321.2 MB 117.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 97.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 70.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 44.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 25.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 10.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 0.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 5.0 sec: 273 segments, 32 merges 1389.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1313.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1263.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 923.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 761.0s _179: 8 segs, 87.1 K docs, 346.3 MB 710.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 699.2s _185: 8 segs, 191.9 K docs, 764.8 MB 686.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 595.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 556.0s _1a0: 8 segs, 38.3 K docs, 151.5 MB 539.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 519.7s _1ag: 8 segs, 38.3 K docs, 151.8 MB 503.7s _1an: 8 segs, 105.8 K docs, 420.8 MB 483.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 398.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 377.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 323.2s _1cx: 8 segs, 71.4 K docs, 283.8 MB 306.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 286.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 264.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 243.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 220.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 194.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 169.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 147.1s _1et: 8 segs, 80.8 K docs, 321.2 MB 122.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 102.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 75.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 49.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 30.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 15.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 5.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 10.0 sec: 273 segments, 32 merges 1394.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1318.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1268.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 928.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 766.0s _179: 8 segs, 87.1 K docs, 346.3 MB 715.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 704.3s _185: 8 segs, 191.9 K docs, 764.8 MB 691.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 600.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 561.1s _1a0: 8 segs, 38.3 K docs, 151.5 MB 544.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 524.7s _1ag: 8 segs, 38.3 K docs, 151.8 MB 508.7s _1an: 8 segs, 105.8 K docs, 420.8 MB 488.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 403.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 382.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 328.2s _1cx: 8 segs, 71.4 K docs, 283.8 MB 311.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 291.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 269.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 248.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 225.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 199.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 174.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 152.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 127.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 108.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 80.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 54.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 35.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 20.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 10.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 15.0 sec: 273 segments, 32 merges 1399.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1323.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1273.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 933.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 771.0s _179: 8 segs, 87.1 K docs, 346.3 MB 720.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 709.3s _185: 8 segs, 191.9 K docs, 764.8 MB 696.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 605.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 566.1s _1a0: 8 segs, 38.3 K docs, 151.5 MB 549.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 529.7s _1ag: 8 segs, 38.3 K docs, 151.8 MB 513.7s _1an: 8 segs, 105.8 K docs, 420.8 MB 493.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 408.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 387.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 333.3s _1cx: 8 segs, 71.4 K docs, 283.8 MB 316.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 296.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 274.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 253.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 230.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 204.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 179.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 157.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 132.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 113.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 85.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 59.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 40.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 25.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 15.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 20.1 sec: 273 segments, 32 merges 1404.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1328.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1278.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 938.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 776.1s _179: 8 segs, 87.1 K docs, 346.3 MB 725.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 714.3s _185: 8 segs, 191.9 K docs, 764.8 MB 701.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 610.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 571.1s _1a0: 8 segs, 38.3 K docs, 151.5 MB 554.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 534.7s _1ag: 8 segs, 38.3 K docs, 151.8 MB 518.8s _1an: 8 segs, 105.8 K docs, 420.8 MB 498.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 413.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 392.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 338.3s _1cx: 8 segs, 71.4 K docs, 283.8 MB 321.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 301.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 279.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 258.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 235.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 209.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 184.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 162.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 137.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 118.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 90.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 64.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 45.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 30.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 20.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 25.1 sec: 259 segments, 30 merges 1409.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1333.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1283.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 943.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 781.1s _179: 8 segs, 87.1 K docs, 346.3 MB 730.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 719.3s _185: 8 segs, 191.9 K docs, 764.8 MB 706.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 615.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 576.1s _1a0: 8 segs, 38.3 K docs, 151.5 MB 559.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 523.8s _1an: 8 segs, 105.8 K docs, 420.8 MB 503.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 418.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 397.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 326.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 306.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 284.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 263.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 240.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 214.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 189.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 167.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 142.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 123.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 95.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 69.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 50.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 35.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 25.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 30.1 sec: 252 segments, 29 merges 1414.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1338.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1288.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 948.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 786.1s _179: 8 segs, 87.1 K docs, 346.3 MB 735.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 724.3s _185: 8 segs, 191.9 K docs, 764.8 MB 711.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 620.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 581.1s _1a0: 8 segs, 38.3 K docs, 151.5 MB 564.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 509.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 423.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 402.9s _1c7: 8 segs, 38.4 K docs, 152.0 MB 331.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 311.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 289.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 268.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 245.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 219.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 194.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 172.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 147.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 128.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 100.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 74.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 55.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 40.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 30.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 35.0 sec: 252 segments, 29 merges 1419.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1343.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1293.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 953.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 791.0s _179: 8 segs, 87.1 K docs, 346.3 MB 740.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 729.2s _185: 8 segs, 191.9 K docs, 764.8 MB 716.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 625.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 586.0s _1a0: 8 segs, 38.3 K docs, 151.5 MB 569.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 513.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 428.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 407.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 336.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 316.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 294.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 273.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 250.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 224.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 199.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 177.1s _1et: 8 segs, 80.8 K docs, 321.2 MB 152.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 132.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 105.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 79.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 60.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 45.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 35.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 40.0 sec: 252 segments, 29 merges 1424.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1348.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1298.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 958.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 796.0s _179: 8 segs, 87.1 K docs, 346.3 MB 745.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 734.2s _185: 8 segs, 191.9 K docs, 764.8 MB 721.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 630.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 591.0s _1a0: 8 segs, 38.3 K docs, 151.5 MB 574.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 518.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 433.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 412.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 341.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 321.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 299.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 278.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 255.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 229.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 204.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 182.1s _1et: 8 segs, 80.8 K docs, 321.2 MB 157.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 137.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 110.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 84.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 65.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 50.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 40.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 45.0 sec: 238 segments, 27 merges 1429.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1353.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1303.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 963.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 750.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 739.2s _185: 8 segs, 191.9 K docs, 764.8 MB 726.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 635.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 579.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 523.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 438.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 417.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 346.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 326.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 304.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 283.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 260.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 234.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 209.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 187.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 162.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 142.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 115.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 89.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 70.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 55.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 45.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 50.0 sec: 238 segments, 27 merges 1434.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1358.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1308.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 968.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 755.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 744.3s _185: 8 segs, 191.9 K docs, 764.8 MB 731.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 640.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 584.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 528.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 443.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 422.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 351.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 331.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 309.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 288.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 265.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 239.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 214.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 192.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 167.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 147.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 120.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 94.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 75.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 60.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 50.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 55.0 sec: 238 segments, 27 merges 1439.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1363.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1313.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 973.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 760.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 749.3s _185: 8 segs, 191.9 K docs, 764.8 MB 736.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 645.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 589.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 533.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 448.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 427.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 356.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 336.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 314.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 293.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 270.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 244.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 219.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 197.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 172.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 153.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 125.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 99.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 80.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 65.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 55.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 60.0 sec: 238 segments, 27 merges 1444.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1368.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1318.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 978.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 765.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 754.3s _185: 8 segs, 191.9 K docs, 764.8 MB 741.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 650.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 594.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 538.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 453.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 432.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 361.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 341.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 319.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 298.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 275.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 249.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 224.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 202.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 177.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 158.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 130.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 104.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 85.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 70.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 60.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 65.1 sec: 238 segments, 27 merges 1449.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1373.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1323.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 983.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 770.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 759.3s _185: 8 segs, 191.9 K docs, 764.8 MB 746.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 655.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 599.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 543.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 458.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 437.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 366.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 346.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 324.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 303.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 280.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 254.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 229.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 207.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 182.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 163.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 135.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 109.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 90.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 75.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 65.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 70.1 sec: 238 segments, 27 merges 1454.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1378.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1328.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 988.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 775.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 764.3s _185: 8 segs, 191.9 K docs, 764.8 MB 751.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 660.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 604.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 548.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 463.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 442.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 371.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 351.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 329.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 308.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 285.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 259.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 234.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 212.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 187.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 168.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 140.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 114.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 95.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 80.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 70.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 75.1 sec: 238 segments, 27 merges 1459.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1383.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1333.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 993.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 780.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 769.3s _185: 8 segs, 191.9 K docs, 764.8 MB 756.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 665.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 609.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 554.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 468.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 447.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 376.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 356.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 334.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 313.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 290.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 264.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 239.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 217.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 192.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 173.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 145.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 119.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 100.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 85.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 75.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 80.1 sec: 238 segments, 27 merges 1464.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1388.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1338.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 998.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 785.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 774.3s _185: 8 segs, 191.9 K docs, 764.8 MB 761.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 670.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 614.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 559.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 473.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 452.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 381.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 361.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 339.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 318.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 295.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 269.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 244.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 222.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 197.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 178.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 150.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 124.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 105.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 90.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 80.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 85.1 sec: 238 segments, 27 merges 1469.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1393.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1343.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1003.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 790.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 779.3s _185: 8 segs, 191.9 K docs, 764.8 MB 766.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 675.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 619.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 564.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 478.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 457.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 386.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 366.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 344.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 323.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 300.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 274.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 249.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 227.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 202.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 183.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 155.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 129.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 110.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 95.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 85.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 90.1 sec: 238 segments, 27 merges 1474.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1398.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1348.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1008.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 795.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 784.3s _185: 8 segs, 191.9 K docs, 764.8 MB 771.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 680.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 624.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 569.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 483.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 462.9s _1c7: 8 segs, 38.4 K docs, 152.0 MB 391.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 371.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 349.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 328.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 305.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 279.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 254.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 232.2s _1et: 8 segs, 80.8 K docs, 321.2 MB 207.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 188.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 160.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 134.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 115.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 100.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 90.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 95.0 sec: 231 segments, 26 merges 1479.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1403.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1353.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1013.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 800.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 789.2s _185: 8 segs, 191.9 K docs, 764.8 MB 776.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 685.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 629.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 573.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 488.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 467.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 396.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 376.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 354.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 333.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 310.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 284.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 259.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 212.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 192.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 165.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 139.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 120.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 105.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 95.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 100.0 sec: 231 segments, 26 merges 1484.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1408.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1358.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1018.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 805.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 794.2s _185: 8 segs, 191.9 K docs, 764.8 MB 781.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 690.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 634.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 578.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 493.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 472.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 401.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 381.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 359.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 338.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 315.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 289.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 264.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 217.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 197.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 170.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 144.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 125.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 110.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 100.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 105.0 sec: 231 segments, 26 merges 1489.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1413.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1363.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1023.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 810.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 799.2s _185: 8 segs, 191.9 K docs, 764.8 MB 786.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 695.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 639.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 583.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 498.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 477.8s _1c7: 8 segs, 38.4 K docs, 152.0 MB 406.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 386.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 364.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 343.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 320.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 294.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 269.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 222.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 202.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 175.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 149.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 130.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 115.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 105.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 110.0 sec: 224 segments, 25 merges 1494.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1418.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1368.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1028.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 815.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 804.3s _185: 8 segs, 191.9 K docs, 764.8 MB 791.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 700.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 644.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 588.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 503.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 411.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 391.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 369.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 348.2s _1dw: 8 segs, 39.4 K docs, 156.0 MB 325.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 299.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 274.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 227.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 207.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 180.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 154.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 135.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 120.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 110.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 115.0 sec: 224 segments, 25 merges 1499.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1423.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1373.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1033.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 820.1s _17z: 8 segs, 81.9 K docs, 325.6 MB 809.3s _185: 8 segs, 191.9 K docs, 764.8 MB 796.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 705.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 649.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 593.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 508.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 416.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 396.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 374.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 353.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 330.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 304.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 279.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 232.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 213.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 185.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 159.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 140.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 125.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 115.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 120.0 sec: 224 segments, 25 merges 1504.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1428.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1378.4s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1038.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 825.2s _17z: 8 segs, 81.9 K docs, 325.6 MB 814.3s _185: 8 segs, 191.9 K docs, 764.8 MB 801.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 710.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 654.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 598.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 513.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 421.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 401.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 379.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 358.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 335.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 309.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 284.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 237.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 218.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 190.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 164.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 145.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 130.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 120.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 125.1 sec: 217 segments, 25 merges 1509.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1433.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1383.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1043.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 819.3s _185: 8 segs, 191.9 K docs, 764.8 MB 806.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 715.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 659.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 603.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 518.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 426.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 406.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 384.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 363.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 340.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 314.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 289.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 242.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 223.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 195.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 169.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 150.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 135.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 125.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 0.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 130.1 sec: 217 segments, 25 merges 1514.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1438.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1388.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1048.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 824.3s _185: 8 segs, 191.9 K docs, 764.8 MB 811.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 720.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 664.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 608.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 523.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 431.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 411.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 389.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 368.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 345.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 319.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 294.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 247.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 228.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 200.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 174.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 155.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 140.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 130.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 5.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 135.1 sec: 217 segments, 25 merges 1519.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1443.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1393.5s _zk: 8 segs, 315.9 K docs, 1260.7 MB 1053.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 829.3s _185: 8 segs, 191.9 K docs, 764.8 MB 816.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 725.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 669.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 614.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 528.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 436.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 416.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 394.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 373.3s _1dw: 8 segs, 39.4 K docs, 156.0 MB 350.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 324.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 299.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 252.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 233.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 205.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 179.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 160.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 145.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 135.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 10.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 140.1 sec: 203 segments, 23 merges 1524.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1448.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1058.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 834.3s _185: 8 segs, 191.9 K docs, 764.8 MB 821.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 730.7s _19j: 8 segs, 37.8 K docs, 149.6 MB 674.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 619.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 533.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 441.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 421.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 399.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 355.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 329.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 304.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 257.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 238.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 210.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 184.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 165.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 150.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 140.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 15.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 145.1 sec: 196 segments, 22 merges 1529.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1453.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1063.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 839.3s _185: 8 segs, 191.9 K docs, 764.8 MB 826.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 679.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 624.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 538.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 446.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 426.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 404.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 360.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 334.2s _1ee: 8 segs, 37.9 K docs, 150.2 MB 309.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 262.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 243.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 215.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 189.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 170.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 155.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 145.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 20.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 150.0 sec: 196 segments, 22 merges 1534.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1458.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1068.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 844.2s _185: 8 segs, 191.9 K docs, 764.8 MB 831.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 684.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 628.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 543.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 451.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 431.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 409.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 365.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 339.1s _1ee: 8 segs, 37.9 K docs, 150.2 MB 314.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 267.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 247.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 220.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 194.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 175.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 160.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 150.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 25.8s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 155.0 sec: 189 segments, 21 merges 1539.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1463.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1073.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 849.2s _185: 8 segs, 191.9 K docs, 764.8 MB 836.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 689.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 633.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 548.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 456.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 436.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 414.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 370.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 319.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 272.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 252.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 225.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 199.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 180.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 165.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 155.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 30.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 160.0 sec: 189 segments, 21 merges 1544.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1468.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1078.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 854.2s _185: 8 segs, 191.9 K docs, 764.8 MB 841.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 694.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 638.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 553.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 461.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 441.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 419.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 375.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 324.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 277.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 257.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 230.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 204.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 185.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 170.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 160.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 35.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 165.0 sec: 189 segments, 21 merges 1549.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1473.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1083.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 859.3s _185: 8 segs, 191.9 K docs, 764.8 MB 846.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 699.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 643.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 558.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 466.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 446.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 424.3s _1dn: 8 segs, 39.9 K docs, 157.8 MB 380.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 329.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 282.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 262.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 235.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 209.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 190.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 175.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 165.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 40.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 170.0 sec: 189 segments, 21 merges 1554.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1478.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1088.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 864.3s _185: 8 segs, 191.9 K docs, 764.8 MB 851.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 704.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 648.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 563.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 471.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 451.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 429.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 385.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 334.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 287.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 268.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 240.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 214.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 195.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 180.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 170.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 45.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 175.0 sec: 189 segments, 21 merges 1559.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1483.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1093.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 869.3s _185: 8 segs, 191.9 K docs, 764.8 MB 856.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 709.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 653.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 568.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 476.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 456.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 434.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 390.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 339.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 292.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 273.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 245.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 219.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 200.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 185.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 175.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 50.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 180.1 sec: 189 segments, 21 merges 1564.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1488.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1098.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 874.3s _185: 8 segs, 191.9 K docs, 764.8 MB 861.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 714.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 658.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 573.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 481.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 461.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 439.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 395.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 344.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 297.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 278.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 250.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 224.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 205.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 190.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 180.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 55.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 185.1 sec: 189 segments, 21 merges 1569.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1493.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1103.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 879.3s _185: 8 segs, 191.9 K docs, 764.8 MB 866.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 719.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 663.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 578.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 486.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 466.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 444.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 400.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 349.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 302.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 283.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 255.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 229.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 210.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 195.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 185.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 60.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 190.1 sec: 189 segments, 21 merges 1574.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1498.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1108.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 884.3s _185: 8 segs, 191.9 K docs, 764.8 MB 871.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 724.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 669.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 583.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 491.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 471.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 449.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 405.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 354.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 307.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 288.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 260.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 234.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 215.8s _1fx: 8 segs, 71.9 K docs, 285.8 MB 200.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 190.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 65.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 195.1 sec: 189 segments, 21 merges 1579.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1503.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1113.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 889.3s _185: 8 segs, 191.9 K docs, 764.8 MB 876.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 729.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 674.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 588.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 496.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 476.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 454.4s _1dn: 8 segs, 39.9 K docs, 157.8 MB 410.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 359.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 312.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 293.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 265.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 239.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 220.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 205.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 195.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 70.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 200.1 sec: 182 segments, 20 merges 1584.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1508.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1118.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 894.3s _185: 8 segs, 191.9 K docs, 764.8 MB 881.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 734.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 679.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 593.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 501.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 481.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 415.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 364.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 317.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 298.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 270.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 244.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 225.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 210.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 200.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 75.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 205.1 sec: 182 segments, 20 merges 1589.6s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1513.3s _yh: 8 segs, 174.5 K docs, 695.6 MB 1123.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 899.3s _185: 8 segs, 191.9 K docs, 764.8 MB 886.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 739.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 684.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 598.2s _1by: 9 segs, 42.5 K docs, 168.1 MB 506.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 486.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 420.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 369.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 322.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 303.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 275.2s _1fh: 8 segs, 75.1 K docs, 298.5 MB 249.1s _1fq: 8 segs, 39.4 K docs, 155.9 MB 230.9s _1fx: 8 segs, 71.9 K docs, 285.8 MB 215.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 205.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 80.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 210.0 sec: 175 segments, 19 merges 1594.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1518.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1128.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 904.2s _185: 8 segs, 191.9 K docs, 764.8 MB 891.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 744.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 688.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 603.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 511.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 491.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 425.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 374.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 327.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 307.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 280.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 254.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 220.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 210.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 85.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 215.0 sec: 175 segments, 19 merges 1599.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1523.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1133.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 909.2s _185: 8 segs, 191.9 K docs, 764.8 MB 896.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 749.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 693.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 608.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 516.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 496.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 430.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 379.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 332.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 312.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 285.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 259.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 225.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 215.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 90.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 220.0 sec: 175 segments, 19 merges 1604.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1528.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1138.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 914.2s _185: 8 segs, 191.9 K docs, 764.8 MB 901.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 754.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 698.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 613.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 521.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 501.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 435.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 384.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 337.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 317.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 290.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 264.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 230.5s _1g6: 8 segs, 79.9 K docs, 317.7 MB 220.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 95.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 225.0 sec: 175 segments, 19 merges 1609.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1533.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1143.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 919.3s _185: 8 segs, 191.9 K docs, 764.8 MB 906.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 759.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 703.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 618.1s _1by: 9 segs, 42.5 K docs, 168.1 MB 526.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 506.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 440.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 389.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 342.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 322.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 295.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 269.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 235.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 225.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 100.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 230.0 sec: 167 segments, 18 merges 1614.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1538.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1148.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 924.3s _185: 8 segs, 191.9 K docs, 764.8 MB 911.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 764.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 708.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 531.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 511.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 445.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 394.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 347.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 327.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 300.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 274.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 240.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 230.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 105.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 235.0 sec: 167 segments, 18 merges 1619.5s _xc: 8 segs, 1101.7 K docs, 4402.1 MB 1543.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1153.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 929.3s _185: 8 segs, 191.9 K docs, 764.8 MB 916.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 769.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 713.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 536.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 516.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 450.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 399.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 352.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 333.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 305.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 279.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 245.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 235.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 110.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 240.0 sec: 160 segments, 18 merges 1548.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1158.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 934.3s _185: 8 segs, 191.9 K docs, 764.8 MB 921.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 774.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 718.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 541.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 521.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 455.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 404.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 357.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 338.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 310.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 284.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 250.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 240.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 115.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 2.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 245.0 sec: 160 segments, 18 merges 1553.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1163.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 939.3s _185: 8 segs, 191.9 K docs, 764.8 MB 926.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 779.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 723.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 546.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 526.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 460.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 409.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 362.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 343.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 315.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 289.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 255.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 245.0s _1ga: 11 segs, 42.2 K docs, 166.8 MB 120.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 7.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 250.1 sec: 160 segments, 18 merges 1558.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1168.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 944.3s _185: 8 segs, 191.9 K docs, 764.8 MB 931.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 784.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 728.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 551.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 531.8s _1de: 9 segs, 43.5 K docs, 172.4 MB 465.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 414.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 367.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 348.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 320.1s _1fh: 8 segs, 75.1 K docs, 298.5 MB 294.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 260.6s _1g6: 8 segs, 79.9 K docs, 317.7 MB 250.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 125.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 12.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 255.1 sec: 138 segments, 15 merges 1563.2s _yh: 8 segs, 174.5 K docs, 695.6 MB 1173.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 949.3s _185: 8 segs, 191.9 K docs, 764.8 MB 936.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 789.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 733.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 556.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 470.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 419.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 372.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 353.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 299.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 255.1s _1ga: 11 segs, 42.2 K docs, 166.8 MB 130.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 17.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 260.1 sec: 121 segments, 13 merges 1178.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 954.3s _185: 8 segs, 191.9 K docs, 764.8 MB 941.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 794.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 738.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 561.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 475.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 424.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 377.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 358.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 304.0s _1fq: 8 segs, 39.4 K docs, 155.9 MB 135.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 22.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 265.1 sec: 107 segments, 11 merges 1183.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 946.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 799.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 744.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 566.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 480.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 429.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 382.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 363.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 140.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 27.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 270.1 sec: 107 segments, 11 merges 1188.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 951.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 804.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 749.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 571.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 485.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 434.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 387.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 368.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 145.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 32.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 275.1 sec: 107 segments, 11 merges 1193.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 956.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 809.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 754.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 576.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 490.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 439.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 392.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 373.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 150.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 37.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 280.1 sec: 107 segments, 11 merges 1198.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 961.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 814.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 759.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 581.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 495.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 444.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 397.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 378.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 155.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 42.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 285.1 sec: 107 segments, 11 merges 1203.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 966.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 819.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 764.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 586.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 500.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 449.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 402.9s _1f1: 8 segs, 39.1 K docs, 154.9 MB 383.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 160.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 47.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 290.0 sec: 107 segments, 11 merges 1208.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 971.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 824.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 768.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 591.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 505.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 454.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 407.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 387.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 165.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 52.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 295.0 sec: 107 segments, 11 merges 1213.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 976.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 829.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 773.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 596.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 510.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 459.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 412.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 392.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 170.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 57.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 300.0 sec: 107 segments, 11 merges 1218.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 981.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 834.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 778.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 601.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 515.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 464.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 417.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 397.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 175.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 62.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 305.0 sec: 107 segments, 11 merges 1223.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 986.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 839.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 783.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 606.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 520.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 469.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 422.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 402.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 180.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 67.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 310.0 sec: 107 segments, 11 merges 1228.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 991.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 844.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 788.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 611.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 525.4s _1e5: 8 segs, 39.4 K docs, 155.8 MB 474.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 427.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 407.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 185.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 72.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 315.0 sec: 107 segments, 11 merges 1233.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 996.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 849.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 793.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 616.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 530.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 479.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 432.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 412.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 190.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 77.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 320.0 sec: 107 segments, 11 merges 1238.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1001.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 854.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 798.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 621.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 535.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 484.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 437.8s _1f1: 8 segs, 39.1 K docs, 154.9 MB 417.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 195.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 82.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 325.0 sec: 100 segments, 11 merges 1243.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1006.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 859.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 803.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 626.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 540.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 489.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 423.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 200.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 87.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 3.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 330.0 sec: 100 segments, 11 merges 1248.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1011.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 864.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 808.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 631.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 545.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 494.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 428.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 205.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 92.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 8.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 335.0 sec: 100 segments, 11 merges 1253.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1016.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 869.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 813.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 636.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 550.5s _1e5: 8 segs, 39.4 K docs, 155.8 MB 499.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 433.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 210.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 97.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 13.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 340.1 sec: 93 segments, 10 merges 1258.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1021.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 874.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 818.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 641.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 504.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 438.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 215.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 102.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 18.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 345.1 sec: 93 segments, 10 merges 1263.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1026.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 879.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 823.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 646.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 509.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 443.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 220.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 107.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 23.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 350.1 sec: 93 segments, 10 merges 1268.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1031.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 884.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 828.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 651.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 514.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 448.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 225.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 112.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 28.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 355.1 sec: 93 segments, 10 merges 1273.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1036.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 889.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 834.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 656.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 519.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 453.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 230.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 117.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 33.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 360.1 sec: 93 segments, 10 merges 1278.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1041.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 894.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 839.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 661.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 524.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 458.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 235.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 122.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 38.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 365.1 sec: 93 segments, 10 merges 1283.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1046.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 899.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 844.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 666.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 529.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 463.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 240.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 127.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 43.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 370.1 sec: 93 segments, 10 merges 1288.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1051.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 904.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 849.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 671.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 534.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 468.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 245.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 132.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 48.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 375.1 sec: 93 segments, 10 merges 1293.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1056.1s _18d: 8 segs, 172.7 K docs, 688.5 MB 909.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 854.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 676.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 539.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 473.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 250.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 137.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 53.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 380.0 sec: 93 segments, 10 merges 1298.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1061.0s _18d: 8 segs, 172.7 K docs, 688.5 MB 914.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 858.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 681.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 544.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 477.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 255.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 142.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 58.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 385.0 sec: 86 segments, 9 merges 1303.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 919.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 863.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 686.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 549.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 482.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 260.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 147.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 63.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 390.0 sec: 86 segments, 9 merges 1308.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 924.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 868.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 691.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 554.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 487.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 265.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 152.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 68.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 395.0 sec: 86 segments, 9 merges 1313.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 929.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 873.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 696.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 559.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 492.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 270.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 157.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 73.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 400.0 sec: 86 segments, 9 merges 1318.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 934.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 878.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 701.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 564.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 497.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 275.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 162.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 78.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 405.0 sec: 86 segments, 9 merges 1323.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 939.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 883.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 706.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 569.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 502.9s _1f9: 8 segs, 108.0 K docs, 429.5 MB 280.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 167.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 83.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 410.0 sec: 86 segments, 9 merges 1328.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 944.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 888.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 711.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 574.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 508.0s _1f9: 8 segs, 108.0 K docs, 429.5 MB 285.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 172.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 88.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 415.1 sec: 79 segments, 8 merges 1333.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 949.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 893.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 716.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 579.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 290.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 177.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 93.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 420.1 sec: 79 segments, 8 merges 1338.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 954.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 898.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 721.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 584.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 295.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 182.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 98.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 425.1 sec: 79 segments, 8 merges 1343.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 959.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 904.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 726.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 589.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 300.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 187.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 103.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 430.1 sec: 79 segments, 8 merges 1348.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 964.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 909.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 731.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 594.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 305.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 192.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 108.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 435.1 sec: 79 segments, 8 merges 1353.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 969.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 914.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 736.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 599.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 310.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 197.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 113.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 440.1 sec: 79 segments, 8 merges 1358.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 974.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 919.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 741.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 604.4s _1el: 8 segs, 174.9 K docs, 697.2 MB 315.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 202.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 118.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 445.0 sec: 79 segments, 8 merges 1363.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 979.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 923.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 746.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 609.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 320.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 207.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 123.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 450.0 sec: 79 segments, 8 merges 1368.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 984.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 928.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 751.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 614.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 325.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 212.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 128.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 455.0 sec: 79 segments, 8 merges 1373.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 989.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 933.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 756.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 619.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 330.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 217.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 133.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 460.0 sec: 79 segments, 8 merges 1378.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 994.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 938.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 761.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 624.3s _1el: 8 segs, 174.9 K docs, 697.2 MB 335.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 222.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 138.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 465.0 sec: 72 segments, 7 merges 1383.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 999.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 943.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 766.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 340.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 227.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 143.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 470.0 sec: 72 segments, 7 merges 1388.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1004.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 948.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 771.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 345.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 232.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 148.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 475.0 sec: 72 segments, 7 merges 1393.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1009.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 953.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 776.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 350.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 237.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 153.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 480.0 sec: 72 segments, 7 merges 1398.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1014.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 958.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 781.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 355.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 242.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 158.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 485.0 sec: 72 segments, 7 merges 1403.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1019.3s _1a8: 8 segs, 174.6 K docs, 696.1 MB 963.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 786.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 360.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 247.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 163.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 490.0 sec: 72 segments, 7 merges 1408.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1024.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 968.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 791.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 365.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 252.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 168.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 495.1 sec: 72 segments, 7 merges 1413.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1029.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 973.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 796.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 370.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 257.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 173.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 500.1 sec: 72 segments, 7 merges 1418.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1034.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 978.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 801.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 375.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 262.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 178.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 505.1 sec: 72 segments, 7 merges 1423.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1039.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 983.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 806.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 380.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 267.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 183.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 510.1 sec: 72 segments, 7 merges 1428.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1044.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 988.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 811.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 385.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 272.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 188.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 515.1 sec: 72 segments, 7 merges 1433.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1049.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 994.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 816.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 390.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 277.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 193.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 520.1 sec: 72 segments, 7 merges 1438.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1054.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 999.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 821.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 395.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 282.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 198.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 525.1 sec: 72 segments, 7 merges 1443.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1059.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 1004.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 826.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 400.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 287.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 203.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 530.1 sec: 72 segments, 7 merges 1448.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1064.4s _1a8: 8 segs, 174.6 K docs, 696.1 MB 1009.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 831.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 405.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 292.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 208.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 535.1 sec: 65 segments, 6 merges 1453.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1014.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 836.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 410.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 297.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 213.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 540.1 sec: 65 segments, 6 merges 1458.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1019.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 841.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 415.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 302.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 218.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 545.1 sec: 65 segments, 6 merges 1463.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1024.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 846.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 420.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 307.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 223.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 550.0 sec: 65 segments, 6 merges 1468.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1028.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 851.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 425.8s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 312.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 228.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 555.0 sec: 65 segments, 6 merges 1473.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1033.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 856.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 430.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 317.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 233.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 560.0 sec: 65 segments, 6 merges 1478.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1038.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 861.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 435.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 322.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 238.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 565.0 sec: 65 segments, 6 merges 1483.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1043.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 866.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 440.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 327.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 243.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 570.0 sec: 65 segments, 6 merges 1488.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1048.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 871.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 445.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 332.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 248.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 575.0 sec: 65 segments, 6 merges 1493.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1053.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 876.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 450.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 337.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 253.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 580.0 sec: 65 segments, 6 merges 1498.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1058.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 881.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 455.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 342.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 258.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 585.0 sec: 65 segments, 6 merges 1503.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1063.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 886.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 460.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 347.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 263.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 590.0 sec: 65 segments, 6 merges 1508.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1068.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 891.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 465.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 352.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 268.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 595.0 sec: 65 segments, 6 merges 1513.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1073.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 896.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 470.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 357.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 273.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 600.1 sec: 65 segments, 6 merges 1518.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1078.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 901.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 475.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 362.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 278.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 605.1 sec: 65 segments, 6 merges 1523.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1083.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 906.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 480.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 367.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 283.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 610.1 sec: 65 segments, 6 merges 1528.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1088.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 911.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 485.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 372.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 288.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 615.1 sec: 65 segments, 6 merges 1533.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1094.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 916.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 490.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 377.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 293.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 620.1 sec: 65 segments, 6 merges 1538.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1099.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 921.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 495.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 382.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 298.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 625.1 sec: 65 segments, 6 merges 1543.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1104.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 926.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 500.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 387.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 303.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 630.1 sec: 65 segments, 6 merges 1548.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1108.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 931.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 505.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 392.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 308.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 635.1 sec: 65 segments, 6 merges 1553.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1113.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 936.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 510.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 397.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 313.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 640.1 sec: 65 segments, 6 merges 1558.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1118.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 941.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 515.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 402.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 318.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 645.1 sec: 65 segments, 6 merges 1563.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1124.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 946.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 520.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 407.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 323.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 650.1 sec: 65 segments, 6 merges 1568.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1129.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 951.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 525.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 412.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 328.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 655.1 sec: 65 segments, 6 merges 1573.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1134.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 956.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 530.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 417.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 333.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 660.1 sec: 65 segments, 6 merges 1578.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1139.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 961.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 535.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 422.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 338.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 665.1 sec: 65 segments, 6 merges 1583.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1144.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 966.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 540.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 427.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 343.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 670.1 sec: 65 segments, 6 merges 1588.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1149.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 971.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 545.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 432.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 348.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 675.1 sec: 65 segments, 6 merges 1593.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1154.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 976.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 550.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 437.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 353.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 680.0 sec: 65 segments, 6 merges 1598.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1158.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 981.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 555.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 442.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 358.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 685.0 sec: 65 segments, 6 merges 1603.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1163.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 986.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 560.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 447.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 363.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 690.0 sec: 65 segments, 6 merges 1608.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1168.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 991.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 565.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 452.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 368.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 695.0 sec: 65 segments, 6 merges 1613.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1173.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 996.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 570.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 457.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 373.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 700.0 sec: 65 segments, 6 merges 1618.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1178.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1001.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 575.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 462.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 378.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 705.0 sec: 65 segments, 6 merges 1623.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1183.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1006.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 580.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 467.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 383.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 710.0 sec: 65 segments, 6 merges 1628.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1188.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1011.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 585.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 472.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 388.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 715.0 sec: 65 segments, 6 merges 1633.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1193.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1016.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 590.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 477.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 393.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 720.0 sec: 65 segments, 6 merges 1638.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1198.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1021.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 595.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 482.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 398.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 725.0 sec: 65 segments, 6 merges 1643.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1203.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1026.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 600.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 487.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 403.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 730.0 sec: 65 segments, 6 merges 1648.2s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1208.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1031.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 605.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 492.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 408.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 735.1 sec: 65 segments, 6 merges 1653.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1213.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1036.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 610.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 497.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 413.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 740.1 sec: 65 segments, 6 merges 1658.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1218.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1041.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 615.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 502.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 418.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 745.1 sec: 65 segments, 6 merges 1663.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1223.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1046.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 620.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 507.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 423.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 750.1 sec: 65 segments, 6 merges 1668.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1228.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1051.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 625.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 512.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 428.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 755.1 sec: 65 segments, 6 merges 1673.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1234.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1056.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 630.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 517.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 433.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 760.1 sec: 65 segments, 6 merges 1678.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1239.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1061.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 635.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 522.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 438.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 765.1 sec: 65 segments, 6 merges 1683.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1244.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1066.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 640.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 527.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 443.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 770.1 sec: 65 segments, 6 merges 1688.3s _14k: 8 segs, 1160.1 K docs, 4635.5 MB 1249.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1071.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 645.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 532.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 448.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 775.1 sec: 58 segments, 5 merges 1254.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1076.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 650.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 537.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 453.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 780.1 sec: 58 segments, 5 merges 1259.0s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1081.7s _1d5: 8 segs, 172.9 K docs, 689.3 MB 655.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 542.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 458.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 785.0 sec: 58 segments, 5 merges 1263.9s _1av: 8 segs, 334.5 K docs, 1335.1 MB 1086.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 660.8s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 547.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 463.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 790.0 sec: 51 segments, 4 merges 1091.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 665.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 552.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 468.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 795.0 sec: 51 segments, 4 merges 1096.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 670.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 557.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 473.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 800.0 sec: 51 segments, 4 merges 1101.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 675.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 562.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 478.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 805.0 sec: 51 segments, 4 merges 1106.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 680.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 567.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 483.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 810.0 sec: 51 segments, 4 merges 1111.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 685.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 572.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 488.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 815.0 sec: 51 segments, 4 merges 1116.6s _1d5: 8 segs, 172.9 K docs, 689.3 MB 690.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 577.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 493.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 820.0 sec: 44 segments, 4 merges 695.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 582.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 498.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 0.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 825.0 sec: 44 segments, 4 merges 700.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 587.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 503.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 5.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 830.1 sec: 44 segments, 4 merges 705.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 592.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 508.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 10.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 835.1 sec: 44 segments, 4 merges 710.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 597.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 513.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 15.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 840.1 sec: 44 segments, 4 merges 715.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 602.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 518.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 20.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 845.1 sec: 44 segments, 4 merges 720.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 607.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 523.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 25.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 850.1 sec: 44 segments, 4 merges 725.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 612.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 528.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 30.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 855.1 sec: 44 segments, 4 merges 730.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 617.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 533.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 35.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 860.1 sec: 44 segments, 4 merges 735.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 622.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 538.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 40.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 865.1 sec: 44 segments, 4 merges 740.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 627.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 543.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 45.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 870.1 sec: 44 segments, 4 merges 745.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 632.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 548.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 50.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 875.0 sec: 44 segments, 4 merges 750.8s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 637.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 553.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 55.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 880.0 sec: 44 segments, 4 merges 755.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 642.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 558.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 60.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 885.0 sec: 44 segments, 4 merges 760.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 647.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 563.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 65.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 890.0 sec: 44 segments, 4 merges 765.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 652.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 568.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 70.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 895.0 sec: 44 segments, 4 merges 770.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 657.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 573.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 75.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 900.0 sec: 44 segments, 4 merges 775.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 662.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 578.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 80.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 905.0 sec: 44 segments, 4 merges 780.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 667.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 583.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 85.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 910.0 sec: 44 segments, 4 merges 785.9s _1gb: 8 segs, 496.5 K docs, 1981.3 MB 672.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 588.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 90.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 915.0 sec: 37 segments, 3 merges 677.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 593.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 95.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 920.1 sec: 37 segments, 3 merges 682.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 598.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 100.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 925.1 sec: 37 segments, 3 merges 687.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 603.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 105.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 930.1 sec: 37 segments, 3 merges 692.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 608.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 110.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 935.1 sec: 37 segments, 3 merges 697.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 613.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 115.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 940.1 sec: 37 segments, 3 merges 702.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 618.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 120.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 945.1 sec: 37 segments, 3 merges 707.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 623.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 125.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 950.1 sec: 37 segments, 3 merges 712.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 628.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 130.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 955.1 sec: 37 segments, 3 merges 717.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 633.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 135.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 960.1 sec: 37 segments, 3 merges 722.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 638.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 140.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 965.1 sec: 37 segments, 3 merges 727.7s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 643.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 145.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 970.0 sec: 37 segments, 3 merges 732.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 648.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 150.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 975.0 sec: 37 segments, 3 merges 737.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 653.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 155.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 980.0 sec: 37 segments, 3 merges 742.6s _1gc: 8 segs, 462.2 K docs, 1844.1 MB 658.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 160.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 985.0 sec: 30 segments, 2 merges 663.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 165.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 990.0 sec: 30 segments, 2 merges 668.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 170.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 995.0 sec: 30 segments, 2 merges 673.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 175.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1000.0 sec: 30 segments, 2 merges 678.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 180.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1005.0 sec: 30 segments, 2 merges 683.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 185.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1010.0 sec: 30 segments, 2 merges 688.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 190.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1015.0 sec: 30 segments, 2 merges 693.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 195.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1020.0 sec: 30 segments, 2 merges 698.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 200.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1025.1 sec: 30 segments, 2 merges 703.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 205.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1030.1 sec: 30 segments, 2 merges 708.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 210.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1035.1 sec: 30 segments, 2 merges 713.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 215.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1040.1 sec: 30 segments, 2 merges 718.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 220.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1045.1 sec: 30 segments, 2 merges 723.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 225.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1050.1 sec: 30 segments, 2 merges 728.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 230.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1055.1 sec: 30 segments, 2 merges 733.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 235.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1060.1 sec: 30 segments, 2 merges 738.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 240.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1065.1 sec: 30 segments, 2 merges 743.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 245.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1070.1 sec: 30 segments, 2 merges 748.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 250.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1075.1 sec: 30 segments, 2 merges 753.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 255.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1080.1 sec: 30 segments, 2 merges 758.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 260.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1085.1 sec: 30 segments, 2 merges 763.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 265.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1090.0 sec: 30 segments, 2 merges 768.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 270.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1095.0 sec: 30 segments, 2 merges 773.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 275.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1100.0 sec: 30 segments, 2 merges 778.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 280.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1105.0 sec: 30 segments, 2 merges 783.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 285.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1110.0 sec: 30 segments, 2 merges 788.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 290.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1115.0 sec: 30 segments, 2 merges 793.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 295.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1120.0 sec: 30 segments, 2 merges 798.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 300.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1125.0 sec: 30 segments, 2 merges 803.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 305.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1130.0 sec: 30 segments, 2 merges 808.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 310.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1135.1 sec: 30 segments, 2 merges 813.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 315.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1140.1 sec: 30 segments, 2 merges 818.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 320.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1145.1 sec: 30 segments, 2 merges 823.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 325.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1150.1 sec: 30 segments, 2 merges 828.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 330.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1155.1 sec: 30 segments, 2 merges 833.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 335.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1160.1 sec: 30 segments, 2 merges 838.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 340.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1165.1 sec: 30 segments, 2 merges 843.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 345.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1170.1 sec: 30 segments, 2 merges 848.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 350.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1175.1 sec: 30 segments, 2 merges 853.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 355.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1180.1 sec: 30 segments, 2 merges 858.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 360.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1185.0 sec: 30 segments, 2 merges 863.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 365.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1190.0 sec: 30 segments, 2 merges 868.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 370.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1195.0 sec: 30 segments, 2 merges 873.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 375.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1200.0 sec: 30 segments, 2 merges 878.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 380.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1205.1 sec: 30 segments, 2 merges 883.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 385.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1210.1 sec: 30 segments, 2 merges 888.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 390.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1215.1 sec: 30 segments, 2 merges 893.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 395.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1220.1 sec: 30 segments, 2 merges 898.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 400.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1225.1 sec: 30 segments, 2 merges 903.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 405.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1230.1 sec: 30 segments, 2 merges 908.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 410.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1235.1 sec: 30 segments, 2 merges 913.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 415.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1240.1 sec: 30 segments, 2 merges 918.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 420.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1245.1 sec: 30 segments, 2 merges 923.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 425.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1250.1 sec: 30 segments, 2 merges 928.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 430.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1255.1 sec: 30 segments, 2 merges 933.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 435.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1260.1 sec: 30 segments, 2 merges 938.9s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 440.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1265.0 sec: 30 segments, 2 merges 943.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 445.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1270.0 sec: 30 segments, 2 merges 948.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 450.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1275.0 sec: 30 segments, 2 merges 953.8s _1gd: 8 segs, 1240.4 K docs, 4956.6 MB 455.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1280.0 sec: 23 segments, 1 merges 460.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1285.0 sec: 23 segments, 1 merges 465.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1290.0 sec: 23 segments, 1 merges 470.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1295.0 sec: 23 segments, 1 merges 475.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1300.0 sec: 23 segments, 1 merges 480.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1305.0 sec: 23 segments, 1 merges 485.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1310.0 sec: 23 segments, 1 merges 490.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1315.0 sec: 23 segments, 1 merges 495.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1320.1 sec: 23 segments, 1 merges 500.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1325.1 sec: 23 segments, 1 merges 505.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1330.1 sec: 23 segments, 1 merges 510.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1335.1 sec: 23 segments, 1 merges 515.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1340.1 sec: 23 segments, 1 merges 520.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1345.1 sec: 23 segments, 1 merges 525.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1350.1 sec: 23 segments, 1 merges 530.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1355.1 sec: 23 segments, 1 merges 535.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1360.1 sec: 23 segments, 1 merges 540.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1365.1 sec: 23 segments, 1 merges 545.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1370.1 sec: 23 segments, 1 merges 550.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1375.1 sec: 23 segments, 1 merges 555.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1380.1 sec: 23 segments, 1 merges 560.3s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1385.0 sec: 23 segments, 1 merges 565.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1390.0 sec: 23 segments, 1 merges 570.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1395.0 sec: 23 segments, 1 merges 575.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1400.0 sec: 23 segments, 1 merges 580.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1405.0 sec: 23 segments, 1 merges 585.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1410.0 sec: 23 segments, 1 merges 590.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1415.0 sec: 23 segments, 1 merges 595.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1420.0 sec: 23 segments, 1 merges 600.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1425.0 sec: 23 segments, 1 merges 605.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1430.0 sec: 23 segments, 1 merges 610.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1435.0 sec: 23 segments, 1 merges 615.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1440.0 sec: 23 segments, 1 merges 620.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1445.0 sec: 23 segments, 1 merges 625.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB 1450.0 sec: 23 segments, 1 merges 630.2s _1ge: 8 segs, 964.0 K docs, 3851.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3187 seconds reindex takes 3187.84 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: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 10.0 sec: 16 segments, 1 merges 10.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 15.0 sec: 16 segments, 1 merges 15.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 20.0 sec: 16 segments, 1 merges 20.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 25.0 sec: 16 segments, 1 merges 25.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 30.0 sec: 16 segments, 1 merges 30.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 35.0 sec: 16 segments, 1 merges 35.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 40.0 sec: 16 segments, 1 merges 40.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 45.0 sec: 16 segments, 1 merges 45.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 50.0 sec: 16 segments, 1 merges 50.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 55.0 sec: 16 segments, 1 merges 55.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 60.0 sec: 16 segments, 1 merges 60.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 65.0 sec: 16 segments, 1 merges 65.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 70.0 sec: 16 segments, 1 merges 70.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 75.0 sec: 16 segments, 1 merges 75.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 80.0 sec: 16 segments, 1 merges 80.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 85.1 sec: 16 segments, 1 merges 85.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 90.1 sec: 16 segments, 1 merges 90.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 95.1 sec: 16 segments, 1 merges 95.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 100.1 sec: 16 segments, 1 merges 100.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 105.1 sec: 16 segments, 1 merges 105.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 110.1 sec: 16 segments, 1 merges 110.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 115.1 sec: 16 segments, 1 merges 115.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 120.1 sec: 16 segments, 1 merges 120.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 125.1 sec: 16 segments, 1 merges 125.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 130.1 sec: 16 segments, 1 merges 130.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 135.1 sec: 16 segments, 1 merges 135.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 140.0 sec: 16 segments, 1 merges 140.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 145.0 sec: 16 segments, 1 merges 145.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 150.0 sec: 16 segments, 1 merges 150.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 155.0 sec: 16 segments, 1 merges 155.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 160.0 sec: 16 segments, 1 merges 160.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 165.0 sec: 16 segments, 1 merges 165.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 170.0 sec: 16 segments, 1 merges 170.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 175.0 sec: 16 segments, 1 merges 175.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 180.0 sec: 16 segments, 1 merges 180.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 185.1 sec: 16 segments, 1 merges 185.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 190.1 sec: 16 segments, 1 merges 190.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 195.1 sec: 16 segments, 1 merges 195.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 200.1 sec: 16 segments, 1 merges 200.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 205.1 sec: 16 segments, 1 merges 205.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 210.1 sec: 16 segments, 1 merges 210.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 215.1 sec: 16 segments, 1 merges 215.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 220.1 sec: 16 segments, 1 merges 220.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 225.1 sec: 16 segments, 1 merges 225.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 230.1 sec: 16 segments, 1 merges 230.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 235.1 sec: 16 segments, 1 merges 235.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 240.1 sec: 16 segments, 1 merges 240.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 245.0 sec: 16 segments, 1 merges 245.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 250.0 sec: 16 segments, 1 merges 250.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 255.0 sec: 16 segments, 1 merges 255.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 260.0 sec: 16 segments, 1 merges 260.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 265.0 sec: 16 segments, 1 merges 265.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 270.0 sec: 16 segments, 1 merges 270.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 275.0 sec: 16 segments, 1 merges 275.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 280.0 sec: 16 segments, 1 merges 280.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 285.0 sec: 16 segments, 1 merges 285.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 290.0 sec: 16 segments, 1 merges 290.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 295.0 sec: 16 segments, 1 merges 295.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 300.0 sec: 16 segments, 1 merges 300.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 305.0 sec: 16 segments, 1 merges 305.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 310.0 sec: 16 segments, 1 merges 310.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 315.1 sec: 16 segments, 1 merges 315.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 320.1 sec: 16 segments, 1 merges 320.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 325.1 sec: 16 segments, 1 merges 325.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 330.1 sec: 16 segments, 1 merges 330.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 335.1 sec: 16 segments, 1 merges 335.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 340.1 sec: 16 segments, 1 merges 340.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 345.1 sec: 16 segments, 1 merges 345.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 350.1 sec: 16 segments, 1 merges 350.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 355.1 sec: 16 segments, 1 merges 355.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 360.1 sec: 16 segments, 1 merges 360.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 365.1 sec: 16 segments, 1 merges 365.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 370.1 sec: 16 segments, 1 merges 370.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 375.1 sec: 16 segments, 1 merges 375.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 380.0 sec: 16 segments, 1 merges 380.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 385.0 sec: 16 segments, 1 merges 385.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 390.0 sec: 16 segments, 1 merges 390.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 395.0 sec: 16 segments, 1 merges 395.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 400.0 sec: 16 segments, 1 merges 400.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 405.0 sec: 16 segments, 1 merges 405.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 410.0 sec: 16 segments, 1 merges 410.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 415.0 sec: 16 segments, 1 merges 415.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 420.0 sec: 16 segments, 1 merges 420.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 425.0 sec: 16 segments, 1 merges 425.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 430.0 sec: 16 segments, 1 merges 430.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 435.0 sec: 16 segments, 1 merges 435.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 440.0 sec: 16 segments, 1 merges 440.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 445.0 sec: 16 segments, 1 merges 445.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 450.1 sec: 16 segments, 1 merges 450.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 455.1 sec: 16 segments, 1 merges 455.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 460.1 sec: 16 segments, 1 merges 460.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 465.1 sec: 16 segments, 1 merges 465.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 470.1 sec: 16 segments, 1 merges 470.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 475.0 sec: 16 segments, 1 merges 475.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 480.0 sec: 16 segments, 1 merges 480.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 485.0 sec: 16 segments, 1 merges 485.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 490.0 sec: 16 segments, 1 merges 490.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 495.0 sec: 16 segments, 1 merges 495.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 500.0 sec: 16 segments, 1 merges 500.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 505.0 sec: 16 segments, 1 merges 505.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 510.0 sec: 16 segments, 1 merges 510.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 515.0 sec: 16 segments, 1 merges 515.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 520.0 sec: 16 segments, 1 merges 520.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 525.1 sec: 16 segments, 1 merges 525.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 530.1 sec: 16 segments, 1 merges 530.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 535.1 sec: 16 segments, 1 merges 535.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 540.1 sec: 16 segments, 1 merges 540.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 545.1 sec: 16 segments, 1 merges 545.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 550.1 sec: 16 segments, 1 merges 550.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 555.1 sec: 16 segments, 1 merges 555.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 560.1 sec: 16 segments, 1 merges 560.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 565.1 sec: 16 segments, 1 merges 565.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 570.1 sec: 16 segments, 1 merges 570.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 575.1 sec: 16 segments, 1 merges 575.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 580.1 sec: 16 segments, 1 merges 580.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 585.0 sec: 16 segments, 1 merges 585.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 590.0 sec: 16 segments, 1 merges 590.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 595.0 sec: 16 segments, 1 merges 595.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 600.0 sec: 16 segments, 1 merges 600.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 605.0 sec: 16 segments, 1 merges 605.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 610.0 sec: 16 segments, 1 merges 610.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 615.1 sec: 16 segments, 1 merges 615.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 620.1 sec: 16 segments, 1 merges 620.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 625.1 sec: 16 segments, 1 merges 625.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 630.1 sec: 16 segments, 1 merges 630.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 635.1 sec: 16 segments, 1 merges 635.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 640.1 sec: 16 segments, 1 merges 640.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 645.1 sec: 16 segments, 1 merges 645.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 650.1 sec: 16 segments, 1 merges 650.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 655.1 sec: 16 segments, 1 merges 655.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 660.1 sec: 16 segments, 1 merges 660.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 665.1 sec: 16 segments, 1 merges 665.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 670.0 sec: 16 segments, 1 merges 670.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 675.0 sec: 16 segments, 1 merges 675.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 680.0 sec: 16 segments, 1 merges 680.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 685.0 sec: 16 segments, 1 merges 685.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 690.0 sec: 16 segments, 1 merges 690.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 695.0 sec: 16 segments, 1 merges 695.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 700.0 sec: 16 segments, 1 merges 700.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 705.0 sec: 16 segments, 1 merges 705.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 710.0 sec: 16 segments, 1 merges 710.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 715.0 sec: 16 segments, 1 merges 715.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 720.0 sec: 16 segments, 1 merges 720.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 725.1 sec: 16 segments, 1 merges 725.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 730.1 sec: 16 segments, 1 merges 730.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 735.1 sec: 16 segments, 1 merges 735.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 740.1 sec: 16 segments, 1 merges 740.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 745.1 sec: 16 segments, 1 merges 745.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 750.1 sec: 16 segments, 1 merges 750.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 755.1 sec: 16 segments, 1 merges 755.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 760.1 sec: 16 segments, 1 merges 760.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 765.0 sec: 16 segments, 1 merges 765.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 770.0 sec: 16 segments, 1 merges 770.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 775.0 sec: 16 segments, 1 merges 775.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 780.0 sec: 16 segments, 1 merges 780.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 785.0 sec: 16 segments, 1 merges 785.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 790.0 sec: 16 segments, 1 merges 790.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 795.0 sec: 16 segments, 1 merges 795.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 800.0 sec: 16 segments, 1 merges 800.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 805.0 sec: 16 segments, 1 merges 805.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 810.0 sec: 16 segments, 1 merges 810.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 815.0 sec: 16 segments, 1 merges 815.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 820.0 sec: 16 segments, 1 merges 820.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 825.1 sec: 16 segments, 1 merges 825.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 830.1 sec: 16 segments, 1 merges 830.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 835.1 sec: 16 segments, 1 merges 835.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 840.1 sec: 16 segments, 1 merges 840.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 845.1 sec: 16 segments, 1 merges 845.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 850.1 sec: 16 segments, 1 merges 850.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 855.1 sec: 16 segments, 1 merges 855.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 860.1 sec: 16 segments, 1 merges 860.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 865.1 sec: 16 segments, 1 merges 865.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 870.1 sec: 16 segments, 1 merges 870.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 875.1 sec: 16 segments, 1 merges 875.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 880.0 sec: 16 segments, 1 merges 880.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 885.0 sec: 16 segments, 1 merges 885.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 890.0 sec: 16 segments, 1 merges 890.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 895.0 sec: 16 segments, 1 merges 895.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 900.0 sec: 16 segments, 1 merges 900.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 905.0 sec: 16 segments, 1 merges 905.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 910.0 sec: 16 segments, 1 merges 910.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 915.0 sec: 16 segments, 1 merges 915.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 920.0 sec: 16 segments, 1 merges 920.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 925.0 sec: 16 segments, 1 merges 925.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 930.0 sec: 16 segments, 1 merges 930.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 935.0 sec: 16 segments, 1 merges 935.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 940.1 sec: 16 segments, 1 merges 940.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 945.1 sec: 16 segments, 1 merges 945.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 950.1 sec: 16 segments, 1 merges 950.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 955.1 sec: 16 segments, 1 merges 955.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 960.1 sec: 16 segments, 1 merges 960.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 965.1 sec: 16 segments, 1 merges 965.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 970.1 sec: 16 segments, 1 merges 970.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 975.1 sec: 16 segments, 1 merges 975.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 980.1 sec: 16 segments, 1 merges 980.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 985.1 sec: 16 segments, 1 merges 985.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 990.1 sec: 16 segments, 1 merges 990.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 995.1 sec: 16 segments, 1 merges 995.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1000.0 sec: 16 segments, 1 merges 1000.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1040.0 sec: 16 segments, 1 merges 1040.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1050.0 sec: 16 segments, 1 merges 1050.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1060.1 sec: 16 segments, 1 merges 1060.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1065.1 sec: 16 segments, 1 merges 1065.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1080.1 sec: 16 segments, 1 merges 1080.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1085.1 sec: 16 segments, 1 merges 1085.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1090.1 sec: 16 segments, 1 merges 1090.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1105.0 sec: 16 segments, 1 merges 1105.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1110.0 sec: 16 segments, 1 merges 1110.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1115.0 sec: 16 segments, 1 merges 1115.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1120.0 sec: 16 segments, 1 merges 1120.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1125.1 sec: 16 segments, 1 merges 1125.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1130.1 sec: 16 segments, 1 merges 1130.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1145.1 sec: 16 segments, 1 merges 1145.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1150.1 sec: 16 segments, 1 merges 1150.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1155.1 sec: 16 segments, 1 merges 1155.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1160.1 sec: 16 segments, 1 merges 1160.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1165.1 sec: 16 segments, 1 merges 1165.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1170.1 sec: 16 segments, 1 merges 1170.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1175.1 sec: 16 segments, 1 merges 1175.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1180.1 sec: 16 segments, 1 merges 1180.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1185.0 sec: 16 segments, 1 merges 1185.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1190.0 sec: 16 segments, 1 merges 1190.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1195.0 sec: 16 segments, 1 merges 1195.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1200.0 sec: 16 segments, 1 merges 1200.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1205.0 sec: 16 segments, 1 merges 1205.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1210.0 sec: 16 segments, 1 merges 1210.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1215.0 sec: 16 segments, 1 merges 1215.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1220.0 sec: 16 segments, 1 merges 1220.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1225.0 sec: 16 segments, 1 merges 1225.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1230.0 sec: 16 segments, 1 merges 1230.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1235.1 sec: 16 segments, 1 merges 1235.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1240.1 sec: 16 segments, 1 merges 1240.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1245.1 sec: 16 segments, 1 merges 1245.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1250.1 sec: 16 segments, 1 merges 1250.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1255.1 sec: 16 segments, 1 merges 1255.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1260.1 sec: 16 segments, 1 merges 1260.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1265.1 sec: 16 segments, 1 merges 1265.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1270.1 sec: 16 segments, 1 merges 1270.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1275.1 sec: 16 segments, 1 merges 1275.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1280.1 sec: 16 segments, 1 merges 1280.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1285.0 sec: 16 segments, 1 merges 1285.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1290.0 sec: 16 segments, 1 merges 1290.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1295.0 sec: 16 segments, 1 merges 1295.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1300.0 sec: 16 segments, 1 merges 1300.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1305.0 sec: 16 segments, 1 merges 1305.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1310.0 sec: 16 segments, 1 merges 1310.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1315.0 sec: 16 segments, 1 merges 1315.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1320.0 sec: 16 segments, 1 merges 1320.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1325.0 sec: 16 segments, 1 merges 1325.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1330.0 sec: 16 segments, 1 merges 1330.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1335.0 sec: 16 segments, 1 merges 1335.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1340.1 sec: 16 segments, 1 merges 1340.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1345.1 sec: 16 segments, 1 merges 1345.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1350.1 sec: 16 segments, 1 merges 1350.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1355.1 sec: 16 segments, 1 merges 1355.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1360.1 sec: 16 segments, 1 merges 1360.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1365.1 sec: 16 segments, 1 merges 1365.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1370.1 sec: 16 segments, 1 merges 1370.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1375.1 sec: 16 segments, 1 merges 1375.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1380.1 sec: 16 segments, 1 merges 1380.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1385.1 sec: 16 segments, 1 merges 1385.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1390.1 sec: 16 segments, 1 merges 1390.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1395.1 sec: 16 segments, 1 merges 1395.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1400.0 sec: 16 segments, 1 merges 1400.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1405.0 sec: 16 segments, 1 merges 1405.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1410.0 sec: 16 segments, 1 merges 1410.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1415.0 sec: 16 segments, 1 merges 1415.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1420.0 sec: 16 segments, 1 merges 1420.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1425.0 sec: 16 segments, 1 merges 1425.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1430.0 sec: 16 segments, 1 merges 1430.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1435.0 sec: 16 segments, 1 merges 1435.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1440.0 sec: 16 segments, 1 merges 1440.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1445.0 sec: 16 segments, 1 merges 1445.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1450.1 sec: 16 segments, 1 merges 1450.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1455.1 sec: 16 segments, 1 merges 1455.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1460.1 sec: 16 segments, 1 merges 1460.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1465.1 sec: 16 segments, 1 merges 1465.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1470.1 sec: 16 segments, 1 merges 1470.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1475.1 sec: 16 segments, 1 merges 1475.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1480.0 sec: 16 segments, 1 merges 1480.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1485.0 sec: 16 segments, 1 merges 1485.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1490.0 sec: 16 segments, 1 merges 1490.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1495.0 sec: 16 segments, 1 merges 1495.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1500.0 sec: 16 segments, 1 merges 1500.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1505.0 sec: 16 segments, 1 merges 1505.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1510.0 sec: 16 segments, 1 merges 1510.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1515.0 sec: 16 segments, 1 merges 1515.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1520.0 sec: 16 segments, 1 merges 1520.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1525.0 sec: 16 segments, 1 merges 1525.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1530.0 sec: 16 segments, 1 merges 1530.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1535.1 sec: 16 segments, 1 merges 1535.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1540.1 sec: 16 segments, 1 merges 1540.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1545.1 sec: 16 segments, 1 merges 1545.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1550.1 sec: 16 segments, 1 merges 1550.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1555.1 sec: 16 segments, 1 merges 1555.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1560.1 sec: 16 segments, 1 merges 1560.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1565.1 sec: 16 segments, 1 merges 1565.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1570.1 sec: 16 segments, 1 merges 1570.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1575.1 sec: 16 segments, 1 merges 1575.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1580.1 sec: 16 segments, 1 merges 1580.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1585.0 sec: 16 segments, 1 merges 1585.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1590.0 sec: 16 segments, 1 merges 1590.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1595.0 sec: 16 segments, 1 merges 1595.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1600.0 sec: 16 segments, 1 merges 1600.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1605.0 sec: 16 segments, 1 merges 1605.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1610.0 sec: 16 segments, 1 merges 1610.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1615.0 sec: 16 segments, 1 merges 1615.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1620.0 sec: 16 segments, 1 merges 1620.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1625.0 sec: 16 segments, 1 merges 1625.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1630.0 sec: 16 segments, 1 merges 1630.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1635.0 sec: 16 segments, 1 merges 1635.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1640.1 sec: 16 segments, 1 merges 1640.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1645.1 sec: 16 segments, 1 merges 1645.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1650.1 sec: 16 segments, 1 merges 1650.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1655.1 sec: 16 segments, 1 merges 1655.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1660.1 sec: 16 segments, 1 merges 1660.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1665.1 sec: 16 segments, 1 merges 1665.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1670.1 sec: 16 segments, 1 merges 1670.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1675.1 sec: 16 segments, 1 merges 1675.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1680.1 sec: 16 segments, 1 merges 1680.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1685.1 sec: 16 segments, 1 merges 1685.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1690.1 sec: 16 segments, 1 merges 1690.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1695.0 sec: 16 segments, 1 merges 1695.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1700.0 sec: 16 segments, 1 merges 1700.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1705.0 sec: 16 segments, 1 merges 1705.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1710.0 sec: 16 segments, 1 merges 1710.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1715.0 sec: 16 segments, 1 merges 1715.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1720.0 sec: 16 segments, 1 merges 1720.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1725.0 sec: 16 segments, 1 merges 1725.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1730.0 sec: 16 segments, 1 merges 1730.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1735.0 sec: 16 segments, 1 merges 1735.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1740.0 sec: 16 segments, 1 merges 1740.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1745.0 sec: 16 segments, 1 merges 1745.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1750.0 sec: 16 segments, 1 merges 1750.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1755.1 sec: 16 segments, 1 merges 1755.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1760.1 sec: 16 segments, 1 merges 1760.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1765.1 sec: 16 segments, 1 merges 1765.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1770.1 sec: 16 segments, 1 merges 1770.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1775.1 sec: 16 segments, 1 merges 1775.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1780.1 sec: 16 segments, 1 merges 1780.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1785.1 sec: 16 segments, 1 merges 1785.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1790.1 sec: 16 segments, 1 merges 1790.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1795.1 sec: 16 segments, 1 merges 1795.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1800.1 sec: 16 segments, 1 merges 1800.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1805.1 sec: 16 segments, 1 merges 1805.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1810.1 sec: 16 segments, 1 merges 1810.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1815.0 sec: 16 segments, 1 merges 1815.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1820.0 sec: 16 segments, 1 merges 1820.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1825.0 sec: 16 segments, 1 merges 1825.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1830.0 sec: 16 segments, 1 merges 1830.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1835.0 sec: 16 segments, 1 merges 1835.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1840.0 sec: 16 segments, 1 merges 1840.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1845.0 sec: 16 segments, 1 merges 1845.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1850.0 sec: 16 segments, 1 merges 1850.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1855.0 sec: 16 segments, 1 merges 1855.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1860.0 sec: 16 segments, 1 merges 1860.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1865.0 sec: 16 segments, 1 merges 1865.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1870.0 sec: 16 segments, 1 merges 1870.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1875.1 sec: 16 segments, 1 merges 1875.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1880.1 sec: 16 segments, 1 merges 1880.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1885.1 sec: 16 segments, 1 merges 1885.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1890.1 sec: 16 segments, 1 merges 1890.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1895.1 sec: 16 segments, 1 merges 1895.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1900.1 sec: 16 segments, 1 merges 1900.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1905.1 sec: 16 segments, 1 merges 1905.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1910.1 sec: 16 segments, 1 merges 1910.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1915.1 sec: 16 segments, 1 merges 1915.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1920.1 sec: 16 segments, 1 merges 1920.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1925.1 sec: 16 segments, 1 merges 1925.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1930.1 sec: 16 segments, 1 merges 1930.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1935.0 sec: 16 segments, 1 merges 1935.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1940.0 sec: 16 segments, 1 merges 1940.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1945.0 sec: 16 segments, 1 merges 1945.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1950.0 sec: 16 segments, 1 merges 1950.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1955.0 sec: 16 segments, 1 merges 1955.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1960.0 sec: 16 segments, 1 merges 1960.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1965.0 sec: 16 segments, 1 merges 1965.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1970.0 sec: 16 segments, 1 merges 1970.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1975.0 sec: 16 segments, 1 merges 1975.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1980.0 sec: 16 segments, 1 merges 1980.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1985.0 sec: 16 segments, 1 merges 1985.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1990.0 sec: 16 segments, 1 merges 1990.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 1995.1 sec: 16 segments, 1 merges 1995.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2000.1 sec: 16 segments, 1 merges 2000.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2005.1 sec: 16 segments, 1 merges 2005.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2010.1 sec: 16 segments, 1 merges 2010.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2015.1 sec: 16 segments, 1 merges 2015.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2020.1 sec: 16 segments, 1 merges 2020.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2025.1 sec: 16 segments, 1 merges 2025.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2030.1 sec: 16 segments, 1 merges 2030.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2035.1 sec: 16 segments, 1 merges 2035.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2040.1 sec: 16 segments, 1 merges 2040.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2045.1 sec: 16 segments, 1 merges 2045.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2050.1 sec: 16 segments, 1 merges 2050.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2055.0 sec: 16 segments, 1 merges 2055.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2060.0 sec: 16 segments, 1 merges 2060.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2065.0 sec: 16 segments, 1 merges 2065.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2070.0 sec: 16 segments, 1 merges 2070.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2075.0 sec: 16 segments, 1 merges 2075.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2080.0 sec: 16 segments, 1 merges 2080.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2085.0 sec: 16 segments, 1 merges 2085.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2090.0 sec: 16 segments, 1 merges 2090.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2095.0 sec: 16 segments, 1 merges 2095.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2100.0 sec: 16 segments, 1 merges 2100.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2105.0 sec: 16 segments, 1 merges 2105.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2110.0 sec: 16 segments, 1 merges 2110.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2115.1 sec: 16 segments, 1 merges 2115.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2120.1 sec: 16 segments, 1 merges 2120.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2125.1 sec: 16 segments, 1 merges 2125.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2130.1 sec: 16 segments, 1 merges 2130.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2135.1 sec: 16 segments, 1 merges 2135.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2140.1 sec: 16 segments, 1 merges 2140.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2145.1 sec: 16 segments, 1 merges 2145.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2150.1 sec: 16 segments, 1 merges 2150.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2155.1 sec: 16 segments, 1 merges 2155.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2160.1 sec: 16 segments, 1 merges 2160.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2165.1 sec: 16 segments, 1 merges 2165.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2170.0 sec: 16 segments, 1 merges 2170.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2175.0 sec: 16 segments, 1 merges 2175.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2180.0 sec: 16 segments, 1 merges 2180.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2185.0 sec: 16 segments, 1 merges 2185.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2190.0 sec: 16 segments, 1 merges 2190.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2195.0 sec: 16 segments, 1 merges 2195.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2200.0 sec: 16 segments, 1 merges 2200.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2205.0 sec: 16 segments, 1 merges 2205.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2210.0 sec: 16 segments, 1 merges 2210.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2215.0 sec: 16 segments, 1 merges 2215.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2220.0 sec: 16 segments, 1 merges 2220.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2225.0 sec: 16 segments, 1 merges 2225.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2230.1 sec: 16 segments, 1 merges 2230.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2235.1 sec: 16 segments, 1 merges 2235.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2240.1 sec: 16 segments, 1 merges 2240.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2245.1 sec: 16 segments, 1 merges 2245.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2250.1 sec: 16 segments, 1 merges 2250.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2255.1 sec: 16 segments, 1 merges 2255.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2260.1 sec: 16 segments, 1 merges 2260.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2265.1 sec: 16 segments, 1 merges 2265.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2270.1 sec: 16 segments, 1 merges 2270.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2275.1 sec: 16 segments, 1 merges 2275.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2280.1 sec: 16 segments, 1 merges 2280.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2285.1 sec: 16 segments, 1 merges 2285.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2290.0 sec: 16 segments, 1 merges 2290.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2295.0 sec: 16 segments, 1 merges 2295.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2300.0 sec: 16 segments, 1 merges 2300.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2305.0 sec: 16 segments, 1 merges 2305.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2310.0 sec: 16 segments, 1 merges 2310.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2315.0 sec: 16 segments, 1 merges 2315.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2320.0 sec: 16 segments, 1 merges 2320.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2325.0 sec: 16 segments, 1 merges 2325.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2330.0 sec: 16 segments, 1 merges 2330.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2335.0 sec: 16 segments, 1 merges 2335.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2340.0 sec: 16 segments, 1 merges 2340.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2345.1 sec: 16 segments, 1 merges 2345.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2350.1 sec: 16 segments, 1 merges 2350.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2355.1 sec: 16 segments, 1 merges 2355.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2360.1 sec: 16 segments, 1 merges 2360.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2365.1 sec: 16 segments, 1 merges 2365.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2370.1 sec: 16 segments, 1 merges 2370.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2375.1 sec: 16 segments, 1 merges 2375.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2380.1 sec: 16 segments, 1 merges 2380.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2385.1 sec: 16 segments, 1 merges 2385.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2390.1 sec: 16 segments, 1 merges 2390.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2395.1 sec: 16 segments, 1 merges 2395.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2400.1 sec: 16 segments, 1 merges 2400.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2405.0 sec: 16 segments, 1 merges 2405.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2410.0 sec: 16 segments, 1 merges 2410.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2415.0 sec: 16 segments, 1 merges 2415.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2420.0 sec: 16 segments, 1 merges 2420.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2425.0 sec: 16 segments, 1 merges 2425.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2430.0 sec: 16 segments, 1 merges 2430.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2435.0 sec: 16 segments, 1 merges 2435.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2440.0 sec: 16 segments, 1 merges 2440.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2445.0 sec: 16 segments, 1 merges 2445.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2450.0 sec: 16 segments, 1 merges 2450.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2455.0 sec: 16 segments, 1 merges 2455.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2460.1 sec: 16 segments, 1 merges 2460.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2465.1 sec: 16 segments, 1 merges 2465.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2470.1 sec: 16 segments, 1 merges 2470.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2475.1 sec: 16 segments, 1 merges 2475.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2480.1 sec: 16 segments, 1 merges 2480.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2485.1 sec: 16 segments, 1 merges 2485.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2490.1 sec: 16 segments, 1 merges 2490.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2495.1 sec: 16 segments, 1 merges 2495.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2500.1 sec: 16 segments, 1 merges 2500.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2505.1 sec: 16 segments, 1 merges 2505.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2510.1 sec: 16 segments, 1 merges 2510.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2515.1 sec: 16 segments, 1 merges 2515.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2520.0 sec: 16 segments, 1 merges 2520.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2525.0 sec: 16 segments, 1 merges 2525.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2530.0 sec: 16 segments, 1 merges 2530.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2535.0 sec: 16 segments, 1 merges 2535.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2540.0 sec: 16 segments, 1 merges 2540.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2545.0 sec: 16 segments, 1 merges 2545.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2550.0 sec: 16 segments, 1 merges 2550.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2555.0 sec: 16 segments, 1 merges 2555.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2560.0 sec: 16 segments, 1 merges 2560.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2565.0 sec: 16 segments, 1 merges 2565.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2570.0 sec: 16 segments, 1 merges 2570.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2575.1 sec: 16 segments, 1 merges 2575.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2580.1 sec: 16 segments, 1 merges 2580.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2585.1 sec: 16 segments, 1 merges 2585.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2590.1 sec: 16 segments, 1 merges 2590.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2595.1 sec: 16 segments, 1 merges 2595.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2600.1 sec: 16 segments, 1 merges 2600.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2605.1 sec: 16 segments, 1 merges 2605.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2610.1 sec: 16 segments, 1 merges 2610.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2615.1 sec: 16 segments, 1 merges 2615.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2620.0 sec: 16 segments, 1 merges 2620.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2625.1 sec: 16 segments, 1 merges 2625.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2630.0 sec: 16 segments, 1 merges 2630.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2635.1 sec: 16 segments, 1 merges 2635.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2640.1 sec: 16 segments, 1 merges 2640.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2645.1 sec: 16 segments, 1 merges 2645.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2650.1 sec: 16 segments, 1 merges 2650.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2655.1 sec: 16 segments, 1 merges 2655.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2660.1 sec: 16 segments, 1 merges 2660.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2665.1 sec: 16 segments, 1 merges 2665.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2670.1 sec: 16 segments, 1 merges 2670.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2675.1 sec: 16 segments, 1 merges 2675.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2680.1 sec: 16 segments, 1 merges 2680.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2685.1 sec: 16 segments, 1 merges 2685.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2690.1 sec: 16 segments, 1 merges 2690.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2695.1 sec: 16 segments, 1 merges 2695.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2700.0 sec: 16 segments, 1 merges 2700.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2705.0 sec: 16 segments, 1 merges 2705.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2710.0 sec: 16 segments, 1 merges 2710.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2715.0 sec: 16 segments, 1 merges 2715.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2720.0 sec: 16 segments, 1 merges 2720.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2725.0 sec: 16 segments, 1 merges 2725.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2730.0 sec: 16 segments, 1 merges 2730.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2735.0 sec: 16 segments, 1 merges 2735.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2740.0 sec: 16 segments, 1 merges 2740.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2745.0 sec: 16 segments, 1 merges 2745.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2750.0 sec: 16 segments, 1 merges 2750.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2755.1 sec: 16 segments, 1 merges 2755.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2760.1 sec: 16 segments, 1 merges 2760.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2765.1 sec: 16 segments, 1 merges 2765.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2770.1 sec: 16 segments, 1 merges 2770.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2775.1 sec: 16 segments, 1 merges 2775.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2780.1 sec: 16 segments, 1 merges 2780.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2785.1 sec: 16 segments, 1 merges 2785.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2790.1 sec: 16 segments, 1 merges 2790.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2795.1 sec: 16 segments, 1 merges 2795.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2800.1 sec: 16 segments, 1 merges 2800.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2805.1 sec: 16 segments, 1 merges 2805.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2810.0 sec: 16 segments, 1 merges 2810.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2815.0 sec: 16 segments, 1 merges 2815.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2820.0 sec: 16 segments, 1 merges 2820.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2825.0 sec: 16 segments, 1 merges 2825.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2830.0 sec: 16 segments, 1 merges 2830.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2835.0 sec: 16 segments, 1 merges 2835.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2840.0 sec: 16 segments, 1 merges 2840.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2845.0 sec: 16 segments, 1 merges 2845.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2850.0 sec: 16 segments, 1 merges 2850.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2855.0 sec: 16 segments, 1 merges 2855.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2860.0 sec: 16 segments, 1 merges 2860.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2865.1 sec: 16 segments, 1 merges 2865.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2870.1 sec: 16 segments, 1 merges 2870.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2875.1 sec: 16 segments, 1 merges 2875.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2880.1 sec: 16 segments, 1 merges 2880.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2885.1 sec: 16 segments, 1 merges 2885.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2890.1 sec: 16 segments, 1 merges 2890.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2895.1 sec: 16 segments, 1 merges 2895.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2900.1 sec: 16 segments, 1 merges 2900.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2905.1 sec: 16 segments, 1 merges 2905.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2910.1 sec: 16 segments, 1 merges 2910.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2915.1 sec: 16 segments, 1 merges 2915.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2920.0 sec: 16 segments, 1 merges 2920.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2925.0 sec: 16 segments, 1 merges 2925.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2930.0 sec: 16 segments, 1 merges 2930.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2935.0 sec: 16 segments, 1 merges 2935.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2940.0 sec: 16 segments, 1 merges 2940.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2945.0 sec: 16 segments, 1 merges 2945.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2950.0 sec: 16 segments, 1 merges 2950.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2955.0 sec: 16 segments, 1 merges 2955.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2960.0 sec: 16 segments, 1 merges 2960.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2965.0 sec: 16 segments, 1 merges 2965.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2970.0 sec: 16 segments, 1 merges 2970.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2975.1 sec: 16 segments, 1 merges 2975.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2980.1 sec: 16 segments, 1 merges 2980.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2985.1 sec: 16 segments, 1 merges 2985.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2990.1 sec: 16 segments, 1 merges 2990.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 2995.1 sec: 16 segments, 1 merges 2995.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3000.1 sec: 16 segments, 1 merges 3000.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3005.1 sec: 16 segments, 1 merges 3005.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3010.1 sec: 16 segments, 1 merges 3010.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3015.1 sec: 16 segments, 1 merges 3015.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3020.0 sec: 16 segments, 1 merges 3020.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3025.0 sec: 16 segments, 1 merges 3025.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3030.0 sec: 16 segments, 1 merges 3030.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3035.0 sec: 16 segments, 1 merges 3035.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3040.0 sec: 16 segments, 1 merges 3040.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3045.0 sec: 16 segments, 1 merges 3045.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3050.0 sec: 16 segments, 1 merges 3050.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3055.1 sec: 16 segments, 1 merges 3055.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3060.1 sec: 16 segments, 1 merges 3060.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3065.1 sec: 16 segments, 1 merges 3065.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3070.1 sec: 16 segments, 1 merges 3070.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3075.1 sec: 16 segments, 1 merges 3075.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3080.1 sec: 16 segments, 1 merges 3080.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3085.1 sec: 16 segments, 1 merges 3085.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3090.0 sec: 16 segments, 1 merges 3090.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3095.0 sec: 16 segments, 1 merges 3095.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3100.0 sec: 16 segments, 1 merges 3100.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3105.0 sec: 16 segments, 1 merges 3105.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3110.0 sec: 16 segments, 1 merges 3110.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3115.0 sec: 16 segments, 1 merges 3115.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3120.0 sec: 16 segments, 1 merges 3120.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3125.0 sec: 16 segments, 1 merges 3125.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3130.0 sec: 16 segments, 1 merges 3130.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3135.0 sec: 16 segments, 1 merges 3135.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3140.1 sec: 16 segments, 1 merges 3140.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3145.1 sec: 16 segments, 1 merges 3145.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3150.1 sec: 16 segments, 1 merges 3150.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3155.1 sec: 16 segments, 1 merges 3155.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3160.1 sec: 16 segments, 1 merges 3160.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3165.1 sec: 16 segments, 1 merges 3165.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3170.1 sec: 16 segments, 1 merges 3170.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3175.1 sec: 16 segments, 1 merges 3175.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3180.1 sec: 16 segments, 1 merges 3180.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3185.1 sec: 16 segments, 1 merges 3185.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3190.1 sec: 16 segments, 1 merges 3190.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3195.1 sec: 16 segments, 1 merges 3195.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3200.1 sec: 16 segments, 1 merges 3200.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3205.0 sec: 16 segments, 1 merges 3205.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3210.0 sec: 16 segments, 1 merges 3210.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3215.0 sec: 16 segments, 1 merges 3215.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3220.0 sec: 16 segments, 1 merges 3220.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3225.0 sec: 16 segments, 1 merges 3225.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3230.0 sec: 16 segments, 1 merges 3230.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3235.0 sec: 16 segments, 1 merges 3235.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3240.0 sec: 16 segments, 1 merges 3240.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3245.0 sec: 16 segments, 1 merges 3245.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3250.0 sec: 16 segments, 1 merges 3250.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3255.0 sec: 16 segments, 1 merges 3255.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3260.0 sec: 16 segments, 1 merges 3260.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3265.1 sec: 16 segments, 1 merges 3265.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3270.1 sec: 16 segments, 1 merges 3270.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3275.1 sec: 16 segments, 1 merges 3275.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3280.1 sec: 16 segments, 1 merges 3280.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3285.1 sec: 16 segments, 1 merges 3285.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3290.1 sec: 16 segments, 1 merges 3290.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3295.1 sec: 16 segments, 1 merges 3295.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3300.1 sec: 16 segments, 1 merges 3300.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3305.1 sec: 16 segments, 1 merges 3305.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3310.1 sec: 16 segments, 1 merges 3310.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3315.1 sec: 16 segments, 1 merges 3315.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3320.1 sec: 16 segments, 1 merges 3320.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3325.1 sec: 16 segments, 1 merges 3325.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3330.0 sec: 16 segments, 1 merges 3330.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3335.0 sec: 16 segments, 1 merges 3335.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3340.0 sec: 16 segments, 1 merges 3340.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3345.0 sec: 16 segments, 1 merges 3345.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3350.0 sec: 16 segments, 1 merges 3350.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3355.0 sec: 16 segments, 1 merges 3355.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3360.0 sec: 16 segments, 1 merges 3360.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3365.0 sec: 16 segments, 1 merges 3365.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3370.0 sec: 16 segments, 1 merges 3370.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3375.0 sec: 16 segments, 1 merges 3375.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3380.0 sec: 16 segments, 1 merges 3380.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3385.0 sec: 16 segments, 1 merges 3385.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3390.1 sec: 16 segments, 1 merges 3390.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3395.1 sec: 16 segments, 1 merges 3395.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3400.1 sec: 16 segments, 1 merges 3400.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3405.0 sec: 16 segments, 1 merges 3405.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3410.0 sec: 16 segments, 1 merges 3410.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3415.0 sec: 16 segments, 1 merges 3415.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3420.0 sec: 16 segments, 1 merges 3420.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3425.0 sec: 16 segments, 1 merges 3425.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3430.0 sec: 16 segments, 1 merges 3430.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3435.0 sec: 16 segments, 1 merges 3435.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3440.0 sec: 16 segments, 1 merges 3440.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3445.0 sec: 16 segments, 1 merges 3445.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3450.0 sec: 16 segments, 1 merges 3450.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3455.0 sec: 16 segments, 1 merges 3455.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3460.0 sec: 16 segments, 1 merges 3460.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3465.0 sec: 16 segments, 1 merges 3465.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3470.1 sec: 16 segments, 1 merges 3470.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3475.1 sec: 16 segments, 1 merges 3475.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3480.1 sec: 16 segments, 1 merges 3480.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3485.1 sec: 16 segments, 1 merges 3485.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3490.1 sec: 16 segments, 1 merges 3490.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3495.1 sec: 16 segments, 1 merges 3495.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3500.1 sec: 16 segments, 1 merges 3500.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3505.1 sec: 16 segments, 1 merges 3505.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3510.1 sec: 16 segments, 1 merges 3510.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3515.1 sec: 16 segments, 1 merges 3515.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3520.1 sec: 16 segments, 1 merges 3520.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3525.1 sec: 16 segments, 1 merges 3525.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3530.1 sec: 16 segments, 1 merges 3530.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3535.1 sec: 16 segments, 1 merges 3535.1s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3540.0 sec: 16 segments, 1 merges 3540.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3545.0 sec: 16 segments, 1 merges 3545.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB 3550.0 sec: 16 segments, 1 merges 3550.0s _1gf: 16 segs, 8000.0 K docs, 32011.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3555.54 sec index has 1 segments: segments_3: _1gf(11.0.0):C8000000 _1gf: 32156.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.06 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=49717264609 cpu@end=52903220913 deltaMS=3185.956304 thread 14 name=Reference Handler cpu@start=2869142 cpu@end=2869142 deltaMS=0.0 thread 15 name=Finalizer cpu@start=169533 cpu@end=169533 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=75689 cpu@end=75689 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=33852537 cpu@end=33852537 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=65285400287 cpu@end=65286353921 deltaMS=0.953634 thread 42 name=JFR Periodic Tasks cpu@start=571638102919 cpu@end=571792950728 deltaMS=154.847809 thread 45 name=Notification Thread cpu@start=106921 cpu@end=106921 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=8086009063786 cpu@end=8086009063786 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=8086114994242 cpu@end=8086114994242 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=8089231747240 cpu@end=8089231747240 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=8087175479475 cpu@end=8087175479475 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=8092002750245 cpu@end=8092002750245 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=8088552490001 cpu@end=8088552490001 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=8079743284387 cpu@end=8079743284387 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=8088812824125 cpu@end=8088812824125 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=8086869279600 cpu@end=8086869279600 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=8086070704026 cpu@end=8086070704026 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=8087517351348 cpu@end=8087517351348 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=8090104317829 cpu@end=8090104317829 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=8083849916367 cpu@end=8083849916367 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=8088840462327 cpu@end=8088840462327 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=8085834277525 cpu@end=8085834277525 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=8086992146533 cpu@end=8086992146533 deltaMS=0.0 Average CPU cores used: 1.0464931245532922 completed 1000 searches in 3193 ms: 313 QPS CPU time=3341 ms checking results SUMMARY: 0.943 3.193 3.341 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5665 3187.84 2509.53 3555.54 1 32156.06 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=225, Fanout min=7, mean=15.72, max=29, meandelta=405871.97 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 18 20 24 29 Graph level=2 size=7617, Fanout min=8, mean=27.39, max=32, meandelta=265913.66 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=1 size=247284, Fanout min=1, mean=28.28, max=32, meandelta=258633.50 % 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=194612.63 % 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=225, connectedness=1.00 Graph level=2 size=7617, connectedness=1.00 Graph level=1 size=247284, 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.04.30.00.15.31/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': 235,258,876.72 msec task-clock:u 899,832,304,813,344 cycles:u (36.36%) 83,062,780,501,553 instructions:u (36.36%) 13,188,225,915,626 cache-references:u (36.36%) 3,734,493,242,813 cache-misses:u (36.36%) 52,088,725,447,418 L1-dcache-loads:u (36.36%) 3,550,027,161,595 L1-dcache-load-misses:u (36.36%) 3,909,034,179,115 L1-icache-loads:u (36.36%) 40,635,357,298 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 43,090,204 faults:u 19,193,983 minor-faults:u 10,858 major-faults:u 10,582,356,778,450 branches:u (36.36%) 113,949,087,794 branch-misses:u (36.36%) 11,296,011,793,668 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8278.121346789 seconds time elapsed 233911.277215000 seconds user 1298.311167000 seconds sys took 2:17:58.150226 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='23d400cabd8e63d26d594ec94e866ef5e22d2a12', luceneutil_git_rev='c530a720329bba774fefdadd17e027187845d100', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.943, cpu_time_ms=3.193, net_cpu_ms=3.341, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5665, index_time_sec=3187.84, index_docs_per_sec=2509.53, force_merge_time_sec=3555.54, index_num_segments=1, index_size_on_disk_mb=32156.06, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (225, {0: 0, 10: 9, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 24, 100: 29}), 2: (7617, {0: 0, 10: 18, 20: 22, 30: 24, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247284, {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=8278, microseconds=150226)) Profiler summary for /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 167 Start: 2026-04-30 11:37:38 (UTC) Duration: 5405 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 107861575 1919203231 jdk.FileWrite 6707656 164159110 jdk.FileRead 556615 13098211 jdk.CPULoad 101038 2093388 jdk.BooleanFlag 82832 2672507 jdk.ObjectAllocationInNewTLAB 26131 527247 jdk.Checkpoint 14246 22893077 jdk.UnsignedIntFlag 8016 276962 jdk.IntFlag 7348 272725 jdk.StringFlag 5678 223973 jdk.ObjectAllocationOutsideTLAB 1179 22171 jdk.Compilation 1050 28799 jdk.CPUInformation 167 250933 jdk.GCConfiguration 167 4441 jdk.JVMInformation 167 151735 jdk.Metadata 167 18458108 jdk.GarbageCollection 23 572 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.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107861575 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 48.47% 52M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 40.91% 44M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 3.47% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.32% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] 1.21% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.16% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.64% 685917 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.42% 455956 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.30% 320724 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.27% 286756 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.26% 279370 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.23% 252311 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.19% 208040 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.12% 127904 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.10% 112667 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.10% 104921 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.07% 75583 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 73547 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.05% 59107 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.04% 39758 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.03% 36531 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.03% 33213 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 27150 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.02% 26948 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 23201 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 21865 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 21676 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21072 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 19100 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.02% 19078 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 18130 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 17956 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 17736 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.01% 13879 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.01% 13125 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 12439 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.01% 12398 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 12065 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11980 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():310 [JIT compiled code] 0.01% 11815 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11099 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.01% 10328 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.01% 9779 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.01% 8935 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.01% 8781 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 8725 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.01% 8705 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 8576 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 8407 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.01% 7527 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107861575 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 48.17% 51M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 38.16% 41M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 3.47% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.75% 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] 1.07% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.06% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 0.73% 784111 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.57% 610697 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.42% 455955 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.37% 397688 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.29% 318102 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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.29% 310121 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.26% 279370 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():421 [Inlined code] 0.25% 264816 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.23% 252065 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.23% 242974 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.19% 207573 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 157579 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():392 [JIT compiled code] 0.10% 110611 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 102396 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.06% 65041 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.05% 55106 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.05% 49596 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.05% 49015 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.04% 39758 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 39197 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.04% 38761 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.03% 30775 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 29068 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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():485 [JIT compiled code] 0.03% 27981 org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.03% 27131 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 27042 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.02% 25358 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.02% 23012 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 22736 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():193 [Inlined code] 0.02% 20353 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.02% 19850 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 19100 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 19070 org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 17943 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():421 [Inlined code] 0.02% 16990 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.01% 14524 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.01% 13879 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():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.01% 13637 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():421 [Inlined code] 0.01% 12766 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% 12139 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.0x00000000711710b8#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12065 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 11589 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.01% 11544 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 11504 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():637 [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.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107861575 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.56% 38M 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 23.23% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 20.85% 22M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 2.32% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 1.81% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 1.36% 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 1.22% 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.17% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.09% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.04% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.73% 782977 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.62% 671883 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.55% 596695 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.47% 507644 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.42% 457494 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.42% 449045 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.39% 418274 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 397688 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.32% 343864 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.27% 295874 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.24% 256529 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.22% 234396 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.22% 234168 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.21% 225952 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.0x000000007107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.20% 219731 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():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 0.18% 191870 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.18% 189963 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 189470 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.0x000000007119abd8#run() [JIT compiled code] 0.16% 177862 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.16% 168384 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.0x000000007119abd8#run() [JIT compiled code] 0.15% 161451 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.13% 143816 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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% 138910 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.13% 138399 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.12% 132259 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.12% 129434 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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():93 [JIT compiled code] 0.12% 125523 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 117919 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 0.10% 107294 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.0x000000007119abd8#run() [JIT compiled code] 0.10% 103713 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.08% 88539 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 85582 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():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 84255 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.0x000000007119abd8#run() [JIT compiled code] 0.07% 73889 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.07% 72824 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.07% 72078 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 65041 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 64754 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 62723 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 61420 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27300 events (total: 208359M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 30.43% 63403M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.77% 55772M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 26.30% 54805M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 3.36% 6999M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.87% 5970M java.util.Arrays#copyOf():3478 [Inlined code] 2.44% 5086M java.lang.Integer#valueOf():1006 [Inlined code] 1.06% 2213M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.81% 1692M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.77% 1594M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.73% 1517M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.71% 1485M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.41% 856M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.40% 833M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.39% 807M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.35% 732M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.26% 531M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 387M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.16% 323M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.15% 319M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.12% 243M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.11% 221M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.10% 199M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 184M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 153M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 131M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 120M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 109M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 94M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.04% 89M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.04% 85M java.util.ArrayList#grow():240 [Inlined code] 0.04% 84M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.04% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 78M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 73M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 73M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.03% 72M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] 0.03% 68M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.03% 61M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.03% 60M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.03% 59M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.03% 58M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 55M knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 42M java.util.List#of():935 [Inlined code] 0.02% 42M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.02% 40M java.lang.Thread#beforeSleep():473 [Inlined code] 0.02% 32M knn.KnnGraphTester#printGraphFanout():1115 [JIT compiled code] 0.01% 22M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.01% 19M java.util.HashMap#resize():711 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27300 events (total: 208359M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.52% 46914M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.01% 45867M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.68% 38926M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.75% 24477M 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.25% 8857M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.25% 8847M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.36% 6999M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.85% 5945M 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.44% 5086M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] 1.06% 2213M 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] 0.73% 1517M 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():421 [Inlined code] 0.71% 1485M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.44% 911M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 833M 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():2212 [JIT compiled code] 0.39% 807M 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():421 [Inlined code] 0.36% 751M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 686M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.32% 675M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 670M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.20% 414M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.16% 334M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 311M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.12% 243M 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.11% 221M 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% 218M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 184M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 173M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 171M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 159M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 158M 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#findBestEntryPoint():244 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():78 [JIT compiled code] 0.08% 158M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 154M 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():534 [JIT compiled code] 0.07% 153M 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% 138M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 131M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 128M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.06% 120M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.06% 118M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] 0.05% 109M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2212 [Interpreted code] 0.05% 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.05% 94M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.05% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] at knn.KnnGraphTester#run():662 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 0.04% 89M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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.04% 85M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.04% 84M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.04% 84M org.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% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 73M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():168 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():64 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 73M 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.04.30.00.15.31/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB /l/logs.nightly/2026.04.30.00.15.31/bench-knn-q32-fmTrue.jfr is 2045.01 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 27300 events (total: 208359M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.65% 38862M 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():741 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 8.80% 18341M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 8.69% 18105M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 7.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():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():613 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 5.58% 11621M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 5.55% 11558M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 5.03% 10478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 4.71% 9822M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 3.91% 8156M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():741 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.85% 5945M 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():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 2.44% 5086M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1099 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1054 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1029 [Interpreted code] at knn.KnnGraphTester#run():748 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] at knn.KnnGraphTester#main():266 [Interpreted code] 1.64% 3408M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.59% 3316M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.52% 3163M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.46% 3047M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.06% 2213M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.04% 2175M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.02% 2135M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.95% 1981M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.94% 1967M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.94% 1957M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.74% 1551M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.72% 1501M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 1500M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.70% 1465M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.68% 1413M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.62% 1282M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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.55% 1149M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.51% 1057M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.49% 1017M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.40% 839M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.35% 724M 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():2212 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():862 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():742 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():590 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():613 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1486 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.20% 409M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 0.19% 401M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.19% 397M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.19% 391M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 345M org.apache.lucene.util.hnsw.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] 0.16% 323M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.14% 287M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 286M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 275M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.13% 270M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.13% 265M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 254M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.11% 238M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.0x000000007119abd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 238M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#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% 235M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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.0x000000007119abd8#run() [JIT compiled code] 0.11% 230M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled 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% 226M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007119a680#call() [Interpreted code] 0.11% 222M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm recall latency(ms) netCPU avgCpuCount nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth quantized index(s) index_docs/s force_merge(s) num_segments index_size(MB) overSample vec_disk(MB) vec_RAM(MB) bp-reorder indexType 0.898 14.219 14.912 1.049 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 976.58 8191.88 0.00 18 36034.39 1.000 35278.320 4028.320 false HNSW 0.881 2.339 2.442 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 912.11 8770.89 1086.62 1 36185.98 1.000 35278.320 4028.320 false HNSW 0.954 15.303 16.021 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1433.77 5579.71 0.00 20 39938.59 1.000 39184.570 7934.570 false HNSW 0.929 2.479 2.590 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1391.31 5749.96 1115.95 1 40090.78 1.000 39184.570 7934.570 false HNSW 0.975 11.766 12.323 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3565.05 2244.01 0.00 16 32020.73 1.000 31250.000 31250.000 false HNSW 0.943 3.193 3.341 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3187.84 2509.53 3555.54 1 32156.06 1.000 31250.000 31250.000 false HNSW saving all results to /l/logs.nightly/2026.04.30.00.15.31/knn_results.pk done! took 29004.0 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-04-30 09:34:58.970366] now generate KNN nightly charts [2026-04-30 09:35:03.026917] 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=2371110 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-04-30 13:35:03 (UTC) Duration: 133 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4034069 84378193 jdk.CPUTimeSample 3891327 68387294 jdk.FileRead 796349 18959529 jdk.ObjectAllocationInNewTLAB 272331 4894499 jdk.ObjectAllocationOutsideTLAB 68077 1116986 jdk.BooleanFlag 11072 350892 jdk.Compilation 6257 161373 jdk.CPULoad 2385 47092 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 855 25769119 jdk.StringFlag 720 26887 jdk.GarbageCollection 46 1092 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3891327 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.79% 303074 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.12% 199062 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.59% 178564 java.lang.Character#codePointAt():9662 [Inlined code] 4.25% 165538 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.86% 150088 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.56% 138441 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 3.49% 135977 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.96% 115287 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.85% 110849 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.47% 96025 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.77% 68725 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.65% 64206 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.52% 59083 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.37% 53339 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.31% 51005 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.28% 49670 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.27% 49364 java.lang.Character#toChars():9872 [Inlined code] 1.14% 44280 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.01% 39287 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.99% 38427 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.96% 37197 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.88% 34101 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.86% 33527 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.79% 30804 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.70% 27351 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.67% 26136 java.lang.Character#toLowerCase():11251 [Inlined code] 0.65% 25361 java.lang.Character#codePointAt():9665 [Inlined code] 0.62% 24164 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.54% 20877 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.52% 20340 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.52% 20300 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.50% 19296 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.50% 19275 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.48% 18693 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.45% 17378 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.43% 16545 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.41% 16105 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.40% 15622 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.40% 15437 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.39% 15355 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.39% 15145 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.38% 14957 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.38% 14722 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 14220 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.37% 14218 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.34% 13405 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.34% 13339 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 13239 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.34% 13114 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.34% 13093 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3891327 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.79% 303073 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.38% 170339 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 4.25% 165376 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.86% 150088 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.56% 138437 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 3.49% 135976 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.95% 114824 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.83% 110162 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.47% 96025 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.77% 68725 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.65% 64195 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.52% 59079 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.43% 55606 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.37% 53339 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.32% 51248 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.31% 51005 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.28% 49670 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.27% 49364 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.22% 47381 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.15% 44827 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.14% 44280 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.99% 38426 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.88% 34101 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.86% 33517 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.79% 30804 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.65% 25424 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.62% 24164 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.55% 21388 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.54% 20871 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.52% 20339 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.52% 20284 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.51% 19996 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.49% 19255 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.48% 18821 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.48% 18803 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 18693 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.41% 15816 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.40% 15602 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.40% 15556 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.40% 15437 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.39% 15137 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.39% 15021 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.38% 14760 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.38% 14680 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.37% 14566 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.37% 14207 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.36% 14197 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.34% 13417 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.34% 13365 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.34% 13239 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.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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3891327 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.77% 302305 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.37% 169963 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] 4.25% 165334 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.68% 143290 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.37% 131326 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():1365 [JIT compiled code] 2.87% 111502 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.46% 95800 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.77% 68725 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.65% 64188 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.58% 61480 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.51% 58796 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():1365 [JIT compiled code] 1.47% 57021 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.37% 53339 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.34% 52137 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.31% 51003 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.28% 49670 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():1278 [JIT compiled code] 1.27% 49364 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.23% 47838 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.21% 47038 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.14% 44280 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():1278 [JIT compiled code] 1.11% 43098 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.05% 40798 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.03% 40109 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% 34094 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.86% 33510 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.79% 30804 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():1365 [JIT compiled code] 0.65% 25424 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.62% 24163 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.59% 23119 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.54% 21111 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.54% 20871 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.52% 20339 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.52% 20284 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.51% 19754 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.48% 18821 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.48% 18693 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.41% 15816 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.40% 15602 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.40% 15555 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.40% 15434 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.39% 15137 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.39% 15080 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.38% 14844 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.38% 14799 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.38% 14759 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.37% 14529 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 14199 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.36% 14197 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.36% 14190 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.34% 13363 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3891327 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.68% 143288 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 3.16% 123026 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 3.02% 117609 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 2.87% 111502 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():1278 [JIT compiled code] 2.77% 107617 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.00% 77641 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.95% 75797 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.91% 74190 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.75% 68087 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.58% 61480 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.0x00000000731d0d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.48% 57628 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.46% 56855 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.34% 51971 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.12% 43639 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.11% 43093 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.08% 42066 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.03% 40106 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.97% 37745 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.84% 32534 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 32489 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.81% 31552 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.81% 31424 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.77% 30051 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.73% 28236 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.68% 26514 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.66% 25686 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.62% 24217 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.62% 24149 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.61% 23917 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.61% 23771 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.60% 23380 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.59% 23038 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.58% 22429 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.56% 21926 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.56% 21876 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.56% 21722 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.53% 20803 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.50% 19537 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.50% 19498 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.48% 18829 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.46% 18074 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.41% 15934 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.41% 15813 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] 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.40% 15554 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% 15289 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.39% 15185 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.38% 14754 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.37% 14529 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 13001 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.33% 12897 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] 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3891327 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.15% 122629 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 3.01% 117228 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 2.77% 107617 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.99% 77400 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.94% 75540 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.90% 73959 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.75% 67907 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.62% 63155 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.58% 61480 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.0x00000000731d0d30#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.48% 57465 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.46% 56855 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.45% 56240 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.34% 51971 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.22% 47327 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.13% 43989 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.12% 43500 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.08% 42066 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.03% 39944 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.97% 37607 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.94% 36641 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.83% 32452 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.83% 32374 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.81% 31462 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.73% 28236 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.68% 26439 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.67% 26044 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.66% 25686 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.64% 24870 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.62% 24062 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.61% 23917 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.61% 23701 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.59% 22963 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.58% 22429 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.56% 21876 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.56% 21875 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.56% 21722 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.54% 21097 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.51% 19674 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.50% 19537 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.50% 19498 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.46% 18074 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.45% 17325 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.39% 15227 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.39% 15185 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 14970 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.37% 14529 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 13001 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.32% 12335 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.31% 12226 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.31% 12163 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 340383 events (total: 325355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.27% 52937M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 8.89% 28927M java.lang.StringUTF16#compress():212 [Inlined code] 8.33% 27086M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.06% 22984M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.88% 22380M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.33% 14100M java.lang.StringUTF16#compress():216 [Inlined code] 3.36% 10931M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.24% 10551M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.10% 10094M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.69% 8745M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.39% 7789M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 1.91% 6200M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.90% 6193M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.81% 5897M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.72% 5600M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.71% 5548M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.61% 5254M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.56% 5065M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.55% 5052M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.33% 4330M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.30% 4245M java.util.ArrayList#grow():240 [Inlined code] 1.28% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.21% 3944M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.13% 3680M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.82% 2681M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.59% 1907M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.57% 1849M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.55% 1776M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.49% 1610M java.lang.Integer#toString():167 [Inlined code] 0.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.47% 1524M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.47% 1514M java.util.Formatter#parse():2810 [Inlined code] 0.45% 1455M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.43% 1408M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.42% 1379M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.41% 1346M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.35% 1123M java.lang.String#format():4455 [Inlined code] 0.34% 1099M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] 0.32% 1025M perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.31% 1007M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.30% 969M java.lang.StringLatin1#replace():312 [Inlined code] 0.30% 967M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.30% 963M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.29% 941M java.util.Formatter#parse():2782 [Inlined code] 0.29% 940M java.lang.StringBuilder#toString():478 [Inlined code] 0.28% 904M java.util.Formatter#():2110 [Inlined code] 0.28% 901M perf.LineFileDocs#nextDoc():638 [JIT compiled code] 0.27% 885M perf.LineFileDocs#nextDoc():646 [JIT compiled code] 0.26% 854M java.util.List#of():935 [Inlined code] 0.26% 843M java.lang.StringLatin1#newString():760 [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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 340383 events (total: 325355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.24% 52827M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 8.89% 28927M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.32% 27070M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.06% 22984M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.88% 22380M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.33% 14100M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.36% 10931M org.apache.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.05% 9930M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.67% 8679M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.55% 8287M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.39% 7789M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 1.91% 6200M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.90% 6193M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.81% 5897M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.72% 5600M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.71% 5548M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.56% 5065M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.55% 5052M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.54% 5001M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.33% 4330M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.30% 4245M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.28% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.21% 3944M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.13% 3680M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.70% 2264M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.59% 1907M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.57% 1849M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.54% 1771M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1524M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.47% 1514M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.46% 1497M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.45% 1455M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.41% 1346M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.34% 1099M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] 0.32% 1053M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.32% 1025M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.31% 1000M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.30% 973M 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% 969M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.30% 967M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.30% 963M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.30% 963M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.29% 941M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.29% 940M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.28% 904M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.28% 901M perf.LineFileDocs#nextDoc():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.27% 888M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] 0.27% 885M perf.LineFileDocs#nextDoc():646 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.26% 854M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 340383 events (total: 325355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.24% 52827M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.19% 26657M 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.18% 26610M 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():643 [JIT compiled code] 6.88% 22380M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.43% 17670M org.apache.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.31% 14027M 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():643 [JIT compiled code] 3.01% 9806M 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.65% 8622M 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.49% 8116M 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.39% 7789M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.91% 6200M 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.90% 6193M 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.79% 5835M 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.72% 5600M 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% 5548M 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.56% 5065M 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.55% 5052M 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.51% 4924M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.49% 4838M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.33% 4330M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.30% 4245M 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.28% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.21% 3944M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.07% 3478M org.apache.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.05% 3402M 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():1365 [JIT compiled code] 0.92% 2997M 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():730 [JIT compiled code] 0.70% 2264M 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.57% 1849M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.54% 1771M 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.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1514M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.46% 1509M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.46% 1497M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.45% 1475M 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():638 [JIT compiled code] 0.45% 1455M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.41% 1336M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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.34% 1099M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.32% 1056M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1053M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.32% 1025M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1024M 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():747 [JIT compiled code] 0.31% 1000M org.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():68 [Inlined code] 0.30% 973M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.30% 967M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.30% 963M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 963M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 946M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] 0.29% 941M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.29% 936M 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():731 [JIT compiled code] 0.28% 901M perf.LineFileDocs#nextDoc():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 340383 events (total: 325355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.24% 52827M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.17% 26567M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.88% 22380M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.30% 13984M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.59% 11671M 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.39% 7789M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.20% 7163M 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():350 [Interpreted code] 1.79% 5835M 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.71% 5556M org.apache.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.71% 5548M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.62% 5272M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.58% 5150M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.55% 5058M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.55% 5052M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.53% 4972M 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():350 [JIT compiled code] 1.49% 4838M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000731d0d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.45% 4709M 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():1365 [JIT compiled code] 1.37% 4451M 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.0x00000000731d0d30#merge() [Interpreted code] 1.32% 4293M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.28% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 3672M 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% 3517M 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.0x00000000731d0d30#merge() [Interpreted code] 1.00% 3257M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.97% 3143M 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():1365 [JIT compiled code] 0.96% 3124M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.92% 2997M 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():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2765M 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 java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.83% 2705M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.79% 2566M org.apache.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% 2510M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.76% 2468M 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():350 [JIT compiled code] 0.76% 2464M org.apache.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.74% 2394M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.73% 2387M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.73% 2360M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.61% 1968M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.55% 1775M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.54% 1771M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.52% 1707M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.48% 1547M 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():350 [Interpreted code] 0.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1497M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1475M 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():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1460M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.45% 1448M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.39% 1277M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.38% 1227M 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.35% 1151M org.apache.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.32% 1053M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1050M 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():1441 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert():1253 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 196.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 340383 events (total: 325355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.24% 52827M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.17% 26567M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.88% 22380M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.30% 13984M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.59% 11671M 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.0x00000000731d0d30#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():5286 [Interpreted code] 2.39% 7789M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.94% 6308M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.79% 5835M 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.0x00000000731d0d30#merge() [Interpreted code] 1.71% 5556M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.55% 5058M 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.0x00000000731d0d30#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():5286 [Interpreted code] 1.54% 5019M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.54% 5013M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.49% 4838M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000731d0d30#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.48% 4804M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.45% 4732M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.44% 4698M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.37% 4451M 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.0x00000000731d0d30#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.34% 4365M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.28% 4162M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.24% 4041M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.08% 3517M 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.0x00000000731d0d30#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.00% 3257M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.95% 3106M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.92% 2997M 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():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 2833M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.81% 2650M 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 java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.79% 2566M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.76% 2464M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.75% 2437M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.68% 2223M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.68% 2206M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.66% 2139M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.62% 2026M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.61% 1968M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.54% 1771M 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.0x00000000731d0d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.51% 1669M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.50% 1636M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.48% 1547M 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% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1526M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.46% 1497M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1475M 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():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1460M 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.0x00000000731d0d30#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% 1448M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1333M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.39% 1268M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.35% 1151M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.32% 1053M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1038M org.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.32% 1025M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocs.top.log [2026-04-30 09:39:04.532986] took 106.9 sec [2026-04-30 09:39:04.537075] medIndexAtClose None [2026-04-30 09:39:04.538336] 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=2374637 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 65 Start: 2026-04-30 17:11:09 (UTC) Duration: 1503 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 96252706 1925006629 jdk.FileWrite 3613299 99075991 jdk.ObjectAllocationInNewTLAB 112535 2434425 jdk.FileRead 65395 1879445 jdk.BooleanFlag 44980 1484535 jdk.ObjectAllocationOutsideTLAB 7664 151617 jdk.CPULoad 7145 150045 jdk.UnsignedIntFlag 4030 144495 jdk.IntFlag 3640 135395 jdk.StringFlag 2925 114400 jdk.Checkpoint 1839 60673847 jdk.Compilation 97 2729 jdk.CPUInformation 65 97695 jdk.GCConfiguration 65 1755 jdk.JVMInformation 65 78455 jdk.Metadata 65 7184320 jdk.GarbageCollection 15 393 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 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96252705 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.18% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.87% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.76% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.01% 972945 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.95% 910179 java.util.ArrayList#elementData():412 [Inlined code] 0.89% 860009 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.52% 502685 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 462531 java.util.Arrays#fill():3144 [Inlined code] 0.36% 342053 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.30% 291576 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.29% 282045 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.24% 228391 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 220675 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.22% 214830 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] 0.22% 208875 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.20% 192620 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] 0.19% 179704 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.18% 174286 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.17% 166249 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.14% 137951 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.14% 131310 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] 0.13% 121590 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 110965 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.10% 97093 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 95714 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 94701 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] 0.10% 92894 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 83282 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 82288 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.08% 81491 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 79544 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.08% 78326 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.08% 73476 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 68102 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 66485 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 63227 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 62464 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 62216 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 61547 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.06% 60794 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 58665 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.06% 56428 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 55509 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 54289 java.util.Objects#checkIndex():365 [Inlined code] 0.06% 54050 java.util.Arrays#fill():3143 [Inlined code] 0.06% 53865 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 52625 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 52078 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96252705 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.18% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.87% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.80% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.62% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.01% 972945 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.95% 909957 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.89% 860009 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.52% 502685 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% 462531 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.36% 342053 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.29% 282045 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.24% 228391 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.22% 208875 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.21% 199679 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.20% 192620 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.18% 174286 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.17% 159527 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.15% 146165 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.15% 145038 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 140012 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.14% 137951 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.14% 133084 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% 126728 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.13% 121590 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.10% 100310 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.10% 97093 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 90466 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 83282 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 81491 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 79544 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 75637 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.07% 70975 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 70907 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.07% 70847 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 70483 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.07% 70396 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 64325 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.07% 63227 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 58665 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 58514 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 56757 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 54264 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] 0.06% 54050 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 53909 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 53341 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.05% 51900 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.05% 50802 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 47806 org.apache.lucene.util.FixedBitSet#getAndSet():305 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.05% 47130 org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():317 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96252705 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.18% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 10.86% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.19% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.55% 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.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 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] 0.99% 950300 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.86% 827722 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.65% 628227 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.49% 467613 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.48% 462531 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.45% 429958 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.35% 341067 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.26% 251614 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.24% 228391 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 192372 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 184779 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.18% 174087 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.17% 167158 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.17% 164148 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.17% 159527 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.15% 146165 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% 143533 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.14% 137951 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.14% 134537 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 119703 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 118119 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():291 [JIT compiled code] 0.10% 97093 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.10% 94265 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.09% 89814 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% 81508 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.08% 78279 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.08% 75637 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.07% 68880 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.07% 68453 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 68156 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():485 [JIT compiled code] 0.07% 67710 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 67327 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 66268 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():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.06% 62477 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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 59542 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():1365 [JIT compiled code] 0.06% 58665 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.06% 56809 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% 55443 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():421 [JIT compiled code] 0.06% 54050 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% 53646 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% 50802 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.05% 50638 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.05% 50394 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():291 [JIT compiled code] 0.05% 50206 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():291 [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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96252705 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 14.19% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 13.61% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.23% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.86% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.99% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.18% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.93% 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.47% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.77% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.68% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.51% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 1.41% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.01% 974721 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.88% 847716 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.81% 777511 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.76% 727390 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.74% 708420 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.65% 628227 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.65% 626509 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():291 [JIT compiled code] 0.64% 618685 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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():421 [Inlined code] 0.51% 491613 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.49% 467613 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.43% 410779 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.39% 380140 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.39% 378454 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 341067 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 224416 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.22% 214982 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.20% 192372 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 190854 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.19% 184779 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 174087 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.17% 164148 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.16% 152935 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.15% 142098 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():291 [JIT compiled code] 0.14% 137951 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.14% 134537 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.14% 134468 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 117332 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.11% 108695 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.11% 102584 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.11% 101629 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.11% 101573 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 97551 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 94265 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.09% 91145 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.09% 90871 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 82565 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.08% 75535 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96252705 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.67% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 11.78% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 10.34% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 9.93% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 8.01% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 3.08% 2M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.74% 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():421 [JIT compiled code] 2.07% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.98% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.86% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.57% 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.51% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.51% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.39% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.34% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.89% 854902 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.83% 795795 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.82% 793739 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.75% 723683 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.74% 708420 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.66% 634604 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.65% 626509 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.64% 618544 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.59% 565811 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.50% 482764 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():421 [JIT compiled code] 0.49% 468585 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.49% 467613 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.48% 465086 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] 0.47% 456104 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.45% 434178 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.45% 430075 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.45% 428330 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.43% 410779 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.40% 382530 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.37% 356784 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.37% 351358 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.35% 335527 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 334141 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.35% 332563 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.34% 328526 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.34% 323740 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.32% 309316 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.30% 291966 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.23% 224416 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] 0.22% 214982 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 190854 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 180847 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():421 [JIT compiled code] 0.19% 180046 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 172440 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 120198 events (total: 107510M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.52% 26356M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 24.44% 26271M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.51% 6999M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.11% 6570M java.nio.HeapByteBuffer#():75 [Inlined code] 5.59% 6007M perf.LineFileDocs#readVector():212 [Inlined code] 3.19% 3424M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.95% 3176M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.80% 3010M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 2.16% 2318M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.50% 1616M java.lang.StringUTF16#compress():212 [Inlined code] 1.30% 1396M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.20% 1287M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.16% 1245M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.11% 1188M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.97% 1042M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.83% 895M java.lang.StringUTF16#compress():216 [Inlined code] 0.76% 816M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.72% 769M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.70% 756M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.66% 705M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.62% 667M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.51% 543M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.49% 523M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.42% 446M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 434M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 420M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.38% 411M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 405M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.35% 374M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.34% 362M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.33% 349M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 311M java.util.ArrayList#grow():240 [Inlined code] 0.29% 308M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.28% 296M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.25% 272M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.23% 249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.22% 234M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.20% 214M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.19% 205M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.19% 202M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.17% 183M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 0.17% 182M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.16% 176M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.15% 165M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 140M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.13% 137M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.12% 128M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.12% 128M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.11% 118M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.10% 106M java.lang.Integer#toString():167 [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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 120198 events (total: 107510M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.44% 26271M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 24.39% 26226M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.51% 6999M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.11% 6570M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.59% 6007M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.19% 3424M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.95% 3176M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.80% 3010M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 2.16% 2318M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.50% 1616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.30% 1396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.20% 1287M org.apache.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.16% 1245M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.09% 1174M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.97% 1042M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.83% 895M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.72% 769M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.70% 756M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.59% 631M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.51% 543M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.49% 523M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.44% 472M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.42% 446M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 437M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.39% 418M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.38% 411M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 405M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 391M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.34% 362M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.33% 351M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.33% 349M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 311M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.29% 308M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.27% 286M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.25% 272M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.23% 249M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.22% 233M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 229M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 212M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 205M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.19% 202M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.18% 188M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.17% 184M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.17% 183M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.16% 176M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.15% 165M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 140M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 0.13% 137M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.12% 130M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 128M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 120198 events (total: 107510M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.25% 23926M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.22% 23884M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.51% 6999M 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] 5.91% 6350M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.59% 6007M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.19% 3424M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.93% 3147M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.80% 3010M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.22% 2387M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.14% 2300M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.69% 1821M 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():421 [JIT compiled code] 1.37% 1476M 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():643 [JIT compiled code] 1.30% 1396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.09% 1174M 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.97% 1042M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.85% 917M org.apache.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.83% 892M 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():643 [JIT compiled code] 0.72% 769M 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% 750M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.66% 709M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.59% 631M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.54% 577M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.51% 543M 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.49% 523M 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.46% 497M 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():421 [Inlined code] 0.44% 468M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.42% 446M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.40% 434M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.38% 411M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.38% 405M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.34% 362M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.33% 349M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.29% 311M 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.29% 308M 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.29% 306M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.26% 280M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 249M 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.22% 239M org.apache.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.22% 237M 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():1365 [JIT compiled code] 0.20% 214M 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():730 [JIT compiled code] 0.20% 213M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 207M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.19% 203M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 202M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.18% 188M 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% 184M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.17% 183M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.16% 176M 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.16% 170M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.15% 164M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 120198 events (total: 107510M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.74% 15848M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 14.55% 15641M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 6.51% 6999M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 5.91% 6350M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.59% 6007M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.25% 5646M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 5.13% 5516M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.80% 3010M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.25% 2414M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.22% 2388M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.22% 2383M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.73% 1859M 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.69% 1821M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.46% 1565M 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():350 [JIT compiled code] 1.37% 1476M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.32% 1420M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 1.30% 1396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.26% 1359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.83% 892M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 769M 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.71% 764M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.66% 709M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000009b1e6f28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.58% 627M 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.0x000000009b1e6f28#merge() [Interpreted code] 0.56% 599M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.53% 569M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.51% 547M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.49% 531M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.49% 527M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.48% 514M 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.0x000000009b1e6f28#merge() [Interpreted code] 0.46% 497M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.43% 459M 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% 446M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.42% 446M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.41% 442M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.38% 409M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 405M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.34% 368M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.34% 365M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.34% 362M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.33% 349M 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():1365 [JIT compiled code] 0.31% 331M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.30% 325M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.30% 324M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.29% 306M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 289M 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():1365 [JIT compiled code] 0.26% 280M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] 0.23% 249M 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.22% 237M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.20% 219M 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():1365 [JIT compiled code] 0.20% 214M 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():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [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 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2001.40 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 120198 events (total: 107510M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.74% 15848M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] 14.55% 15641M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] 6.51% 6999M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 5.91% 6350M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.59% 6007M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.25% 5646M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 5.13% 5516M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.80% 3010M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.99% 2136M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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.73% 1859M 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.0x000000009b1e6f28#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():5286 [Interpreted code] 1.70% 1827M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.69% 1822M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.69% 1821M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#call() [JIT compiled code] 1.37% 1476M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.32% 1420M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.30% 1396M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.26% 1359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.98% 1051M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.83% 892M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 769M 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.0x000000009b1e6f28#merge() [Interpreted code] 0.71% 764M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.66% 709M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000009b1e6f28#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.58% 627M 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.0x000000009b1e6f28#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.55% 592M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.54% 579M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.52% 561M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.49% 529M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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.48% 517M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.48% 514M 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.0x000000009b1e6f28#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.46% 497M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.43% 459M 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.0x000000009b1e6f28#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():5286 [Interpreted code] 0.42% 446M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.42% 446M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 442M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 409M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.38% 405M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.34% 368M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.34% 365M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.34% 362M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.33% 357M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.33% 349M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.31% 328M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.30% 318M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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% 303M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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% 302M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():650 [Interpreted code] 0.27% 289M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.25% 272M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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.0x000000009b1fae60#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.25% 264M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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.0x000000009b1fae60#run() [JIT compiled code] 0.23% 249M 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.0x000000009b1e6f28#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.23% 246M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009b1fa908#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#invokeAll():109 [JIT compiled code] move log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectors.top.log [2026-04-30 14:15:54.731256] took 13773.7 sec [2026-04-30 14:15:55.510055] medIndexVectorsAtClose None [2026-04-30 14:15:55.517807] 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=2543024 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-04-30 19:50:35 (UTC) Duration: 1377 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83396923 1667842952 jdk.FileWrite 11122436 302936588 jdk.ObjectAllocationInNewTLAB 404522 8223613 jdk.FileRead 207397 6063521 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 62473 1141243 jdk.CPULoad 20596 432516 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6131 134195578 jdk.Compilation 163 4560 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.GarbageCollection 44 1144 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 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83396923 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.83% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 35.56% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 6.30% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.42% 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.28% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.65% 538811 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.59% 494348 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.48% 399913 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.45% 374836 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.36% 303935 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.32% 264131 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 242759 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.29% 238274 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 232043 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.27% 222862 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.26% 213714 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] 0.21% 177090 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.18% 153398 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.18% 152772 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.17% 142392 java.util.Arrays#fill():3144 [Inlined code] 0.17% 139568 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 132581 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 130444 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 115265 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 105189 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 103581 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 101002 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.11% 93600 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 92644 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.10% 85844 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.10% 79332 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 76827 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.09% 74818 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 60258 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 59564 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 58060 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 57562 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 55916 java.util.Arrays#fill():3143 [Inlined code] 0.06% 53330 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 51524 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 49227 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 44835 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 43729 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 43189 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 41895 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.05% 40570 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 40532 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 40485 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():201 [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.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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83396923 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.56% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.61% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 6.30% 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.15% 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.28% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.63% 524824 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.59% 494348 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.56% 468497 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.48% 399913 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.45% 374835 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.39% 322211 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 303935 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 242759 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.29% 238274 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 232043 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.27% 222862 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.26% 219841 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% 213714 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 204199 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.21% 177090 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.20% 169712 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.18% 153398 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% 152772 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.17% 142392 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 130444 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115265 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 101002 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% 93600 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 92644 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 89646 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 85844 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 78459 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 76827 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 68875 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 60258 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 59932 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 59564 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 58060 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.07% 57562 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% 55916 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 53261 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.06% 51233 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% 49227 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% 48482 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.06% 46965 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 46442 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.05% 44835 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.05% 43189 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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83396923 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.56% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.83% 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():291 [JIT compiled code] 6.30% 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] 3.00% 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.67% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.16% 965086 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.63% 524823 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.59% 494348 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.56% 468496 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.53% 443428 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.48% 399913 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.47% 395569 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.45% 374283 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.39% 322211 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% 303934 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.29% 239247 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] 0.29% 237742 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.27% 225663 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.26% 215307 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():291 [JIT compiled code] 0.24% 204195 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.21% 177090 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 161669 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.18% 152772 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.17% 142392 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% 131215 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.16% 130444 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.14% 115598 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% 115265 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 114421 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 111847 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.12% 103149 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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.12% 97677 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% 92644 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% 89341 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.10% 86520 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():1365 [JIT compiled code] 0.10% 84440 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.09% 76826 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% 74957 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.09% 74832 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% 72984 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% 66548 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% 65641 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% 57439 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():1365 [JIT compiled code] 0.07% 55916 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% 55476 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.06% 53261 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 47575 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% 45053 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83396923 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.83% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 27.26% 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.30% 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.87% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.93% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 2.53% 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.67% 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():421 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.04% 866146 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.90% 750959 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.63% 524823 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.56% 468496 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.56% 466067 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.53% 443428 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.48% 399900 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.47% 395569 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.43% 362504 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.37% 310353 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.36% 303934 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.29% 237742 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 226390 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.26% 214677 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.24% 204195 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 169757 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 166993 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.19% 161669 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.18% 152772 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.16% 130893 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():422 [Interpreted code] 0.15% 122930 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.15% 121648 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 115598 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.14% 114421 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.12% 102879 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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.12% 97677 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():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.10% 86011 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.10% 83083 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 82498 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.09% 74832 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.09% 74622 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.0x000000003207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 72984 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():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 66560 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 65641 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():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 63560 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.07% 58201 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.07% 58082 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():291 [JIT compiled code] 0.07% 55504 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.07% 55476 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():209 [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% 54343 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83396923 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.83% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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.86% 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.52% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 3.94% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.93% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.31% 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 1.64% 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.55% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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.04% 865824 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.75% 624624 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 577260 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.63% 524823 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 492092 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] 0.56% 468496 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.53% 443428 org.apache.lucene.codecs.lucene104.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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 0.48% 401184 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.45% 375426 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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.44% 368859 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.37% 310353 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.36% 300314 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():291 [JIT compiled code] 0.28% 232110 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():421 [JIT compiled code] 0.27% 225298 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.26% 214677 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.23% 194517 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.23% 191688 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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% 186474 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():421 [JIT compiled code] 0.22% 186300 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 166993 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.19% 161669 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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% 161557 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] 0.19% 158742 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 152581 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [JIT compiled code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.18% 149246 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.16% 130893 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():422 [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.0x00000000321e7ba0#merge() [Interpreted code] 0.15% 122930 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 121648 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 115581 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.13% 111843 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] 0.13% 106962 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 105590 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.12% 102879 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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.12% 97677 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():422 [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.0x00000000321e7ba0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.12% 96491 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [JIT compiled code] 0.10% 86011 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.10% 83083 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():225 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.10% 82753 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():485 [JIT compiled code] 0.10% 82498 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 466993 events (total: 349262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.30% 74390M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.00% 59387M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.87% 58909M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.13% 21418M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.95% 20789M perf.LineFileDocs#readVector():212 [Inlined code] 5.62% 19615M java.nio.HeapByteBuffer#():75 [Inlined code] 2.78% 9706M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.65% 9261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 2.41% 8419M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.53% 5340M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.47% 5121M java.lang.StringUTF16#compress():212 [Inlined code] 1.43% 4983M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.00% 3484M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.91% 3168M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.90% 3146M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.85% 2965M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.74% 2597M java.lang.StringUTF16#compress():216 [Inlined code] 0.63% 2183M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.60% 2086M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.54% 1875M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.47% 1631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.43% 1518M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.42% 1476M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.41% 1427M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.38% 1326M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.36% 1250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 1111M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.30% 1056M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 1015M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 941M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.26% 916M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 850M java.util.ArrayList#grow():240 [Inlined code] 0.24% 827M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 585M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 552M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 524M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 0.15% 513M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 491M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.13% 446M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.11% 387M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.10% 344M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 334M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 307M java.lang.Integer#toString():167 [Inlined code] 0.09% 299M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.08% 294M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.08% 283M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 281M java.util.Formatter#parse():2810 [Inlined code] 0.08% 278M 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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 466993 events (total: 349262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.88% 58963M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.87% 58909M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 11.30% 39469M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 10.00% 34920M 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.13% 21418M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.95% 20789M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.62% 19614M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.78% 9706M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.65% 9261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 2.41% 8419M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.53% 5340M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.47% 5121M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.43% 4983M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.00% 3484M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.90% 3146M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 3117M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.85% 2965M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.74% 2597M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.63% 2183M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.54% 1875M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.48% 1665M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.47% 1631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 1427M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 1326M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.36% 1250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1111M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 1015M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.29% 997M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 984M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.28% 976M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.26% 916M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 850M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.24% 827M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 821M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.15% 524M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.15% 520M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 499M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 491M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.13% 449M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.13% 446M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 424M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 420M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.10% 363M 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% 334M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.10% 333M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.09% 307M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.09% 299M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.08% 294M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 466993 events (total: 349262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.34% 53586M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.32% 53489M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.98% 38363M 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.74% 30540M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 6.13% 21418M 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.95% 20789M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.60% 19563M 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.78% 9706M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.65% 9261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.41% 8419M 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.57% 5473M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.53% 5340M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5322M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.34% 4686M 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():643 [JIT compiled code] 1.24% 4341M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [JIT compiled code] 0.98% 3439M 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():421 [JIT compiled code] 0.89% 3117M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.85% 2965M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.74% 2576M 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():643 [JIT compiled code] 0.64% 2247M org.apache.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.63% 2183M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.54% 1875M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.50% 1749M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.50% 1735M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.48% 1665M 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% 1631M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.44% 1543M 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():421 [Inlined code] 0.43% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.41% 1427M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.38% 1326M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.36% 1250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.32% 1111M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.32% 1105M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.29% 997M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.28% 976M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 927M 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():1365 [JIT compiled code] 0.24% 850M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.24% 827M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.19% 674M 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.19% 653M org.apache.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.18% 633M 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():730 [JIT compiled code] 0.17% 604M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.15% 524M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.15% 522M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 491M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.13% 467M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 448M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.13% 440M 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():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 420M 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% 355M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 466993 events (total: 349262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 38363M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 8.81% 30758M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.74% 30540M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 8.74% 30521M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 6.13% 21418M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 5.95% 20789M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.60% 19563M 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.89% 17063M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 4.85% 16952M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.65% 9261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.61% 5617M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.55% 5428M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.53% 5340M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5294M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.34% 4686M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.24% 4341M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.22% 4262M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.19% 4157M 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():350 [JIT compiled code] 1.15% 4015M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.98% 3439M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.79% 2742M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.78% 2724M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.74% 2576M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.63% 2183M 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.54% 1898M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.50% 1735M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000321daa40#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.49% 1696M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.45% 1585M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.45% 1561M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.45% 1556M 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.0x00000000321daa40#merge() [Interpreted code] 0.44% 1542M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.41% 1435M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.41% 1427M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.40% 1380M 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.0x00000000321daa40#merge() [Interpreted code] 0.38% 1334M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.36% 1250M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.34% 1199M 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% 1164M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.32% 1132M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.32% 1121M 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():1365 [JIT compiled code] 0.32% 1105M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 0.27% 927M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.26% 920M 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():1365 [JIT compiled code] 0.26% 900M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.24% 832M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.22% 752M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.20% 690M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.19% 674M 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.19% 652M 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():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 641M 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():1365 [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 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.58 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 466993 events (total: 349262M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 38363M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 8.81% 30758M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 8.74% 30540M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 8.74% 30521M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 6.13% 21418M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.95% 20789M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.60% 19563M 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.89% 17063M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.85% 16952M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.65% 9261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.53% 5340M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 5211M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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.34% 4686M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.24% 4341M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 1.22% 4262M 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.0x00000000321daa40#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():5286 [Interpreted code] 1.15% 4015M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.03% 3590M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.01% 3542M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.98% 3439M 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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] 0.80% 2783M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.79% 2742M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.78% 2724M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.74% 2576M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.63% 2183M 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.0x00000000321daa40#merge() [Interpreted code] 0.53% 1856M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.52% 1803M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.50% 1735M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000321daa40#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.49% 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#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.47% 1649M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.45% 1556M 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.0x00000000321daa40#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.44% 1542M 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():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.41% 1435M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 1427M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.40% 1380M 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.0x00000000321daa40#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.38% 1334M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.36% 1250M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.34% 1199M 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.0x00000000321daa40#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():5286 [Interpreted code] 0.32% 1132M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.32% 1121M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.31% 1095M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#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.0x00000000321eddb8#run() [JIT compiled code] 0.31% 1091M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.31% 1087M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000321ed860#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.29% 1024M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 1011M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.27% 927M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.26% 920M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.26% 900M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.24% 832M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.20% 690M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.19% 674M 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.0x00000000321daa40#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] move log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-04-30 16:47:10.163667] took 6957.5 sec [2026-04-30 16:47:10.167813] medIndexVectorsAtClose None [2026-04-30 16:47:10.177380] 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=2635405 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 19 Start: 2026-04-30 20:47:10 (UTC) Duration: 148 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4633170 110937757 jdk.CPUTimeSample 3568530 62655960 jdk.FileRead 796609 18898595 jdk.ObjectAllocationInNewTLAB 597030 10457301 jdk.ObjectAllocationOutsideTLAB 133180 2124293 jdk.BooleanFlag 13148 417333 jdk.Compilation 7141 184840 jdk.CPULoad 2646 52320 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 937 31829759 jdk.StringFlag 855 32164 jdk.GarbageCollection 49 1162 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21199 jdk.Metadata 19 2100009 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3568530 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.02% 214929 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.93% 211686 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 5.60% 199813 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.28% 152778 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.76% 134246 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.77% 98708 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.62% 93403 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.37% 84634 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.20% 78542 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.92% 68561 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.60% 56932 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.45% 51872 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.45% 51627 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.43% 51005 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 46538 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.25% 44571 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.20% 42829 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.11% 39660 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.05% 37428 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.03% 36617 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.99% 35470 java.lang.Character#toChars():9872 [Inlined code] 0.81% 29013 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.79% 28271 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.72% 25806 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.69% 24785 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.67% 23856 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.65% 23303 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.61% 21821 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.53% 18833 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.52% 18498 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.51% 18048 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.49% 17617 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.48% 17003 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.46% 16412 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.45% 16110 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.44% 15702 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 15661 java.lang.Character#codePointAt():9662 [Inlined code] 0.44% 15551 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.43% 15337 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.42% 15017 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.42% 14842 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.41% 14488 java.lang.Character#toLowerCase():11251 [Inlined code] 0.40% 14319 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.40% 14234 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.38% 13488 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.38% 13405 java.lang.Character#codePointAt():9665 [Inlined code] 0.37% 13104 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.36% 12888 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.36% 12841 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.35% 12590 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3568530 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.02% 214929 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.28% 152567 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.76% 134246 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.15% 112494 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.78% 99191 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.77% 98708 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.62% 93403 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.37% 84568 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.19% 77996 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.92% 68561 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.60% 56932 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.58% 56230 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.45% 51872 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.45% 51612 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.43% 51076 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.43% 51005 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.32% 47209 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.30% 46534 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.27% 45298 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.25% 44568 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.20% 42829 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.03% 36617 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.99% 35470 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.79% 28271 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.72% 25801 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.68% 24286 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.67% 23810 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.65% 23302 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.58% 20532 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.54% 19190 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.53% 18995 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.53% 18833 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.50% 17980 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.50% 17750 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.49% 17617 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 16107 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.45% 16101 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.44% 15551 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.43% 15337 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.43% 15314 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 15301 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.42% 15015 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.42% 14833 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.40% 14278 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.38% 13488 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.38% 13438 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.37% 13104 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.36% 12869 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.36% 12841 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.35% 12590 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [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.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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3568530 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.86% 209030 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.27% 152549 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.60% 128386 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():1365 [JIT compiled code] 2.74% 97911 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 2.59% 92416 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.17% 77539 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.13% 75916 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.92% 68561 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.92% 68501 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.58% 56462 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():1365 [JIT compiled code] 1.45% 51872 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():1278 [JIT compiled code] 1.45% 51611 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.43% 51005 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.31% 46838 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.27% 45314 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.21% 43198 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% 42829 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% 40628 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.12% 39916 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.07% 38245 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.03% 36617 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():1278 [JIT compiled code] 0.99% 35470 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.98% 34876 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.86% 30689 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.80% 28574 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.79% 28271 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():1365 [JIT compiled code] 0.72% 25800 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():1365 [JIT compiled code] 0.68% 24286 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():1365 [JIT compiled code] 0.65% 23235 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():738 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.56% 20115 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.54% 19312 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.53% 18833 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.53% 18739 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.50% 17978 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.50% 17750 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.49% 17617 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():1365 [JIT compiled code] 0.46% 16437 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.45% 16101 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.43% 15337 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.43% 15314 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% 15147 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.42% 14833 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.41% 14803 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.40% 14278 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.38% 13488 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.37% 13288 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.37% 13089 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():1365 [JIT compiled code] 0.36% 12869 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.36% 12841 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% 12598 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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3568530 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.11% 110833 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 3.00% 106996 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.75% 98196 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.17% 77381 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.13% 75913 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():1278 [JIT compiled code] 2.09% 74757 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.03% 72570 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.94% 69221 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.92% 68360 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.27% 45314 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.0x00000000971e5220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.22% 43488 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.22% 43371 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.21% 43163 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.18% 42133 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.12% 39876 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.10% 39200 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.06% 37680 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.95% 33745 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.91% 32546 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.88% 31351 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 29648 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 27868 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.71% 25235 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.71% 25211 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.70% 24903 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.66% 23497 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.65% 23235 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():738 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.65% 23166 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.63% 22487 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.60% 21409 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.57% 20330 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.56% 20108 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.54% 19417 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.54% 19234 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.52% 18656 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.51% 18137 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.50% 17975 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.49% 17389 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.47% 16881 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.47% 16643 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.45% 16180 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.43% 15192 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% 14860 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.42% 14830 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.41% 14762 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] 0.39% 14001 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 13244 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.36% 12805 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.35% 12548 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.34% 12176 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3568530 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.97% 106012 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.23% 79560 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.17% 77381 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.07% 73932 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.02% 71928 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.97% 70173 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.92% 68649 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.92% 68360 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.27% 45314 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.0x00000000971e5220#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.21% 43276 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.21% 43111 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.17% 41754 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.13% 40222 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.10% 39102 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.04% 37228 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.03% 36722 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.94% 33616 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.90% 32242 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.87% 31068 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.84% 29908 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.83% 29514 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.81% 28758 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.80% 28645 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.75% 26906 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.70% 25015 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.70% 24961 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.69% 24728 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.65% 23306 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.65% 23235 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():738 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.64% 22987 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.62% 22253 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.60% 21242 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.56% 20130 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.54% 19234 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.54% 19229 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.52% 18656 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.50% 17946 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.49% 17382 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.48% 17249 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.48% 17207 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.47% 16725 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.46% 16527 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.45% 16039 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.42% 15152 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.42% 14830 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.0x00000000971e5220#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():5286 [Interpreted code] 0.39% 13998 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.37% 13129 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.36% 12836 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.36% 12696 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.35% 12652 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730178 events (total: 343179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.27% 52394M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 8.35% 28667M java.lang.StringUTF16#compress():212 [Inlined code] 8.33% 28593M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.49% 22267M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.40% 21972M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.21% 14456M java.lang.StringUTF16#compress():216 [Inlined code] 3.45% 11836M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.23% 11076M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.11% 10661M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.87% 9832M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.71% 9302M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.32% 7956M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 1.90% 6529M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.83% 6272M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.82% 6256M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.66% 5696M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.58% 5435M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.58% 5417M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.50% 5140M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.37% 4688M java.util.ArrayList#grow():240 [Inlined code] 1.22% 4187M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.15% 3963M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.15% 3948M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.82% 2815M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.60% 2074M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.57% 1969M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.52% 1797M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.52% 1769M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.51% 1742M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.49% 1689M java.lang.Integer#toString():167 [Inlined code] 0.46% 1594M java.util.Formatter#parse():2810 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.44% 1506M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.42% 1447M java.lang.Long#valueOf():1000 [Inlined code] 0.41% 1423M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.41% 1417M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.41% 1398M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.39% 1328M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.31% 1056M java.lang.String#format():4455 [Inlined code] 0.30% 1020M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.30% 1017M java.util.Formatter#():2110 [Inlined code] 0.29% 1005M java.util.Formatter#parse():2782 [Inlined code] 0.29% 984M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] 0.29% 980M java.lang.StringBuilder#toString():478 [Inlined code] 0.28% 973M perf.LineFileDocs#nextDoc():733 [JIT compiled code] 0.28% 965M java.lang.StringLatin1#replace():312 [Inlined code] 0.28% 950M java.lang.StringLatin1#newString():760 [Inlined code] 0.27% 936M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.27% 926M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.26% 906M perf.LineFileDocs#nextDoc():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730178 events (total: 343179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52285M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 8.35% 28667M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.33% 28593M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.49% 22267M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.40% 21972M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.21% 14456M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.45% 11830M org.apache.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.07% 10540M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 9450M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.69% 9218M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.54% 8725M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.31% 7933M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 1.90% 6529M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.83% 6272M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.82% 6256M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.66% 5696M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.58% 5435M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.58% 5417M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.50% 5140M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.37% 4688M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.22% 4187M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3963M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3948M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.81% 2780M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.68% 2350M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.57% 1969M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.52% 1797M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1727M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.46% 1594M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1506M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.43% 1477M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.42% 1447M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.41% 1423M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.41% 1417M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.31% 1056M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.31% 1050M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.30% 1023M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():730 [JIT compiled code] 0.30% 1020M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.30% 1017M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.29% 1005M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.29% 989M 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% 984M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] 0.29% 980M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.28% 973M perf.LineFileDocs#nextDoc():733 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.28% 965M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.28% 950M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] 0.27% 938M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.26% 906M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.26% 898M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730178 events (total: 343179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52285M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.31% 28510M 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.73% 26512M 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():643 [JIT compiled code] 6.49% 22267M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.93% 16929M org.apache.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.19% 14380M 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():643 [JIT compiled code] 3.07% 10535M 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.69% 9218M 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.51% 8625M 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.31% 7933M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.90% 6529M 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.82% 6256M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.81% 6224M 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.77% 6077M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.66% 5696M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.63% 5578M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.58% 5435M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.58% 5417M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.50% 5140M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.37% 4688M 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.22% 4187M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3963M 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.02% 3501M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.93% 3180M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():733 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.89% 3040M org.apache.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.88% 3029M 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():730 [JIT compiled code] 0.74% 2540M 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():68 [JIT compiled code] 0.68% 2347M 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.57% 1969M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.50% 1727M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.48% 1638M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.46% 1594M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1504M 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% 1477M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.42% 1445M 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():638 [JIT compiled code] 0.37% 1276M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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.34% 1161M 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():747 [JIT compiled code] 0.31% 1056M 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():731 [JIT compiled code] 0.31% 1056M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.31% 1050M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1023M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1020M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1005M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.29% 984M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.28% 974M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] 0.28% 973M perf.LineFileDocs#nextDoc():733 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 970M 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% 956M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.27% 938M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730178 events (total: 343179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52285M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.71% 26469M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.49% 22267M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.16% 14291M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.93% 13471M 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.31% 7933M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.27% 7783M 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():350 [JIT compiled code] 1.95% 6680M 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():350 [Interpreted code] 1.79% 6150M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.63% 5589M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.63% 5578M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000971e5220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.63% 5577M 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.58% 5435M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.53% 5251M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.51% 5174M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.50% 5140M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.42% 4868M 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():1365 [JIT compiled code] 1.35% 4623M 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.0x00000000971e5220#merge() [Interpreted code] 1.34% 4608M 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():1365 [JIT compiled code] 1.22% 4187M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.12% 3845M 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.0x00000000971e5220#merge() [Interpreted code] 1.01% 3478M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.94% 3229M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.93% 3189M 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():1365 [JIT compiled code] 0.93% 3180M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():733 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.88% 3029M 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():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2906M 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 java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] 0.84% 2876M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.83% 2848M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.80% 2740M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.79% 2703M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.78% 2676M org.apache.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.74% 2532M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.71% 2444M org.apache.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.70% 2386M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.67% 2306M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.61% 2101M 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():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.61% 2083M org.apache.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.50% 1727M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.49% 1666M 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():350 [JIT compiled code] 0.46% 1574M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.45% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1506M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1477M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 1445M 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():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 1443M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1302M 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():350 [Interpreted code] 0.35% 1210M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 1161M 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():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1067M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 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] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 228.71 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 730178 events (total: 343179M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.24% 52285M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.71% 26469M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.49% 22267M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.16% 14291M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.93% 13471M 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.0x00000000971e5220#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():5286 [Interpreted code] 2.31% 7933M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.98% 6795M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.84% 6325M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.79% 6150M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000971e5220#merge() [Interpreted code] 1.63% 5578M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000971e5220#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.63% 5577M 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.0x00000000971e5220#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():5286 [Interpreted code] 1.52% 5202M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.47% 5053M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.45% 4960M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.41% 4849M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.35% 4623M 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.0x00000000971e5220#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.35% 4617M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.28% 4378M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.22% 4187M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3917M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.12% 3845M 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.0x00000000971e5220#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.99% 3390M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.93% 3180M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():733 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.88% 3029M 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():730 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2900M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.82% 2797M 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 java.util.Formatter$FormatSpecifierParser#parse():2917 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.81% 2781M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.79% 2703M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 2691M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 2676M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.77% 2640M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.69% 2357M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.68% 2341M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.67% 2292M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.65% 2237M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.63% 2162M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.61% 2101M 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():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.58% 1976M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.50% 1727M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000971e5220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1574M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000971e5220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.45% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1477M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 1449M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.42% 1445M 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():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 1443M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.39% 1334M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.36% 1247M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.34% 1167M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.34% 1161M 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():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1067M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 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] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000971e5220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] move log to /l/logs.nightly/2026.04.30.00.15.31/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/nrtIndexMediumDocs.top.log [2026-04-30 16:51:37.616229] took 148.1 sec [2026-04-30 16:51:37.620240] run CheckIndex [2026-04-30 16:51:37.620312] 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.04.30.00.15.31/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-04-30 16:59:02.688537] took 445.1 sec [2026-04-30 16:59:02.690093] nrtMedIndexAtClose 28 segments: segments_2: _78(11.0.0):C6943623 _1a(11.0.0):C440334 _5p(11.0.0):C6820737 _1k(11.0.0):C619490 _27(11.0.0):C942153 _2g(11.0.0):C756551 _6j(11.0.0):C936060 _6b(11.0.0):C880594 _6s(11.0.0):C925054 _70(11.0.0):C902425 _7g(11.0.0):C908232 _8g(11.0.0):C926450 _7o(11.0.0):C919174 _7w(11.0.0):C895989 _6c(11.0.0):C119160 _8e(11.0.0):C895217 _8i(11.0.0):C805947 _85(11.0.0):C896662 _8j(11.0.0):C354549 _7t(11.0.0):C78847 _8h(11.0.0):C132087 _7p(11.0.0):C88893 _7q(11.0.0):C86921 _7x(11.0.0):C61540 _7v(11.0.0):C64861 _7r(11.0.0):C79408 _7s(11.0.0):C73595 _7u(11.0.0):C70485 [2026-04-30 16:59:02.690367] 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.04.30.00.15.31/nrt.log 2>&1 [2026-04-30 17:29:04.258256] took 1801.6 sec [2026-04-30 17:29:04.262622] drop: 499.2 518.9 521.1 523.9 524.2 524.3 524.5 524.6 525.0 526.0 527.7 529.0 529.8 529.8 530.6 530.7 530.9 531.1 531.2 531.2 531.3 531.3 531.5 531.8 531.9 531.9 532.1 532.2 532.3 532.4 532.7 533.1 533.2 534.1 535.9 [2026-04-30 17:29:04.263001] times: 19.5 19.9 20.1 20.1 20.1 20.5 20.5 20.6 20.6 20.7 20.8 21.0 21.0 21.0 21.1 21.2 21.4 21.5 21.5 21.6 21.6 21.6 21.7 21.7 21.7 21.8 21.9 21.9 21.9 21.9 21.9 22.0 22.0 22.1 22.1 22.1 22.2 22.2 22.3 22.3 22.3 22.4 22.4 22.4 22.4 22.4 22.5 22.5 22.5 22.5 22.6 22.6 22.6 22.7 22.7 22.8 22.8 22.8 22.8 22.9 22.9 22.9 22.9 23.0 23.1 23.1 23.1 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.5 23.5 23.5 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.3 24.3 24.3 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.5 24.5 24.6 24.6 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 25.0 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.5 25.5 25.5 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 25.9 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.8 26.9 26.9 26.9 27.0 27.0 27.1 27.1 27.2 27.2 27.2 27.3 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.8 27.8 27.8 27.8 27.8 27.9 27.9 28.0 28.0 28.1 28.1 28.1 28.1 28.1 28.1 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.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.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.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.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.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.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.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 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.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.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.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.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.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 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.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.2 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.4 33.5 33.5 33.5 33.6 33.6 33.6 33.6 33.8 33.9 34.0 34.0 34.2 34.4 34.7 34.7 35.1 35.1 35.2 35.2 35.4 35.4 35.4 35.5 35.6 35.7 35.8 35.8 35.9 36.1 36.1 36.1 36.3 37.1 37.2 37.5 37.7 38.1 39.4 40.8 42.0 44.9 133.5 142.3 143.8 157.9 160.7 162.3 176.5 182.9 206.0 211.1 211.2 212.3 214.6 217.4 218.4 218.8 218.9 219.1 219.1 219.3 219.3 219.9 220.0 220.1 220.2 220.4 220.8 222.1 222.4 223.0 223.1 223.1 224.3 224.9 226.6 227.6 228.2 228.2 229.0 230.0 234.9 235.8 241.0 244.6 247.0 249.4 249.7 249.8 253.3 253.6 256.3 260.9 263.5 267.2 269.6 270.8 273.5 277.4 280.9 282.0 282.2 283.7 291.2 292.1 294.2 297.0 298.6 301.2 304.5 307.4 312.7 314.6 315.1 325.5 330.3 331.4 332.6 334.5 335.1 335.6 338.9 340.4 340.9 343.5 349.1 349.3 349.6 350.5 350.6 350.8 351.1 351.6 352.4 353.2 355.2 355.7 356.0 356.3 356.4 356.9 357.9 358.5 358.8 359.0 359.4 359.7 360.0 360.2 360.9 361.0 363.0 363.5 363.5 363.6 364.4 370.6 372.0 373.9 379.3 380.7 386.6 387.3 390.7 393.9 395.7 395.8 405.4 409.4 410.1 425.6 440.4 442.4 442.4 446.5 447.0 454.0 457.3 460.2 460.7 461.5 463.2 463.2 463.8 466.8 467.8 468.7 468.8 469.0 469.5 470.4 470.8 471.6 471.7 472.1 473.5 474.9 476.3 476.6 476.8 476.9 477.2 477.5 477.5 479.1 479.3 479.3 480.9 481.1 481.3 481.7 482.3 484.2 484.4 484.6 484.7 485.4 485.6 487.1 487.4 488.3 489.9 490.6 493.4 495.0 496.1 [2026-04-30 17:29:04.263142] NRT reopen time (msec) mean=62.9512 stdDev=102.7295 [2026-04-30 17:29:04.263147] run CheckIndex [2026-04-30 17:29:04.263216] 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.04.30.00.15.31/checkIndex.nrt.log 2>&1 [2026-04-30 17:36:20.539896] took 436.3 sec [2026-04-30 17:36:21.757686] 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=2666257 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-04-30 21:36:21 (UTC) Duration: 108 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3843360 79911667 jdk.CPUTimeSample 2870887 50179048 jdk.FileRead 624167 14667749 jdk.ObjectAllocationInNewTLAB 522605 9147866 jdk.ObjectAllocationOutsideTLAB 131844 2097292 jdk.BooleanFlag 9688 305906 jdk.Compilation 5812 149349 jdk.CPULoad 1925 37905 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 718 23311268 jdk.StringFlag 630 23410 jdk.GarbageCollection 41 966 jdk.CPUInformation 14 21022 jdk.GCConfiguration 14 358 jdk.JVMInformation 14 14596 jdk.Metadata 14 1547373 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 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2870886 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.65% 162132 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.55% 159476 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.21% 120853 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 3.73% 107121 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.65% 104727 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.40% 97614 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.07% 88267 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.95% 84567 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.79% 80203 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.11% 60564 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.76% 50624 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.71% 49151 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.68% 48109 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.66% 47702 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.64% 47197 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.62% 46578 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.42% 40893 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.37% 39370 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.25% 35838 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.21% 34672 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 1.18% 33878 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.95% 27240 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.83% 23688 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.79% 22687 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.75% 21448 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.66% 19068 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.66% 19009 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.64% 18475 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.58% 16610 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.57% 16234 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 15480 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.53% 15136 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.51% 14764 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 14434 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 13830 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.47% 13368 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.44% 12759 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.44% 12602 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.44% 12564 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.42% 12157 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.41% 11874 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.41% 11656 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.40% 11420 java.lang.Character#codePointAt():9662 [Inlined code] 0.39% 11317 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.39% 11111 java.lang.Character#toLowerCase():11251 [Inlined code] 0.39% 11072 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.39% 11066 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.36% 10394 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.35% 10170 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.35% 10043 org.apache.lucene.index.TermsHashPerField#initReader():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-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 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2870886 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.55% 159443 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.73% 107121 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.65% 104727 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.37% 96656 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.07% 88258 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.95% 84567 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.79% 80202 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.45% 70308 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.14% 61451 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.11% 60564 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.06% 59283 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.76% 50624 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.71% 49151 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.66% 47786 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.66% 47702 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.64% 47178 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.62% 46572 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.42% 40892 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.37% 39370 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.24% 35741 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.22% 34904 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.19% 34291 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.14% 32640 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.95% 27236 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.85% 24280 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.79% 22687 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.66% 19065 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.66% 19009 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.64% 18475 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.59% 16921 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.58% 16698 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.58% 16603 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.52% 14866 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.50% 14486 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.50% 14410 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.46% 13301 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 13129 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.44% 12753 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.44% 12631 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.44% 12601 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.42% 12154 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.41% 11871 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.41% 11684 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.41% 11656 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.39% 11317 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.39% 11072 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.38% 11049 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.38% 11016 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.38% 10988 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.37% 10629 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2870886 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.55% 159298 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] 3.68% 105642 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():1365 [JIT compiled code] 3.52% 101068 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.07% 88240 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.93% 84002 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 2.79% 80198 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.14% 61319 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.11% 60559 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.06% 59243 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.77% 50914 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.76% 50616 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.75% 50260 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.71% 49126 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():1365 [JIT compiled code] 1.64% 47178 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():1278 [JIT compiled code] 1.62% 46391 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.46% 41872 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.37% 39370 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.19% 34291 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():1365 [JIT compiled code] 1.16% 33367 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.12% 32154 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.99% 28549 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.97% 27744 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.95% 27235 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():1365 [JIT compiled code] 0.85% 24269 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.82% 23433 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.79% 22683 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.66% 19067 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.66% 19058 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.66% 18826 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.65% 18554 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.64% 18475 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():1365 [JIT compiled code] 0.59% 16935 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.59% 16921 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.57% 16417 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.53% 15292 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.50% 14486 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.50% 14409 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.48% 13798 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.46% 13300 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.46% 13113 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.44% 12739 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.44% 12594 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.42% 12162 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 12138 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.41% 11862 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.41% 11826 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] at org.apache.lucene.codecs.lucene104.PForUtil#encode():102 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.41% 11683 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.39% 11320 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.39% 11285 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.39% 11065 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2870886 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.02% 86810 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.79% 80060 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.74% 78688 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.22% 63766 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.85% 53172 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.79% 51507 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.79% 51388 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.77% 50786 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.72% 49451 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.62% 46391 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.0x000000002c1c79b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.56% 44821 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.54% 44317 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 1.50% 43115 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.46% 41865 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():1278 [JIT compiled code] 1.38% 39586 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 1.22% 35026 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.16% 33197 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 1.12% 32141 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 1.05% 30191 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.05% 30113 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.99% 28296 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.93% 26689 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.89% 25451 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.87% 24956 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.86% 24633 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.85% 24451 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.78% 22428 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.77% 21983 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.75% 21437 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.69% 19790 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.68% 19569 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.67% 19309 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.63% 18201 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.60% 17333 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.59% 16987 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.58% 16784 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.58% 16674 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.57% 16417 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.57% 16402 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.56% 16065 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.52% 14929 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.52% 14830 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.50% 14408 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.50% 14295 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.47% 13484 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.46% 13340 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.46% 13331 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.46% 13112 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.42% 12162 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 11861 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] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [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 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2870886 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.65% 76133 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.49% 71590 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.44% 70162 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.94% 55708 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.84% 52933 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.78% 51114 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.67% 47868 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.63% 46781 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.62% 46391 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.0x000000002c1c79b8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.59% 45712 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.41% 40504 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.35% 38841 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.29% 36911 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.23% 35347 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.07% 30828 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.03% 29545 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.96% 27605 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.93% 26584 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.92% 26464 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 22520 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.78% 22367 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.77% 22091 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.76% 21751 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.75% 21582 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.73% 20992 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.70% 20009 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.69% 19949 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.67% 19322 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.67% 19127 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.63% 18139 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.63% 18112 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():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.57% 16417 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.0x000000002c1c79b8#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():5286 [Interpreted code] 0.57% 16249 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.55% 15651 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.53% 15327 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.52% 14957 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.51% 14716 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.51% 14683 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.50% 14382 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.49% 14059 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.48% 13856 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.45% 13062 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.45% 12910 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.44% 12675 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.42% 12162 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.42% 11947 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.41% 11861 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.41% 11759 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.40% 11524 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.37% 10519 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654421 events (total: 287647M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.65% 45018M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 12.36% 35548M java.lang.StringUTF16#compress():216 [Inlined code] 8.86% 25481M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.72% 25082M java.lang.StringUTF16#compress():212 [Inlined code] 7.56% 21738M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.07% 20343M perf.LineFileDocs#readDocs():176 [JIT compiled code] 2.95% 8476M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.92% 8386M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.88% 8272M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.70% 7770M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.93% 5555M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.84% 5304M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.75% 5038M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.75% 5032M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.72% 4959M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.72% 4956M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.68% 4823M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.60% 4608M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.43% 4102M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 1.36% 3911M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.11% 3183M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.07% 3077M perf.LineFileDocs#nextDoc():641 [Interpreted code] 0.91% 2616M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.55% 1580M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.54% 1541M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.52% 1497M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.50% 1450M java.util.ArrayList#grow():240 [Inlined code] 0.49% 1419M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.44% 1269M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.43% 1232M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.23% 663M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 539M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.16% 465M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 410M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 363M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.13% 359M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.12% 358M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 352M java.util.Formatter#parse():2810 [Inlined code] 0.12% 331M java.lang.Integer#toString():167 [Inlined code] 0.11% 306M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 295M perf.LineFileDocs#nextDoc():599 [Interpreted code] 0.10% 277M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.10% 274M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.09% 272M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 270M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.09% 258M perf.LineFileDocs#nextDoc():638 [JIT compiled code] 0.08% 237M java.lang.String#format():4455 [Inlined code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654421 events (total: 287647M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.46% 41583M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 12.36% 35548M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.86% 25481M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.72% 25082M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.56% 21734M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.07% 20343M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.95% 8476M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.82% 8116M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.61% 7515M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.55% 7323M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.93% 5555M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.84% 5304M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5038M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 4989M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.72% 4959M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.72% 4956M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4823M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.56% 4478M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.28% 3695M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.22% 3522M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 1.19% 3434M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] 1.11% 3183M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.07% 3077M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.91% 2616M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1541M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.50% 1450M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.49% 1419M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.48% 1384M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1283M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.44% 1269M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.43% 1232M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.37% 1063M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.20% 579M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] 0.16% 461M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000002c1a1400#newInvokeSpecial() [Inlined code] 0.14% 410M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.12% 358M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.12% 352M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [JIT compiled code] 0.12% 335M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 331M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.11% 306M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 302M 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% 295M perf.LineFileDocs#nextDoc():599 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.10% 277M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 270M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.09% 268M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():730 [JIT compiled code] 0.09% 258M perf.LineFileDocs#nextDoc():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.08% 238M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [Inlined code] 0.08% 237M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654421 events (total: 287647M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.46% 41583M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.37% 32702M 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():643 [JIT compiled code] 7.88% 22658M 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():643 [JIT compiled code] 7.21% 20728M 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.07% 20343M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.05% 20265M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 2.81% 8077M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.57% 7386M 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.44% 7032M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.93% 5555M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.84% 5304M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.75% 5038M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 4989M 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% 4959M 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.72% 4956M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4832M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.68% 4823M 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.56% 4478M 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.28% 3695M 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.26% 3614M org.apache.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.22% 3522M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.19% 3434M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.15% 3322M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.07% 3077M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.05% 3016M 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():1365 [JIT compiled code] 0.91% 2616M 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.87% 2489M 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():643 [Interpreted code] 0.59% 1684M 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():643 [Interpreted code] 0.56% 1601M org.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.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1541M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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.50% 1450M 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% 1411M 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% 1332M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1269M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.42% 1212M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.36% 1026M 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.27% 781M 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 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.25% 708M 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():730 [JIT compiled code] 0.20% 579M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.16% 461M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000002c1a1400#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% 410M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.14% 388M 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 java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [JIT compiled code] at java.util.Formatter#format():2698 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.12% 335M org.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():68 [Inlined code] 0.12% 333M 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():643 [JIT compiled code] 0.12% 331M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] at perf.LineFileDocs#nextDoc():747 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.11% 322M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.11% 302M 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] 0.10% 296M 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():747 [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 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654421 events (total: 287647M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.46% 41583M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.59% 30449M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.46% 21444M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.07% 20343M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.04% 8745M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 3.03% 8710M 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.25% 6461M 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():350 [Interpreted code] 1.92% 5515M org.apache.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.79% 5147M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.75% 5038M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.73% 4971M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.72% 4956M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4886M 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.68% 4823M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.61% 4632M 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():350 [JIT compiled code] 1.60% 4597M 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():1365 [JIT compiled code] 1.46% 4189M 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.38% 3978M 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():1365 [JIT compiled code] 1.22% 3522M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.21% 3479M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.19% 3434M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.16% 3341M 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.0x000000002c1c79b8#merge() [Interpreted code] 1.15% 3322M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002c1c79b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.13% 3256M 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():1365 [JIT compiled code] 1.07% 3077M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.04% 2992M 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.0x000000002c1c79b8#merge() [Interpreted code] 1.02% 2928M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.94% 2697M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.87% 2489M 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():643 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.84% 2406M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.78% 2253M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.77% 2217M 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.72% 2062M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.63% 1801M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.60% 1730M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.59% 1710M 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():350 [Interpreted code] 0.57% 1652M 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():643 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1481M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.51% 1473M org.apache.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% 1434M org.apache.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.49% 1411M 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.48% 1377M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.47% 1349M org.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.46% 1333M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.43% 1234M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 1213M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.34% 981M 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():350 [JIT compiled code] 0.32% 923M 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():350 [JIT compiled code] 0.27% 781M 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] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 173.07 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654421 events (total: 287647M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.46% 41583M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.59% 30449M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.46% 21444M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.07% 20343M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.03% 8710M 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.0x000000002c1c79b8#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():5286 [Interpreted code] 1.97% 5677M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.72% 4956M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4886M 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.0x000000002c1c79b8#merge() [Interpreted code] 1.69% 4855M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.67% 4792M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.63% 4700M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.62% 4669M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.59% 4578M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.57% 4501M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.46% 4189M 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.0x000000002c1c79b8#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():5286 [Interpreted code] 1.45% 4174M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.38% 3961M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.22% 3522M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.19% 3434M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.17% 3362M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.16% 3341M 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.0x000000002c1c79b8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.15% 3322M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002c1c79b8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.12% 3234M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.11% 3200M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.07% 3077M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.07% 3067M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.04% 2992M 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.0x000000002c1c79b8#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():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.96% 2751M 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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.87% 2489M 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():643 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.78% 2253M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.68% 1952M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.65% 1860M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.62% 1794M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.58% 1669M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.57% 1652M 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():643 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1473M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.50% 1434M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.49% 1411M 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.0x000000002c1c79b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.48% 1377M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.47% 1360M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.47% 1341M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.46% 1333M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.44% 1277M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.43% 1234M org.apache.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.43% 1226M 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():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.42% 1213M 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():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.41% 1192M org.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():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.41% 1186M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.36% 1031M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] move log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/fastIndexBigDocs.top.log [2026-04-30 17:39:51.096508] took 80.1 sec [2026-04-30 17:39:51.097614] bigIndexAtClose None [2026-04-30 17:39:51.098719] 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=2669465 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-01 06:11:44 (UTC) Duration: 11881 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 91243989 1733159079 jdk.FileWrite 11977484 275445634 jdk.FileRead 322459 8944465 jdk.CPULoad 224337 4711077 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 35108 95013987 jdk.ObjectAllocationInNewTLAB 33548 731414 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 174 3069 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 165 4620 jdk.GarbageCollection 66 1716 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91243989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.47% 36M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 38.86% 35M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.14% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 2.12% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 1.44% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.00% 913624 java.util.Arrays#fill():3144 [Inlined code] 0.81% 739378 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.75% 681980 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.53% 480683 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.39% 356327 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.35% 322110 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.34% 314629 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.33% 302226 java.util.ArrayList#elementData():412 [Inlined code] 0.29% 265918 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.28% 254695 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.20% 186896 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.16% 147646 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.15% 141198 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.15% 138491 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.12% 113375 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 113187 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.12% 104959 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.11% 99401 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.11% 97493 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.09% 79438 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 69101 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] 0.07% 65589 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.07% 63454 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.07% 61776 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 59869 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 54320 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.06% 52823 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.05% 46204 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 44549 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 43288 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 42732 java.util.Arrays#fill():3143 [Inlined code] 0.04% 40906 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [JIT compiled code] 0.04% 37564 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.04% 34655 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 34520 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 33956 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.04% 32787 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.04% 32737 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 32461 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32411 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.03% 31909 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.03% 31191 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.03% 30133 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] 0.03% 30018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.03% 30013 org.apache.lucene.util.BytesRefHash#findHash():381 [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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91243989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.47% 36M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 38.86% 35M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.14% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 2.12% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 1.44% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.00% 913624 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.81% 739378 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] 0.75% 681980 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.53% 480683 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.35% 322110 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.34% 314629 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.33% 302189 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.29% 265918 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.28% 254695 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 249121 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.20% 186896 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 147646 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 141198 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.15% 138491 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 113187 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.12% 110241 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 93431 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.09% 84628 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 81054 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 75855 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 65589 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.07% 61776 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 54320 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.05% 44549 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 43288 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 42737 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 42732 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.04% 40906 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 39669 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.04% 34811 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.04% 34655 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 34520 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.04% 32787 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.04% 32554 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% 32461 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 32411 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.03% 31110 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.03% 30727 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.03% 30551 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.03% 30013 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.03% 29909 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.03% 29766 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.03% 29491 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 28702 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.03% 28672 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91243989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.47% 36M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 38.84% 35M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 7.14% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 2.12% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 1.00% 913624 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% 662871 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.66% 603839 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.59% 536668 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.55% 504612 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.53% 480683 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.35% 322110 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.34% 314321 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.32% 292144 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.30% 273248 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.29% 265918 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.27% 243475 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.26% 236739 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.18% 160421 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.16% 147646 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 108460 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 107417 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.10% 95198 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% 93002 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.09% 86325 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.09% 84628 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% 80712 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 78141 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 76507 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.07% 62199 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 53683 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.06% 51852 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 49750 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():1365 [JIT compiled code] 0.05% 44549 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():683 [Inlined code] 0.05% 42732 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% 42624 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.04% 38197 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% 36731 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.04% 34779 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.04% 34520 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 32461 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.03% 31641 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.03% 31625 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 30551 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 28839 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():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 28672 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 28404 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.03% 28064 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.03% 27541 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.03% 26909 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():291 [JIT compiled code] 0.03% 26161 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91243989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.70% 32M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 10.14% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.07% 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] 8.54% 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.50% 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.42% 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.12% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 1.88% 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.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 [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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.50% 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.49% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.46% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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] 0.84% 766539 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.76% 692970 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.75% 685078 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.73% 662871 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.72% 653596 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.67% 607969 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 605515 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.66% 603839 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.66% 601262 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.62% 569577 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.55% 506036 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 [JIT compiled code] 0.53% 480683 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.0x000000001307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.50% 457666 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.34% 314321 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 278442 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 249397 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.27% 243475 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.26% 236739 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.22% 199756 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():291 [JIT compiled code] 0.18% 160421 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.16% 145964 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.15% 137147 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.15% 134778 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.13% 120045 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():291 [JIT compiled code] 0.13% 118332 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.12% 108460 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] 0.12% 107417 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.10% 95198 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% 93002 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.10% 86833 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.09% 86325 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] 0.09% 81787 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.09% 80621 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.08% 77539 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.08% 76483 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.08% 73898 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.07% 62199 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.06% 53683 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [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.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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91243989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.70% 32M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 8.96% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 8.77% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 8.19% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.08% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.79% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [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 [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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.55% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.45% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.39% 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.95% 866986 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.84% 766539 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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.80% 728511 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.73% 662871 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.72% 653579 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.71% 651690 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.65% 593535 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.62% 568010 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#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.59% 539882 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.56% 513658 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.56% 508741 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.55% 502138 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.53% 480683 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.0x000000001307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.46% 416093 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.42% 384046 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.40% 365868 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.33% 296646 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.32% 288030 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.31% 278414 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.29% 265691 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.29% 260970 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 249397 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 239994 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.26% 236739 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#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.26% 233523 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.25% 225075 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 223495 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.21% 190612 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.18% 161810 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 151558 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.17% 150682 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.16% 149399 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#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.16% 145964 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():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.16% 143556 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.15% 138993 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.15% 137147 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():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 134389 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.14% 131861 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [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.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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33719 events (total: 640110M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.95% 95672M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.88% 95230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 4.97% 31832M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.86% 31095M perf.LineFileDocs#readVector():212 [Inlined code] 4.83% 30940M java.nio.HeapByteBuffer#():75 [Inlined code] 3.04% 19446M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.64% 16888M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.60% 16612M java.util.Arrays#copyOf():3478 [Inlined code] 2.34% 14947M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.23% 14261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 1.76% 11266M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.51% 9691M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.51% 9669M java.util.Arrays#copyOf():3537 [Inlined code] 1.37% 8741M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.33% 8519M java.util.ArrayList#grow():240 [Inlined code] 1.33% 8510M java.lang.StringUTF16#compress():212 [Inlined code] 1.21% 7726M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.19% 7625M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.07% 6825M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.04% 6644M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.97% 6182M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.96% 6171M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.90% 5790M org.apache.lucene.document.StringField#():61 [Inlined code] 0.88% 5638M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.84% 5384M java.lang.StringBuilder#toString():478 [Inlined code] 0.81% 5178M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.78% 4991M java.util.HashMap#newNode():1910 [Inlined code] 0.72% 4592M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.64% 4104M java.util.HashMap#resize():711 [JIT compiled code] 0.61% 3889M java.lang.StringUTF16#compress():216 [Inlined code] 0.61% 3880M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.57% 3623M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.56% 3596M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.53% 3368M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.52% 3304M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.48% 3047M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.48% 3041M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.43% 2754M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.42% 2718M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 2665M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.40% 2545M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.40% 2539M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] 0.40% 2535M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.38% 2453M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.36% 2324M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.36% 2306M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.35% 2272M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.33% 2129M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.32% 2070M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.32% 2062M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33719 events (total: 640110M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.88% 95230M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.56% 93188M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 4.97% 31832M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.86% 31095M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.83% 30940M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.04% 19446M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.64% 16888M 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.60% 16612M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.34% 14947M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.23% 14261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.76% 11266M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 1.51% 9691M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.51% 9669M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.37% 8741M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.33% 8519M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.33% 8510M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.21% 7726M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.19% 7625M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.07% 6825M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.04% 6644M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.97% 6182M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.96% 6171M 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.88% 5638M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.81% 5202M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.72% 4592M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.61% 3889M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.57% 3623M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.56% 3596M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.55% 3548M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.53% 3368M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.52% 3304M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.50% 3197M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.49% 3150M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.48% 3047M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.43% 2754M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 2545M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 2539M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] at perf.LineFileDocs#nextDoc():760 [JIT compiled code] 0.40% 2535M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.39% 2483M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.39% 2478M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.38% 2453M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.37% 2370M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.36% 2324M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2306M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2302M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.35% 2272M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.32% 2070M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.32% 2062M 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.31% 1981M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.31% 1971M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33719 events (total: 640110M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.75% 88007M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.53% 86576M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 4.97% 31832M 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% 31095M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.83% 30940M 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.64% 16888M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 2.60% 16612M 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.23% 14261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 1.51% 9691M 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.51% 9669M 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.46% 9329M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.37% 8741M 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.33% 8519M 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.23% 7849M 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():643 [JIT compiled code] 1.22% 7836M 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.21% 7726M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 1.19% 7625M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 7223M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.03% 6611M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.02% 6518M 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.96% 6171M 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.88% 5638M 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():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] 0.88% 5618M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.87% 5591M 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.0x000000001304c400#concat() [Inlined code] 0.70% 4501M 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.67% 4266M org.apache.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.64% 4068M 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.61% 3889M 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():643 [JIT compiled code] 0.57% 3623M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.54% 3430M 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.53% 3368M 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.52% 3304M 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.50% 3197M 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():854 [JIT compiled code] 0.48% 3047M 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.47% 2984M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.43% 2754M 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.40% 2545M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.40% 2539M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] at perf.LineFileDocs#nextDoc():760 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] 0.40% 2535M 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.37% 2370M 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():854 [JIT compiled code] 0.36% 2335M 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.36% 2324M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.36% 2306M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.36% 2302M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.35% 2272M 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.34% 2165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.33% 2101M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.32% 2078M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] 0.32% 2070M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.32% 2062M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33719 events (total: 640110M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.28% 53008M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.01% 51278M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 4.97% 31832M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 4.86% 31095M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.83% 30940M 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.16% 26638M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 4.08% 26088M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.64% 16888M 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():854 [JIT compiled code] 2.23% 14261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.46% 9329M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.23% 7849M 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():643 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.22% 7836M 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.19% 7625M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 7385M 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():854 [JIT compiled code] 0.96% 6171M 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():854 [JIT compiled code] 0.90% 5787M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.88% 5638M 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():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.88% 5637M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.87% 5591M 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.0x000000001304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.86% 5488M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.85% 5428M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.83% 5290M 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():350 [JIT compiled code] 0.73% 4643M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.70% 4503M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.69% 4401M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.61% 3889M 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():643 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.57% 3671M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] 0.57% 3623M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] 0.54% 3430M 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.53% 3368M 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.52% 3322M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.50% 3197M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.50% 3196M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.49% 3110M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.46% 2938M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.43% 2724M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.40% 2539M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] at perf.LineFileDocs#nextDoc():760 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.40% 2535M 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():854 [JIT compiled code] 0.38% 2413M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.37% 2370M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 2341M 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():854 [JIT compiled code] 0.36% 2335M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 0.36% 2331M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.36% 2306M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.34% 2169M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.34% 2165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 0.33% 2088M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.32% 2066M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.32% 2062M 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():854 [JIT compiled code] 0.32% 2050M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB /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 2042.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33719 events (total: 640110M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.28% 53008M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] 8.01% 51278M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] 4.97% 31832M 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():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 4.86% 31095M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.83% 30940M 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.16% 26638M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] 4.08% 26088M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] 2.64% 16888M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.23% 14261M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.23% 7849M 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():643 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.22% 7836M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 1.19% 7625M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 7603M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.15% 7385M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.96% 6171M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.90% 5787M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.88% 5638M 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():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.88% 5637M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000013208000#call() [JIT compiled code] 0.86% 5488M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.85% 5428M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.82% 5265M 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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.73% 4643M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.70% 4503M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.69% 4401M 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.0x00000000131de430#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():5286 [JIT compiled code] 0.61% 3889M 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():643 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.57% 3671M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.57% 3623M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.54% 3430M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 0.53% 3368M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 0.52% 3322M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.50% 3197M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.50% 3196M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.49% 3110M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.48% 3101M 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.0x000000001304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001304c800#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.codecs.lucene103.blocktree.FieldReader#newReader():87 [Inlined code] 0.46% 2938M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.43% 2724M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.40% 2539M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] at perf.LineFileDocs#nextDoc():760 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.40% 2535M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 2413M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] 0.37% 2370M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.37% 2341M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 2341M 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.0x000000001304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000001304c800#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.36% 2335M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.36% 2331M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.36% 2306M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.34% 2169M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.34% 2165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.33% 2088M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [JIT compiled code] 0.32% 2066M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.32% 2062M 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():854 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] move log to /l/logs.nightly/2026.04.30.00.15.31/fixedIndex.log move vmstat log to /l/logs.nightly/2026.04.30.00.15.31/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.04.30.00.15.31/fixedIndex.top.log [2026-05-01 06:07:45.213338] took 42593.2 sec [2026-05-01 06:07:45.216648] run CheckIndex [2026-05-01 06:07:45.216738] 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.04.30.00.15.31/checkIndex.fixedIndex.log 2>&1 [2026-05-01 06:13:44.610375] took 359.4 sec [2026-05-01 06:13:44.611336] 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-01 06:13:44.611471] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.04.30.00.15.31/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.04.30.00.15.31/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.04.30.00.15.31/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 412.0 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.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 407.0 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 412.4 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 407.0 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.1 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.3 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 413.7 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.9 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.8 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-8.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6290602 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.8 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.5 s 54.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.9 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-9.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7082989 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.9 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 413.7 s 54.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.4 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 420.2 s 53.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.12 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-12.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -563807 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.12 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.0 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 412.3 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.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 408.2 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.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 414.2 s 54.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.16 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-16.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7070456 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.16 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.5 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 407.1 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.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 407.6 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.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 419.5 s 54.2 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=3137262 [2026-05-01 08:31:32.193340] done search (2:17:47.581846) 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.608 1.616 0.5% 4.795 4.982 3.9% 5.264 5.400 2.6% 6.777 5.520 -18.5% 15.217 5.665 -62.8% ('And3Terms', None) 1.617 1.616 -0.1% 3.147 3.146 -0.0% 3.403 3.440 1.1% 3.547 3.599 1.5% 3.734 3.714 -0.6% ('AndHighHigh', None) 4.940 4.881 -1.2% 6.949 6.871 -1.1% 7.257 6.998 -3.6% 7.798 9.036 15.9% 9.456 32.500 243.7% ('AndHighHighDayTaxoFacets', None) 68.824 69.618 1.2% 128.072 129.775 1.3% 130.667 132.547 1.4% 134.426 135.698 0.9% 150.160 161.867 7.8% ('AndHighMed', None) 2.219 2.170 -2.2% 2.930 2.983 1.8% 3.148 3.171 0.7% 3.194 3.215 0.6% 3.197 3.378 5.6% ('AndHighMedDayTaxoFacets', None) 8.046 7.947 -1.2% 22.347 22.279 -0.3% 22.929 23.266 1.5% 23.223 23.630 1.8% 23.486 23.839 1.5% ('AndHighOrMedMed', None) 6.175 6.493 5.2% 10.930 11.767 7.7% 11.364 12.157 7.0% 11.848 12.934 9.2% 25.694 20.032 -22.0% ('AndMedOrHighHigh', None) 4.313 4.253 -1.4% 11.530 11.461 -0.6% 11.841 12.148 2.6% 11.863 15.888 33.9% 75.135 58.979 -21.5% ('AndMissingHigh', 'Title') 0.140 0.155 11.2% 0.250 0.257 2.5% 0.457 0.406 -11.1% 0.543 0.592 9.0% 0.659 0.627 -4.7% ('AndStopWords', None) 6.762 6.234 -7.8% 18.875 18.561 -1.7% 20.254 20.007 -1.2% 20.254 20.007 -1.2% 23.431 20.035 -14.5% ('BrowseDateSSDVFacets', None) 652.345 655.571 0.5% 657.637 660.040 0.4% 688.759 667.679 -3.1% 688.759 667.679 -3.1% 748.008 714.690 -4.5% ('BrowseDateTaxoFacets', None) 137.933 138.667 0.5% 141.150 141.165 0.0% 154.206 152.899 -0.8% 154.206 152.899 -0.8% 154.479 152.922 -1.0% ('BrowseDayOfYearSSDVFacets', None) 173.038 173.106 0.0% 174.929 175.296 0.2% 178.738 182.497 2.1% 178.738 182.497 2.1% 182.866 183.230 0.2% ('BrowseDayOfYearTaxoFacets', None) 137.327 137.650 0.2% 139.917 139.597 -0.2% 152.707 152.036 -0.4% 152.707 152.036 -0.4% 152.772 153.364 0.4% ('BrowseMonthSSDVFacets', None) 161.234 161.482 0.2% 162.695 169.549 4.2% 164.195 171.514 4.5% 164.195 171.514 4.5% 164.819 173.496 5.3% ('BrowseMonthTaxoFacets', None) 148.086 148.439 0.2% 149.864 149.980 0.1% 162.845 158.541 -2.6% 162.845 158.541 -2.6% 206.388 209.341 1.4% ('BrowseRandomLabelSSDVFacets', None) 208.668 211.107 1.2% 220.992 217.935 -1.4% 232.478 229.121 -1.4% 232.478 229.121 -1.4% 237.742 229.149 -3.6% ('BrowseRandomLabelTaxoFacets', None) 155.277 157.397 1.4% 161.103 163.679 1.6% 169.386 167.675 -1.0% 169.386 167.675 -1.0% 173.577 172.550 -0.6% ('CombinedAndHighHigh', None) 17.953 19.013 5.9% 19.065 20.210 6.0% 19.451 20.778 6.8% 20.794 22.358 7.5% 64.493 61.866 -4.1% ('CombinedAndHighMed', None) 3.146 3.276 4.1% 8.954 9.567 6.8% 9.595 10.140 5.7% 9.773 11.567 18.4% 74.666 84.458 13.1% ('CombinedOrHighHigh', None) 18.060 19.159 6.1% 19.329 20.485 6.0% 20.278 21.182 4.5% 21.632 22.353 3.3% 23.058 22.955 -0.4% ('CombinedOrHighMed', None) 3.240 3.366 3.9% 9.043 9.703 7.3% 9.874 10.227 3.6% 10.615 10.820 1.9% 31.465 22.788 -27.6% ('CombinedTerm', None) 6.527 7.045 7.9% 12.497 13.504 8.1% 14.857 13.877 -6.6% 15.225 14.046 -7.7% 15.666 14.785 -5.6% ('CountAndHighHigh', None) 1.779 1.818 2.2% 2.003 2.028 1.3% 2.365 2.167 -8.4% 4.051 2.186 -46.0% 6.029 2.221 -63.2% ('CountAndHighMed', None) 1.686 1.716 1.8% 1.940 1.950 0.5% 2.535 2.254 -11.1% 45.489 50.903 11.9% 77.189 89.882 16.4% ('CountFilteredIntNRQ', None) 6.620 6.699 1.2% 7.510 7.589 1.1% 9.389 8.099 -13.7% 35.313 33.860 -4.1% 38.098 39.270 3.1% ('CountFilteredOrHighHigh', None) 4.850 4.846 -0.1% 5.072 5.114 0.8% 5.323 5.390 1.3% 6.403 5.910 -7.7% 25.356 19.793 -21.9% ('CountFilteredOrHighMed', None) 4.372 4.391 0.4% 4.743 4.773 0.6% 5.112 5.051 -1.2% 6.569 7.885 20.0% 6.895 8.013 16.2% ('CountFilteredOrMany', None) 16.998 17.334 2.0% 19.898 20.418 2.6% 21.103 21.407 1.4% 22.424 31.871 42.1% 83.616 89.355 6.9% ('CountFilteredPhrase', None) 11.967 12.045 0.7% 17.217 17.208 -0.1% 18.804 18.189 -3.3% 86.508 28.491 -67.1% 200.343 110.014 -45.1% ('CountOrHighHigh', None) 1.719 1.763 2.6% 1.959 1.974 0.8% 2.241 2.215 -1.2% 2.409 2.249 -6.6% 16.622 2.379 -85.7% ('CountOrHighMed', None) 1.630 1.678 2.9% 1.956 1.969 0.7% 2.316 2.366 2.2% 3.228 3.154 -2.3% 15.231 15.229 -0.0% ('CountOrMany', None) 15.393 15.476 0.5% 19.027 19.275 1.3% 19.435 20.280 4.4% 19.577 23.396 19.5% 23.714 24.437 3.0% ('CountPhrase', None) 39.946 39.650 -0.7% 81.432 83.819 2.9% 88.717 92.634 4.4% 89.761 93.360 4.0% 91.732 93.681 2.1% ('CountTerm', None) 0.095 0.104 10.0% 0.150 0.157 4.5% 0.291 0.219 -24.7% 0.348 0.294 -15.5% 0.475 0.357 -24.8% ('DismaxOrHighHigh', None) 2.737 2.748 0.4% 7.173 7.038 -1.9% 7.577 7.499 -1.0% 11.511 13.183 14.5% 13.789 13.196 -4.3% ('DismaxOrHighMed', None) 2.468 2.476 0.3% 3.039 3.076 1.2% 3.529 3.264 -7.5% 12.941 3.990 -69.2% 13.205 6.973 -47.2% ('DismaxTerm', None) 0.678 0.699 3.1% 0.919 0.931 1.3% 2.129 2.640 24.0% 9.773 9.236 -5.5% 9.983 10.903 9.2% ('FilteredAnd2Terms2StopWords', None) 0.971 1.013 4.4% 6.184 6.287 1.7% 6.457 6.577 1.9% 6.617 6.691 1.1% 6.653 10.223 53.7% ('FilteredAnd3Terms', None) 1.500 1.531 2.1% 2.502 2.580 3.1% 2.728 2.813 3.1% 2.743 6.656 142.7% 3.031 46.717 1441.2% ('FilteredAndHighHigh', None) 7.384 7.375 -0.1% 7.649 7.640 -0.1% 8.100 7.911 -2.3% 9.250 9.985 7.9% 12.370 11.886 -3.9% ('FilteredAndHighMed', None) 2.255 2.211 -1.9% 5.557 5.597 0.7% 5.747 5.816 1.2% 5.861 5.886 0.4% 5.908 5.890 -0.3% ('FilteredAndStopWords', None) 8.382 8.196 -2.2% 10.124 10.210 0.8% 10.325 12.598 22.0% 10.325 12.598 22.0% 97.102 97.165 0.1% ('FilteredDismaxOrHighHigh', None) 10.340 10.839 4.8% 11.014 11.447 3.9% 11.510 11.683 1.5% 26.738 12.976 -51.5% 30.714 35.730 16.3% ('FilteredDismaxOrHighMed', None) 3.202 3.341 4.3% 7.445 7.789 4.6% 8.033 8.210 2.2% 9.458 21.621 128.6% 147.189 130.044 -11.6% ('FilteredDismaxTerm', None) 3.574 3.555 -0.5% 4.812 4.825 0.3% 5.160 5.162 0.0% 6.485 6.466 -0.3% 11.474 6.666 -41.9% ('FilteredIntNRQ', None) 3.258 3.355 3.0% 4.077 4.256 4.4% 4.408 6.109 38.6% 6.488 7.028 8.3% 57.979 52.193 -10.0% ('FilteredOr2Terms2StopWords', None) 3.358 3.392 1.0% 7.218 7.386 2.3% 7.592 7.792 2.6% 8.036 10.966 36.5% 10.743 99.218 823.6% ('FilteredOr3Terms', None) 4.601 4.559 -0.9% 6.060 6.073 0.2% 6.349 6.267 -1.3% 7.731 6.378 -17.5% 63.405 7.552 -88.1% ('FilteredOrHighHigh', None) 7.676 7.747 0.9% 8.035 8.125 1.1% 9.222 8.981 -2.6% 11.654 17.577 50.8% 62.315 61.893 -0.7% ('FilteredOrHighMed', None) 2.208 2.255 2.1% 5.518 5.570 1.0% 5.986 5.748 -4.0% 6.575 5.941 -9.6% 35.408 27.316 -22.9% ('FilteredOrMany', None) 30.893 30.781 -0.4% 33.778 33.621 -0.5% 34.952 35.365 1.2% 35.571 41.041 15.4% 35.917 188.592 425.1% ('FilteredOrStopWords', None) 11.475 11.444 -0.3% 11.972 11.853 -1.0% 15.169 13.908 -8.3% 15.169 13.908 -8.3% 151.299 148.925 -1.6% ('FilteredPhrase', None) 10.997 11.129 1.2% 16.917 17.209 1.7% 18.741 19.015 1.5% 23.654 23.365 -1.2% 33.573 32.463 -3.3% ('FilteredPrefix3', None) 1.760 1.834 4.2% 3.795 3.979 4.8% 4.138 4.364 5.5% 4.263 4.402 3.3% 5.204 5.578 7.2% ('FilteredTerm', None) 3.144 3.203 1.9% 4.516 4.570 1.2% 4.776 5.142 7.7% 5.771 6.564 13.7% 30.667 31.444 2.5% ('Fuzzy1', None) 8.975 9.011 0.4% 10.820 10.891 0.7% 11.579 11.904 2.8% 31.855 12.813 -59.8% 35.385 35.380 -0.0% ('Fuzzy2', None) 9.843 9.884 0.4% 11.845 11.943 0.8% 12.589 12.472 -0.9% 12.891 12.925 0.3% 14.057 13.875 -1.3% ('IntNRQ', None) 3.156 3.250 3.0% 4.004 4.157 3.8% 4.407 4.789 8.7% 4.708 5.906 25.4% 6.293 6.031 -4.2% ('IntSet', None) 1.160 1.179 1.6% 1.354 1.342 -0.8% 3.412 3.354 -1.7% 21.174 20.803 -1.8% 27.117 26.440 -2.5% ('IntervalsOrdered', None) 35.343 38.214 8.1% 93.553 97.793 4.5% 95.192 99.444 4.5% 96.895 103.121 6.4% 120.239 120.320 0.1% ('MedTermDayTaxoFacets', None) 24.973 24.850 -0.5% 30.021 29.918 -0.3% 30.549 30.955 1.3% 30.631 31.867 4.0% 31.118 33.492 7.6% ('Or2Terms2StopWords', None) 1.653 1.648 -0.3% 4.954 4.984 0.6% 5.107 5.349 4.7% 5.485 5.725 4.4% 34.960 34.391 -1.6% ('Or3Terms', None) 2.156 2.126 -1.4% 3.541 3.529 -0.3% 3.937 3.942 0.1% 5.117 4.166 -18.6% 255.339 264.701 3.7% ('OrHighHigh', None) 5.225 5.243 0.3% 5.834 5.837 0.1% 6.116 5.982 -2.2% 7.259 6.213 -14.4% 16.552 18.326 10.7% ('OrHighMed', None) 1.653 1.653 0.0% 2.740 2.824 3.0% 3.158 3.063 -3.0% 9.222 8.358 -9.4% 9.623 9.538 -0.9% ('OrHighMedDayTaxoFacets', None) 87.564 88.495 1.1% 291.672 295.122 1.2% 298.189 299.412 0.4% 308.855 316.294 2.4% 336.856 330.575 -1.9% ('OrHighRare', None) 2.694 2.791 3.6% 3.095 3.103 0.3% 3.583 3.340 -6.8% 4.118 3.412 -17.2% 12.873 3.563 -72.3% ('OrMany', None) 24.466 24.420 -0.2% 26.940 27.362 1.6% 29.551 29.598 0.2% 30.942 31.601 2.1% 32.522 31.979 -1.7% ('OrStopWords', None) 5.971 6.142 2.9% 15.703 15.455 -1.6% 16.611 15.899 -4.3% 16.611 15.899 -4.3% 16.761 15.955 -4.8% ('PKLookup',) 2.732 2.696 -1.3% 2.910 2.853 -2.0% 3.400 3.925 15.4% 5.085 5.352 5.3% 7.252 7.712 6.3% ('Phrase', None) 14.674 15.174 3.4% 39.055 43.442 11.2% 41.313 45.623 10.4% 43.460 46.919 8.0% 60.295 61.406 1.8% ('PostFilteredVectorSearch', None) 1.845 1.841 -0.2% 2.101 2.081 -0.9% 5.790 5.374 -7.2% 6.171 6.172 0.0% 7.030 6.199 -11.8% ('PreFilteredVectorSearch', None) 5.848 5.922 1.3% 6.204 6.517 5.0% 8.826 9.189 4.1% 88.832 27.844 -68.7% 304.359 307.012 0.9% ('Prefix3', None) 1.036 1.107 6.9% 3.400 3.516 3.4% 3.718 4.117 10.7% 7.481 9.057 21.1% 82.560 80.536 -2.5% ('Respell',) 14.466 14.507 0.3% 16.874 16.969 0.6% 19.502 19.772 1.4% 25.678 25.569 -0.4% 32.197 31.748 -1.4% ('SloppyPhrase', None) 81.049 78.613 -3.0% 212.890 206.756 -2.9% 215.866 208.286 -3.5% 223.993 209.633 -6.4% 290.803 281.974 -3.0% ('SpanNear', None) 34.912 34.056 -2.5% 91.889 91.329 -0.6% 92.772 92.402 -0.4% 93.052 96.700 3.9% 212.687 187.580 -11.8% ('Term', None) 0.827 0.848 2.5% 1.003 1.026 2.3% 1.232 1.186 -3.7% 1.369 1.317 -3.8% 26.826 23.760 -11.4% ('TermBGroup1M', None) 50.918 50.841 -0.2% 82.683 82.597 -0.1% 83.825 83.387 -0.5% 84.568 84.059 -0.6% 84.961 85.044 0.1% ('TermBGroup1M1P', None) 25.122 24.873 -1.0% 44.832 44.392 -1.0% 45.675 44.880 -1.7% 46.636 45.207 -3.1% 51.975 49.727 -4.3% ('TermDateFacets', None) 33.750 33.547 -0.6% 59.479 59.436 -0.1% 61.703 61.880 0.3% 73.645 68.421 -7.1% 148.693 158.487 6.6% ('TermDateTimeSort', 'DateTime') 4.173 4.276 2.5% 5.887 5.702 -3.1% 6.186 6.257 1.1% 16.008 16.651 4.0% 61.751 67.049 8.6% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.119 6.201 1.3% 9.605 9.590 -0.2% 9.859 10.248 3.9% 10.159 10.796 6.3% 36.228 39.300 8.5% ('TermDayOfYearSort', 'DayOfYear') 2.106 2.298 9.1% 3.390 3.575 5.5% 4.127 3.995 -3.2% 21.385 4.044 -81.1% 25.842 14.390 -44.3% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.083 6.179 1.6% 10.479 10.562 0.8% 10.887 10.895 0.1% 11.108 11.953 7.6% 11.348 16.491 45.3% ('TermGroup100', None) 55.993 57.390 2.5% 106.850 109.495 2.5% 108.856 112.238 3.1% 112.099 113.077 0.9% 112.477 113.466 0.9% ('TermGroup10K', None) 63.067 62.971 -0.2% 108.267 108.321 0.0% 110.158 109.774 -0.3% 111.148 111.277 0.1% 126.639 124.764 -1.5% ('TermGroup1M', None) 63.605 63.554 -0.1% 113.185 112.888 -0.3% 116.026 115.413 -0.5% 117.280 115.985 -1.1% 118.129 117.528 -0.5% ('TermMonthSort', 'Month') 0.886 0.949 7.1% 1.052 1.084 3.1% 1.548 1.302 -15.9% 2.445 2.261 -7.5% 7.657 3.968 -48.2% ('TermMonthSortSkipper', 'Month (skipper)') 4.909 4.958 1.0% 8.276 8.344 0.8% 8.619 8.631 0.1% 8.860 9.160 3.4% 62.930 42.546 -32.4% ('TermTitleSort', 'Title') 7.190 7.650 6.4% 9.190 10.501 14.3% 14.995 17.701 18.0% 65.218 60.050 -7.9% 169.579 151.812 -10.5% ('TermTitleSortSkipper', 'Title (skipper)') 6.460 6.417 -0.7% 9.607 9.565 -0.4% 10.130 9.802 -3.2% 11.134 10.376 -6.8% 77.929 68.960 -11.5% ('VectorSearch', None) 2.162 2.034 -6.0% 2.703 2.176 -19.5% 5.968 6.160 3.2% 8.133 6.794 -16.5% 10.189 8.134 -20.2% ('Wildcard', None) 22.446 28.409 26.6% 36.461 41.962 15.1% 46.007 51.047 11.0% 49.635 52.022 4.8% 78.090 76.796 -1.7% generate vmstat pretties /l/reports.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.04.30.00.15.31/search-tasks /l/reports.nightly/2026.04.30.00.15.31/fastIndexBigDocs /l/reports.nightly/2026.04.30.00.15.31/fixedIndex /l/reports.nightly/2026.04.30.00.15.31/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.04.30.00.15.31/nrtIndexMediumDocs /l/reports.nightly/2026.04.30.00.15.31/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 48.94 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 64.02 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 94.27 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 162.47 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 217.72 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.91 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.82 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.06 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 15.29 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.16 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.69.24, 3.5.71.101, 52.92.18.56, 3.5.67.204, 3.5.75.44, 3.5.72.75, 3.5.69.21, 3.5.72.92 * Trying 3.5.69.24: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.69.24 port 443) from 10.17.4.7 port 39468 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/32a5f2c0-d3f4-4546-9734-d5d050f61500.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFgaCWV1LXdlc3QtMSJIMEYCIQDdVXVbKmxTRv9I1SBrqK%2BNqaHIlelKfsC6ZaWWvnLrAAIhAP%2F4MgZIWLcsenXPFgT2TKpcvL4Eh0Py4f%2BQrjULD7BkKroFCCEQABoMODM1NDk0NzUzMTI2Igx3tte%2BgRVTXpz1PHgqlwV4B9KDEaX%2FSafjynMl2sLC4NfYdcO%2Fe7yJlvi2S43UHEvcBn4CI4lgzV51id8g%2FINgWJZnnVsSSl2L8I41qq4DfQlIg2y7aQAP%2B6m3oX3SXviVRjSs4EapVSm1HoovTmpQCdewfNKH8Fv8HPxSuchiGbu7wfKhgXux03sDOwU2krNt7793DBXxdnmTSulh3WGzmwlwodW8mxNISFetwWdPropGqAoIqY%2BBsgqgX7LeGKaLn78B3sx%2F5HjPUb9D1CXdpZCl6wwdrNQ90FxDiVnniX%2B9ktyq%2FzpI%2FgPckX%2FWgIQiNcsybZ%2BYcxODMxWFL3HXiOC99A%2FRg9DgeLhJ1UnQKFNFBM2M%2FQMDB2PoFrj%2FTM6AGxPw0c%2F0r8%2BiRiIgtV%2FBssssrVTbaILBmON9gLfJgYrUq9jBu2Sq7pVg8QY%2Bbjd%2Fhc%2FJsqoIbAHn68UslW0PHd6BSDK8l6Z0JvkQhHIBWijpoUJqcyBfWbNgezXCNKrikx1t9G4usE00p33xwszRlX%2FkCSSIHBjw1wtXEEfiItu9v8WohGxhgLtsmafcdtr0O%2F0PWlPYPNz3pl%2BJZcMeJAwzL%2Bz85e5zLtG5DC3J8fbQo%2BXQO4EBSQDi%2FA4ro%2FK8UCOut0K7R7xJmF2MlFttuB0JsRtarQIZ69mVhIe9l9NvyXFrLHMp%2BuY%2BQpBdviIYw7Bv1%2B%2FDhJhzXt31jhNPJimqHVrj7k96cLkQ8RDxIj3L67CRYchw16N6OkoFY8Rz%2BKPZjQAuBvwNortQvYxtsW9FzIfMa%2BlJOks1iWdAogo%2F%2FPUD5ou%2BoO8kak0iHotE%2BjpKtj7Pd6ilnguz%2FU0GWjubT1vqQ72ey9ZlxYXCrdbUVVNeKgAp4ia%2F5%2FvADjAPU2ej2nswkLvRzwY6sAGQNyC2ILW%2BVLYxJDS9qEipqXpHCP298nWKnQF%2Fo0lXlMFV%2BaFNzbrkh3iMvnxnnzc0vFZqkLz%2FVgDvmn6B%2FEOy%2Fi9cy%2BGUfzvQZ5JpE5UX7DP6u4TdJv3VkpaFK3qJs1aNUKrVmFE46XIbcenAI9iBJHTJorJFghKuaSsbfh1KQDanmjZT0wkv6ASr4FCbCOGMBMRCCEq2C%2FmRftuCREqNPhi%2FdEjNYhCY4rBrEXR64g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260501T124428Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBPZXVXSH%2F20260501%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=be054df9377c8063d24d61731107249a952e8beb28c2aee0cfe69484673895fa HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 428415327 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 408.5M 0 0 0 2.12M 0 2.12M 03:12 00:01 03:11 2.12M 1 408.5M 0 0 1 6.93M 0 3.46M 01:57 00:02 01:55 3.46M 2 408.5M 0 0 2 10.87M 0 3.62M 01:52 00:03 01:49 3.62M 3 408.5M 0 0 3 15.56M 0 3.87M 01:45 00:04 01:41 3.87M 5 408.5M 0 0 5 20.68M 0 4.12M 01:39 00:05 01:34 4.12M 6 408.5M 0 0 6 26.00M 0 4.31M 01:34 00:06 01:28 4.75M 7 408.5M 0 0 7 31.62M 0 4.50M 01:30 00:07 01:23 4.91M 9 408.5M 0 0 9 37.25M 0 4.64M 01:28 00:08 01:20 5.25M 10 408.5M 0 0 10 43.00M 0 4.76M 01:25 00:09 01:16 5.47M 11 408.5M 0 0 11 48.68M 0 4.85M 01:24 00:10 01:14 5.58M 13 408.5M 0 0 13 54.43M 0 4.92M 01:22 00:11 01:11 5.66M 14 408.5M 0 0 14 60.18M 0 4.99M 01:21 00:12 01:09 5.67M 16 408.5M 0 0 16 66.12M 0 5.06M 01:20 00:13 01:07 5.73M 17 408.5M 0 0 17 72.31M 0 5.14M 01:19 00:14 01:05 5.82M 19 408.5M 0 0 19 78.87M 0 5.23M 01:18 00:15 01:03 5.99M 21 408.5M 0 0 21 86.12M 0 5.35M 01:16 00:16 01:00 6.31M 23 408.5M 0 0 23 94.06M 0 5.50M 01:14 00:17 00:57 6.75M 25 408.5M 0 0 25 103.1M 0 5.70M 01:11 00:18 00:53 7.39M 27 408.5M 0 0 27 111.1M 0 5.82M 01:10 00:19 00:51 7.75M 29 408.5M 0 0 29 119.3M 0 5.94M 01:08 00:20 00:48 8.07M 31 408.5M 0 0 31 128.2M 0 6.08M 01:07 00:21 00:46 8.40M 33 408.5M 0 0 33 137.6M 0 6.23M 01:05 00:22 00:43 8.68M 35 408.5M 0 0 35 147.0M 0 6.36M 01:04 00:23 00:41 8.73M 37 408.5M 0 0 37 154.3M 0 6.40M 01:03 00:24 00:39 8.59M 39 408.5M 0 0 39 161.9M 0 6.45M 01:03 00:25 00:38 8.48M 41 408.5M 0 0 41 170.0M 0 6.51M 01:02 00:26 00:36 8.33M 43 408.5M 0 0 43 177.5M 0 6.55M 01:02 00:27 00:35 7.96M 44 408.5M 0 0 44 183.6M 0 6.53M 01:02 00:28 00:34 7.29M 46 408.5M 0 0 46 190.2M 0 6.53M 01:02 00:29 00:33 7.16M 48 408.5M 0 0 48 197.1M 0 6.54M 01:02 00:30 00:32 7.00M 49 408.5M 0 0 49 202.1M 0 6.49M 01:02 00:31 00:31 6.39M 50 408.5M 0 0 50 207.6M 0 6.46M 01:03 00:32 00:31 5.98M 52 408.5M 0 0 52 213.3M 0 6.43M 01:03 00:33 00:30 5.91M 53 408.5M 0 0 53 219.2M 0 6.42M 01:03 00:34 00:29 5.77M 55 408.5M 0 0 55 225.1M 0 6.40M 01:03 00:35 00:28 5.58M 56 408.5M 0 0 56 231.0M 0 6.39M 01:03 00:36 00:27 5.75M 58 408.5M 0 0 58 237.0M 0 6.37M 01:04 00:37 00:27 5.84M 59 408.5M 0 0 59 242.8M 0 6.36M 01:04 00:38 00:26 5.86M 60 408.5M 0 0 60 248.8M 0 6.35M 01:04 00:39 00:25 5.90M 62 408.5M 0 0 62 255.0M 0 6.34M 01:04 00:40 00:24 5.94M 64 408.5M 0 0 64 261.6M 0 6.35M 01:04 00:41 00:23 6.07M 65 408.5M 0 0 65 268.8M 0 6.37M 01:04 00:42 00:22 6.31M 67 408.5M 0 0 67 274.6M 0 6.36M 01:04 00:43 00:21 6.33M 68 408.5M 0 0 68 280.8M 0 6.35M 01:04 00:44 00:20 6.36M 70 408.5M 0 0 70 287.6M 0 6.36M 01:04 00:45 00:19 6.49M 72 408.5M 0 0 72 294.8M 0 6.38M 01:04 00:46 00:18 6.61M 73 408.5M 0 0 73 302.1M 0 6.40M 01:03 00:47 00:16 6.65M 75 408.5M 0 0 75 309.5M 0 6.42M 01:03 00:48 00:15 6.95M 77 408.5M 0 0 77 317.0M 0 6.44M 01:03 00:49 00:14 7.20M 79 408.5M 0 0 79 324.5M 0 6.46M 01:03 00:50 00:13 7.35M 81 408.5M 0 0 81 332.0M 0 6.48M 01:03 00:51 00:12 7.42M 83 408.5M 0 0 83 339.6M 0 6.50M 01:02 00:52 00:10 7.47M 85 408.5M 0 0 85 347.3M 0 6.52M 01:02 00:53 00:09 7.54M 86 408.5M 0 0 86 355.1M 0 6.55M 01:02 00:54 00:08 7.62M 88 408.5M 0 0 88 363.4M 0 6.58M 01:02 00:55 00:07 7.75M 91 408.5M 0 0 91 372.3M 0 6.62M 01:01 00:56 00:05 8.03M 93 408.5M 0 0 93 380.9M 0 6.65M 01:01 00:57 00:04 8.23M 94 408.5M 0 0 94 387.8M 0 6.65M 01:01 00:58 00:03 8.05M 96 408.5M 0 0 96 394.3M 0 6.65M 01:01 00:59 00:02 7.78M 98 408.5M 0 0 98 400.5M 0 6.64M 01:01 01:00 00:01 7.37M 99 408.5M 0 0 99 407.0M 0 6.64M 01:01 01:01 6.85M* upload completely sent off: 428415327 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 7/QJTB5av6vPSlTcGcLusLQptPR7hi8cVxQN14HT0sEhZeuZtZ5sQmtEOBd1BcovGUzi0D0x1eXpIANW/zl7XRMzSl8cv73B < x-amz-request-id: HS8TR43TH6BM8T4R < Date: Fri, 01 May 2026 12:45:01 GMT < x-amz-server-side-encryption: AES256 < ETag: "5a04066aaa8ecafe45e0e5c9d6837b9e" < x-amz-checksum-crc64nvme: 4oQiF+hpglo= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 408.5M 0 0 100 408.5M 0 6.57M 01:02 01:02 6.85M 100 408.5M 0 0 100 408.5M 0 6.57M 01:02 01:02 6.85M 100 408.5M 0 0 100 408.5M 0 6.57M 01:02 01:02 6.85M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 93.62 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: 52.92.16.144, 3.5.75.27, 52.92.35.64, 52.218.44.160, 52.92.2.144, 3.5.73.116, 52.92.16.80, 3.5.74.125 * Trying 52.92.16.144: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.16.144 port 443) from 10.17.4.7 port 53218 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/29bf2a09-e6b2-48a9-ad1e-98ebadded3de.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFgaCWV1LXdlc3QtMSJIMEYCIQDdVXVbKmxTRv9I1SBrqK%2BNqaHIlelKfsC6ZaWWvnLrAAIhAP%2F4MgZIWLcsenXPFgT2TKpcvL4Eh0Py4f%2BQrjULD7BkKroFCCEQABoMODM1NDk0NzUzMTI2Igx3tte%2BgRVTXpz1PHgqlwV4B9KDEaX%2FSafjynMl2sLC4NfYdcO%2Fe7yJlvi2S43UHEvcBn4CI4lgzV51id8g%2FINgWJZnnVsSSl2L8I41qq4DfQlIg2y7aQAP%2B6m3oX3SXviVRjSs4EapVSm1HoovTmpQCdewfNKH8Fv8HPxSuchiGbu7wfKhgXux03sDOwU2krNt7793DBXxdnmTSulh3WGzmwlwodW8mxNISFetwWdPropGqAoIqY%2BBsgqgX7LeGKaLn78B3sx%2F5HjPUb9D1CXdpZCl6wwdrNQ90FxDiVnniX%2B9ktyq%2FzpI%2FgPckX%2FWgIQiNcsybZ%2BYcxODMxWFL3HXiOC99A%2FRg9DgeLhJ1UnQKFNFBM2M%2FQMDB2PoFrj%2FTM6AGxPw0c%2F0r8%2BiRiIgtV%2FBssssrVTbaILBmON9gLfJgYrUq9jBu2Sq7pVg8QY%2Bbjd%2Fhc%2FJsqoIbAHn68UslW0PHd6BSDK8l6Z0JvkQhHIBWijpoUJqcyBfWbNgezXCNKrikx1t9G4usE00p33xwszRlX%2FkCSSIHBjw1wtXEEfiItu9v8WohGxhgLtsmafcdtr0O%2F0PWlPYPNz3pl%2BJZcMeJAwzL%2Bz85e5zLtG5DC3J8fbQo%2BXQO4EBSQDi%2FA4ro%2FK8UCOut0K7R7xJmF2MlFttuB0JsRtarQIZ69mVhIe9l9NvyXFrLHMp%2BuY%2BQpBdviIYw7Bv1%2B%2FDhJhzXt31jhNPJimqHVrj7k96cLkQ8RDxIj3L67CRYchw16N6OkoFY8Rz%2BKPZjQAuBvwNortQvYxtsW9FzIfMa%2BlJOks1iWdAogo%2F%2FPUD5ou%2BoO8kak0iHotE%2BjpKtj7Pd6ilnguz%2FU0GWjubT1vqQ72ey9ZlxYXCrdbUVVNeKgAp4ia%2F5%2FvADjAPU2ej2nswkLvRzwY6sAGQNyC2ILW%2BVLYxJDS9qEipqXpHCP298nWKnQF%2Fo0lXlMFV%2BaFNzbrkh3iMvnxnnzc0vFZqkLz%2FVgDvmn6B%2FEOy%2Fi9cy%2BGUfzvQZ5JpE5UX7DP6u4TdJv3VkpaFK3qJs1aNUKrVmFE46XIbcenAI9iBJHTJorJFghKuaSsbfh1KQDanmjZT0wkv6ASr4FCbCOGMBMRCCEq2C%2FmRftuCREqNPhi%2FdEjNYhCY4rBrEXR64g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260501T124602Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBPZXVXSH%2F20260501%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=62154cda85a4d4233c6abc952dd12b0610cca1e3124904aeb8b76bf23d70fdb5 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71871243 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 68.54M 0 0 1 768.0k 0 668.3k 01:45 00:01 01:44 668.4k 1 68.54M 0 0 1 1.00M 0 474.7k 02:27 00:02 02:25 474.9k 1 68.54M 0 0 1 1.25M 0 388.1k 03:00 00:03 02:57 388.2k 2 68.54M 0 0 2 1.43M 0 335.0k 03:29 00:04 03:25 335.0k 2 68.54M 0 0 2 1.56M 0 269.3k 04:20 00:05 04:15 269.3k 2 68.54M 0 0 2 1.75M 0 245.9k 04:45 00:07 04:38 166.9k 2 68.54M 0 0 2 1.93M 0 238.5k 04:54 00:08 04:46 155.8k 3 68.54M 0 0 3 2.12M 0 229.7k 05:05 00:09 04:56 145.1k 3 68.54M 0 0 3 2.31M 0 218.6k 05:21 00:10 05:11 139.1k 3 68.54M 0 0 3 2.43M 0 210.2k 05:33 00:11 05:22 151.0k 3 68.54M 0 0 3 2.56M 0 203.6k 05:44 00:12 05:32 148.6k 3 68.54M 0 0 3 2.68M 0 196.9k 05:56 00:13 05:43 135.7k 4 68.54M 0 0 4 2.81M 0 191.4k 06:06 00:15 05:51 126.3k 4 68.54M 0 0 4 3.00M 0 190.1k 06:09 00:16 05:53 132.1k 4 68.54M 0 0 4 3.18M 0 187.8k 06:13 00:17 05:56 139.6k 4 68.54M 0 0 4 3.37M 0 187.9k 06:13 00:18 05:55 151.0k 5 68.54M 0 0 5 3.56M 0 185.7k 06:17 00:19 05:58 158.1k 5 68.54M 0 0 5 3.75M 0 183.5k 06:22 00:20 06:02 163.3k 5 68.54M 0 0 5 3.87M 0 180.0k 06:29 00:22 06:07 152.4k 5 68.54M 0 0 5 4.00M 0 172.6k 06:46 00:23 06:23 131.0k 6 68.54M 0 0 6 4.12M 0 166.2k 07:02 00:25 06:37 109.5k 6 68.54M 0 0 6 4.25M 0 164.0k 07:07 00:26 06:41 102.2k 6 68.54M 0 0 6 4.43M 0 163.3k 07:09 00:27 06:42 102.0k 6 68.54M 0 0 6 4.62M 0 162.6k 07:11 00:29 06:42 108.4k 6 68.54M 0 0 6 4.75M 0 159.0k 07:21 00:30 06:51 111.9k 7 68.54M 0 0 7 4.93M 0 158.4k 07:22 00:31 06:51 127.8k 7 68.54M 0 0 7 5.06M 0 157.0k 07:27 00:33 06:54 128.1k 7 68.54M 0 0 7 5.18M 0 155.7k 07:30 00:34 06:56 122.0k 7 68.54M 0 0 7 5.37M 0 156.2k 07:29 00:35 06:54 125.6k 8 68.54M 0 0 8 5.56M 0 155.8k 07:30 00:36 06:54 139.5k 8 68.54M 0 0 8 5.68M 0 153.9k 07:35 00:37 06:58 129.5k 8 68.54M 0 0 8 5.87M 0 154.2k 07:35 00:39 06:56 138.8k 8 68.54M 0 0 8 6.12M 0 156.5k 07:28 00:40 06:48 161.4k 9 68.54M 0 0 9 6.31M 0 155.5k 07:31 00:41 06:50 151.6k 9 68.54M 0 0 9 6.43M 0 153.8k 07:36 00:42 06:54 142.0k 9 68.54M 0 0 9 6.56M 0 153.1k 07:38 00:43 06:55 148.3k 9 68.54M 0 0 9 6.68M 0 150.1k 07:47 00:45 07:02 125.8k 9 68.54M 0 0 9 6.81M 0 147.9k 07:54 00:47 07:07 99.39k 10 68.54M 0 0 10 6.93M 0 147.3k 07:56 00:48 07:08 98565 10 68.54M 0 0 10 7.12M 0 147.3k 07:56 00:49 07:07 105.7k 10 68.54M 0 0 10 7.31M 0 147.6k 07:55 00:50 07:05 112.2k 10 68.54M 0 0 10 7.50M 0 148.1k 07:53 00:51 07:02 133.8k 11 68.54M 0 0 11 7.62M 0 147.7k 07:55 00:52 07:03 145.8k 11 68.54M 0 0 11 7.81M 0 148.4k 07:52 00:53 06:59 158.1k 11 68.54M 0 0 11 8.00M 0 148.4k 07:52 00:55 06:57 158.0k 11 68.54M 0 0 11 8.12M 0 146.8k 07:58 00:56 07:02 139.8k 12 68.54M 0 0 12 8.25M 0 145.7k 08:01 00:57 07:04 125.4k 12 68.54M 0 0 12 8.37M 0 145.1k 08:03 00:59 07:04 123.1k 12 68.54M 0 0 12 8.56M 0 145.5k 08:02 01:00 07:02 120.7k 12 68.54M 0 0 12 8.75M 0 145.0k 08:03 01:01 07:02 116.4k 12 68.54M 0 0 12 8.87M 0 143.7k 08:08 01:03 07:05 117.4k 13 68.54M 0 0 13 9.00M 0 143.1k 08:10 01:04 07:06 119.4k 13 68.54M 0 0 13 9.12M 0 142.8k 08:11 01:05 07:06 121.4k 13 68.54M 0 0 13 9.31M 0 143.0k 08:10 01:06 07:04 119.4k 13 68.54M 0 0 13 9.50M 0 143.4k 08:09 01:07 07:02 126.8k 14 68.54M 0 0 14 9.62M 0 142.8k 08:11 01:08 07:03 132.8k 14 68.54M 0 0 14 9.81M 0 142.7k 08:11 01:10 07:01 138.8k 14 68.54M 0 0 14 10.00M 0 143.1k 08:10 01:11 06:59 145.6k 14 68.54M 0 0 14 10.18M 0 143.6k 08:08 01:12 06:56 150.1k 15 68.54M 0 0 15 10.37M 0 143.8k 08:07 01:13 06:54 148.4k 15 68.54M 0 0 15 10.56M 0 144.0k 08:07 01:15 06:52 157.2k 15 68.54M 0 0 15 10.75M 0 144.2k 08:06 01:16 06:50 162.2k 15 68.54M 0 0 15 10.93M 0 144.4k 08:05 01:17 06:48 161.1k 16 68.54M 0 0 16 11.06M 0 143.7k 08:08 01:18 06:50 144.7k 16 68.54M 0 0 16 11.25M 0 143.8k 08:07 01:20 06:47 144.7k 16 68.54M 0 0 16 11.43M 0 144.1k 08:06 01:21 06:45 145.2k 17 68.54M 0 0 17 11.68M 0 145.2k 08:03 01:22 06:41 157.7k 17 68.54M 0 0 17 12.00M 0 146.6k 07:58 01:23 06:35 173.4k 17 68.54M 0 0 17 12.12M 0 146.2k 07:59 01:24 06:35 179.4k 17 68.54M 0 0 17 12.31M 0 146.2k 07:59 01:26 06:33 177.3k 18 68.54M 0 0 18 12.50M 0 146.6k 07:58 01:27 06:31 179.8k 18 68.54M 0 0 18 12.68M 0 146.8k 07:57 01:28 06:29 168.4k 18 68.54M 0 0 18 12.87M 0 147.2k 07:56 01:29 06:27 156.6k 19 68.54M 0 0 19 13.06M 0 147.1k 07:56 01:30 06:26 159.9k 19 68.54M 0 0 19 13.25M 0 147.5k 07:55 01:31 06:24 166.5k 19 68.54M 0 0 19 13.37M 0 147.2k 07:56 01:33 06:23 157.0k 19 68.54M 0 0 19 13.56M 0 147.0k 07:57 01:34 06:23 150.1k 19 68.54M 0 0 19 13.68M 0 146.6k 07:58 01:35 06:23 136.9k 20 68.54M 0 0 20 13.81M 0 145.7k 08:01 01:37 06:24 124.2k 20 68.54M 0 0 20 13.93M 0 145.3k 08:02 01:38 06:24 112.9k 20 68.54M 0 0 20 14.12M 0 145.1k 08:03 01:39 06:24 115.5k 20 68.54M 0 0 20 14.25M 0 144.7k 08:04 01:40 06:24 110.4k 21 68.54M 0 0 21 14.43M 0 144.7k 08:04 01:42 06:22 117.8k 21 68.54M 0 0 21 14.62M 0 144.5k 08:05 01:43 06:22 127.6k 21 68.54M 0 0 21 14.75M 0 144.3k 08:06 01:44 06:22 129.5k 21 68.54M 0 0 21 14.87M 0 143.6k 08:08 01:46 06:22 120.8k 21 68.54M 0 0 21 15.00M 0 143.1k 08:10 01:47 06:23 118.0k 22 68.54M 0 0 22 15.18M 0 143.2k 08:09 01:48 06:21 119.4k 22 68.54M 0 0 22 15.37M 0 143.3k 08:09 01:49 06:20 123.0k 22 68.54M 0 0 22 15.56M 0 143.4k 08:09 01:51 06:18 128.0k 22 68.54M 0 0 22 15.75M 0 143.2k 08:09 01:52 06:17 136.9k 23 68.54M 0 0 23 15.93M 0 143.6k 08:08 01:53 06:15 151.5k 23 68.54M 0 0 23 16.12M 0 143.5k 08:09 01:55 06:14 146.8k 23 68.54M 0 0 23 16.31M 0 143.4k 08:09 01:56 06:13 145.4k 24 68.54M 0 0 24 16.50M 0 143.3k 08:09 01:57 06:12 142.8k 24 68.54M 0 0 24 16.62M 0 143.1k 08:10 01:58 06:12 140.1k 24 68.54M 0 0 24 16.75M 0 142.9k 08:10 01:59 06:11 131.2k 24 68.54M 0 0 24 16.87M 0 142.4k 08:12 02:01 06:11 122.8k 24 68.54M 0 0 24 17.00M 0 141.8k 08:14 02:02 06:12 111.8k 24 68.54M 0 0 24 17.12M 0 141.4k 08:16 02:03 06:13 104.1k 25 68.54M 0 0 25 17.25M 0 141.0k 08:17 02:05 06:12 101.2k 25 68.54M 0 0 25 17.43M 0 141.1k 08:17 02:06 06:11 108.2k 25 68.54M 0 0 25 17.68M 0 141.6k 08:15 02:07 06:08 127.8k 25 68.54M 0 0 25 17.81M 0 141.4k 08:16 02:08 06:08 134.4k 26 68.54M 0 0 26 17.93M 0 141.1k 08:17 02:10 06:07 134.6k 26 68.54M 0 0 26 18.06M 0 140.8k 08:18 02:11 06:07 137.5k 26 68.54M 0 0 26 18.25M 0 141.0k 08:17 02:12 06:05 138.5k 26 68.54M 0 0 26 18.50M 0 141.7k 08:15 02:13 06:02 141.9k 27 68.54M 0 0 27 18.81M 0 142.6k 08:12 02:15 05:57 165.6k 27 68.54M 0 0 27 19.00M 0 142.7k 08:11 02:16 05:55 176.8k 28 68.54M 0 0 28 19.25M 0 143.3k 08:09 02:17 05:52 196.1k 28 68.54M 0 0 28 19.50M 0 143.8k 08:07 02:18 05:49 203.3k 28 68.54M 0 0 28 19.75M 0 144.4k 08:06 02:20 05:46 201.1k 29 68.54M 0 0 29 19.93M 0 144.4k 08:05 02:21 05:44 185.3k 29 68.54M 0 0 29 20.12M 0 144.5k 08:05 02:22 05:43 182.8k 29 68.54M 0 0 29 20.37M 0 144.9k 08:04 02:23 05:41 180.5k 29 68.54M 0 0 29 20.56M 0 145.1k 08:03 02:25 05:38 174.5k 30 68.54M 0 0 30 20.75M 0 145.4k 08:02 02:26 05:36 170.8k 30 68.54M 0 0 30 20.93M 0 145.7k 08:01 02:27 05:34 175.4k 30 68.54M 0 0 30 21.06M 0 145.4k 08:02 02:28 05:34 168.4k 31 68.54M 0 0 31 21.25M 0 145.5k 08:02 02:29 05:33 161.2k 31 68.54M 0 0 31 21.43M 0 145.8k 08:01 02:30 05:31 164.0k 31 68.54M 0 0 31 21.68M 0 146.4k 07:59 02:31 05:28 171.6k 32 68.54M 0 0 32 21.93M 0 147.0k 07:57 02:32 05:25 183.5k 32 68.54M 0 0 32 22.06M 0 146.9k 07:57 02:33 05:24 188.5k 32 68.54M 0 0 32 22.25M 0 147.0k 07:57 02:34 05:23 188.2k 32 68.54M 0 0 32 22.50M 0 147.5k 07:55 02:36 05:19 190.6k 33 68.54M 0 0 33 22.68M 0 147.7k 07:54 02:37 05:17 183.7k 33 68.54M 0 0 33 22.87M 0 147.7k 07:55 02:38 05:17 163.4k 33 68.54M 0 0 33 23.00M 0 147.4k 07:56 02:39 05:17 159.7k 33 68.54M 0 0 33 23.12M 0 147.0k 07:57 02:41 05:16 145.0k 34 68.54M 0 0 34 23.31M 0 147.1k 07:57 02:42 05:15 136.7k 34 68.54M 0 0 34 23.50M 0 147.3k 07:56 02:43 05:13 135.3k 34 68.54M 0 0 34 23.68M 0 147.3k 07:56 02:44 05:12 137.2k 34 68.54M 0 0 34 23.87M 0 147.4k 07:56 02:45 05:11 147.5k 35 68.54M 0 0 35 24.06M 0 147.4k 07:56 02:47 05:09 158.8k 35 68.54M 0 0 35 24.25M 0 147.4k 07:55 02:48 05:07 157.1k 35 68.54M 0 0 35 24.43M 0 147.5k 07:55 02:49 05:06 153.0k 35 68.54M 0 0 35 24.56M 0 147.1k 07:56 02:50 05:06 142.6k 36 68.54M 0 0 36 24.68M 0 146.8k 07:57 02:52 05:05 131.4k 36 68.54M 0 0 36 24.87M 0 146.8k 07:57 02:53 05:04 131.5k 36 68.54M 0 0 36 25.06M 0 146.9k 07:57 02:54 05:03 132.1k 36 68.54M 0 0 36 25.25M 0 147.1k 07:57 02:55 05:02 135.3k 37 68.54M 0 0 37 25.43M 0 147.1k 07:56 02:56 05:00 148.1k 37 68.54M 0 0 37 25.62M 0 147.4k 07:56 02:58 04:58 163.8k 37 68.54M 0 0 37 25.87M 0 147.8k 07:54 02:59 04:55 176.4k 38 68.54M 0 0 38 26.06M 0 147.8k 07:54 03:00 04:54 177.1k 38 68.54M 0 0 38 26.25M 0 147.9k 07:54 03:01 04:53 174.2k 38 68.54M 0 0 38 26.43M 0 148.1k 07:53 03:02 04:51 179.3k 38 68.54M 0 0 38 26.68M 0 148.7k 07:51 03:03 04:48 191.3k 39 68.54M 0 0 39 26.93M 0 149.0k 07:50 03:05 04:45 186.0k 39 68.54M 0 0 39 27.12M 0 149.0k 07:50 03:06 04:44 185.0k 39 68.54M 0 0 39 27.25M 0 148.7k 07:51 03:07 04:44 173.8k 39 68.54M 0 0 39 27.37M 0 148.3k 07:53 03:08 04:45 154.0k 40 68.54M 0 0 40 27.50M 0 148.0k 07:54 03:10 04:44 127.9k 40 68.54M 0 0 40 27.68M 0 148.0k 07:53 03:11 04:42 120.5k 40 68.54M 0 0 40 27.87M 0 148.2k 07:53 03:12 04:41 124.7k 41 68.54M 0 0 41 28.18M 0 148.9k 07:51 03:13 04:38 152.7k 41 68.54M 0 0 41 28.37M 0 148.9k 07:51 03:15 04:36 168.2k 41 68.54M 0 0 41 28.56M 0 149.0k 07:50 03:16 04:34 181.5k 42 68.54M 0 0 42 28.81M 0 149.4k 07:49 03:17 04:32 192.2k 42 68.54M 0 0 42 29.06M 0 149.9k 07:48 03:18 04:30 203.0k 42 68.54M 0 0 42 29.31M 0 150.4k 07:46 03:19 04:27 200.3k 43 68.54M 0 0 43 29.50M 0 150.4k 07:46 03:20 04:26 199.6k 43 68.54M 0 0 43 29.68M 0 150.4k 07:46 03:22 04:24 197.3k 43 68.54M 0 0 43 29.87M 0 150.2k 07:47 03:23 04:24 177.9k 43 68.54M 0 0 43 30.00M 0 149.8k 07:48 03:25 04:23 146.7k 43 68.54M 0 0 43 30.12M 0 149.5k 07:49 03:26 04:23 125.3k 44 68.54M 0 0 44 30.25M 0 149.4k 07:49 03:27 04:22 119.0k 44 68.54M 0 0 44 30.43M 0 149.3k 07:49 03:28 04:21 116.3k 44 68.54M 0 0 44 30.62M 0 149.3k 07:49 03:29 04:20 120.8k 45 68.54M 0 0 45 30.87M 0 149.6k 07:48 03:31 04:17 144.1k 45 68.54M 0 0 45 31.06M 0 149.3k 07:49 03:32 04:17 143.2k 45 68.54M 0 0 45 31.18M 0 148.8k 07:51 03:34 04:17 130.0k 45 68.54M 0 0 45 31.31M 0 148.7k 07:51 03:35 04:16 128.0k 45 68.54M 0 0 45 31.50M 0 148.8k 07:51 03:36 04:15 132.2k 46 68.54M 0 0 46 31.68M 0 149.0k 07:51 03:37 04:14 127.3k 46 68.54M 0 0 46 31.87M 0 148.9k 07:51 03:39 04:12 134.9k 46 68.54M 0 0 46 32.06M 0 148.9k 07:51 03:40 04:11 154.9k 46 68.54M 0 0 46 32.18M 0 148.8k 07:51 03:41 04:10 152.6k 47 68.54M 0 0 47 32.37M 0 148.7k 07:51 03:42 04:09 144.7k 47 68.54M 0 0 47 32.50M 0 148.5k 07:52 03:44 04:08 133.2k 47 68.54M 0 0 47 32.62M 0 148.1k 07:53 03:45 04:08 120.3k 47 68.54M 0 0 47 32.75M 0 148.0k 07:54 03:46 04:08 114.2k 48 68.54M 0 0 48 32.93M 0 147.8k 07:54 03:48 04:06 115.5k 48 68.54M 0 0 48 33.06M 0 147.5k 07:55 03:49 04:06 107.0k 48 68.54M 0 0 48 33.18M 0 147.4k 07:55 03:50 04:05 108.9k 48 68.54M 0 0 48 33.31M 0 147.2k 07:56 03:51 04:05 112.6k 48 68.54M 0 0 48 33.50M 0 147.2k 07:56 03:52 04:04 120.7k 49 68.54M 0 0 49 33.68M 0 147.2k 07:56 03:54 04:02 126.6k 49 68.54M 0 0 49 33.87M 0 147.3k 07:56 03:55 04:01 138.8k 49 68.54M 0 0 49 34.12M 0 147.6k 07:55 03:56 03:59 155.0k 50 68.54M 0 0 50 34.31M 0 147.8k 07:54 03:57 03:57 171.0k 50 68.54M 0 0 50 34.50M 0 147.9k 07:54 03:58 03:56 174.0k 50 68.54M 0 0 50 34.75M 0 148.2k 07:53 04:00 03:53 185.9k 50 68.54M 0 0 50 34.87M 0 148.1k 07:53 04:01 03:52 182.3k 51 68.54M 0 0 51 35.00M 0 147.7k 07:54 04:02 03:52 152.5k 51 68.54M 0 0 51 35.18M 0 147.8k 07:54 04:03 03:51 147.9k 51 68.54M 0 0 51 35.37M 0 147.9k 07:54 04:04 03:50 148.7k 51 68.54M 0 0 51 35.56M 0 148.0k 07:54 04:05 03:49 141.4k 52 68.54M 0 0 52 35.68M 0 147.9k 07:54 04:06 03:48 141.6k 52 68.54M 0 0 52 35.81M 0 147.8k 07:54 04:07 03:47 153.0k 52 68.54M 0 0 52 36.00M 0 147.8k 07:54 04:09 03:45 147.9k 52 68.54M 0 0 52 36.06M 0 147.4k 07:55 04:10 03:45 126.8k 52 68.54M 0 0 52 36.18M 0 147.2k 07:56 04:11 03:45 113.0k 53 68.54M 0 0 53 36.37M 0 147.3k 07:56 04:12 03:44 120.0k 53 68.54M 0 0 53 36.56M 0 147.4k 07:56 04:13 03:43 127.8k 53 68.54M 0 0 53 36.75M 0 147.4k 07:55 04:15 03:40 133.1k 53 68.54M 0 0 53 36.93M 0 147.6k 07:55 04:16 03:39 153.0k 54 68.54M 0 0 54 37.12M 0 147.5k 07:55 04:17 03:38 160.9k 54 68.54M 0 0 54 37.31M 0 147.6k 07:55 04:18 03:37 162.8k 54 68.54M 0 0 54 37.56M 0 147.9k 07:54 04:19 03:35 170.5k 55 68.54M 0 0 55 37.81M 0 148.3k 07:53 04:21 03:32 185.2k 55 68.54M 0 0 55 38.06M 0 148.7k 07:51 04:22 03:29 198.9k 55 68.54M 0 0 55 38.25M 0 148.8k 07:51 04:23 03:28 208.9k 56 68.54M 0 0 56 38.50M 0 149.1k 07:50 04:24 03:26 214.4k 56 68.54M 0 0 56 38.75M 0 149.3k 07:49 04:25 03:24 213.4k 56 68.54M 0 0 56 38.93M 0 149.2k 07:50 04:27 03:23 188.8k 56 68.54M 0 0 56 39.06M 0 149.1k 07:50 04:28 03:22 167.8k 57 68.54M 0 0 57 39.18M 0 148.7k 07:51 04:29 03:22 144.0k 57 68.54M 0 0 57 39.31M 0 148.2k 07:53 04:31 03:22 116.5k 57 68.54M 0 0 57 39.50M 0 148.2k 07:53 04:32 03:21 107.3k 57 68.54M 0 0 57 39.68M 0 148.3k 07:53 04:33 03:20 112.1k 58 68.54M 0 0 58 39.87M 0 148.3k 07:53 04:35 03:18 117.8k 58 68.54M 0 0 58 40.06M 0 148.4k 07:52 04:36 03:16 136.1k 58 68.54M 0 0 58 40.25M 0 148.5k 07:52 04:37 03:15 162.1k 58 68.54M 0 0 58 40.43M 0 148.5k 07:52 04:38 03:14 164.8k 59 68.54M 0 0 59 40.62M 0 148.6k 07:52 04:39 03:13 164.4k 59 68.54M 0 0 59 40.81M 0 148.7k 07:51 04:40 03:11 165.1k 59 68.54M 0 0 59 41.00M 0 148.7k 07:51 04:42 03:09 160.0k 60 68.54M 0 0 60 41.18M 0 148.8k 07:51 04:43 03:08 162.0k 60 68.54M 0 0 60 41.37M 0 148.9k 07:51 04:44 03:07 163.3k 60 68.54M 0 0 60 41.50M 0 148.6k 07:52 04:45 03:07 146.0k 60 68.54M 0 0 60 41.62M 0 148.3k 07:53 04:47 03:06 131.3k 60 68.54M 0 0 60 41.75M 0 148.0k 07:54 04:48 03:06 118.1k 61 68.54M 0 0 61 41.87M 0 147.7k 07:54 04:50 03:04 103.9k 61 68.54M 0 0 61 42.00M 0 147.7k 07:55 04:51 03:04 98773 61 68.54M 0 0 61 42.12M 0 147.3k 07:56 04:52 03:04 97047 61 68.54M 0 0 61 42.25M 0 147.2k 07:56 04:53 03:03 99.57k 61 68.54M 0 0 61 42.43M 0 147.3k 07:56 04:54 03:02 115.0k 62 68.54M 0 0 62 42.56M 0 146.9k 07:57 04:56 03:01 108.7k 62 68.54M 0 0 62 42.68M 0 146.6k 07:58 04:58 03:00 101.1k 62 68.54M 0 0 62 42.81M 0 146.5k 07:58 04:59 02:59 108.6k 62 68.54M 0 0 62 42.93M 0 146.3k 07:59 05:00 02:59 104.5k 62 68.54M 0 0 62 43.12M 0 146.2k 07:59 05:01 02:58 100.7k 63 68.54M 0 0 63 43.31M 0 146.1k 08:00 05:03 02:57 113.4k 63 68.54M 0 0 63 43.50M 0 146.1k 08:00 05:04 02:56 126.3k 63 68.54M 0 0 63 43.75M 0 146.4k 07:59 05:05 02:54 144.1k 64 68.54M 0 0 64 44.06M 0 146.9k 07:57 05:06 02:51 177.3k 64 68.54M 0 0 64 44.31M 0 147.3k 07:56 05:07 02:49 200.5k 64 68.54M 0 0 64 44.50M 0 147.4k 07:55 05:09 02:46 214.9k 65 68.54M 0 0 65 44.75M 0 147.7k 07:55 05:10 02:45 232.1k 65 68.54M 0 0 65 45.00M 0 147.9k 07:54 05:11 02:43 231.0k 65 68.54M 0 0 65 45.18M 0 148.0k 07:54 05:12 02:42 206.0k 66 68.54M 0 0 66 45.31M 0 147.8k 07:54 05:13 02:41 162.3k 66 68.54M 0 0 66 45.31M 0 147.8k 07:54 05:13 02:41 147.8k 66 68.54M 0 0 66 45.50M 0 147.9k 07:54 05:14 02:40 156.4k 66 68.54M 0 0 66 45.68M 0 147.9k 07:54 05:16 02:38 156.3k 66 68.54M 0 0 66 45.87M 0 147.8k 07:54 05:17 02:37 145.5k 67 68.54M 0 0 67 46.00M 0 147.6k 07:55 05:18 02:37 135.9k 67 68.54M 0 0 67 46.18M 0 147.6k 07:55 05:20 02:35 135.7k 67 68.54M 0 0 67 46.31M 0 147.5k 07:55 05:21 02:34 129.6k 67 68.54M 0 0 67 46.43M 0 147.4k 07:56 05:22 02:34 121.0k 67 68.54M 0 0 67 46.56M 0 147.2k 07:56 05:23 02:33 116.0k 68 68.54M 0 0 68 46.68M 0 147.0k 07:57 05:25 02:32 116.0k 68 68.54M 0 0 68 46.87M 0 147.0k 07:57 05:26 02:31 117.9k 68 68.54M 0 0 68 47.00M 0 146.8k 07:58 05:27 02:31 110.7k 68 68.54M 0 0 68 47.12M 0 146.7k 07:58 05:28 02:30 112.6k 69 68.54M 0 0 69 47.31M 0 146.8k 07:57 05:29 02:28 125.1k 69 68.54M 0 0 69 47.43M 0 146.7k 07:58 05:31 02:27 127.6k 69 68.54M 0 0 69 47.56M 0 146.5k 07:59 05:32 02:27 116.1k 69 68.54M 0 0 69 47.68M 0 146.3k 07:59 05:33 02:26 118.5k 69 68.54M 0 0 69 47.87M 0 146.3k 07:59 05:35 02:24 122.6k 70 68.54M 0 0 70 48.00M 0 146.2k 08:00 05:36 02:24 113.1k 70 68.54M 0 0 70 48.12M 0 146.1k 08:00 05:37 02:23 114.3k 70 68.54M 0 0 70 48.31M 0 146.0k 08:00 05:38 02:22 123.5k 70 68.54M 0 0 70 48.50M 0 146.0k 08:00 05:40 02:20 129.9k 71 68.54M 0 0 71 48.68M 0 146.0k 08:00 05:41 02:19 131.1k 71 68.54M 0 0 71 48.87M 0 146.0k 08:00 05:42 02:18 139.9k 71 68.54M 0 0 71 49.06M 0 146.0k 08:00 05:43 02:17 143.6k 71 68.54M 0 0 71 49.25M 0 146.0k 08:00 05:45 02:15 145.6k 72 68.54M 0 0 72 49.50M 0 146.3k 07:59 05:46 02:13 161.9k 72 68.54M 0 0 72 49.75M 0 146.4k 07:59 05:47 02:12 171.6k 72 68.54M 0 0 72 50.00M 0 146.7k 07:58 05:48 02:10 180.0k 73 68.54M 0 0 73 50.18M 0 146.7k 07:58 05:50 02:08 180.1k 73 68.54M 0 0 73 50.37M 0 146.7k 07:58 05:51 02:07 181.6k 73 68.54M 0 0 73 50.56M 0 146.8k 07:57 05:52 02:05 177.1k 74 68.54M 0 0 74 50.75M 0 146.9k 07:57 05:53 02:04 173.0k 74 68.54M 0 0 74 51.00M 0 147.1k 07:57 05:54 02:03 170.6k 74 68.54M 0 0 74 51.25M 0 147.3k 07:56 05:56 02:00 188.6k 75 68.54M 0 0 75 51.50M 0 147.5k 07:55 05:57 01:58 198.4k 75 68.54M 0 0 75 51.68M 0 147.5k 07:55 05:58 01:57 187.8k 75 68.54M 0 0 75 51.81M 0 147.4k 07:55 05:59 01:56 177.4k 75 68.54M 0 0 75 51.93M 0 147.3k 07:56 06:00 01:56 160.5k 76 68.54M 0 0 76 52.12M 0 147.4k 07:56 06:02 01:54 148.9k 76 68.54M 0 0 76 52.37M 0 147.5k 07:55 06:03 01:52 144.6k 76 68.54M 0 0 76 52.50M 0 147.4k 07:56 06:04 01:52 139.4k 76 68.54M 0 0 76 52.62M 0 147.2k 07:56 06:05 01:51 136.1k 76 68.54M 0 0 76 52.75M 0 147.1k 07:57 06:07 01:50 134.5k 77 68.54M 0 0 77 52.93M 0 147.1k 07:56 06:08 01:48 132.2k 77 68.54M 0 0 77 53.18M 0 147.3k 07:56 06:09 01:47 137.6k 77 68.54M 0 0 77 53.37M 0 147.4k 07:56 06:10 01:46 147.3k 78 68.54M 0 0 78 53.56M 0 147.4k 07:55 06:11 01:44 160.1k 78 68.54M 0 0 78 53.75M 0 147.4k 07:55 06:13 01:42 167.8k 78 68.54M 0 0 78 53.93M 0 147.4k 07:56 06:14 01:42 163.0k 78 68.54M 0 0 78 54.12M 0 147.4k 07:55 06:15 01:40 153.1k 79 68.54M 0 0 79 54.31M 0 147.4k 07:56 06:17 01:39 148.2k 79 68.54M 0 0 79 54.50M 0 147.5k 07:55 06:18 01:37 150.3k 79 68.54M 0 0 79 54.81M 0 147.8k 07:54 06:19 01:35 170.1k 80 68.54M 0 0 80 55.00M 0 147.9k 07:54 06:20 01:34 177.3k 80 68.54M 0 0 80 55.18M 0 147.9k 07:54 06:21 01:33 177.9k 80 68.54M 0 0 80 55.31M 0 147.7k 07:55 06:23 01:32 164.0k 80 68.54M 0 0 80 55.43M 0 147.3k 07:56 06:25 01:31 139.8k 81 68.54M 0 0 81 55.56M 0 147.2k 07:56 06:26 01:30 113.9k 81 68.54M 0 0 81 55.75M 0 147.2k 07:56 06:27 01:29 112.4k 81 68.54M 0 0 81 55.93M 0 147.3k 07:56 06:28 01:28 112.6k 81 68.54M 0 0 81 56.12M 0 147.3k 07:56 06:29 01:27 128.6k 82 68.54M 0 0 82 56.25M 0 147.3k 07:56 06:30 01:26 143.2k 82 68.54M 0 0 82 56.37M 0 147.2k 07:56 06:32 01:24 147.0k 82 68.54M 0 0 82 56.50M 0 147.1k 07:56 06:33 01:23 140.8k 82 68.54M 0 0 82 56.68M 0 147.2k 07:56 06:34 01:22 141.2k 83 68.54M 0 0 83 56.93M 0 147.3k 07:56 06:35 01:21 147.3k 83 68.54M 0 0 83 57.12M 0 147.4k 07:56 06:36 01:20 153.6k 83 68.54M 0 0 83 57.31M 0 147.4k 07:55 06:37 01:18 161.8k 83 68.54M 0 0 83 57.56M 0 147.7k 07:55 06:39 01:16 180.5k 84 68.54M 0 0 84 57.81M 0 147.9k 07:54 06:40 01:14 193.2k 84 68.54M 0 0 84 58.06M 0 148.1k 07:53 06:41 01:12 197.8k 84 68.54M 0 0 84 58.25M 0 148.1k 07:53 06:42 01:11 201.9k 85 68.54M 0 0 85 58.43M 0 148.2k 07:53 06:43 01:10 205.3k 85 68.54M 0 0 85 58.62M 0 148.3k 07:53 06:44 01:09 195.6k 85 68.54M 0 0 85 58.81M 0 148.2k 07:53 06:46 01:07 171.2k 85 68.54M 0 0 85 58.93M 0 148.1k 07:53 06:47 01:06 152.8k 86 68.54M 0 0 86 59.12M 0 148.2k 07:53 06:48 01:05 154.9k 86 68.54M 0 0 86 59.37M 0 148.5k 07:52 06:49 01:03 163.7k 86 68.54M 0 0 86 59.62M 0 148.6k 07:52 06:50 01:02 167.7k 87 68.54M 0 0 87 59.87M 0 148.7k 07:51 06:52 00:59 183.8k 87 68.54M 0 0 87 60.06M 0 148.7k 07:51 06:53 00:58 189.9k 87 68.54M 0 0 87 60.25M 0 148.8k 07:51 06:54 00:57 182.7k 88 68.54M 0 0 88 60.43M 0 148.7k 07:51 06:55 00:56 167.6k 88 68.54M 0 0 88 60.56M 0 148.6k 07:52 06:57 00:55 150.5k 88 68.54M 0 0 88 60.68M 0 148.6k 07:52 06:58 00:54 138.1k 88 68.54M 0 0 88 60.81M 0 148.5k 07:52 06:59 00:53 131.0k 88 68.54M 0 0 88 60.93M 0 148.4k 07:52 07:00 00:52 125.6k 89 68.54M 0 0 89 61.12M 0 148.5k 07:52 07:01 00:51 127.6k 89 68.54M 0 0 89 61.31M 0 148.5k 07:52 07:02 00:50 136.0k 89 68.54M 0 0 89 61.43M 0 148.3k 07:53 07:03 00:50 130.8k 89 68.54M 0 0 89 61.56M 0 148.3k 07:53 07:05 00:48 132.2k 90 68.54M 0 0 90 61.75M 0 148.3k 07:52 07:06 00:46 141.0k 90 68.54M 0 0 90 61.93M 0 148.3k 07:53 07:07 00:46 133.4k 90 68.54M 0 0 90 62.06M 0 148.1k 07:53 07:08 00:45 125.3k 90 68.54M 0 0 90 62.18M 0 148.0k 07:53 07:10 00:43 127.5k 90 68.54M 0 0 90 62.31M 0 147.9k 07:54 07:11 00:43 125.1k 91 68.54M 0 0 91 62.43M 0 147.9k 07:54 07:12 00:42 116.1k 91 68.54M 0 0 91 62.56M 0 147.8k 07:54 07:13 00:41 113.7k 91 68.54M 0 0 91 62.68M 0 147.7k 07:54 07:14 00:40 115.7k 91 68.54M 0 0 91 62.81M 0 147.5k 07:55 07:15 00:40 109.8k 91 68.54M 0 0 91 62.93M 0 147.4k 07:56 07:17 00:39 106.5k 92 68.54M 0 0 92 63.12M 0 147.4k 07:56 07:18 00:38 111.1k 92 68.54M 0 0 92 63.25M 0 147.3k 07:56 07:19 00:37 112.9k 92 68.54M 0 0 92 63.43M 0 147.4k 07:56 07:20 00:36 123.2k 92 68.54M 0 0 92 63.68M 0 147.5k 07:55 07:21 00:34 148.1k 93 68.54M 0 0 93 63.93M 0 147.7k 07:55 07:23 00:32 167.8k 93 68.54M 0 0 93 64.12M 0 147.7k 07:54 07:24 00:30 175.6k 93 68.54M 0 0 93 64.25M 0 147.7k 07:55 07:25 00:30 173.1k 94 68.54M 0 0 94 64.43M 0 147.6k 07:55 07:26 00:29 164.2k 94 68.54M 0 0 94 64.56M 0 147.6k 07:55 07:27 00:28 148.4k 94 68.54M 0 0 94 64.75M 0 147.6k 07:55 07:29 00:26 142.0k 94 68.54M 0 0 94 64.87M 0 147.5k 07:55 07:30 00:25 129.9k 94 68.54M 0 0 94 65.00M 0 147.4k 07:56 07:31 00:25 128.3k 95 68.54M 0 0 95 65.12M 0 147.3k 07:56 07:32 00:24 122.3k 95 68.54M 0 0 95 65.25M 0 147.1k 07:56 07:34 00:22 114.0k 95 68.54M 0 0 95 65.37M 0 147.0k 07:57 07:35 00:22 104.9k 95 68.54M 0 0 95 65.56M 0 146.9k 07:57 07:36 00:21 108.7k 95 68.54M 0 0 95 65.68M 0 146.9k 07:57 07:37 00:20 109.6k 96 68.54M 0 0 96 65.81M 0 146.8k 07:57 07:38 00:19 112.3k 96 68.54M 0 0 96 65.93M 0 146.7k 07:58 07:40 00:18 118.0k 96 68.54M 0 0 96 66.12M 0 146.7k 07:58 07:41 00:17 121.3k 96 68.54M 0 0 96 66.31M 0 146.7k 07:58 07:42 00:16 127.4k 97 68.54M 0 0 97 66.50M 0 146.7k 07:58 07:43 00:15 137.6k 97 68.54M 0 0 97 66.62M 0 146.7k 07:58 07:45 00:13 136.1k 97 68.54M 0 0 97 66.75M 0 146.5k 07:58 07:46 00:12 129.6k 97 68.54M 0 0 97 66.93M 0 146.4k 07:59 07:47 00:12 131.1k 97 68.54M 0 0 97 67.12M 0 146.4k 07:59 07:49 00:10 126.9k 98 68.54M 0 0 98 67.25M 0 146.3k 07:59 07:50 00:09 117.0k 98 68.54M 0 0 98 67.37M 0 146.2k 07:59 07:51 00:08 115.6k 98 68.54M 0 0 98 67.50M 0 146.2k 07:59 07:52 00:07 123.0k 98 68.54M 0 0 98 67.68M 0 146.1k 08:00 07:54 00:06 122.6k 99 68.54M 0 0 99 67.87M 0 146.1k 08:00 07:55 00:05 124.5k 99 68.54M 0 0 99 68.06M 0 146.2k 07:59 07:56 00:03 136.7k 99 68.54M 0 0 99 68.31M 0 146.4k 07:59 07:57 00:02 157.4k 99 68.54M 0 0 99 68.50M 0 146.4k 07:59 07:58 00:01 165.4k* upload completely sent off: 71871243 bytes 100 68.54M 0 0 100 68.54M 0 146.0k 08:00 08:00 138.9k 100 68.54M 0 0 100 68.54M 0 145.7k 08:01 08:01 114.0k 100 68.54M 0 0 100 68.54M 0 145.4k 08:02 08:02 84945{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: xQO0pTrLXRfy0Hqh3qhrXeKY8IUFL2LVgyYi3CQckjNB7EEz8+3Pqpo7jrsDHq+gE6yzO4wO0Bw= < x-amz-request-id: P9HXV39CDEWCF55M < Date: Fri, 01 May 2026 12:46:09 GMT < x-amz-server-side-encryption: AES256 < ETag: "9fe3c7f8a099c874bc0d6069ae2046f2" < x-amz-checksum-crc64nvme: UBvbmzoFoKY= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 68.54M 0 0 100 68.54M 0 145.4k 08:02 08:02 84945 100 68.54M 0 0 100 68.54M 0 145.4k 08:02 08:02 84945 100 68.54M 0 0 100 68.54M 0 145.4k 08:02 08:02 84945 * shutting down connection #0 took: 488.25 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.72.107, 52.92.17.56, 52.92.18.104, 3.5.75.26, 52.92.19.224, 3.5.64.137, 3.5.71.79, 52.92.36.96 * Trying 3.5.72.107:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.72.107 port 443) from 10.17.4.7 port 55122 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/b000596d-f637-4846-9e4f-0130b208860d.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFgaCWV1LXdlc3QtMSJIMEYCIQDdVXVbKmxTRv9I1SBrqK%2BNqaHIlelKfsC6ZaWWvnLrAAIhAP%2F4MgZIWLcsenXPFgT2TKpcvL4Eh0Py4f%2BQrjULD7BkKroFCCEQABoMODM1NDk0NzUzMTI2Igx3tte%2BgRVTXpz1PHgqlwV4B9KDEaX%2FSafjynMl2sLC4NfYdcO%2Fe7yJlvi2S43UHEvcBn4CI4lgzV51id8g%2FINgWJZnnVsSSl2L8I41qq4DfQlIg2y7aQAP%2B6m3oX3SXviVRjSs4EapVSm1HoovTmpQCdewfNKH8Fv8HPxSuchiGbu7wfKhgXux03sDOwU2krNt7793DBXxdnmTSulh3WGzmwlwodW8mxNISFetwWdPropGqAoIqY%2BBsgqgX7LeGKaLn78B3sx%2F5HjPUb9D1CXdpZCl6wwdrNQ90FxDiVnniX%2B9ktyq%2FzpI%2FgPckX%2FWgIQiNcsybZ%2BYcxODMxWFL3HXiOC99A%2FRg9DgeLhJ1UnQKFNFBM2M%2FQMDB2PoFrj%2FTM6AGxPw0c%2F0r8%2BiRiIgtV%2FBssssrVTbaILBmON9gLfJgYrUq9jBu2Sq7pVg8QY%2Bbjd%2Fhc%2FJsqoIbAHn68UslW0PHd6BSDK8l6Z0JvkQhHIBWijpoUJqcyBfWbNgezXCNKrikx1t9G4usE00p33xwszRlX%2FkCSSIHBjw1wtXEEfiItu9v8WohGxhgLtsmafcdtr0O%2F0PWlPYPNz3pl%2BJZcMeJAwzL%2Bz85e5zLtG5DC3J8fbQo%2BXQO4EBSQDi%2FA4ro%2FK8UCOut0K7R7xJmF2MlFttuB0JsRtarQIZ69mVhIe9l9NvyXFrLHMp%2BuY%2BQpBdviIYw7Bv1%2B%2FDhJhzXt31jhNPJimqHVrj7k96cLkQ8RDxIj3L67CRYchw16N6OkoFY8Rz%2BKPZjQAuBvwNortQvYxtsW9FzIfMa%2BlJOks1iWdAogo%2F%2FPUD5ou%2BoO8kak0iHotE%2BjpKtj7Pd6ilnguz%2FU0GWjubT1vqQ72ey9ZlxYXCrdbUVVNeKgAp4ia%2F5%2FvADjAPU2ej2nswkLvRzwY6sAGQNyC2ILW%2BVLYxJDS9qEipqXpHCP298nWKnQF%2Fo0lXlMFV%2BaFNzbrkh3iMvnxnnzc0vFZqkLz%2FVgDvmn6B%2FEOy%2Fi9cy%2BGUfzvQZ5JpE5UX7DP6u4TdJv3VkpaFK3qJs1aNUKrVmFE46XIbcenAI9iBJHTJorJFghKuaSsbfh1KQDanmjZT0wkv6ASr4FCbCOGMBMRCCEq2C%2FmRftuCREqNPhi%2FdEjNYhCY4rBrEXR64g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260501T125411Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBPZXVXSH%2F20260501%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=f21dc9cd98d321e73c50b385f4f3cd1bf1425b27c4c341c01ce58adcc3e82f2c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 638812149 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 609.2M 0 0 0 2.31M 0 2.30M 04:23 00:01 04:22 2.31M 1 609.2M 0 0 1 6.87M 0 3.43M 02:57 00:02 02:55 3.43M 1 609.2M 0 0 1 11.75M 0 3.90M 02:35 00:03 02:32 3.90M 2 609.2M 0 0 2 16.37M 0 4.07M 02:29 00:04 02:25 4.07M 3 609.2M 0 0 3 20.50M 0 4.07M 02:29 00:05 02:24 4.07M 4 609.2M 0 0 4 24.87M 0 4.11M 02:27 00:06 02:21 4.47M 4 609.2M 0 0 4 29.31M 0 4.16M 02:26 00:07 02:19 4.45M 5 609.2M 0 0 5 33.87M 0 4.20M 02:24 00:08 02:16 4.39M 6 609.2M 0 0 6 38.43M 0 4.24M 02:23 00:09 02:14 4.38M 7 609.2M 0 0 7 43.00M 0 4.27M 02:22 00:10 02:12 4.46M 7 609.2M 0 0 7 47.62M 0 4.29M 02:21 00:11 02:10 4.51M 8 609.2M 0 0 8 52.31M 0 4.32M 02:20 00:12 02:08 4.55M 9 609.2M 0 0 9 57.18M 0 4.36M 02:19 00:13 02:06 4.61M 10 609.2M 0 0 10 62.37M 0 4.42M 02:17 00:14 02:03 4.74M 11 609.2M 0 0 11 68.18M 0 4.51M 02:14 00:15 01:59 4.99M 12 609.2M 0 0 12 74.87M 0 4.64M 02:11 00:16 01:55 5.41M 13 609.2M 0 0 13 82.31M 0 4.80M 02:06 00:17 01:49 5.96M 14 609.2M 0 0 14 90.93M 0 5.01M 02:01 00:18 01:43 6.70M 16 609.2M 0 0 16 101.0M 0 5.28M 01:55 00:19 01:36 7.69M 18 609.2M 0 0 18 112.9M 0 5.61M 01:48 00:20 01:28 8.91M 20 609.2M 0 0 20 127.2M 0 6.02M 01:41 00:21 01:20 10.44M 23 609.2M 0 0 23 144.1M 0 6.51M 01:33 00:22 01:11 12.33M 26 609.2M 0 0 26 164.1M 0 7.09M 01:25 00:23 01:02 14.63M 30 609.2M 0 0 30 187.4M 0 7.75M 01:18 00:24 00:54 17.17M 31 609.2M 0 0 31 194.6M 0 7.73M 01:18 00:25 00:53 16.23M 33 609.2M 0 0 33 203.9M 0 7.79M 01:18 00:26 00:52 15.24M 35 609.2M 0 0 35 213.8M 0 7.87M 01:17 00:27 00:50 13.85M 36 609.2M 0 0 36 222.8M 0 7.91M 01:17 00:28 00:49 11.63M 37 609.2M 0 0 37 230.6M 0 7.90M 01:17 00:29 00:48 8.62M 39 609.2M 0 0 39 238.8M 0 7.91M 01:16 00:30 00:46 8.82M 40 609.2M 0 0 40 245.7M 0 7.88M 01:17 00:31 00:46 8.32M 41 609.2M 0 0 41 252.2M 0 7.83M 01:17 00:32 00:45 7.64M 42 609.2M 0 0 42 259.1M 0 7.80M 01:18 00:33 00:45 7.23M 43 609.2M 0 0 43 266.1M 0 7.78M 01:18 00:34 00:44 7.06M 44 609.2M 0 0 44 273.3M 0 7.76M 01:18 00:35 00:43 6.86M 46 609.2M 0 0 46 280.5M 0 7.74M 01:18 00:36 00:42 6.92M 47 609.2M 0 0 47 287.6M 0 7.73M 01:18 00:37 00:41 7.05M 48 609.2M 0 0 48 294.8M 0 7.71M 01:18 00:38 00:40 7.11M 49 609.2M 0 0 49 302.1M 0 7.70M 01:19 00:39 00:40 7.17M 50 609.2M 0 0 50 309.5M 0 7.69M 01:19 00:40 00:39 7.21M 52 609.2M 0 0 52 317.1M 0 7.69M 01:19 00:41 00:38 7.30M 53 609.2M 0 0 53 325.1M 0 7.70M 01:19 00:42 00:37 7.46M 54 609.2M 0 0 54 333.6M 0 7.71M 01:18 00:43 00:35 7.73M 56 609.2M 0 0 56 343.0M 0 7.75M 01:18 00:44 00:34 8.16M 58 609.2M 0 0 58 353.3M 0 7.81M 01:17 00:45 00:32 8.74M 59 609.2M 0 0 59 365.0M 0 7.89M 01:17 00:46 00:31 9.56M 62 609.2M 0 0 62 378.3M 0 8.01M 01:16 00:47 00:29 10.62M 64 609.2M 0 0 64 393.0M 0 8.14M 01:14 00:48 00:26 11.84M 66 609.2M 0 0 66 405.0M 0 8.22M 01:14 00:49 00:25 12.38M 68 609.2M 0 0 68 418.3M 0 8.32M 01:13 00:50 00:23 12.96M 70 609.2M 0 0 70 432.5M 0 8.44M 01:12 00:51 00:21 13.45M 73 609.2M 0 0 73 447.0M 0 8.55M 01:11 00:52 00:19 13.71M 75 609.2M 0 0 75 462.4M 0 8.68M 01:10 00:53 00:17 13.86M 78 609.2M 0 0 78 478.1M 0 8.81M 01:09 00:54 00:15 14.60M 81 609.2M 0 0 81 494.0M 0 8.94M 01:08 00:55 00:13 15.13M 83 609.2M 0 0 83 508.2M 0 9.03M 01:07 00:56 00:11 15.14M 85 609.2M 0 0 85 520.1M 0 9.08M 01:07 00:57 00:10 14.61M 87 609.2M 0 0 87 530.6M 0 9.11M 01:06 00:58 00:08 13.64M 88 609.2M 0 0 88 540.1M 0 9.11M 01:06 00:59 00:07 12.38M 90 609.2M 0 0 90 550.1M 0 9.13M 01:06 01:00 00:06 11.20M 92 609.2M 0 0 92 560.5M 0 9.15M 01:06 01:01 00:05 10.44M 93 609.2M 0 0 93 571.0M 0 9.17M 01:06 01:02 00:04 10.16M 95 609.2M 0 0 95 581.6M 0 9.19M 01:06 01:03 00:03 10.17M 97 609.2M 0 0 97 592.3M 0 9.21M 01:06 01:04 00:02 10.41M 98 609.2M 0 0 98 602.9M 0 9.23M 01:05 01:05 10.54M* upload completely sent off: 638812149 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: osCdhxgPrPlqbVNCDb4coqnuSruNN9Ei4d8gsKs/wqryWo1AIBmdX9RxsXMYSUC9ZiP27RonBj+A/87EdAn/xRDaUhiXYrTM < x-amz-request-id: T934F7659NSX6PCG < Date: Fri, 01 May 2026 12:55:08 GMT < x-amz-server-side-encryption: AES256 < ETag: "90e703c12ba07bb387f3c17074b020b6" < x-amz-checksum-crc64nvme: nMXVcJ7RgoU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 609.2M 0 0 100 609.2M 0 9.19M 01:06 01:06 10.54M 100 609.2M 0 0 100 609.2M 0 9.19M 01:06 01:06 10.54M 100 609.2M 0 0 100 609.2M 0 9.19M 01:06 01:06 10.54M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 121.57 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.72.96, 3.5.67.225, 52.92.19.56, 52.92.1.120, 3.5.70.225, 3.5.67.45, 3.5.67.126, 3.5.72.85 * Trying 3.5.72.96:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.72.96 port 443) from 10.17.4.7 port 47768 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/29b854b7-a8a0-4828-b50a-3856c638936b.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFgaCWV1LXdlc3QtMSJIMEYCIQDdVXVbKmxTRv9I1SBrqK%2BNqaHIlelKfsC6ZaWWvnLrAAIhAP%2F4MgZIWLcsenXPFgT2TKpcvL4Eh0Py4f%2BQrjULD7BkKroFCCEQABoMODM1NDk0NzUzMTI2Igx3tte%2BgRVTXpz1PHgqlwV4B9KDEaX%2FSafjynMl2sLC4NfYdcO%2Fe7yJlvi2S43UHEvcBn4CI4lgzV51id8g%2FINgWJZnnVsSSl2L8I41qq4DfQlIg2y7aQAP%2B6m3oX3SXviVRjSs4EapVSm1HoovTmpQCdewfNKH8Fv8HPxSuchiGbu7wfKhgXux03sDOwU2krNt7793DBXxdnmTSulh3WGzmwlwodW8mxNISFetwWdPropGqAoIqY%2BBsgqgX7LeGKaLn78B3sx%2F5HjPUb9D1CXdpZCl6wwdrNQ90FxDiVnniX%2B9ktyq%2FzpI%2FgPckX%2FWgIQiNcsybZ%2BYcxODMxWFL3HXiOC99A%2FRg9DgeLhJ1UnQKFNFBM2M%2FQMDB2PoFrj%2FTM6AGxPw0c%2F0r8%2BiRiIgtV%2FBssssrVTbaILBmON9gLfJgYrUq9jBu2Sq7pVg8QY%2Bbjd%2Fhc%2FJsqoIbAHn68UslW0PHd6BSDK8l6Z0JvkQhHIBWijpoUJqcyBfWbNgezXCNKrikx1t9G4usE00p33xwszRlX%2FkCSSIHBjw1wtXEEfiItu9v8WohGxhgLtsmafcdtr0O%2F0PWlPYPNz3pl%2BJZcMeJAwzL%2Bz85e5zLtG5DC3J8fbQo%2BXQO4EBSQDi%2FA4ro%2FK8UCOut0K7R7xJmF2MlFttuB0JsRtarQIZ69mVhIe9l9NvyXFrLHMp%2BuY%2BQpBdviIYw7Bv1%2B%2FDhJhzXt31jhNPJimqHVrj7k96cLkQ8RDxIj3L67CRYchw16N6OkoFY8Rz%2BKPZjQAuBvwNortQvYxtsW9FzIfMa%2BlJOks1iWdAogo%2F%2FPUD5ou%2BoO8kak0iHotE%2BjpKtj7Pd6ilnguz%2FU0GWjubT1vqQ72ey9ZlxYXCrdbUVVNeKgAp4ia%2F5%2FvADjAPU2ej2nswkLvRzwY6sAGQNyC2ILW%2BVLYxJDS9qEipqXpHCP298nWKnQF%2Fo0lXlMFV%2BaFNzbrkh3iMvnxnnzc0vFZqkLz%2FVgDvmn6B%2FEOy%2Fi9cy%2BGUfzvQZ5JpE5UX7DP6u4TdJv3VkpaFK3qJs1aNUKrVmFE46XIbcenAI9iBJHTJorJFghKuaSsbfh1KQDanmjZT0wkv6ASr4FCbCOGMBMRCCEq2C%2FmRftuCREqNPhi%2FdEjNYhCY4rBrEXR64g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260501T125614Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBPZXVXSH%2F20260501%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=7b9266b2877b67329da9a13da85cfa4c23e831c55734ca767b8f72b95170527c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 62392717 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 5 59.50M 0 0 5 3.37M 0 3.36M 00:17 00:01 00:16 3.36M 17 59.50M 0 0 17 10.12M 0 5.02M 00:11 00:02 00:09 5.02M 29 59.50M 0 0 29 17.81M 0 5.89M 00:10 00:03 00:07 5.89M 44 59.50M 0 0 44 26.18M 0 6.48M 00:09 00:04 00:05 6.48M 58 59.50M 0 0 58 35.06M 0 6.95M 00:08 00:05 00:03 6.95M 74 59.50M 0 0 74 44.06M 0 7.29M 00:08 00:06 00:02 8.07M 89 59.50M 0 0 89 53.37M 0 7.57M 00:07 00:07 8.59M* upload completely sent off: 62392717 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: DnuSN0Iqkx3QbRAPN0U6ty9ph7zpQ+4LstEUBp4vxOs1cu5Iu+nCWJzsrKaHPbPNMYj3Gq0GuJHjKkL/s6TmiPtriqmxZrAp < x-amz-request-id: A2ZCE89XNNQNRZW6 < Date: Fri, 01 May 2026 12:56:20 GMT < x-amz-server-side-encryption: AES256 < ETag: "e043c32c6998859c7cc61a1f4b71249f" < x-amz-checksum-crc64nvme: UYWyQ7dtkW4= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 59.50M 0 0 100 59.50M 0 7.44M 00:07 00:07 8.59M 100 59.50M 0 0 100 59.50M 0 7.44M 00:07 00:07 8.59M 100 59.50M 0 0 100 59.50M 0 7.44M 00:07 00:07 8.59M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 12.97 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: 52.92.20.248, 3.5.73.122, 3.5.75.34, 3.5.64.13, 3.5.74.34, 3.5.74.26, 3.5.64.224, 3.5.71.91 * Trying 52.92.20.248: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.20.248 port 443) from 10.17.4.7 port 49140 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/410ae99b-25d9-41ff-8635-6deb1aa3cf95.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFgaCWV1LXdlc3QtMSJIMEYCIQDdVXVbKmxTRv9I1SBrqK%2BNqaHIlelKfsC6ZaWWvnLrAAIhAP%2F4MgZIWLcsenXPFgT2TKpcvL4Eh0Py4f%2BQrjULD7BkKroFCCEQABoMODM1NDk0NzUzMTI2Igx3tte%2BgRVTXpz1PHgqlwV4B9KDEaX%2FSafjynMl2sLC4NfYdcO%2Fe7yJlvi2S43UHEvcBn4CI4lgzV51id8g%2FINgWJZnnVsSSl2L8I41qq4DfQlIg2y7aQAP%2B6m3oX3SXviVRjSs4EapVSm1HoovTmpQCdewfNKH8Fv8HPxSuchiGbu7wfKhgXux03sDOwU2krNt7793DBXxdnmTSulh3WGzmwlwodW8mxNISFetwWdPropGqAoIqY%2BBsgqgX7LeGKaLn78B3sx%2F5HjPUb9D1CXdpZCl6wwdrNQ90FxDiVnniX%2B9ktyq%2FzpI%2FgPckX%2FWgIQiNcsybZ%2BYcxODMxWFL3HXiOC99A%2FRg9DgeLhJ1UnQKFNFBM2M%2FQMDB2PoFrj%2FTM6AGxPw0c%2F0r8%2BiRiIgtV%2FBssssrVTbaILBmON9gLfJgYrUq9jBu2Sq7pVg8QY%2Bbjd%2Fhc%2FJsqoIbAHn68UslW0PHd6BSDK8l6Z0JvkQhHIBWijpoUJqcyBfWbNgezXCNKrikx1t9G4usE00p33xwszRlX%2FkCSSIHBjw1wtXEEfiItu9v8WohGxhgLtsmafcdtr0O%2F0PWlPYPNz3pl%2BJZcMeJAwzL%2Bz85e5zLtG5DC3J8fbQo%2BXQO4EBSQDi%2FA4ro%2FK8UCOut0K7R7xJmF2MlFttuB0JsRtarQIZ69mVhIe9l9NvyXFrLHMp%2BuY%2BQpBdviIYw7Bv1%2B%2FDhJhzXt31jhNPJimqHVrj7k96cLkQ8RDxIj3L67CRYchw16N6OkoFY8Rz%2BKPZjQAuBvwNortQvYxtsW9FzIfMa%2BlJOks1iWdAogo%2F%2FPUD5ou%2BoO8kak0iHotE%2BjpKtj7Pd6ilnguz%2FU0GWjubT1vqQ72ey9ZlxYXCrdbUVVNeKgAp4ia%2F5%2FvADjAPU2ej2nswkLvRzwY6sAGQNyC2ILW%2BVLYxJDS9qEipqXpHCP298nWKnQF%2Fo0lXlMFV%2BaFNzbrkh3iMvnxnnzc0vFZqkLz%2FVgDvmn6B%2FEOy%2Fi9cy%2BGUfzvQZ5JpE5UX7DP6u4TdJv3VkpaFK3qJs1aNUKrVmFE46XIbcenAI9iBJHTJorJFghKuaSsbfh1KQDanmjZT0wkv6ASr4FCbCOGMBMRCCEq2C%2FmRftuCREqNPhi%2FdEjNYhCY4rBrEXR64g%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260501T125627Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTBPZXVXSH%2F20260501%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0779c39cc491fa7cfa331427634763dffec988d924321e95b1200f2dd7c0d3b6 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 588517281 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 561.2M 0 0 0 320.0k 0 268.9k 35:36 00:01 35:35 268.9k 0 561.2M 0 0 0 512.0k 0 204.8k 46:46 00:02 46:44 204.7k 0 561.2M 0 0 0 704.0k 0 184.2k 51:59 00:03 51:56 184.2k 0 561.2M 0 0 0 960.0k 0 186.8k 51:15 00:05 51:10 186.9k 0 561.2M 0 0 0 1.06M 0 170.8k 56:04 00:06 55:58 170.8k 0 561.2M 0 0 0 1.18M 0 151.5k 1:03:13 00:08 1:03:05 131.0k 0 561.2M 0 0 0 1.37M 0 147.7k 1:04:50 00:09 1:04:41 127.4k 0 561.2M 0 0 0 1.50M 0 144.7k 1:06:10 00:10 1:06:00 122.5k 0 561.2M 0 0 0 1.68M 0 147.5k 1:04:56 00:11 1:04:45 116.7k 0 561.2M 0 0 0 1.93M 0 150.6k 1:03:34 00:13 1:03:21 131.7k 0 561.2M 0 0 0 2.18M 0 155.6k 1:01:33 00:14 1:01:19 160.7k 0 561.2M 0 0 0 2.37M 0 156.1k 1:01:21 00:15 1:01:06 169.2k 0 561.2M 0 0 0 2.56M 0 157.3k 1:00:52 00:16 1:00:36 179.4k 0 561.2M 0 0 0 2.81M 0 161.5k 59:16 00:17 58:59 188.5k 0 561.2M 0 0 0 3.00M 0 162.4k 58:58 00:18 58:40 189.4k 0 561.2M 0 0 0 3.18M 0 161.5k 59:16 00:20 58:56 176.4k 0 561.2M 0 0 0 3.37M 0 160.3k 59:43 00:21 59:22 171.5k 0 561.2M 0 0 0 3.56M 0 161.2k 59:24 00:22 59:02 172.1k 0 561.2M 0 0 0 3.75M 0 161.2k 59:24 00:23 59:01 160.1k 0 561.2M 0 0 0 3.93M 0 161.5k 59:16 00:24 58:52 158.8k 0 561.2M 0 0 0 4.25M 0 166.2k 57:36 00:26 57:10 181.9k 0 561.2M 0 0 0 4.43M 0 164.8k 58:06 00:27 57:39 180.7k 0 561.2M 0 0 0 4.56M 0 163.1k 58:42 00:28 58:14 170.5k 0 561.2M 0 0 0 4.75M 0 162.9k 58:46 00:29 58:17 169.9k 0 561.2M 0 0 0 4.93M 0 163.5k 58:34 00:30 58:04 171.7k 0 561.2M 0 0 0 5.12M 0 164.0k 58:24 00:31 57:53 153.9k 0 561.2M 0 0 0 5.25M 0 162.2k 59:02 00:33 58:29 149.3k 0 561.2M 0 0 0 5.37M 0 159.3k 1:00:07 00:34 59:33 140.7k 0 561.2M 0 0 0 5.50M 0 156.6k 1:01:08 00:35 1:00:33 125.8k 1 561.2M 0 0 1 5.62M 0 154.6k 1:01:56 00:37 1:01:19 111.2k 1 561.2M 0 0 1 5.81M 0 154.9k 1:01:48 00:38 1:01:10 109.7k 1 561.2M 0 0 1 5.93M 0 153.4k 1:02:24 00:39 1:01:45 108.7k 1 561.2M 0 0 1 6.12M 0 154.4k 1:02:01 00:40 1:01:21 126.5k 1 561.2M 0 0 1 6.25M 0 153.7k 1:02:18 00:41 1:01:37 135.0k 1 561.2M 0 0 1 6.43M 0 153.1k 1:02:32 00:43 1:01:49 143.6k 1 561.2M 0 0 1 6.56M 0 151.4k 1:03:15 00:44 1:02:31 128.7k 1 561.2M 0 0 1 6.75M 0 151.7k 1:03:08 00:45 1:02:23 139.9k 1 561.2M 0 0 1 6.93M 0 151.6k 1:03:08 00:46 1:02:22 133.7k 1 561.2M 0 0 1 7.12M 0 151.7k 1:03:08 00:48 1:02:20 138.7k 1 561.2M 0 0 1 7.31M 0 151.4k 1:03:15 00:49 1:02:26 139.7k 1 561.2M 0 0 1 7.50M 0 150.6k 1:03:34 00:50 1:02:44 145.3k 1 561.2M 0 0 1 7.68M 0 150.9k 1:03:28 00:52 1:02:36 145.3k 1 561.2M 0 0 1 7.93M 0 152.2k 1:02:55 00:53 1:02:02 156.0k 1 561.2M 0 0 1 8.18M 0 153.2k 1:02:29 00:54 1:01:35 164.6k 1 561.2M 0 0 1 8.37M 0 153.3k 1:02:28 00:55 1:01:33 167.8k 1 561.2M 0 0 1 8.50M 0 152.2k 1:02:54 00:57 1:01:57 165.3k 1 561.2M 0 0 1 8.62M 0 151.8k 1:03:05 00:58 1:02:07 159.6k 1 561.2M 0 0 1 8.75M 0 151.1k 1:03:22 00:59 1:02:23 141.3k 1 561.2M 0 0 1 8.93M 0 151.3k 1:03:16 01:00 1:02:16 133.4k 1 561.2M 0 0 1 9.12M 0 151.5k 1:03:11 01:01 1:02:10 134.4k 1 561.2M 0 0 1 9.37M 0 152.4k 1:02:50 01:02 1:01:48 154.1k 1 561.2M 0 0 1 9.62M 0 153.4k 1:02:24 01:04 1:01:20 169.7k 1 561.2M 0 0 1 9.81M 0 153.9k 1:02:12 01:05 1:01:07 181.9k 1 561.2M 0 0 1 10.06M 0 155.2k 1:01:40 01:06 1:00:34 195.4k 1 561.2M 0 0 1 10.31M 0 156.1k 1:01:20 01:07 1:00:13 203.2k 1 561.2M 0 0 1 10.50M 0 156.1k 1:01:19 01:08 1:00:11 196.7k 1 561.2M 0 0 1 10.68M 0 156.2k 1:01:18 01:10 1:00:08 186.5k 1 561.2M 0 0 1 10.87M 0 156.5k 1:01:11 01:11 1:00:00 184.8k 1 561.2M 0 0 1 11.06M 0 156.2k 1:01:18 01:12 1:00:06 166.1k 2 561.2M 0 0 2 11.25M 0 156.3k 1:01:14 01:13 1:00:01 159.1k 2 561.2M 0 0 2 11.43M 0 156.0k 1:01:23 01:15 1:00:08 154.3k 2 561.2M 0 0 2 11.62M 0 155.9k 1:01:25 01:16 1:00:09 152.5k 2 561.2M 0 0 2 11.81M 0 156.3k 1:01:15 01:17 59:58 154.4k 2 561.2M 0 0 2 12.06M 0 157.5k 1:00:47 01:18 59:29 173.9k 2 561.2M 0 0 2 12.37M 0 159.1k 1:00:11 01:19 58:52 192.8k 2 561.2M 0 0 2 12.43M 0 157.9k 1:00:39 01:20 59:19 183.0k 2 561.2M 0 0 2 12.62M 0 158.3k 1:00:29 01:21 59:08 192.7k 2 561.2M 0 0 2 12.81M 0 158.7k 1:00:20 01:22 58:58 193.2k 2 561.2M 0 0 2 13.00M 0 159.0k 1:00:14 01:23 58:51 180.7k 2 561.2M 0 0 2 13.18M 0 159.0k 1:00:12 01:24 58:48 158.2k 2 561.2M 0 0 2 13.37M 0 159.2k 1:00:09 01:26 58:43 179.1k 2 561.2M 0 0 2 13.56M 0 158.6k 1:00:22 01:27 58:55 163.3k 2 561.2M 0 0 2 13.75M 0 158.5k 1:00:25 01:28 58:57 155.6k 2 561.2M 0 0 2 13.93M 0 158.5k 1:00:25 01:30 58:55 152.0k 2 561.2M 0 0 2 14.12M 0 158.8k 1:00:17 01:31 58:46 156.2k 2 561.2M 0 0 2 14.37M 0 159.5k 1:00:02 01:32 58:30 163.3k 2 561.2M 0 0 2 14.68M 0 161.1k 59:26 01:33 57:53 198.2k 2 561.2M 0 0 2 14.87M 0 161.1k 59:26 01:34 57:52 202.1k 2 561.2M 0 0 2 15.06M 0 160.9k 59:31 01:35 57:56 197.6k 2 561.2M 0 0 2 15.25M 0 160.7k 59:35 01:37 57:58 187.9k 2 561.2M 0 0 2 15.43M 0 161.0k 59:29 01:38 57:51 184.2k 2 561.2M 0 0 2 15.62M 0 160.7k 59:35 01:39 57:56 154.9k 2 561.2M 0 0 2 15.81M 0 160.8k 59:33 01:40 57:53 156.1k 2 561.2M 0 0 2 16.00M 0 160.4k 59:42 01:42 58:00 153.1k 2 561.2M 0 0 2 16.12M 0 159.4k 1:00:03 01:43 58:20 140.4k 2 561.2M 0 0 2 16.25M 0 158.9k 1:00:15 01:44 58:31 128.0k 2 561.2M 0 0 2 16.37M 0 158.0k 1:00:35 01:46 58:49 117.3k 2 561.2M 0 0 2 16.50M 0 157.1k 1:00:57 01:47 59:10 102.9k 2 561.2M 0 0 2 16.68M 0 157.0k 1:00:59 01:48 59:11 105.1k 3 561.2M 0 0 3 16.87M 0 156.7k 1:01:06 01:50 59:16 114.8k 3 561.2M 0 0 3 17.06M 0 156.4k 1:01:12 01:51 59:21 119.1k 3 561.2M 0 0 3 17.25M 0 156.6k 1:01:08 01:52 59:16 134.1k 3 561.2M 0 0 3 17.50M 0 157.1k 1:00:56 01:54 59:02 157.8k 3 561.2M 0 0 3 17.68M 0 157.0k 1:00:58 01:55 59:03 158.0k 3 561.2M 0 0 3 17.81M 0 156.7k 1:01:06 01:56 59:10 156.8k 3 561.2M 0 0 3 18.00M 0 156.8k 1:01:03 01:57 59:06 164.5k 3 561.2M 0 0 3 18.18M 0 156.9k 1:01:02 01:58 59:04 161.8k 3 561.2M 0 0 3 18.37M 0 157.2k 1:00:55 01:59 58:56 157.6k 3 561.2M 0 0 3 18.56M 0 157.3k 1:00:53 02:00 58:53 162.1k 3 561.2M 0 0 3 18.81M 0 157.7k 1:00:42 02:02 58:40 178.0k 3 561.2M 0 0 3 19.00M 0 158.0k 1:00:36 02:03 58:33 182.2k 3 561.2M 0 0 3 19.18M 0 157.8k 1:00:40 02:04 58:36 177.5k 3 561.2M 0 0 3 19.31M 0 157.6k 1:00:46 02:05 58:41 166.2k 3 561.2M 0 0 3 19.50M 0 157.4k 1:00:49 02:06 58:43 160.8k 3 561.2M 0 0 3 19.68M 0 157.3k 1:00:52 02:08 58:44 149.0k 3 561.2M 0 0 3 19.87M 0 157.5k 1:00:47 02:09 58:38 147.9k 3 561.2M 0 0 3 20.06M 0 157.6k 1:00:45 02:10 58:35 153.2k 3 561.2M 0 0 3 20.31M 0 158.3k 1:00:29 02:11 58:18 173.5k 3 561.2M 0 0 3 20.56M 0 158.6k 1:00:23 02:12 58:11 182.3k 3 561.2M 0 0 3 20.68M 0 157.5k 1:00:47 02:14 58:33 161.5k 3 561.2M 0 0 3 20.81M 0 157.1k 1:00:56 02:15 58:41 149.2k 3 561.2M 0 0 3 20.93M 0 156.5k 1:01:11 02:16 58:55 134.4k 3 561.2M 0 0 3 21.12M 0 156.2k 1:01:18 02:18 59:00 117.2k 3 561.2M 0 0 3 21.31M 0 156.0k 1:01:21 02:19 59:02 108.8k 3 561.2M 0 0 3 21.43M 0 155.7k 1:01:30 02:20 59:10 118.0k 3 561.2M 0 0 3 21.62M 0 155.7k 1:01:30 02:22 59:08 126.3k 3 561.2M 0 0 3 21.87M 0 156.3k 1:01:16 02:23 58:53 151.8k 3 561.2M 0 0 3 22.12M 0 156.7k 1:01:05 02:24 58:41 169.3k 3 561.2M 0 0 3 22.25M 0 156.5k 1:01:11 02:25 58:46 167.3k 3 561.2M 0 0 3 22.37M 0 155.4k 1:01:37 02:27 59:10 149.2k 4 561.2M 0 0 4 22.50M 0 154.5k 1:01:58 02:29 59:29 130.3k 4 561.2M 0 0 4 22.56M 0 153.6k 1:02:20 02:30 59:50 99.15k 4 561.2M 0 0 4 22.75M 0 153.2k 1:02:30 02:32 59:58 87067 4 561.2M 0 0 4 22.87M 0 152.9k 1:02:36 02:33 1:00:03 86802 4 561.2M 0 0 4 23.06M 0 153.1k 1:02:32 02:34 59:58 103.3k 4 561.2M 0 0 4 23.25M 0 153.3k 1:02:26 02:35 59:51 125.0k 4 561.2M 0 0 4 23.50M 0 153.5k 1:02:23 02:36 59:47 150.7k 4 561.2M 0 0 4 23.68M 0 153.6k 1:02:21 02:37 59:44 163.7k 4 561.2M 0 0 4 23.87M 0 153.8k 1:02:16 02:38 59:38 175.0k 4 561.2M 0 0 4 24.06M 0 153.7k 1:02:18 02:40 59:38 168.6k 4 561.2M 0 0 4 24.25M 0 153.7k 1:02:17 02:41 59:36 162.7k 4 561.2M 0 0 4 24.37M 0 153.4k 1:02:25 02:42 59:43 152.0k 4 561.2M 0 0 4 24.50M 0 153.2k 1:02:29 02:43 59:46 143.4k 4 561.2M 0 0 4 24.68M 0 153.4k 1:02:25 02:44 59:41 143.6k 4 561.2M 0 0 4 24.87M 0 153.5k 1:02:23 02:45 59:38 147.4k 4 561.2M 0 0 4 25.06M 0 153.5k 1:02:21 02:47 59:34 148.9k 4 561.2M 0 0 4 25.18M 0 153.1k 1:02:32 02:48 59:44 144.6k 4 561.2M 0 0 4 25.31M 0 152.8k 1:02:39 02:49 59:50 142.1k 4 561.2M 0 0 4 25.43M 0 152.7k 1:02:42 02:50 59:52 132.2k 4 561.2M 0 0 4 25.62M 0 152.6k 1:02:44 02:51 59:53 128.8k 4 561.2M 0 0 4 25.81M 0 152.5k 1:02:46 02:53 59:53 124.8k 4 561.2M 0 0 4 26.00M 0 152.5k 1:02:48 02:54 59:54 134.8k 4 561.2M 0 0 4 26.18M 0 152.3k 1:02:52 02:55 59:57 138.6k 4 561.2M 0 0 4 26.37M 0 152.3k 1:02:51 02:57 59:54 143.2k 4 561.2M 0 0 4 26.56M 0 152.5k 1:02:47 02:58 59:49 149.3k 4 561.2M 0 0 4 26.75M 0 152.6k 1:02:44 02:59 59:45 155.2k 4 561.2M 0 0 4 26.93M 0 152.7k 1:02:41 03:00 59:41 160.3k 4 561.2M 0 0 4 27.12M 0 152.6k 1:02:45 03:01 59:44 160.3k 4 561.2M 0 0 4 27.25M 0 152.3k 1:02:51 03:03 59:48 152.4k 4 561.2M 0 0 4 27.43M 0 152.5k 1:02:48 03:04 59:44 151.6k 4 561.2M 0 0 4 27.68M 0 152.9k 1:02:38 03:05 59:33 160.7k 4 561.2M 0 0 4 27.93M 0 153.2k 1:02:31 03:06 59:25 166.1k 4 561.2M 0 0 4 28.06M 0 153.0k 1:02:35 03:07 59:28 165.9k 5 561.2M 0 0 5 28.25M 0 152.9k 1:02:36 03:09 59:27 171.4k 5 561.2M 0 0 5 28.43M 0 153.0k 1:02:34 03:10 59:24 169.7k 5 561.2M 0 0 5 28.62M 0 153.2k 1:02:31 03:11 59:20 161.6k 5 561.2M 0 0 5 28.81M 0 153.1k 1:02:32 03:12 59:20 151.0k 5 561.2M 0 0 5 29.00M 0 153.3k 1:02:28 03:13 59:15 161.9k 5 561.2M 0 0 5 29.18M 0 153.3k 1:02:26 03:14 59:12 166.9k 5 561.2M 0 0 5 29.37M 0 153.2k 1:02:30 03:16 59:14 159.1k 5 561.2M 0 0 5 29.56M 0 153.3k 1:02:28 03:17 59:11 157.4k 5 561.2M 0 0 5 29.68M 0 153.0k 1:02:34 03:18 59:16 150.2k 5 561.2M 0 0 5 29.81M 0 152.9k 1:02:38 03:19 59:19 139.9k 5 561.2M 0 0 5 30.00M 0 152.9k 1:02:37 03:20 59:17 139.2k 5 561.2M 0 0 5 30.18M 0 153.0k 1:02:34 03:21 59:13 146.7k 5 561.2M 0 0 5 30.37M 0 152.9k 1:02:37 03:23 59:14 140.5k 5 561.2M 0 0 5 30.50M 0 152.6k 1:02:44 03:24 59:20 139.1k 5 561.2M 0 0 5 30.62M 0 152.4k 1:02:50 03:25 59:25 136.6k 5 561.2M 0 0 5 30.81M 0 152.2k 1:02:53 03:27 59:26 130.5k 5 561.2M 0 0 5 31.00M 0 152.3k 1:02:51 03:28 59:23 130.2k 5 561.2M 0 0 5 31.18M 0 152.5k 1:02:47 03:29 59:18 138.7k 5 561.2M 0 0 5 31.50M 0 153.1k 1:02:32 03:30 59:02 169.6k 5 561.2M 0 0 5 31.62M 0 152.9k 1:02:37 03:31 59:06 170.9k 5 561.2M 0 0 5 31.81M 0 153.0k 1:02:35 03:32 59:03 180.5k 5 561.2M 0 0 5 32.06M 0 153.3k 1:02:27 03:34 58:53 188.4k 5 561.2M 0 0 5 32.25M 0 153.3k 1:02:28 03:35 58:53 179.8k 5 561.2M 0 0 5 32.43M 0 153.1k 1:02:32 03:36 58:56 153.6k 5 561.2M 0 0 5 32.56M 0 152.8k 1:02:40 03:38 59:02 148.4k 5 561.2M 0 0 5 32.68M 0 152.5k 1:02:48 03:39 59:09 135.8k 5 561.2M 0 0 5 32.87M 0 152.6k 1:02:46 03:40 59:06 128.2k 5 561.2M 0 0 5 33.00M 0 152.4k 1:02:49 03:41 59:08 122.7k 5 561.2M 0 0 5 33.12M 0 152.3k 1:02:53 03:42 59:11 120.6k 5 561.2M 0 0 5 33.25M 0 152.1k 1:02:57 03:43 59:14 125.6k 5 561.2M 0 0 5 33.37M 0 151.9k 1:03:01 03:44 59:17 130.5k 5 561.2M 0 0 5 33.56M 0 151.8k 1:03:04 03:46 59:18 122.9k 6 561.2M 0 0 6 33.68M 0 151.7k 1:03:07 03:47 59:20 124.1k 6 561.2M 0 0 6 33.87M 0 151.5k 1:03:11 03:48 59:23 124.7k 6 561.2M 0 0 6 34.00M 0 151.3k 1:03:16 03:50 59:26 123.5k 6 561.2M 0 0 6 34.18M 0 151.1k 1:03:21 03:51 59:30 124.4k 6 561.2M 0 0 6 34.31M 0 150.9k 1:03:27 03:52 59:35 119.1k 6 561.2M 0 0 6 34.50M 0 150.7k 1:03:33 03:54 59:39 117.1k 6 561.2M 0 0 6 34.62M 0 150.4k 1:03:39 03:55 59:44 113.5k 6 561.2M 0 0 6 34.81M 0 150.4k 1:03:39 03:56 59:43 120.2k 6 561.2M 0 0 6 35.00M 0 150.4k 1:03:41 03:58 59:43 123.2k 6 561.2M 0 0 6 35.18M 0 150.4k 1:03:39 03:59 59:40 134.4k 6 561.2M 0 0 6 35.37M 0 150.2k 1:03:43 04:01 59:42 136.0k 6 561.2M 0 0 6 35.50M 0 150.1k 1:03:47 04:02 59:45 139.2k 6 561.2M 0 0 6 35.62M 0 149.9k 1:03:51 04:03 59:48 132.5k 6 561.2M 0 0 6 35.81M 0 149.8k 1:03:54 04:04 59:50 130.4k 6 561.2M 0 0 6 35.93M 0 149.7k 1:03:57 04:05 59:52 122.2k 6 561.2M 0 0 6 36.12M 0 149.8k 1:03:55 04:06 59:49 131.4k 6 561.2M 0 0 6 36.31M 0 149.8k 1:03:55 04:08 59:47 137.0k 6 561.2M 0 0 6 36.50M 0 149.9k 1:03:53 04:09 59:44 147.3k 6 561.2M 0 0 6 36.68M 0 149.8k 1:03:55 04:10 59:45 148.2k 6 561.2M 0 0 6 36.81M 0 149.3k 1:04:07 04:12 59:55 135.5k 6 561.2M 0 0 6 37.00M 0 149.4k 1:04:04 04:13 59:51 135.6k 6 561.2M 0 0 6 37.31M 0 149.9k 1:03:51 04:14 59:37 154.7k 6 561.2M 0 0 6 37.50M 0 149.8k 1:03:54 04:16 59:38 148.3k 6 561.2M 0 0 6 37.68M 0 149.8k 1:03:54 04:17 59:37 150.8k 6 561.2M 0 0 6 37.93M 0 150.2k 1:03:44 04:18 59:26 185.5k 6 561.2M 0 0 6 38.25M 0 150.8k 1:03:29 04:19 59:10 207.0k 6 561.2M 0 0 6 38.56M 0 151.4k 1:03:15 04:20 58:55 212.8k 6 561.2M 0 0 6 38.87M 0 152.0k 1:02:59 04:21 58:38 250.2k 6 561.2M 0 0 6 39.18M 0 152.5k 1:02:46 04:22 58:24 280.2k 7 561.2M 0 0 7 39.43M 0 152.8k 1:02:40 04:24 58:16 267.8k 7 561.2M 0 0 7 39.68M 0 153.1k 1:02:32 04:25 58:07 257.1k 7 561.2M 0 0 7 39.87M 0 153.2k 1:02:30 04:26 58:04 235.3k 7 561.2M 0 0 7 40.06M 0 153.2k 1:02:29 04:27 58:02 209.8k 7 561.2M 0 0 7 40.25M 0 153.3k 1:02:28 04:28 58:00 186.9k 7 561.2M 0 0 7 40.50M 0 153.5k 1:02:23 04:30 57:53 186.4k 7 561.2M 0 0 7 40.75M 0 153.8k 1:02:16 04:31 57:45 184.1k 7 561.2M 0 0 7 41.00M 0 154.1k 1:02:07 04:32 57:35 197.0k 7 561.2M 0 0 7 41.25M 0 154.4k 1:02:00 04:33 57:27 207.8k 7 561.2M 0 0 7 41.43M 0 154.4k 1:02:00 04:34 57:26 207.5k 7 561.2M 0 0 7 41.62M 0 154.4k 1:02:01 04:36 57:25 194.1k 7 561.2M 0 0 7 41.81M 0 154.3k 1:02:02 04:37 57:25 180.4k 7 561.2M 0 0 7 42.06M 0 154.6k 1:01:55 04:38 57:17 177.6k 7 561.2M 0 0 7 42.31M 0 155.0k 1:01:46 04:39 57:07 181.3k 7 561.2M 0 0 7 42.56M 0 155.3k 1:01:38 04:40 56:58 197.2k 7 561.2M 0 0 7 42.87M 0 155.8k 1:01:26 04:41 56:45 228.8k 7 561.2M 0 0 7 43.18M 0 156.4k 1:01:13 04:42 56:31 261.5k 7 561.2M 0 0 7 43.50M 0 157.0k 1:01:00 04:43 56:17 280.5k 7 561.2M 0 0 7 43.81M 0 157.4k 1:00:49 04:44 56:05 281.5k 7 561.2M 0 0 7 44.06M 0 157.7k 1:00:42 04:45 55:57 280.8k 7 561.2M 0 0 7 44.37M 0 158.2k 1:00:31 04:47 55:44 281.4k 7 561.2M 0 0 7 44.56M 0 158.2k 1:00:31 04:48 55:43 250.5k 7 561.2M 0 0 7 44.75M 0 158.2k 1:00:31 04:49 55:42 219.1k 8 561.2M 0 0 8 44.93M 0 158.1k 1:00:34 04:50 55:44 189.9k 8 561.2M 0 0 8 45.06M 0 157.9k 1:00:39 04:52 55:47 164.0k 8 561.2M 0 0 8 45.25M 0 157.9k 1:00:38 04:53 55:45 143.2k 8 561.2M 0 0 8 45.50M 0 158.2k 1:00:32 04:54 55:38 155.1k 8 561.2M 0 0 8 45.75M 0 158.4k 1:00:26 04:55 55:31 167.9k 8 561.2M 0 0 8 46.06M 0 158.9k 1:00:15 04:56 55:19 201.5k 8 561.2M 0 0 8 46.31M 0 159.1k 1:00:12 04:58 55:14 218.7k 8 561.2M 0 0 8 46.56M 0 159.2k 1:00:07 04:59 55:08 224.9k 8 561.2M 0 0 8 46.81M 0 159.6k 1:00:00 05:00 55:00 230.2k 8 561.2M 0 0 8 47.06M 0 159.8k 59:56 05:01 54:55 226.7k 8 561.2M 0 0 8 47.25M 0 159.8k 59:54 05:02 54:52 204.3k 8 561.2M 0 0 8 47.37M 0 159.6k 59:59 05:03 54:56 189.6k 8 561.2M 0 0 8 47.50M 0 159.5k 1:00:02 05:04 54:58 173.2k 8 561.2M 0 0 8 47.68M 0 159.2k 1:00:08 05:06 55:02 143.8k 8 561.2M 0 0 8 47.81M 0 158.8k 1:00:17 05:08 55:09 115.4k 8 561.2M 0 0 8 48.00M 0 158.7k 1:00:19 05:09 55:10 111.6k 8 561.2M 0 0 8 48.18M 0 158.7k 1:00:20 05:10 55:10 118.6k 8 561.2M 0 0 8 48.37M 0 158.7k 1:00:19 05:11 55:08 154.5k 8 561.2M 0 0 8 48.37M 0 158.7k 1:00:19 05:11 55:08 158.7k 8 561.2M 0 0 8 48.62M 0 158.9k 1:00:15 05:13 55:02 192.9k 8 561.2M 0 0 8 48.87M 0 159.1k 1:00:12 05:14 54:58 196.3k 8 561.2M 0 0 8 49.12M 0 159.3k 1:00:07 05:15 54:52 200.5k 8 561.2M 0 0 8 49.37M 0 159.5k 1:00:02 05:16 54:46 205.5k 8 561.2M 0 0 8 49.62M 0 159.6k 59:59 05:18 54:41 202.6k 8 561.2M 0 0 8 49.87M 0 159.8k 59:55 05:19 54:36 205.7k 8 561.2M 0 0 8 50.06M 0 159.7k 59:57 05:20 54:37 191.8k 8 561.2M 0 0 8 50.25M 0 159.6k 59:58 05:22 54:36 178.9k 8 561.2M 0 0 8 50.43M 0 159.4k 1:00:04 05:23 54:41 156.2k 9 561.2M 0 0 9 50.56M 0 159.2k 1:00:08 05:25 54:43 140.0k 9 561.2M 0 0 9 50.75M 0 159.3k 1:00:07 05:26 54:41 133.0k 9 561.2M 0 0 9 51.00M 0 159.4k 1:00:04 05:27 54:37 144.9k 9 561.2M 0 0 9 51.18M 0 159.5k 1:00:02 05:28 54:34 151.5k 9 561.2M 0 0 9 51.37M 0 159.5k 1:00:01 05:29 54:32 166.5k 9 561.2M 0 0 9 51.62M 0 159.7k 59:57 05:30 54:27 186.6k 9 561.2M 0 0 9 51.81M 0 159.8k 59:56 05:32 54:24 188.0k 9 561.2M 0 0 9 52.00M 0 159.8k 59:56 05:33 54:23 180.0k 9 561.2M 0 0 9 52.18M 0 159.7k 59:57 05:34 54:23 170.8k 9 561.2M 0 0 9 52.37M 0 159.6k 59:59 05:35 54:24 163.3k 9 561.2M 0 0 9 52.62M 0 159.8k 59:54 05:37 54:17 167.5k 9 561.2M 0 0 9 53.00M 0 160.4k 59:41 05:38 54:03 196.6k 9 561.2M 0 0 9 53.31M 0 160.8k 59:33 05:39 53:54 214.0k 9 561.2M 0 0 9 53.50M 0 160.7k 59:34 05:40 53:54 216.5k 9 561.2M 0 0 9 53.68M 0 160.7k 59:34 05:41 53:53 224.4k 9 561.2M 0 0 9 53.87M 0 160.7k 59:34 05:43 53:51 210.3k 9 561.2M 0 0 9 54.12M 0 160.9k 59:30 05:44 53:46 188.3k 9 561.2M 0 0 9 54.31M 0 160.9k 59:29 05:45 53:44 171.2k 9 561.2M 0 0 9 54.50M 0 161.0k 59:28 05:46 53:42 176.2k 9 561.2M 0 0 9 54.68M 0 161.0k 59:28 05:47 53:41 177.0k 9 561.2M 0 0 9 54.93M 0 161.3k 59:22 05:48 53:34 194.4k 9 561.2M 0 0 9 55.18M 0 161.5k 59:17 05:49 53:28 198.3k 9 561.2M 0 0 9 55.43M 0 161.7k 59:13 05:50 53:23 208.4k 9 561.2M 0 0 9 55.62M 0 161.8k 59:11 05:51 53:20 211.6k 9 561.2M 0 0 9 55.87M 0 161.9k 59:08 05:53 53:15 216.6k 9 561.2M 0 0 9 56.06M 0 161.9k 59:09 05:54 53:15 198.8k 10 561.2M 0 0 10 56.25M 0 161.9k 59:09 05:55 53:14 183.1k 10 561.2M 0 0 10 56.43M 0 161.7k 59:13 05:57 53:16 162.2k 10 561.2M 0 0 10 56.62M 0 161.7k 59:12 05:58 53:14 158.3k 10 561.2M 0 0 10 56.87M 0 161.9k 59:09 05:59 53:10 159.3k 10 561.2M 0 0 10 57.06M 0 161.9k 59:08 06:00 53:08 165.0k 10 561.2M 0 0 10 57.25M 0 162.0k 59:06 06:01 53:05 168.8k 10 561.2M 0 0 10 57.50M 0 162.1k 59:04 06:03 53:01 187.2k 10 561.2M 0 0 10 57.75M 0 162.3k 59:00 06:04 52:56 196.2k 10 561.2M 0 0 10 57.93M 0 162.1k 59:03 06:05 52:58 178.6k 10 561.2M 0 0 10 58.06M 0 162.0k 59:06 06:06 53:00 166.9k 10 561.2M 0 0 10 58.25M 0 162.0k 59:05 06:07 52:58 165.1k 10 561.2M 0 0 10 58.43M 0 162.0k 59:06 06:09 52:57 155.0k 10 561.2M 0 0 10 58.56M 0 161.6k 59:15 06:10 53:05 125.3k 10 561.2M 0 0 10 58.68M 0 161.4k 59:20 06:12 53:08 118.5k 10 561.2M 0 0 10 58.93M 0 161.5k 59:17 06:13 53:04 134.6k 10 561.2M 0 0 10 59.12M 0 161.6k 59:15 06:14 53:01 136.7k 10 561.2M 0 0 10 59.37M 0 161.7k 59:12 06:15 52:57 147.2k 10 561.2M 0 0 10 59.56M 0 161.7k 59:13 06:17 52:56 166.8k 10 561.2M 0 0 10 59.68M 0 161.6k 59:15 06:18 52:57 176.1k 10 561.2M 0 0 10 59.87M 0 161.6k 59:15 06:19 52:56 164.9k 10 561.2M 0 0 10 60.06M 0 161.6k 59:15 06:20 52:55 160.7k 10 561.2M 0 0 10 60.18M 0 161.4k 59:19 06:21 52:58 142.1k 10 561.2M 0 0 10 60.37M 0 161.4k 59:20 06:22 52:58 141.3k 10 561.2M 0 0 10 60.50M 0 161.2k 59:24 06:24 53:00 135.7k 10 561.2M 0 0 10 60.68M 0 161.1k 59:27 06:25 53:02 130.0k 10 561.2M 0 0 10 60.81M 0 160.9k 59:29 06:26 53:03 122.2k 10 561.2M 0 0 10 60.93M 0 160.8k 59:33 06:27 53:06 122.4k 10 561.2M 0 0 10 61.12M 0 160.7k 59:34 06:29 53:05 121.5k 10 561.2M 0 0 10 61.37M 0 160.9k 59:30 06:30 53:00 144.1k 11 561.2M 0 0 11 61.75M 0 161.4k 59:19 06:31 52:48 183.7k 11 561.2M 0 0 11 62.06M 0 161.7k 59:12 06:32 52:40 212.9k 11 561.2M 0 0 11 62.31M 0 161.8k 59:10 06:34 52:36 226.8k 11 561.2M 0 0 11 62.56M 0 161.9k 59:08 06:35 52:33 235.4k 11 561.2M 0 0 11 62.75M 0 161.8k 59:11 06:37 52:34 212.5k 11 561.2M 0 0 11 62.93M 0 161.8k 59:11 06:38 52:33 185.3k 11 561.2M 0 0 11 63.12M 0 161.6k 59:15 06:39 52:36 154.7k 11 561.2M 0 0 11 63.25M 0 161.4k 59:19 06:41 52:38 137.4k 11 561.2M 0 0 11 63.43M 0 161.5k 59:18 06:42 52:36 134.9k 11 561.2M 0 0 11 63.62M 0 161.4k 59:19 06:43 52:36 139.1k 11 561.2M 0 0 11 63.87M 0 161.5k 59:17 06:44 52:33 145.0k 11 561.2M 0 0 11 64.00M 0 161.3k 59:21 06:46 52:35 143.7k 11 561.2M 0 0 11 64.18M 0 161.4k 59:19 06:47 52:32 161.3k 11 561.2M 0 0 11 64.43M 0 161.5k 59:16 06:48 52:28 166.0k 11 561.2M 0 0 11 64.68M 0 161.7k 59:13 06:49 52:24 181.2k 11 561.2M 0 0 11 64.93M 0 161.8k 59:10 06:50 52:20 184.3k 11 561.2M 0 0 11 65.12M 0 161.9k 59:08 06:51 52:17 201.1k 11 561.2M 0 0 11 65.25M 0 161.8k 59:11 06:52 52:19 187.1k 11 561.2M 0 0 11 65.37M 0 161.7k 59:13 06:53 52:20 171.4k 11 561.2M 0 0 11 65.50M 0 161.4k 59:20 06:55 52:25 137.8k 11 561.2M 0 0 11 65.62M 0 161.3k 59:22 06:56 52:26 120.5k 11 561.2M 0 0 11 65.81M 0 161.3k 59:22 06:57 52:25 117.5k 11 561.2M 0 0 11 66.00M 0 161.3k 59:22 06:58 52:24 126.7k 11 561.2M 0 0 11 66.12M 0 161.2k 59:24 06:59 52:25 128.0k 11 561.2M 0 0 11 66.25M 0 161.1k 59:26 07:01 52:25 139.9k 11 561.2M 0 0 11 66.43M 0 161.1k 59:27 07:02 52:25 145.7k 11 561.2M 0 0 11 66.68M 0 161.3k 59:22 07:03 52:19 162.1k 11 561.2M 0 0 11 66.87M 0 161.2k 59:24 07:04 52:20 155.7k 11 561.2M 0 0 11 67.06M 0 161.2k 59:24 07:05 52:19 160.3k 11 561.2M 0 0 11 67.25M 0 161.1k 59:25 07:07 52:18 165.2k 12 561.2M 0 0 12 67.43M 0 160.9k 59:29 07:08 52:21 154.1k 12 561.2M 0 0 12 67.56M 0 160.8k 59:33 07:10 52:23 130.3k 12 561.2M 0 0 12 67.68M 0 160.5k 59:40 07:11 52:29 117.3k 12 561.2M 0 0 12 67.81M 0 160.3k 59:44 07:13 52:31 106.9k 12 561.2M 0 0 12 68.00M 0 160.3k 59:44 07:14 52:30 109.0k 12 561.2M 0 0 12 68.25M 0 160.5k 59:40 07:15 52:25 128.0k 12 561.2M 0 0 12 68.43M 0 160.5k 59:40 07:16 52:24 140.9k 12 561.2M 0 0 12 68.62M 0 160.4k 59:42 07:17 52:25 154.8k 12 561.2M 0 0 12 68.75M 0 160.3k 59:44 07:19 52:25 160.5k 12 561.2M 0 0 12 68.87M 0 160.2k 59:47 07:20 52:27 151.8k 12 561.2M 0 0 12 69.06M 0 160.1k 59:48 07:21 52:27 135.4k 12 561.2M 0 0 12 69.18M 0 160.0k 59:51 07:22 52:29 125.0k 12 561.2M 0 0 12 69.37M 0 159.9k 59:53 07:24 52:29 123.9k 12 561.2M 0 0 12 69.50M 0 159.8k 59:56 07:25 52:31 123.0k 12 561.2M 0 0 12 69.62M 0 159.7k 59:58 07:26 52:32 123.8k 12 561.2M 0 0 12 69.81M 0 159.7k 59:58 07:27 52:31 128.6k 12 561.2M 0 0 12 69.93M 0 159.6k 1:00:00 07:28 52:32 129.5k 12 561.2M 0 0 12 70.12M 0 159.5k 1:00:01 07:29 52:32 132.9k 12 561.2M 0 0 12 70.25M 0 159.4k 1:00:04 07:31 52:33 132.7k 12 561.2M 0 0 12 70.43M 0 159.3k 1:00:05 07:32 52:33 134.9k 12 561.2M 0 0 12 70.62M 0 159.3k 1:00:05 07:33 52:32 134.0k 12 561.2M 0 0 12 70.81M 0 159.3k 1:00:05 07:34 52:31 141.5k 12 561.2M 0 0 12 70.93M 0 159.0k 1:00:13 07:36 52:37 124.1k 12 561.2M 0 0 12 71.00M 0 158.8k 1:00:17 07:37 52:40 117.4k 12 561.2M 0 0 12 71.12M 0 158.7k 1:00:20 07:38 52:42 111.6k 12 561.2M 0 0 12 71.31M 0 158.6k 1:00:22 07:40 52:42 106.9k 12 561.2M 0 0 12 71.43M 0 158.5k 1:00:25 07:41 52:44 99.11k 12 561.2M 0 0 12 71.56M 0 158.3k 1:00:28 07:42 52:46 106.0k 12 561.2M 0 0 12 71.75M 0 158.4k 1:00:27 07:43 52:44 126.6k 12 561.2M 0 0 12 72.00M 0 158.5k 1:00:24 07:44 52:40 147.6k 12 561.2M 0 0 12 72.18M 0 158.6k 1:00:23 07:46 52:37 158.0k 12 561.2M 0 0 12 72.31M 0 158.5k 1:00:25 07:47 52:38 157.9k 12 561.2M 0 0 12 72.43M 0 158.4k 1:00:27 07:48 52:39 164.5k 12 561.2M 0 0 12 72.62M 0 158.4k 1:00:28 07:49 52:39 155.8k 12 561.2M 0 0 12 72.81M 0 158.3k 1:00:30 07:50 52:40 137.9k 13 561.2M 0 0 13 73.00M 0 158.3k 1:00:29 07:52 52:37 138.1k 13 561.2M 0 0 13 73.18M 0 158.4k 1:00:27 07:53 52:34 149.1k 13 561.2M 0 0 13 73.37M 0 158.4k 1:00:28 07:54 52:34 155.1k 13 561.2M 0 0 13 73.50M 0 158.3k 1:00:29 07:55 52:34 152.7k 13 561.2M 0 0 13 73.68M 0 158.3k 1:00:30 07:56 52:34 157.3k 13 561.2M 0 0 13 73.87M 0 158.2k 1:00:31 07:58 52:33 149.1k 13 561.2M 0 0 13 74.06M 0 158.2k 1:00:32 07:59 52:33 144.7k 13 561.2M 0 0 13 74.25M 0 158.2k 1:00:31 08:00 52:31 147.0k 13 561.2M 0 0 13 74.43M 0 158.2k 1:00:30 08:01 52:29 154.7k 13 561.2M 0 0 13 74.68M 0 158.4k 1:00:27 08:02 52:25 168.7k 13 561.2M 0 0 13 74.87M 0 158.4k 1:00:26 08:03 52:23 179.3k 13 561.2M 0 0 13 75.06M 0 158.5k 1:00:25 08:04 52:21 183.7k 13 561.2M 0 0 13 75.31M 0 158.6k 1:00:22 08:06 52:16 193.6k 13 561.2M 0 0 13 75.50M 0 158.7k 1:00:21 08:07 52:14 195.2k 13 561.2M 0 0 13 75.62M 0 158.6k 1:00:22 08:08 52:14 176.6k 13 561.2M 0 0 13 75.81M 0 158.5k 1:00:23 08:09 52:14 167.2k 13 561.2M 0 0 13 76.00M 0 158.6k 1:00:23 08:10 52:13 167.2k 13 561.2M 0 0 13 76.18M 0 158.6k 1:00:23 08:11 52:12 153.7k 13 561.2M 0 0 13 76.37M 0 158.5k 1:00:25 08:13 52:12 143.7k 13 561.2M 0 0 13 76.62M 0 158.5k 1:00:23 08:14 52:09 155.7k 13 561.2M 0 0 13 76.81M 0 158.5k 1:00:25 08:16 52:09 152.6k 13 561.2M 0 0 13 76.93M 0 158.4k 1:00:27 08:17 52:10 145.1k 13 561.2M 0 0 13 77.12M 0 158.4k 1:00:26 08:18 52:08 148.0k 13 561.2M 0 0 13 77.31M 0 158.5k 1:00:25 08:19 52:06 159.0k 13 561.2M 0 0 13 77.50M 0 158.5k 1:00:24 08:20 52:04 156.5k 13 561.2M 0 0 13 77.68M 0 158.6k 1:00:23 08:21 52:02 168.2k 13 561.2M 0 0 13 77.87M 0 158.6k 1:00:23 08:22 52:01 172.9k 13 561.2M 0 0 13 78.00M 0 158.3k 1:00:29 08:24 52:05 148.6k 13 561.2M 0 0 13 78.06M 0 158.1k 1:00:33 08:25 52:08 127.7k 13 561.2M 0 0 13 78.18M 0 157.9k 1:00:37 08:26 52:11 111.4k 13 561.2M 0 0 13 78.31M 0 157.8k 1:00:40 08:27 52:13 99.90k 13 561.2M 0 0 13 78.50M 0 157.8k 1:00:41 08:29 52:12 98.33k 14 561.2M 0 0 14 78.68M 0 157.8k 1:00:40 08:30 52:10 118.4k 14 561.2M 0 0 14 78.87M 0 157.9k 1:00:38 08:31 52:07 139.8k 14 561.2M 0 0 14 79.06M 0 157.9k 1:00:39 08:32 52:07 153.0k 14 561.2M 0 0 14 79.18M 0 157.8k 1:00:41 08:33 52:08 152.3k 14 561.2M 0 0 14 79.37M 0 157.7k 1:00:42 08:35 52:07 151.3k 14 561.2M 0 0 14 79.56M 0 157.7k 1:00:42 08:36 52:06 148.1k 14 561.2M 0 0 14 79.68M 0 157.6k 1:00:45 08:37 52:08 133.2k 14 561.2M 0 0 14 79.87M 0 157.6k 1:00:46 08:38 52:08 131.9k 14 561.2M 0 0 14 80.00M 0 157.4k 1:00:50 08:40 52:10 127.0k 14 561.2M 0 0 14 80.12M 0 157.3k 1:00:53 08:41 52:12 121.5k 14 561.2M 0 0 14 80.31M 0 157.3k 1:00:52 08:42 52:10 122.2k 14 561.2M 0 0 14 80.56M 0 157.5k 1:00:48 08:43 52:05 146.0k 14 561.2M 0 0 14 80.81M 0 157.6k 1:00:44 08:44 52:00 164.4k 14 561.2M 0 0 14 81.00M 0 157.7k 1:00:44 08:45 51:59 183.7k 14 561.2M 0 0 14 81.18M 0 157.6k 1:00:44 08:47 51:57 191.7k 14 561.2M 0 0 14 81.37M 0 157.7k 1:00:44 08:48 51:56 191.8k 14 561.2M 0 0 14 81.50M 0 157.6k 1:00:45 08:49 51:56 169.1k 14 561.2M 0 0 14 81.68M 0 157.5k 1:00:47 08:50 51:57 147.9k 14 561.2M 0 0 14 81.81M 0 157.4k 1:00:49 08:52 51:57 136.3k 14 561.2M 0 0 14 81.93M 0 157.4k 1:00:51 08:53 51:58 130.9k 14 561.2M 0 0 14 82.12M 0 157.4k 1:00:50 08:54 51:56 130.7k 14 561.2M 0 0 14 82.37M 0 157.5k 1:00:47 08:55 51:52 150.4k 14 561.2M 0 0 14 82.56M 0 157.5k 1:00:48 08:56 51:52 151.5k 14 561.2M 0 0 14 82.75M 0 157.5k 1:00:48 08:57 51:51 161.9k 14 561.2M 0 0 14 82.93M 0 157.5k 1:00:48 08:59 51:49 165.8k 14 561.2M 0 0 14 83.12M 0 157.4k 1:00:49 09:00 51:49 163.7k 14 561.2M 0 0 14 83.31M 0 157.4k 1:00:49 09:01 51:48 148.8k 14 561.2M 0 0 14 83.50M 0 157.4k 1:00:50 09:03 51:47 152.3k 14 561.2M 0 0 14 83.68M 0 157.4k 1:00:50 09:04 51:46 152.6k 14 561.2M 0 0 14 83.87M 0 157.4k 1:00:49 09:05 51:44 157.1k 14 561.2M 0 0 14 84.06M 0 157.4k 1:00:49 09:06 51:43 157.1k 14 561.2M 0 0 14 84.18M 0 157.3k 1:00:52 09:07 51:45 148.9k 15 561.2M 0 0 15 84.31M 0 157.1k 1:00:56 09:09 51:47 131.6k 15 561.2M 0 0 15 84.50M 0 157.0k 1:00:58 09:10 51:48 125.7k 15 561.2M 0 0 15 84.68M 0 157.0k 1:00:58 09:12 51:46 124.2k 15 561.2M 0 0 15 84.81M 0 156.9k 1:01:00 09:13 51:47 115.7k 15 561.2M 0 0 15 84.93M 0 156.8k 1:01:03 09:14 51:49 116.0k 15 561.2M 0 0 15 85.12M 0 156.9k 1:01:02 09:15 51:47 135.8k 15 561.2M 0 0 15 85.25M 0 156.8k 1:01:03 09:16 51:47 136.6k 15 561.2M 0 0 15 85.37M 0 156.7k 1:01:06 09:17 51:49 123.0k 15 561.2M 0 0 15 85.50M 0 156.6k 1:01:08 09:18 51:50 125.5k 15 561.2M 0 0 15 85.68M 0 156.6k 1:01:07 09:19 51:48 138.3k 15 561.2M 0 0 15 85.87M 0 156.6k 1:01:08 09:21 51:47 133.6k 15 561.2M 0 0 15 86.06M 0 156.7k 1:01:07 09:22 51:45 141.0k 15 561.2M 0 0 15 86.25M 0 156.6k 1:01:07 09:23 51:44 152.2k 15 561.2M 0 0 15 86.50M 0 156.8k 1:01:04 09:24 51:40 169.8k 15 561.2M 0 0 15 86.75M 0 156.9k 1:01:02 09:26 51:36 180.2k 15 561.2M 0 0 15 87.00M 0 157.0k 1:00:59 09:27 51:32 189.5k 15 561.2M 0 0 15 87.25M 0 157.1k 1:00:58 09:28 51:30 192.8k 15 561.2M 0 0 15 87.43M 0 157.1k 1:00:57 09:29 51:28 197.3k 15 561.2M 0 0 15 87.56M 0 157.0k 1:01:00 09:31 51:29 176.0k 15 561.2M 0 0 15 87.68M 0 156.8k 1:01:05 09:32 51:33 145.8k 15 561.2M 0 0 15 87.87M 0 156.7k 1:01:05 09:33 51:32 134.5k 15 561.2M 0 0 15 88.06M 0 156.8k 1:01:04 09:35 51:29 131.5k 15 561.2M 0 0 15 88.31M 0 156.9k 1:01:01 09:36 51:25 140.4k 15 561.2M 0 0 15 88.50M 0 156.8k 1:01:03 09:37 51:26 145.4k 15 561.2M 0 0 15 88.68M 0 156.9k 1:01:02 09:38 51:24 168.2k 15 561.2M 0 0 15 88.87M 0 156.9k 1:01:01 09:39 51:22 174.8k 15 561.2M 0 0 15 89.06M 0 156.9k 1:01:01 09:41 51:20 170.9k 15 561.2M 0 0 15 89.25M 0 156.9k 1:01:01 09:42 51:19 160.1k 15 561.2M 0 0 15 89.43M 0 156.9k 1:01:00 09:43 51:17 166.8k 15 561.2M 0 0 15 89.56M 0 156.9k 1:01:02 09:44 51:18 156.5k 15 561.2M 0 0 15 89.75M 0 156.9k 1:01:01 09:45 51:16 156.6k 16 561.2M 0 0 16 89.93M 0 156.9k 1:01:01 09:46 51:15 157.7k 16 561.2M 0 0 16 90.18M 0 157.1k 1:00:57 09:47 51:10 172.9k 16 561.2M 0 0 16 90.43M 0 157.2k 1:00:54 09:48 51:06 187.9k 16 561.2M 0 0 16 90.62M 0 157.2k 1:00:53 09:49 51:04 195.5k 16 561.2M 0 0 16 90.75M 0 157.2k 1:00:55 09:51 51:04 184.7k 16 561.2M 0 0 16 90.93M 0 157.1k 1:00:56 09:52 51:04 178.8k 16 561.2M 0 0 16 91.12M 0 157.2k 1:00:55 09:53 51:02 166.6k 16 561.2M 0 0 16 91.31M 0 157.2k 1:00:55 09:54 51:01 150.3k 16 561.2M 0 0 16 91.50M 0 157.1k 1:00:56 09:56 51:00 145.8k 16 561.2M 0 0 16 91.62M 0 157.1k 1:00:57 09:57 51:00 147.1k 16 561.2M 0 0 16 91.81M 0 157.1k 1:00:57 09:58 50:59 151.7k 16 561.2M 0 0 16 92.12M 0 157.3k 1:00:52 09:59 50:53 170.1k 16 561.2M 0 0 16 92.43M 0 157.5k 1:00:48 10:00 50:48 187.5k 16 561.2M 0 0 16 92.56M 0 157.3k 1:00:51 10:02 50:49 179.0k 16 561.2M 0 0 16 92.68M 0 157.3k 1:00:53 10:03 50:50 178.3k 16 561.2M 0 0 16 92.81M 0 157.2k 1:00:54 10:04 50:50 171.4k 16 561.2M 0 0 16 93.00M 0 157.2k 1:00:55 10:05 50:50 143.1k 16 561.2M 0 0 16 93.18M 0 157.2k 1:00:54 10:06 50:48 129.9k 16 561.2M 0 0 16 93.43M 0 157.3k 1:00:52 10:08 50:44 151.4k 16 561.2M 0 0 16 93.62M 0 157.3k 1:00:53 10:09 50:44 155.5k 16 561.2M 0 0 16 93.81M 0 157.3k 1:00:53 10:10 50:43 160.3k 16 561.2M 0 0 16 94.06M 0 157.3k 1:00:51 10:12 50:39 173.8k 16 561.2M 0 0 16 94.31M 0 157.4k 1:00:49 10:13 50:36 178.9k 16 561.2M 0 0 16 94.56M 0 157.5k 1:00:48 10:14 50:34 175.0k 16 561.2M 0 0 16 94.75M 0 157.4k 1:00:50 10:16 50:34 169.8k 16 561.2M 0 0 16 94.93M 0 157.4k 1:00:51 10:17 50:34 166.4k 16 561.2M 0 0 16 95.06M 0 157.3k 1:00:52 10:18 50:34 153.8k 16 561.2M 0 0 16 95.25M 0 157.3k 1:00:53 10:20 50:33 141.9k 17 561.2M 0 0 17 95.50M 0 157.4k 1:00:50 10:21 50:29 148.9k 17 561.2M 0 0 17 95.75M 0 157.4k 1:00:49 10:22 50:27 161.1k 17 561.2M 0 0 17 95.93M 0 157.4k 1:00:49 10:23 50:26 187.6k 17 561.2M 0 0 17 95.93M 0 157.4k 1:00:49 10:23 50:26 157.4k 17 561.2M 0 0 17 96.06M 0 157.4k 1:00:51 10:24 50:27 113.0k 17 561.2M 0 0 17 96.18M 0 157.2k 1:00:54 10:26 50:28 104.0k 17 561.2M 0 0 17 96.37M 0 157.2k 1:00:54 10:27 50:27 117.9k 17 561.2M 0 0 17 96.56M 0 157.2k 1:00:54 10:28 50:26 129.0k 17 561.2M 0 0 17 96.75M 0 157.2k 1:00:55 10:30 50:25 130.2k 17 561.2M 0 0 17 96.93M 0 157.1k 1:00:56 10:31 50:25 134.9k 17 561.2M 0 0 17 97.12M 0 157.1k 1:00:56 10:32 50:24 146.6k 17 561.2M 0 0 17 97.37M 0 157.2k 1:00:54 10:34 50:20 158.6k 17 561.2M 0 0 17 97.56M 0 157.2k 1:00:53 10:35 50:18 159.3k 17 561.2M 0 0 17 97.75M 0 157.2k 1:00:54 10:36 50:18 163.5k 17 561.2M 0 0 17 97.93M 0 157.2k 1:00:55 10:37 50:18 162.5k 17 561.2M 0 0 17 98.06M 0 157.1k 1:00:56 10:38 50:18 156.5k 17 561.2M 0 0 17 98.25M 0 157.2k 1:00:55 10:39 50:16 152.1k 17 561.2M 0 0 17 98.43M 0 157.2k 1:00:54 10:41 50:13 152.6k 17 561.2M 0 0 17 98.62M 0 157.2k 1:00:54 10:42 50:12 153.9k 17 561.2M 0 0 17 98.81M 0 157.2k 1:00:55 10:43 50:12 159.0k 17 561.2M 0 0 17 99.00M 0 157.2k 1:00:53 10:44 50:09 171.8k 17 561.2M 0 0 17 99.18M 0 157.3k 1:00:52 10:45 50:07 171.0k 17 561.2M 0 0 17 99.37M 0 157.3k 1:00:53 10:46 50:07 166.2k 17 561.2M 0 0 17 99.50M 0 157.2k 1:00:55 10:48 50:07 152.9k 17 561.2M 0 0 17 99.68M 0 157.2k 1:00:55 10:49 50:06 154.2k 17 561.2M 0 0 17 99.87M 0 157.1k 1:00:56 10:50 50:06 144.1k 17 561.2M 0 0 17 100.0M 0 157.1k 1:00:57 10:52 50:05 136.3k 17 561.2M 0 0 17 100.2M 0 157.0k 1:00:58 10:53 50:05 133.0k 17 561.2M 0 0 17 100.5M 0 157.1k 1:00:56 10:54 50:02 152.3k 17 561.2M 0 0 17 100.6M 0 157.2k 1:00:55 10:55 50:00 156.0k 17 561.2M 0 0 17 100.9M 0 157.2k 1:00:53 10:57 49:56 170.5k 18 561.2M 0 0 18 101.0M 0 157.2k 1:00:55 10:58 49:57 167.5k 18 561.2M 0 0 18 101.2M 0 157.2k 1:00:55 10:59 49:56 172.5k 18 561.2M 0 0 18 101.4M 0 157.2k 1:00:54 11:00 49:54 168.3k 18 561.2M 0 0 18 101.6M 0 157.2k 1:00:55 11:01 49:54 159.1k 18 561.2M 0 0 18 101.7M 0 157.0k 1:00:59 11:03 49:56 130.6k 18 561.2M 0 0 18 101.8M 0 156.8k 1:01:03 11:04 49:59 122.7k 18 561.2M 0 0 18 101.9M 0 156.8k 1:01:05 11:05 50:00 113.4k 18 561.2M 0 0 18 102.1M 0 156.9k 1:01:02 11:06 49:56 121.7k 18 561.2M 0 0 18 102.3M 0 156.9k 1:01:01 11:07 49:54 126.6k 18 561.2M 0 0 18 102.5M 0 156.8k 1:01:03 11:09 49:54 140.2k 18 561.2M 0 0 18 102.6M 0 156.7k 1:01:05 11:10 49:55 145.6k 18 561.2M 0 0 18 102.8M 0 156.6k 1:01:07 11:11 49:56 144.8k 18 561.2M 0 0 18 103.0M 0 156.7k 1:01:07 11:13 49:54 133.3k 18 561.2M 0 0 18 103.2M 0 156.7k 1:01:06 11:14 49:52 136.7k 18 561.2M 0 0 18 103.4M 0 156.7k 1:01:06 11:15 49:51 140.1k 18 561.2M 0 0 18 103.6M 0 156.7k 1:01:07 11:17 49:50 147.9k 18 561.2M 0 0 18 103.8M 0 156.7k 1:01:07 11:18 49:49 157.9k 18 561.2M 0 0 18 104.0M 0 156.5k 1:01:10 11:20 49:50 146.3k 18 561.2M 0 0 18 104.1M 0 156.4k 1:01:12 11:21 49:51 131.3k 18 561.2M 0 0 18 104.2M 0 156.3k 1:01:15 11:22 49:53 121.9k 18 561.2M 0 0 18 104.3M 0 156.3k 1:01:16 11:23 49:53 117.9k 18 561.2M 0 0 18 104.5M 0 156.2k 1:01:18 11:24 49:54 108.3k 18 561.2M 0 0 18 104.6M 0 156.1k 1:01:19 11:25 49:54 108.5k 18 561.2M 0 0 18 104.7M 0 156.1k 1:01:21 11:27 49:54 110.6k 18 561.2M 0 0 18 104.8M 0 156.0k 1:01:22 11:28 49:54 115.6k 18 561.2M 0 0 18 105.0M 0 155.9k 1:01:24 11:29 49:55 112.4k 18 561.2M 0 0 18 105.1M 0 155.9k 1:01:26 11:30 49:56 113.6k 18 561.2M 0 0 18 105.2M 0 155.7k 1:01:29 11:31 49:58 108.3k 18 561.2M 0 0 18 105.3M 0 155.7k 1:01:30 11:32 49:58 109.5k 18 561.2M 0 0 18 105.5M 0 155.6k 1:01:32 11:34 49:58 110.6k 18 561.2M 0 0 18 105.6M 0 155.5k 1:01:34 11:35 49:59 111.6k 18 561.2M 0 0 18 105.8M 0 155.5k 1:01:35 11:37 49:58 116.5k 18 561.2M 0 0 18 106.1M 0 155.6k 1:01:33 11:38 49:55 137.9k 18 561.2M 0 0 18 106.3M 0 155.6k 1:01:32 11:39 49:53 146.4k 18 561.2M 0 0 18 106.5M 0 155.6k 1:01:32 11:40 49:52 155.6k 19 561.2M 0 0 19 106.6M 0 155.5k 1:01:34 11:42 49:52 153.9k 19 561.2M 0 0 19 106.8M 0 155.5k 1:01:35 11:43 49:52 153.1k 19 561.2M 0 0 19 107.0M 0 155.5k 1:01:35 11:44 49:51 143.9k 19 561.2M 0 0 19 107.1M 0 155.4k 1:01:37 11:46 49:51 135.1k 19 561.2M 0 0 19 107.3M 0 155.3k 1:01:39 11:47 49:52 124.7k 19 561.2M 0 0 19 107.5M 0 155.3k 1:01:40 11:48 49:52 128.0k 19 561.2M 0 0 19 107.6M 0 155.1k 1:01:43 11:50 49:53 120.9k 19 561.2M 0 0 19 107.7M 0 155.1k 1:01:44 11:51 49:53 115.5k 19 561.2M 0 0 19 107.8M 0 155.0k 1:01:45 11:52 49:53 114.6k 19 561.2M 0 0 19 108.0M 0 155.0k 1:01:47 11:53 49:54 117.0k 19 561.2M 0 0 19 108.1M 0 154.9k 1:01:48 11:54 49:54 112.8k 19 561.2M 0 0 19 108.2M 0 154.9k 1:01:49 11:55 49:54 120.8k 19 561.2M 0 0 19 108.3M 0 154.8k 1:01:52 11:56 49:56 115.0k 19 561.2M 0 0 19 108.5M 0 154.7k 1:01:53 11:57 49:56 115.4k 19 561.2M 0 0 19 108.6M 0 154.7k 1:01:53 11:59 49:54 122.6k 19 561.2M 0 0 19 108.8M 0 154.8k 1:01:52 12:00 49:52 134.1k 19 561.2M 0 0 19 109.0M 0 154.7k 1:01:53 12:01 49:52 136.0k 19 561.2M 0 0 19 109.1M 0 154.6k 1:01:55 12:02 49:53 138.8k 19 561.2M 0 0 19 109.3M 0 154.6k 1:01:57 12:04 49:53 136.2k 19 561.2M 0 0 19 109.5M 0 154.6k 1:01:56 12:05 49:51 138.5k 19 561.2M 0 0 19 109.8M 0 154.7k 1:01:54 12:06 49:48 145.4k 19 561.2M 0 0 19 110.0M 0 154.7k 1:01:53 12:07 49:46 155.1k 19 561.2M 0 0 19 110.1M 0 154.7k 1:01:52 12:08 49:44 167.8k 19 561.2M 0 0 19 110.3M 0 154.7k 1:01:53 12:10 49:43 175.4k 19 561.2M 0 0 19 110.5M 0 154.7k 1:01:53 12:11 49:42 170.5k 19 561.2M 0 0 19 110.8M 0 154.8k 1:01:50 12:12 49:38 173.5k 19 561.2M 0 0 19 110.9M 0 154.8k 1:01:52 12:13 49:39 161.6k 19 561.2M 0 0 19 111.0M 0 154.7k 1:01:53 12:14 49:39 148.8k 19 561.2M 0 0 19 111.2M 0 154.7k 1:01:54 12:16 49:38 150.4k 19 561.2M 0 0 19 111.4M 0 154.7k 1:01:53 12:17 49:36 154.0k 19 561.2M 0 0 19 111.6M 0 154.7k 1:01:52 12:18 49:34 144.1k 19 561.2M 0 0 19 111.8M 0 154.8k 1:01:51 12:19 49:32 159.0k 19 561.2M 0 0 19 112.0M 0 154.7k 1:01:52 12:21 49:31 160.1k 19 561.2M 0 0 19 112.2M 0 154.7k 1:01:53 12:22 49:31 156.1k 20 561.2M 0 0 20 112.4M 0 154.7k 1:01:54 12:24 49:30 150.6k 20 561.2M 0 0 20 112.6M 0 154.7k 1:01:54 12:25 49:29 146.5k 20 561.2M 0 0 20 112.8M 0 154.7k 1:01:54 12:26 49:28 139.8k 20 561.2M 0 0 20 113.0M 0 154.7k 1:01:54 12:27 49:27 146.1k 20 561.2M 0 0 20 113.1M 0 154.7k 1:01:54 12:29 49:25 150.9k 20 561.2M 0 0 20 113.3M 0 154.7k 1:01:54 12:30 49:24 156.4k 20 561.2M 0 0 20 113.5M 0 154.6k 1:01:56 12:31 49:25 147.3k 20 561.2M 0 0 20 113.6M 0 154.6k 1:01:56 12:32 49:24 146.4k 20 561.2M 0 0 20 113.8M 0 154.6k 1:01:55 12:33 49:22 148.0k 20 561.2M 0 0 20 114.0M 0 154.6k 1:01:55 12:35 49:20 149.5k 20 561.2M 0 0 20 114.3M 0 154.7k 1:01:52 12:36 49:16 162.3k 20 561.2M 0 0 20 114.5M 0 154.8k 1:01:51 12:37 49:14 182.0k 20 561.2M 0 0 20 114.7M 0 154.9k 1:01:50 12:38 49:12 188.3k 20 561.2M 0 0 20 114.9M 0 154.9k 1:01:49 12:39 49:10 191.5k 20 561.2M 0 0 20 115.1M 0 154.9k 1:01:49 12:40 49:09 185.7k 20 561.2M 0 0 20 115.3M 0 154.8k 1:01:51 12:42 49:09 164.9k 20 561.2M 0 0 20 115.5M 0 154.9k 1:01:48 12:43 49:05 166.8k 20 561.2M 0 0 20 115.8M 0 155.1k 1:01:43 12:44 48:59 189.3k 20 561.2M 0 0 20 116.1M 0 155.3k 1:01:38 12:45 48:53 208.7k 20 561.2M 0 0 20 116.4M 0 155.4k 1:01:36 12:46 48:50 224.5k 20 561.2M 0 0 20 116.7M 0 155.6k 1:01:31 12:47 48:44 266.9k 20 561.2M 0 0 20 117.0M 0 155.7k 1:01:29 12:49 48:40 272.3k 20 561.2M 0 0 20 117.3M 0 155.9k 1:01:24 12:50 48:34 269.2k 20 561.2M 0 0 20 117.6M 0 156.1k 1:01:19 12:51 48:28 269.2k 21 561.2M 0 0 21 117.9M 0 156.3k 1:01:15 12:52 48:23 283.1k 21 561.2M 0 0 21 118.2M 0 156.5k 1:01:11 12:53 48:18 279.8k 21 561.2M 0 0 21 118.5M 0 156.6k 1:01:08 12:54 48:14 277.2k 21 561.2M 0 0 21 118.6M 0 156.6k 1:01:07 12:55 48:12 254.6k 21 561.2M 0 0 21 118.8M 0 156.6k 1:01:08 12:56 48:12 221.3k 21 561.2M 0 0 21 119.0M 0 156.6k 1:01:09 12:58 48:11 191.4k 21 561.2M 0 0 21 119.3M 0 156.7k 1:01:06 12:59 48:07 179.0k 21 561.2M 0 0 21 119.5M 0 156.8k 1:01:04 13:00 48:04 180.1k 21 561.2M 0 0 21 119.8M 0 157.0k 1:01:00 13:01 47:59 195.3k 21 561.2M 0 0 21 120.1M 0 157.0k 1:00:58 13:03 47:55 209.4k 21 561.2M 0 0 21 120.3M 0 157.0k 1:00:59 13:04 47:55 213.7k 21 561.2M 0 0 21 120.5M 0 157.0k 1:00:59 13:05 47:54 197.4k 21 561.2M 0 0 21 120.6M 0 157.0k 1:00:58 13:06 47:52 187.2k 21 561.2M 0 0 21 120.9M 0 157.1k 1:00:56 13:07 47:49 180.0k 21 561.2M 0 0 21 121.1M 0 157.1k 1:00:56 13:09 47:47 171.8k 21 561.2M 0 0 21 121.3M 0 157.1k 1:00:56 13:10 47:46 172.1k 21 561.2M 0 0 21 121.5M 0 157.2k 1:00:55 13:11 47:44 182.3k 21 561.2M 0 0 21 121.7M 0 157.2k 1:00:55 13:12 47:43 174.4k 21 561.2M 0 0 21 122.0M 0 157.2k 1:00:54 13:14 47:40 166.8k 21 561.2M 0 0 21 122.1M 0 157.1k 1:00:56 13:15 47:41 158.1k 21 561.2M 0 0 21 122.3M 0 157.1k 1:00:57 13:17 47:40 152.8k 21 561.2M 0 0 21 122.4M 0 157.0k 1:00:58 13:18 47:40 139.4k 21 561.2M 0 0 21 122.5M 0 157.0k 1:00:59 13:19 47:40 133.3k 21 561.2M 0 0 21 122.6M 0 156.9k 1:01:01 13:20 47:41 116.6k 21 561.2M 0 0 21 122.8M 0 156.9k 1:01:02 13:21 47:41 115.6k 21 561.2M 0 0 21 123.0M 0 156.9k 1:01:02 13:22 47:40 123.1k 21 561.2M 0 0 21 123.1M 0 156.7k 1:01:06 13:24 47:42 112.6k 21 561.2M 0 0 21 123.2M 0 156.6k 1:01:08 13:25 47:43 111.6k 21 561.2M 0 0 21 123.4M 0 156.7k 1:01:07 13:26 47:41 125.8k 22 561.2M 0 0 22 123.6M 0 156.7k 1:01:06 13:27 47:39 134.0k 22 561.2M 0 0 22 123.7M 0 156.6k 1:01:08 13:28 47:40 124.8k 22 561.2M 0 0 22 123.9M 0 156.6k 1:01:08 13:30 47:38 142.4k 22 561.2M 0 0 22 124.1M 0 156.6k 1:01:08 13:31 47:37 157.3k 22 561.2M 0 0 22 124.3M 0 156.6k 1:01:08 13:32 47:36 147.3k 22 561.2M 0 0 22 124.5M 0 156.6k 1:01:08 13:33 47:35 146.5k 22 561.2M 0 0 22 124.6M 0 156.6k 1:01:08 13:34 47:34 157.6k 22 561.2M 0 0 22 124.9M 0 156.7k 1:01:06 13:36 47:30 168.9k 22 561.2M 0 0 22 125.1M 0 156.7k 1:01:05 13:37 47:28 168.5k 22 561.2M 0 0 22 125.3M 0 156.7k 1:01:07 13:38 47:29 166.6k 22 561.2M 0 0 22 125.5M 0 156.7k 1:01:07 13:40 47:27 164.2k 22 561.2M 0 0 22 125.6M 0 156.6k 1:01:08 13:41 47:27 156.1k 22 561.2M 0 0 22 125.8M 0 156.6k 1:01:09 13:42 47:27 139.4k 22 561.2M 0 0 22 126.0M 0 156.6k 1:01:08 13:43 47:25 144.3k 22 561.2M 0 0 22 126.2M 0 156.6k 1:01:08 13:45 47:23 150.1k 22 561.2M 0 0 22 126.4M 0 156.7k 1:01:07 13:46 47:21 154.7k 22 561.2M 0 0 22 126.6M 0 156.7k 1:01:07 13:47 47:20 163.3k 22 561.2M 0 0 22 126.7M 0 156.6k 1:01:08 13:48 47:20 163.5k 22 561.2M 0 0 22 126.8M 0 156.5k 1:01:10 13:49 47:21 141.0k 22 561.2M 0 0 22 127.0M 0 156.5k 1:01:11 13:51 47:20 136.6k 22 561.2M 0 0 22 127.1M 0 156.4k 1:01:14 13:52 47:22 120.8k 22 561.2M 0 0 22 127.3M 0 156.4k 1:01:14 13:53 47:21 117.8k 22 561.2M 0 0 22 127.5M 0 156.3k 1:01:14 13:55 47:19 123.6k 22 561.2M 0 0 22 127.8M 0 156.4k 1:01:13 13:56 47:17 142.0k 22 561.2M 0 0 22 128.0M 0 156.4k 1:01:12 13:57 47:15 151.2k 22 561.2M 0 0 22 128.1M 0 156.4k 1:01:12 13:58 47:14 166.2k 22 561.2M 0 0 22 128.3M 0 156.4k 1:01:14 14:00 47:14 157.6k 22 561.2M 0 0 22 128.4M 0 156.3k 1:01:15 14:01 47:14 151.7k 22 561.2M 0 0 22 128.6M 0 156.3k 1:01:14 14:02 47:12 147.1k 22 561.2M 0 0 22 128.8M 0 156.4k 1:01:14 14:03 47:11 144.8k 22 561.2M 0 0 22 129.0M 0 156.3k 1:01:14 14:04 47:10 141.1k 23 561.2M 0 0 23 129.1M 0 156.4k 1:01:14 14:05 47:09 156.9k 23 561.2M 0 0 23 129.4M 0 156.4k 1:01:12 14:06 47:06 175.4k 23 561.2M 0 0 23 129.6M 0 156.5k 1:01:10 14:08 47:02 186.1k 23 561.2M 0 0 23 130.0M 0 156.8k 1:01:04 14:09 46:55 218.2k 23 561.2M 0 0 23 130.3M 0 157.0k 1:01:00 14:10 46:50 250.6k 23 561.2M 0 0 23 130.6M 0 157.0k 1:00:58 14:11 46:47 253.5k 23 561.2M 0 0 23 130.8M 0 157.1k 1:00:58 14:12 46:46 250.3k 23 561.2M 0 0 23 131.0M 0 157.0k 1:00:58 14:14 46:44 224.9k 23 561.2M 0 0 23 131.1M 0 156.9k 1:01:01 14:15 46:46 176.9k 23 561.2M 0 0 23 131.2M 0 156.8k 1:01:03 14:16 46:47 140.0k 23 561.2M 0 0 23 131.4M 0 156.8k 1:01:03 14:17 46:46 130.2k 23 561.2M 0 0 23 131.6M 0 156.8k 1:01:03 14:19 46:44 128.1k 23 561.2M 0 0 23 131.8M 0 156.8k 1:01:03 14:20 46:43 130.8k 23 561.2M 0 0 23 132.0M 0 156.8k 1:01:03 14:21 46:42 142.1k 23 561.2M 0 0 23 132.1M 0 156.8k 1:01:03 14:22 46:41 157.8k 23 561.2M 0 0 23 132.3M 0 156.8k 1:01:03 14:23 46:40 158.2k 23 561.2M 0 0 23 132.5M 0 156.8k 1:01:04 14:25 46:39 149.2k 23 561.2M 0 0 23 132.6M 0 156.8k 1:01:04 14:26 46:38 151.6k 23 561.2M 0 0 23 132.9M 0 156.9k 1:01:02 14:27 46:35 163.7k 23 561.2M 0 0 23 133.1M 0 156.8k 1:01:04 14:29 46:35 146.6k 23 561.2M 0 0 23 133.2M 0 156.6k 1:01:08 14:30 46:38 129.7k 23 561.2M 0 0 23 133.4M 0 156.6k 1:01:08 14:32 46:36 135.1k 23 561.2M 0 0 23 133.6M 0 156.6k 1:01:08 14:33 46:35 137.0k 23 561.2M 0 0 23 133.8M 0 156.7k 1:01:06 14:34 46:32 136.6k 23 561.2M 0 0 23 134.1M 0 156.8k 1:01:05 14:35 46:30 155.2k 23 561.2M 0 0 23 134.3M 0 156.8k 1:01:04 14:37 46:27 176.5k 23 561.2M 0 0 23 134.5M 0 156.8k 1:01:04 14:38 46:26 180.7k 23 561.2M 0 0 23 134.6M 0 156.7k 1:01:06 14:39 46:27 167.7k 24 561.2M 0 0 24 134.7M 0 156.6k 1:01:08 14:40 46:28 146.2k 24 561.2M 0 0 24 134.8M 0 156.6k 1:01:09 14:41 46:28 128.5k 24 561.2M 0 0 24 135.0M 0 156.5k 1:01:10 14:43 46:27 123.7k 24 561.2M 0 0 24 135.2M 0 156.5k 1:01:11 14:44 46:27 117.9k 24 561.2M 0 0 24 135.3M 0 156.4k 1:01:14 14:46 46:28 111.4k 24 561.2M 0 0 24 135.5M 0 156.4k 1:01:14 14:47 46:27 124.0k 24 561.2M 0 0 24 135.8M 0 156.5k 1:01:12 14:48 46:24 142.5k 24 561.2M 0 0 24 136.0M 0 156.5k 1:01:11 14:49 46:22 150.3k 24 561.2M 0 0 24 136.1M 0 156.4k 1:01:14 14:51 46:23 139.6k 24 561.2M 0 0 24 136.3M 0 156.4k 1:01:14 14:52 46:22 156.4k 24 561.2M 0 0 24 136.5M 0 156.3k 1:01:16 14:54 46:22 143.3k 24 561.2M 0 0 24 136.6M 0 156.2k 1:01:17 14:55 46:22 129.5k 24 561.2M 0 0 24 136.8M 0 156.2k 1:01:17 14:56 46:21 124.1k 24 561.2M 0 0 24 137.0M 0 156.2k 1:01:17 14:58 46:19 138.1k 24 561.2M 0 0 24 137.3M 0 156.3k 1:01:15 14:59 46:16 149.1k 24 561.2M 0 0 24 137.5M 0 156.4k 1:01:14 15:00 46:14 167.3k 24 561.2M 0 0 24 137.7M 0 156.4k 1:01:13 15:01 46:12 178.3k 24 561.2M 0 0 24 137.9M 0 156.4k 1:01:13 15:02 46:11 183.4k 24 561.2M 0 0 24 138.0M 0 156.3k 1:01:16 15:04 46:12 165.8k 24 561.2M 0 0 24 138.2M 0 156.2k 1:01:17 15:05 46:12 145.5k 24 561.2M 0 0 24 138.3M 0 156.2k 1:01:19 15:07 46:12 127.1k 24 561.2M 0 0 24 138.5M 0 156.1k 1:01:19 15:08 46:11 120.9k 24 561.2M 0 0 24 138.7M 0 156.1k 1:01:20 15:09 46:11 116.8k 24 561.2M 0 0 24 138.9M 0 156.1k 1:01:21 15:11 46:10 128.2k 24 561.2M 0 0 24 139.1M 0 156.1k 1:01:21 15:12 46:09 134.4k 24 561.2M 0 0 24 139.3M 0 156.0k 1:01:22 15:13 46:09 141.1k 24 561.2M 0 0 24 139.4M 0 156.0k 1:01:22 15:14 46:08 138.8k 24 561.2M 0 0 24 139.6M 0 156.0k 1:01:21 15:15 46:06 148.0k 24 561.2M 0 0 24 139.8M 0 156.1k 1:01:20 15:17 46:03 162.0k 24 561.2M 0 0 24 140.0M 0 156.1k 1:01:19 15:18 46:01 166.8k 24 561.2M 0 0 24 140.2M 0 156.2k 1:01:19 15:19 46:00 175.1k 25 561.2M 0 0 25 140.4M 0 156.2k 1:01:18 15:20 45:58 182.9k 25 561.2M 0 0 25 140.5M 0 156.1k 1:01:19 15:21 45:58 171.1k 25 561.2M 0 0 25 140.6M 0 156.1k 1:01:20 15:22 45:58 151.6k 25 561.2M 0 0 25 140.8M 0 156.1k 1:01:21 15:24 45:57 144.8k 25 561.2M 0 0 25 141.0M 0 156.0k 1:01:22 15:25 45:57 135.2k 25 561.2M 0 0 25 141.1M 0 156.0k 1:01:23 15:26 45:57 126.4k 25 561.2M 0 0 25 141.2M 0 155.9k 1:01:24 15:27 45:57 124.6k 25 561.2M 0 0 25 141.4M 0 155.9k 1:01:24 15:28 45:56 132.7k 25 561.2M 0 0 25 141.6M 0 155.9k 1:01:24 15:29 45:55 136.6k 25 561.2M 0 0 25 141.7M 0 155.9k 1:01:25 15:30 45:55 133.8k 25 561.2M 0 0 25 141.8M 0 155.8k 1:01:26 15:31 45:55 132.5k 25 561.2M 0 0 25 142.1M 0 155.9k 1:01:24 15:33 45:51 153.1k 25 561.2M 0 0 25 142.5M 0 156.1k 1:01:19 15:34 45:45 186.0k 25 561.2M 0 0 25 142.7M 0 156.2k 1:01:17 15:35 45:42 199.9k 25 561.2M 0 0 25 142.9M 0 156.2k 1:01:17 15:36 45:41 209.0k 25 561.2M 0 0 25 143.1M 0 156.2k 1:01:17 15:37 45:40 181.2k 25 561.2M 0 0 25 143.1M 0 156.2k 1:01:17 15:37 45:40 156.2k 25 561.2M 0 0 25 143.2M 0 156.2k 1:01:18 15:38 45:40 121.7k 25 561.2M 0 0 25 143.4M 0 156.2k 1:01:19 15:40 45:39 130.5k 25 561.2M 0 0 25 143.6M 0 156.2k 1:01:19 15:41 45:38 138.4k 25 561.2M 0 0 25 143.8M 0 156.2k 1:01:17 15:42 45:35 157.9k 25 561.2M 0 0 25 144.1M 0 156.3k 1:01:15 15:43 45:32 169.8k 25 561.2M 0 0 25 144.3M 0 156.3k 1:01:15 15:45 45:30 174.9k 25 561.2M 0 0 25 144.4M 0 156.3k 1:01:16 15:46 45:30 172.2k 25 561.2M 0 0 25 144.6M 0 156.2k 1:01:17 15:47 45:30 169.4k 25 561.2M 0 0 25 144.8M 0 156.3k 1:01:15 15:48 45:27 166.6k 25 561.2M 0 0 25 145.0M 0 156.3k 1:01:16 15:50 45:26 149.0k 25 561.2M 0 0 25 145.2M 0 156.2k 1:01:17 15:51 45:26 145.6k 25 561.2M 0 0 25 145.4M 0 156.2k 1:01:17 15:53 45:24 150.4k 25 561.2M 0 0 25 145.6M 0 156.2k 1:01:18 15:54 45:24 150.8k 25 561.2M 0 0 25 145.8M 0 156.2k 1:01:18 15:55 45:23 138.9k 26 561.2M 0 0 26 146.0M 0 156.2k 1:01:18 15:56 45:22 144.4k 26 561.2M 0 0 26 146.1M 0 156.1k 1:01:19 15:58 45:21 143.7k 26 561.2M 0 0 26 146.3M 0 156.2k 1:01:18 15:59 45:19 150.7k 26 561.2M 0 0 26 146.6M 0 156.3k 1:01:16 16:00 45:16 164.3k 26 561.2M 0 0 26 146.9M 0 156.4k 1:01:13 16:01 45:12 193.4k 26 561.2M 0 0 26 147.1M 0 156.5k 1:01:11 16:02 45:09 205.6k 26 561.2M 0 0 26 147.3M 0 156.4k 1:01:13 16:04 45:09 193.2k 26 561.2M 0 0 26 147.4M 0 156.3k 1:01:16 16:05 45:11 173.6k 26 561.2M 0 0 26 147.5M 0 156.2k 1:01:17 16:06 45:11 153.3k 26 561.2M 0 0 26 147.7M 0 156.2k 1:01:17 16:08 45:09 130.8k 26 561.2M 0 0 26 147.8M 0 156.2k 1:01:18 16:09 45:09 112.4k 26 561.2M 0 0 26 148.1M 0 156.3k 1:01:16 16:10 45:06 134.3k 26 561.2M 0 0 26 148.3M 0 156.3k 1:01:15 16:11 45:04 162.0k 26 561.2M 0 0 26 148.5M 0 156.4k 1:01:14 16:12 45:02 177.9k 26 561.2M 0 0 26 148.8M 0 156.4k 1:01:13 16:13 45:00 187.2k 26 561.2M 0 0 26 148.9M 0 156.4k 1:01:13 16:14 44:59 188.2k 26 561.2M 0 0 26 149.0M 0 156.3k 1:01:15 16:16 44:59 164.4k 26 561.2M 0 0 26 149.2M 0 156.3k 1:01:15 16:17 44:58 152.4k 26 561.2M 0 0 26 149.5M 0 156.4k 1:01:13 16:18 44:55 162.9k 26 561.2M 0 0 26 149.7M 0 156.5k 1:01:11 16:19 44:52 164.6k 26 561.2M 0 0 26 149.9M 0 156.5k 1:01:11 16:20 44:51 170.8k 26 561.2M 0 0 26 150.0M 0 156.4k 1:01:12 16:21 44:51 178.3k 26 561.2M 0 0 26 150.1M 0 156.3k 1:01:15 16:23 44:52 155.2k 26 561.2M 0 0 26 150.3M 0 156.2k 1:01:18 16:25 44:53 126.1k 26 561.2M 0 0 26 150.4M 0 156.1k 1:01:20 16:26 44:54 104.4k 26 561.2M 0 0 26 150.5M 0 156.1k 1:01:20 16:27 44:53 99917 26 561.2M 0 0 26 150.7M 0 156.1k 1:01:21 16:28 44:53 102.2k 26 561.2M 0 0 26 150.9M 0 156.1k 1:01:21 16:30 44:51 120.8k 26 561.2M 0 0 26 151.1M 0 156.0k 1:01:21 16:31 44:50 132.5k 26 561.2M 0 0 26 151.3M 0 156.1k 1:01:21 16:32 44:49 148.4k 26 561.2M 0 0 26 151.5M 0 156.1k 1:01:20 16:33 44:47 156.7k 27 561.2M 0 0 27 151.6M 0 156.1k 1:01:21 16:34 44:47 158.3k 27 561.2M 0 0 27 151.8M 0 156.1k 1:01:21 16:36 44:45 154.0k 27 561.2M 0 0 27 152.0M 0 156.0k 1:01:22 16:37 44:45 154.6k 27 561.2M 0 0 27 152.3M 0 156.1k 1:01:20 16:38 44:42 158.9k 27 561.2M 0 0 27 152.4M 0 156.0k 1:01:22 16:40 44:42 147.0k 27 561.2M 0 0 27 152.5M 0 156.0k 1:01:23 16:41 44:42 142.8k 27 561.2M 0 0 27 152.8M 0 156.1k 1:01:21 16:42 44:39 155.2k 27 561.2M 0 0 27 153.1M 0 156.2k 1:01:18 16:43 44:35 180.7k 27 561.2M 0 0 27 153.3M 0 156.3k 1:01:16 16:44 44:32 189.4k 27 561.2M 0 0 27 153.6M 0 156.3k 1:01:14 16:45 44:29 210.8k 27 561.2M 0 0 27 153.8M 0 156.4k 1:01:14 16:46 44:28 223.0k 27 561.2M 0 0 27 153.9M 0 156.3k 1:01:15 16:48 44:27 206.1k 27 561.2M 0 0 27 154.1M 0 156.3k 1:01:15 16:49 44:26 178.1k 27 561.2M 0 0 27 154.3M 0 156.3k 1:01:14 16:50 44:24 167.4k 27 561.2M 0 0 27 154.4M 0 156.3k 1:01:15 16:51 44:24 148.9k 27 561.2M 0 0 27 154.5M 0 156.2k 1:01:17 16:52 44:25 131.4k 27 561.2M 0 0 27 154.7M 0 156.2k 1:01:18 16:54 44:24 132.1k 27 561.2M 0 0 27 154.8M 0 156.1k 1:01:19 16:55 44:24 127.5k 27 561.2M 0 0 27 155.0M 0 156.1k 1:01:20 16:56 44:24 121.6k 27 561.2M 0 0 27 155.3M 0 156.2k 1:01:19 16:58 44:21 134.4k 27 561.2M 0 0 27 155.4M 0 156.1k 1:01:20 16:59 44:21 137.9k 27 561.2M 0 0 27 155.5M 0 156.0k 1:01:22 17:00 44:22 128.9k 27 561.2M 0 0 27 155.6M 0 156.0k 1:01:24 17:01 44:23 126.8k 27 561.2M 0 0 27 155.8M 0 155.9k 1:01:24 17:03 44:21 128.5k 27 561.2M 0 0 27 156.0M 0 155.9k 1:01:24 17:04 44:20 122.1k 27 561.2M 0 0 27 156.1M 0 155.9k 1:01:25 17:05 44:20 123.2k 27 561.2M 0 0 27 156.3M 0 155.9k 1:01:25 17:06 44:19 139.4k 27 561.2M 0 0 27 156.5M 0 155.9k 1:01:25 17:08 44:17 146.2k 27 561.2M 0 0 27 156.7M 0 155.9k 1:01:26 17:09 44:17 140.2k 27 561.2M 0 0 27 156.9M 0 155.9k 1:01:25 17:10 44:15 143.1k 28 561.2M 0 0 28 157.1M 0 155.9k 1:01:25 17:12 44:13 156.5k 28 561.2M 0 0 28 157.3M 0 155.9k 1:01:24 17:13 44:11 158.5k 28 561.2M 0 0 28 157.5M 0 156.0k 1:01:24 17:14 44:10 165.5k 28 561.2M 0 0 28 157.6M 0 155.9k 1:01:25 17:15 44:10 162.3k 28 561.2M 0 0 28 157.8M 0 155.9k 1:01:25 17:16 44:09 161.0k 28 561.2M 0 0 28 158.0M 0 155.9k 1:01:25 17:17 44:08 155.9k 28 561.2M 0 0 28 158.2M 0 155.9k 1:01:25 17:19 44:06 151.5k 28 561.2M 0 0 28 158.3M 0 155.9k 1:01:25 17:20 44:05 142.1k 28 561.2M 0 0 28 158.5M 0 155.8k 1:01:26 17:21 44:05 147.7k 28 561.2M 0 0 28 158.6M 0 155.7k 1:01:29 17:23 44:06 125.9k 28 561.2M 0 0 28 158.8M 0 155.6k 1:01:31 17:24 44:07 114.3k 28 561.2M 0 0 28 159.0M 0 155.7k 1:01:30 17:25 44:05 117.9k 28 561.2M 0 0 28 159.2M 0 155.7k 1:01:29 17:26 44:03 134.5k 28 561.2M 0 0 28 159.5M 0 155.9k 1:01:26 17:27 43:59 159.0k 28 561.2M 0 0 28 159.8M 0 155.9k 1:01:24 17:29 43:55 195.8k 28 561.2M 0 0 28 160.0M 0 156.0k 1:01:24 17:30 43:54 211.8k 28 561.2M 0 0 28 160.1M 0 155.9k 1:01:25 17:31 43:54 201.5k 28 561.2M 0 0 28 160.2M 0 155.9k 1:01:25 17:32 43:53 182.1k 28 561.2M 0 0 28 160.4M 0 155.8k 1:01:26 17:33 43:53 151.8k 28 561.2M 0 0 28 160.5M 0 155.7k 1:01:29 17:35 43:54 123.3k 28 561.2M 0 0 28 160.6M 0 155.7k 1:01:30 17:36 43:54 111.0k 28 561.2M 0 0 28 160.8M 0 155.7k 1:01:31 17:37 43:54 115.1k 28 561.2M 0 0 28 161.0M 0 155.6k 1:01:32 17:39 43:53 114.1k 28 561.2M 0 0 28 161.1M 0 155.6k 1:01:32 17:40 43:52 118.2k 28 561.2M 0 0 28 161.3M 0 155.6k 1:01:32 17:41 43:51 129.8k 28 561.2M 0 0 28 161.5M 0 155.5k 1:01:33 17:42 43:51 132.7k 28 561.2M 0 0 28 161.6M 0 155.5k 1:01:34 17:43 43:51 128.6k 28 561.2M 0 0 28 161.8M 0 155.5k 1:01:34 17:45 43:49 135.6k 28 561.2M 0 0 28 161.9M 0 155.4k 1:01:36 17:46 43:50 122.2k 28 561.2M 0 0 28 162.1M 0 155.4k 1:01:37 17:48 43:49 120.0k 28 561.2M 0 0 28 162.3M 0 155.4k 1:01:38 17:49 43:49 124.6k 28 561.2M 0 0 28 162.4M 0 155.3k 1:01:38 17:50 43:48 126.6k 28 561.2M 0 0 28 162.6M 0 155.3k 1:01:38 17:51 43:47 129.1k 28 561.2M 0 0 28 162.7M 0 155.3k 1:01:39 17:52 43:47 136.5k 29 561.2M 0 0 29 162.8M 0 155.2k 1:01:41 17:54 43:47 129.0k 29 561.2M 0 0 29 163.0M 0 155.2k 1:01:42 17:55 43:47 125.1k 29 561.2M 0 0 29 163.1M 0 155.2k 1:01:42 17:56 43:46 127.0k 29 561.2M 0 0 29 163.3M 0 155.2k 1:01:42 17:57 43:45 129.0k 29 561.2M 0 0 29 163.5M 0 155.2k 1:01:41 17:58 43:43 136.6k 29 561.2M 0 0 29 163.6M 0 155.2k 1:01:42 17:59 43:43 144.0k 29 561.2M 0 0 29 163.8M 0 155.1k 1:01:43 18:01 43:42 141.7k 29 561.2M 0 0 29 164.0M 0 155.1k 1:01:43 18:02 43:41 148.8k 29 561.2M 0 0 29 164.2M 0 155.2k 1:01:41 18:03 43:38 160.3k 29 561.2M 0 0 29 164.5M 0 155.3k 1:01:39 18:04 43:35 171.8k 29 561.2M 0 0 29 164.6M 0 155.2k 1:01:41 18:05 43:36 163.9k 29 561.2M 0 0 29 164.8M 0 155.2k 1:01:42 18:07 43:35 167.3k 29 561.2M 0 0 29 165.0M 0 155.3k 1:01:40 18:08 43:32 180.4k 29 561.2M 0 0 29 165.3M 0 155.4k 1:01:37 18:09 43:28 182.3k 29 561.2M 0 0 29 165.5M 0 155.4k 1:01:37 18:10 43:27 171.1k 29 561.2M 0 0 29 165.7M 0 155.4k 1:01:37 18:11 43:26 188.8k 29 561.2M 0 0 29 166.0M 0 155.5k 1:01:34 18:13 43:21 212.1k 29 561.2M 0 0 29 166.2M 0 155.5k 1:01:34 18:14 43:20 195.7k 29 561.2M 0 0 29 166.3M 0 155.4k 1:01:36 18:15 43:21 167.8k 29 561.2M 0 0 29 166.5M 0 155.4k 1:01:36 18:16 43:20 168.6k 29 561.2M 0 0 29 166.6M 0 155.4k 1:01:36 18:17 43:19 158.2k 29 561.2M 0 0 29 166.8M 0 155.4k 1:01:36 18:19 43:17 138.5k 29 561.2M 0 0 29 167.0M 0 155.4k 1:01:37 18:20 43:17 137.1k 29 561.2M 0 0 29 167.2M 0 155.4k 1:01:36 18:21 43:15 150.1k 29 561.2M 0 0 29 167.5M 0 155.5k 1:01:35 18:22 43:13 162.5k 29 561.2M 0 0 29 167.6M 0 155.5k 1:01:34 18:23 43:11 174.6k 29 561.2M 0 0 29 167.9M 0 155.6k 1:01:33 18:25 43:08 184.1k 29 561.2M 0 0 29 168.1M 0 155.6k 1:01:33 18:26 43:07 186.1k 29 561.2M 0 0 29 168.2M 0 155.5k 1:01:33 18:27 43:06 178.6k 30 561.2M 0 0 30 168.4M 0 155.5k 1:01:34 18:28 43:06 161.6k 30 561.2M 0 0 30 168.6M 0 155.5k 1:01:34 18:29 43:05 157.3k 30 561.2M 0 0 30 168.8M 0 155.5k 1:01:34 18:31 43:03 144.9k 30 561.2M 0 0 30 169.0M 0 155.5k 1:01:33 18:32 43:01 150.2k 30 561.2M 0 0 30 169.2M 0 155.6k 1:01:32 18:33 42:59 169.7k 30 561.2M 0 0 30 169.5M 0 155.7k 1:01:30 18:34 42:56 186.1k 30 561.2M 0 0 30 169.7M 0 155.8k 1:01:28 18:35 42:53 200.7k 30 561.2M 0 0 30 169.9M 0 155.7k 1:01:29 18:36 42:53 202.2k 30 561.2M 0 0 30 170.1M 0 155.8k 1:01:28 18:37 42:51 202.1k 30 561.2M 0 0 30 170.3M 0 155.8k 1:01:27 18:39 42:48 193.3k 30 561.2M 0 0 30 170.5M 0 155.9k 1:01:26 18:40 42:46 190.7k 30 561.2M 0 0 30 170.8M 0 155.9k 1:01:25 18:41 42:44 179.1k 30 561.2M 0 0 30 171.0M 0 155.9k 1:01:25 18:42 42:43 182.8k 30 561.2M 0 0 30 171.1M 0 155.9k 1:01:26 18:44 42:42 171.9k 30 561.2M 0 0 30 171.3M 0 155.9k 1:01:25 18:45 42:40 168.4k 30 561.2M 0 0 30 171.5M 0 155.8k 1:01:26 18:46 42:40 151.0k 30 561.2M 0 0 30 171.6M 0 155.8k 1:01:28 18:47 42:41 133.9k 30 561.2M 0 0 30 171.7M 0 155.7k 1:01:29 18:49 42:40 124.9k 30 561.2M 0 0 30 171.9M 0 155.7k 1:01:28 18:50 42:38 132.8k 30 561.2M 0 0 30 172.1M 0 155.8k 1:01:27 18:51 42:36 143.8k 30 561.2M 0 0 30 172.3M 0 155.8k 1:01:26 18:52 42:34 157.2k 30 561.2M 0 0 30 172.5M 0 155.8k 1:01:28 18:53 42:35 158.6k 30 561.2M 0 0 30 172.6M 0 155.7k 1:01:29 18:54 42:35 159.4k 30 561.2M 0 0 30 172.7M 0 155.7k 1:01:29 18:55 42:34 147.4k 30 561.2M 0 0 30 172.9M 0 155.7k 1:01:29 18:56 42:33 134.9k 30 561.2M 0 0 30 173.1M 0 155.7k 1:01:29 18:58 42:31 130.8k 30 561.2M 0 0 30 173.3M 0 155.7k 1:01:29 18:59 42:30 143.6k 30 561.2M 0 0 30 173.4M 0 155.7k 1:01:31 19:00 42:31 140.9k 30 561.2M 0 0 30 173.5M 0 155.6k 1:01:31 19:01 42:30 140.5k 30 561.2M 0 0 30 173.7M 0 155.6k 1:01:32 19:02 42:30 137.5k 31 561.2M 0 0 31 174.0M 0 155.7k 1:01:31 19:04 42:27 146.0k 31 561.2M 0 0 31 174.1M 0 155.6k 1:01:31 19:05 42:26 142.1k 31 561.2M 0 0 31 174.3M 0 155.6k 1:01:32 19:06 42:26 140.8k 31 561.2M 0 0 31 174.5M 0 155.6k 1:01:33 19:08 42:25 145.3k 31 561.2M 0 0 31 174.6M 0 155.5k 1:01:34 19:09 42:25 141.5k 31 561.2M 0 0 31 174.8M 0 155.5k 1:01:35 19:11 42:24 123.4k 31 561.2M 0 0 31 175.0M 0 155.5k 1:01:35 19:12 42:23 126.7k 31 561.2M 0 0 31 175.1M 0 155.5k 1:01:35 19:13 42:22 139.0k 31 561.2M 0 0 31 175.3M 0 155.5k 1:01:34 19:14 42:20 142.7k 31 561.2M 0 0 31 175.5M 0 155.5k 1:01:34 19:15 42:19 151.2k 31 561.2M 0 0 31 175.7M 0 155.5k 1:01:34 19:16 42:18 161.6k 31 561.2M 0 0 31 175.9M 0 155.5k 1:01:35 19:18 42:17 157.2k 31 561.2M 0 0 31 176.1M 0 155.5k 1:01:34 19:19 42:15 161.7k 31 561.2M 0 0 31 176.2M 0 155.5k 1:01:35 19:20 42:15 151.0k 31 561.2M 0 0 31 176.4M 0 155.4k 1:01:36 19:21 42:15 144.1k 31 561.2M 0 0 31 176.5M 0 155.4k 1:01:36 19:23 42:13 137.8k 31 561.2M 0 0 31 176.7M 0 155.4k 1:01:36 19:24 42:12 140.7k 31 561.2M 0 0 31 176.9M 0 155.4k 1:01:37 19:25 42:12 132.6k 31 561.2M 0 0 31 177.1M 0 155.4k 1:01:36 19:26 42:10 145.1k 31 561.2M 0 0 31 177.3M 0 155.4k 1:01:36 19:27 42:09 153.1k 31 561.2M 0 0 31 177.5M 0 155.5k 1:01:35 19:29 42:06 169.5k 31 561.2M 0 0 31 177.8M 0 155.5k 1:01:34 19:30 42:04 178.0k 31 561.2M 0 0 31 177.9M 0 155.5k 1:01:35 19:31 42:04 169.8k 31 561.2M 0 0 31 178.1M 0 155.5k 1:01:35 19:32 42:03 166.8k 31 561.2M 0 0 31 178.3M 0 155.5k 1:01:35 19:34 42:01 161.1k 31 561.2M 0 0 31 178.5M 0 155.5k 1:01:34 19:35 41:59 160.4k 31 561.2M 0 0 31 178.7M 0 155.5k 1:01:34 19:36 41:58 151.1k 31 561.2M 0 0 31 178.9M 0 155.5k 1:01:34 19:37 41:57 164.2k 31 561.2M 0 0 31 179.0M 0 155.5k 1:01:35 19:39 41:56 154.1k 31 561.2M 0 0 31 179.1M 0 155.4k 1:01:36 19:40 41:56 151.5k 31 561.2M 0 0 31 179.3M 0 155.4k 1:01:37 19:41 41:56 132.8k 31 561.2M 0 0 31 179.5M 0 155.4k 1:01:37 19:42 41:55 132.5k 32 561.2M 0 0 32 179.7M 0 155.4k 1:01:36 19:43 41:53 141.7k 32 561.2M 0 0 32 179.9M 0 155.4k 1:01:36 19:45 41:51 145.9k 32 561.2M 0 0 32 180.1M 0 155.4k 1:01:37 19:46 41:51 147.1k 32 561.2M 0 0 32 180.2M 0 155.4k 1:01:37 19:47 41:50 151.7k 32 561.2M 0 0 32 180.3M 0 155.3k 1:01:38 19:48 41:50 146.3k 32 561.2M 0 0 32 180.5M 0 155.3k 1:01:39 19:49 41:50 129.6k 32 561.2M 0 0 32 180.6M 0 155.3k 1:01:39 19:50 41:49 126.7k 32 561.2M 0 0 32 180.7M 0 155.2k 1:01:42 19:52 41:50 111.6k 32 561.2M 0 0 32 180.8M 0 155.1k 1:01:44 19:53 41:51 100.5k 32 561.2M 0 0 32 180.8M 0 155.0k 1:01:45 19:54 41:51 92174 32 561.2M 0 0 32 181.0M 0 155.0k 1:01:47 19:55 41:52 85948 32 561.2M 0 0 32 181.1M 0 154.9k 1:01:48 19:56 41:52 85111 32 561.2M 0 0 32 181.2M 0 154.9k 1:01:49 19:57 41:52 92712 32 561.2M 0 0 32 181.3M 0 154.8k 1:01:50 19:59 41:51 99716 32 561.2M 0 0 32 181.5M 0 154.8k 1:01:51 20:00 41:51 107.1k 32 561.2M 0 0 32 181.6M 0 154.8k 1:01:52 20:01 41:51 113.4k 32 561.2M 0 0 32 181.8M 0 154.8k 1:01:52 20:02 41:50 121.3k 32 561.2M 0 0 32 182.0M 0 154.7k 1:01:52 20:03 41:49 126.6k 32 561.2M 0 0 32 182.1M 0 154.8k 1:01:52 20:05 41:47 139.8k 32 561.2M 0 0 32 182.3M 0 154.8k 1:01:52 20:06 41:46 149.7k 32 561.2M 0 0 32 182.5M 0 154.8k 1:01:51 20:07 41:44 163.9k 32 561.2M 0 0 32 182.7M 0 154.8k 1:01:52 20:08 41:44 156.8k 32 561.2M 0 0 32 182.9M 0 154.7k 1:01:53 20:10 41:43 148.1k 32 561.2M 0 0 32 183.0M 0 154.6k 1:01:56 20:12 41:44 129.4k 32 561.2M 0 0 32 183.1M 0 154.5k 1:01:58 20:13 41:45 111.3k 32 561.2M 0 0 32 183.3M 0 154.4k 1:02:00 20:15 41:45 98169 32 561.2M 0 0 32 183.4M 0 154.3k 1:02:02 20:16 41:46 90610 32 561.2M 0 0 32 183.5M 0 154.3k 1:02:03 20:17 41:46 90083 32 561.2M 0 0 32 183.7M 0 154.3k 1:02:04 20:19 41:45 99833 32 561.2M 0 0 32 183.9M 0 154.2k 1:02:04 20:20 41:44 109.6k 32 561.2M 0 0 32 184.1M 0 154.3k 1:02:04 20:21 41:43 126.2k 32 561.2M 0 0 32 184.2M 0 154.2k 1:02:05 20:23 41:42 130.4k 32 561.2M 0 0 32 184.3M 0 154.1k 1:02:07 20:24 41:43 120.7k 32 561.2M 0 0 32 184.5M 0 154.1k 1:02:08 20:25 41:43 124.0k 32 561.2M 0 0 32 184.6M 0 154.0k 1:02:10 20:27 41:43 112.9k 32 561.2M 0 0 32 184.8M 0 154.0k 1:02:11 20:28 41:43 101.7k 32 561.2M 0 0 32 184.9M 0 153.9k 1:02:12 20:29 41:43 105.0k 32 561.2M 0 0 32 185.0M 0 153.8k 1:02:14 20:31 41:43 103.5k 32 561.2M 0 0 32 185.1M 0 153.8k 1:02:15 20:32 41:43 98624 33 561.2M 0 0 33 185.3M 0 153.8k 1:02:15 20:33 41:42 111.3k 33 561.2M 0 0 33 185.5M 0 153.8k 1:02:15 20:35 41:40 122.4k 33 561.2M 0 0 33 185.6M 0 153.8k 1:02:16 20:36 41:40 118.7k 33 561.2M 0 0 33 185.8M 0 153.7k 1:02:17 20:37 41:40 133.1k 33 561.2M 0 0 33 186.0M 0 153.8k 1:02:16 20:38 41:38 146.3k 33 561.2M 0 0 33 186.3M 0 153.8k 1:02:15 20:40 41:35 153.1k 33 561.2M 0 0 33 186.5M 0 153.8k 1:02:15 20:41 41:34 156.8k 33 561.2M 0 0 33 186.6M 0 153.8k 1:02:16 20:42 41:34 160.2k 33 561.2M 0 0 33 186.8M 0 153.8k 1:02:16 20:43 41:33 158.6k 33 561.2M 0 0 33 186.9M 0 153.7k 1:02:17 20:44 41:33 146.4k 33 561.2M 0 0 33 187.0M 0 153.7k 1:02:18 20:46 41:32 127.9k 33 561.2M 0 0 33 187.2M 0 153.7k 1:02:18 20:47 41:31 126.0k 33 561.2M 0 0 33 187.3M 0 153.6k 1:02:19 20:48 41:31 123.0k 33 561.2M 0 0 33 187.5M 0 153.6k 1:02:20 20:49 41:31 119.5k 33 561.2M 0 0 33 187.6M 0 153.6k 1:02:20 20:50 41:30 129.5k 33 561.2M 0 0 33 187.8M 0 153.6k 1:02:21 20:52 41:29 131.4k 33 561.2M 0 0 33 187.8M 0 153.6k 1:02:21 20:52 41:29 153.6k 33 561.2M 0 0 33 188.0M 0 153.5k 1:02:21 20:53 41:28 126.3k 33 561.2M 0 0 33 188.1M 0 153.5k 1:02:21 20:54 41:27 147.1k 33 561.2M 0 0 33 188.3M 0 153.5k 1:02:21 20:55 41:26 149.7k 33 561.2M 0 0 33 188.5M 0 153.6k 1:02:21 20:56 41:25 158.2k 33 561.2M 0 0 33 188.7M 0 153.6k 1:02:21 20:58 41:23 155.0k 33 561.2M 0 0 33 188.9M 0 153.6k 1:02:20 20:59 41:21 164.0k 33 561.2M 0 0 33 189.1M 0 153.7k 1:02:19 21:00 41:19 175.4k 33 561.2M 0 0 33 189.4M 0 153.7k 1:02:18 21:01 41:17 184.0k 33 561.2M 0 0 33 189.6M 0 153.7k 1:02:18 21:03 41:15 172.0k 33 561.2M 0 0 33 189.8M 0 153.7k 1:02:18 21:04 41:14 174.7k 33 561.2M 0 0 33 190.0M 0 153.7k 1:02:18 21:05 41:13 176.5k 33 561.2M 0 0 33 190.1M 0 153.7k 1:02:17 21:06 41:11 168.9k 33 561.2M 0 0 33 190.3M 0 153.7k 1:02:17 21:07 41:10 164.0k 33 561.2M 0 0 33 190.5M 0 153.8k 1:02:16 21:08 41:08 174.3k 33 561.2M 0 0 33 190.8M 0 153.8k 1:02:14 21:09 41:05 191.2k 34 561.2M 0 0 34 191.0M 0 153.9k 1:02:13 21:10 41:03 196.3k 34 561.2M 0 0 34 191.2M 0 153.9k 1:02:13 21:12 41:01 194.8k 34 561.2M 0 0 34 191.4M 0 153.9k 1:02:13 21:13 41:00 187.2k 34 561.2M 0 0 34 191.5M 0 153.9k 1:02:14 21:14 41:00 174.7k 34 561.2M 0 0 34 191.6M 0 153.8k 1:02:14 21:15 40:59 153.1k 34 561.2M 0 0 34 191.8M 0 153.8k 1:02:15 21:16 40:59 135.1k 34 561.2M 0 0 34 192.0M 0 153.8k 1:02:15 21:17 40:58 131.4k 34 561.2M 0 0 34 192.1M 0 153.8k 1:02:16 21:19 40:57 124.4k 34 561.2M 0 0 34 192.3M 0 153.8k 1:02:16 21:20 40:56 131.5k 34 561.2M 0 0 34 192.5M 0 153.7k 1:02:17 21:21 40:56 134.5k 34 561.2M 0 0 34 192.6M 0 153.8k 1:02:16 21:22 40:54 143.8k 34 561.2M 0 0 34 192.8M 0 153.7k 1:02:16 21:24 40:52 142.5k 34 561.2M 0 0 34 193.0M 0 153.7k 1:02:18 21:25 40:53 140.4k 34 561.2M 0 0 34 193.2M 0 153.6k 1:02:19 21:27 40:52 135.1k 34 561.2M 0 0 34 193.4M 0 153.6k 1:02:20 21:29 40:51 132.8k 34 561.2M 0 0 34 193.6M 0 153.6k 1:02:19 21:30 40:49 130.8k 34 561.2M 0 0 34 193.8M 0 153.6k 1:02:21 21:31 40:50 123.0k 34 561.2M 0 0 34 193.9M 0 153.5k 1:02:22 21:33 40:49 125.5k 34 561.2M 0 0 34 194.0M 0 153.5k 1:02:23 21:34 40:49 121.8k 34 561.2M 0 0 34 194.1M 0 153.4k 1:02:24 21:35 40:49 119.1k 34 561.2M 0 0 34 194.3M 0 153.5k 1:02:24 21:36 40:48 119.1k 34 561.2M 0 0 34 194.5M 0 153.5k 1:02:23 21:37 40:46 131.9k 34 561.2M 0 0 34 194.7M 0 153.5k 1:02:23 21:39 40:44 138.2k 34 561.2M 0 0 34 194.9M 0 153.5k 1:02:24 21:40 40:44 147.2k 34 561.2M 0 0 34 195.0M 0 153.4k 1:02:24 21:41 40:43 147.5k 34 561.2M 0 0 34 195.1M 0 153.4k 1:02:25 21:42 40:43 140.1k 34 561.2M 0 0 34 195.3M 0 153.3k 1:02:27 21:43 40:44 125.5k 34 561.2M 0 0 34 195.4M 0 153.3k 1:02:27 21:45 40:42 116.9k 34 561.2M 0 0 34 195.5M 0 153.3k 1:02:28 21:46 40:42 109.9k 34 561.2M 0 0 34 195.7M 0 153.3k 1:02:28 21:47 40:41 122.2k 34 561.2M 0 0 34 196.0M 0 153.3k 1:02:27 21:48 40:39 138.8k 34 561.2M 0 0 34 196.2M 0 153.4k 1:02:26 21:50 40:36 158.3k 34 561.2M 0 0 34 196.4M 0 153.3k 1:02:26 21:51 40:35 163.5k 35 561.2M 0 0 35 196.6M 0 153.3k 1:02:27 21:52 40:35 162.5k 35 561.2M 0 0 35 196.7M 0 153.3k 1:02:28 21:53 40:35 154.5k 35 561.2M 0 0 35 196.8M 0 153.2k 1:02:30 21:55 40:35 129.6k 35 561.2M 0 0 35 197.0M 0 153.1k 1:02:31 21:56 40:35 112.4k 35 561.2M 0 0 35 197.1M 0 153.1k 1:02:31 21:58 40:33 112.8k 35 561.2M 0 0 35 197.3M 0 153.1k 1:02:32 21:59 40:33 111.4k 35 561.2M 0 0 35 197.4M 0 153.1k 1:02:33 22:00 40:33 109.4k 35 561.2M 0 0 35 197.5M 0 153.0k 1:02:35 22:02 40:33 108.3k 35 561.2M 0 0 35 197.6M 0 152.9k 1:02:36 22:03 40:33 112.0k 35 561.2M 0 0 35 197.8M 0 152.9k 1:02:37 22:04 40:33 105.0k 35 561.2M 0 0 35 197.9M 0 152.9k 1:02:38 22:05 40:33 101.7k 35 561.2M 0 0 35 198.0M 0 152.8k 1:02:39 22:06 40:33 103.5k 35 561.2M 0 0 35 198.2M 0 152.9k 1:02:38 22:07 40:31 124.2k 35 561.2M 0 0 35 198.4M 0 152.9k 1:02:38 22:08 40:30 131.3k 35 561.2M 0 0 35 198.6M 0 152.8k 1:02:39 22:10 40:29 133.0k 35 561.2M 0 0 35 198.7M 0 152.8k 1:02:40 22:11 40:29 135.0k 35 561.2M 0 0 35 198.9M 0 152.8k 1:02:40 22:12 40:28 139.4k 35 561.2M 0 0 35 199.1M 0 152.8k 1:02:40 22:14 40:26 139.2k 35 561.2M 0 0 35 199.3M 0 152.8k 1:02:39 22:15 40:24 146.2k 35 561.2M 0 0 35 199.5M 0 152.8k 1:02:40 22:16 40:24 143.2k 35 561.2M 0 0 35 199.6M 0 152.7k 1:02:42 22:18 40:24 140.3k 35 561.2M 0 0 35 199.8M 0 152.7k 1:02:41 22:19 40:22 142.5k 35 561.2M 0 0 35 200.0M 0 152.7k 1:02:42 22:20 40:22 136.7k 35 561.2M 0 0 35 200.1M 0 152.7k 1:02:43 22:21 40:22 118.7k 35 561.2M 0 0 35 200.2M 0 152.6k 1:02:44 22:23 40:21 119.5k 35 561.2M 0 0 35 200.3M 0 152.6k 1:02:45 22:24 40:21 124.8k 35 561.2M 0 0 35 200.5M 0 152.6k 1:02:45 22:25 40:20 121.3k 35 561.2M 0 0 35 200.7M 0 152.6k 1:02:44 22:26 40:18 129.4k 35 561.2M 0 0 35 200.9M 0 152.6k 1:02:44 22:27 40:17 142.4k 35 561.2M 0 0 35 201.1M 0 152.6k 1:02:44 22:28 40:16 155.9k 35 561.2M 0 0 35 201.3M 0 152.7k 1:02:43 22:30 40:13 171.0k 35 561.2M 0 0 35 201.5M 0 152.7k 1:02:43 22:31 40:12 174.2k 35 561.2M 0 0 35 201.7M 0 152.7k 1:02:42 22:32 40:10 171.9k 35 561.2M 0 0 35 202.0M 0 152.8k 1:02:41 22:33 40:08 185.6k 36 561.2M 0 0 36 202.2M 0 152.8k 1:02:40 22:34 40:06 191.2k 36 561.2M 0 0 36 202.4M 0 152.8k 1:02:39 22:36 40:03 182.4k 36 561.2M 0 0 36 202.6M 0 152.8k 1:02:40 22:37 40:03 179.3k 36 561.2M 0 0 36 202.7M 0 152.8k 1:02:40 22:38 40:02 169.1k 36 561.2M 0 0 36 202.8M 0 152.7k 1:02:41 22:39 40:02 151.0k 36 561.2M 0 0 36 203.0M 0 152.8k 1:02:40 22:40 40:00 145.0k 36 561.2M 0 0 36 203.2M 0 152.8k 1:02:40 22:41 39:59 144.0k 36 561.2M 0 0 36 203.4M 0 152.7k 1:02:41 22:43 39:58 142.9k 36 561.2M 0 0 36 203.6M 0 152.7k 1:02:41 22:44 39:57 147.8k 36 561.2M 0 0 36 203.8M 0 152.7k 1:02:41 22:46 39:55 150.2k 36 561.2M 0 0 36 204.0M 0 152.7k 1:02:41 22:47 39:54 149.0k 36 561.2M 0 0 36 204.1M 0 152.7k 1:02:42 22:48 39:54 140.0k 36 561.2M 0 0 36 204.3M 0 152.7k 1:02:42 22:49 39:53 138.7k 36 561.2M 0 0 36 204.5M 0 152.7k 1:02:42 22:51 39:51 141.0k 36 561.2M 0 0 36 204.6M 0 152.7k 1:02:42 22:52 39:50 144.9k 36 561.2M 0 0 36 204.8M 0 152.7k 1:02:42 22:53 39:49 143.7k 36 561.2M 0 0 36 205.0M 0 152.7k 1:02:41 22:54 39:47 158.5k 36 561.2M 0 0 36 205.3M 0 152.8k 1:02:40 22:55 39:45 175.8k 36 561.2M 0 0 36 205.5M 0 152.9k 1:02:38 22:56 39:42 192.3k 36 561.2M 0 0 36 205.7M 0 152.8k 1:02:38 22:57 39:41 187.6k 36 561.2M 0 0 36 205.9M 0 152.8k 1:02:39 22:59 39:40 182.1k 36 561.2M 0 0 36 206.1M 0 152.9k 1:02:37 23:00 39:37 187.4k 36 561.2M 0 0 36 206.3M 0 152.9k 1:02:37 23:01 39:36 179.5k 36 561.2M 0 0 36 206.5M 0 152.9k 1:02:37 23:02 39:35 166.2k 36 561.2M 0 0 36 206.7M 0 152.9k 1:02:37 23:04 39:33 168.5k 36 561.2M 0 0 36 206.9M 0 152.9k 1:02:36 23:05 39:31 173.4k 36 561.2M 0 0 36 207.1M 0 152.9k 1:02:36 23:06 39:30 166.6k 36 561.2M 0 0 36 207.3M 0 152.9k 1:02:37 23:07 39:30 156.9k 36 561.2M 0 0 36 207.4M 0 152.9k 1:02:37 23:08 39:29 149.0k 36 561.2M 0 0 36 207.5M 0 152.9k 1:02:38 23:09 39:29 141.7k 37 561.2M 0 0 37 207.6M 0 152.8k 1:02:39 23:10 39:29 133.3k 37 561.2M 0 0 37 207.8M 0 152.8k 1:02:39 23:12 39:27 127.9k 37 561.2M 0 0 37 208.0M 0 152.8k 1:02:39 23:13 39:26 131.7k 37 561.2M 0 0 37 208.2M 0 152.8k 1:02:38 23:14 39:24 142.2k 37 561.2M 0 0 37 208.4M 0 152.8k 1:02:38 23:16 39:22 147.7k 37 561.2M 0 0 37 208.6M 0 152.8k 1:02:38 23:17 39:21 152.9k 37 561.2M 0 0 37 208.8M 0 152.8k 1:02:39 23:18 39:21 151.0k 37 561.2M 0 0 37 208.9M 0 152.8k 1:02:40 23:19 39:21 145.5k 37 561.2M 0 0 37 209.1M 0 152.8k 1:02:39 23:20 39:19 146.1k 37 561.2M 0 0 37 209.2M 0 152.8k 1:02:40 23:21 39:19 141.1k 37 561.2M 0 0 37 209.4M 0 152.8k 1:02:41 23:23 39:18 133.7k 37 561.2M 0 0 37 209.6M 0 152.7k 1:02:41 23:24 39:17 135.1k 37 561.2M 0 0 37 209.8M 0 152.7k 1:02:41 23:26 39:15 141.1k 37 561.2M 0 0 37 210.0M 0 152.7k 1:02:41 23:27 39:14 133.7k 37 561.2M 0 0 37 210.1M 0 152.7k 1:02:41 23:28 39:13 143.0k 37 561.2M 0 0 37 210.3M 0 152.7k 1:02:42 23:30 39:12 144.5k 37 561.2M 0 0 37 210.5M 0 152.7k 1:02:42 23:31 39:11 140.4k 37 561.2M 0 0 37 210.6M 0 152.6k 1:02:44 23:32 39:12 131.2k 37 561.2M 0 0 37 210.8M 0 152.6k 1:02:44 23:34 39:10 130.1k 37 561.2M 0 0 37 211.0M 0 152.6k 1:02:44 23:35 39:09 128.4k 37 561.2M 0 0 37 211.3M 0 152.7k 1:02:43 23:36 39:07 143.4k 37 561.2M 0 0 37 211.5M 0 152.7k 1:02:42 23:38 39:04 159.3k 37 561.2M 0 0 37 211.6M 0 152.7k 1:02:43 23:39 39:04 159.6k 37 561.2M 0 0 37 211.8M 0 152.7k 1:02:43 23:40 39:03 159.7k 37 561.2M 0 0 37 212.0M 0 152.6k 1:02:43 23:42 39:01 156.6k 37 561.2M 0 0 37 212.2M 0 152.7k 1:02:43 23:43 39:00 148.9k 37 561.2M 0 0 37 212.5M 0 152.7k 1:02:42 23:44 38:58 148.7k 37 561.2M 0 0 37 212.6M 0 152.7k 1:02:43 23:45 38:58 154.6k 37 561.2M 0 0 37 212.8M 0 152.7k 1:02:43 23:46 38:57 157.9k 37 561.2M 0 0 37 213.1M 0 152.8k 1:02:40 23:48 38:52 180.7k 38 561.2M 0 0 38 213.3M 0 152.8k 1:02:39 23:49 38:50 191.9k 38 561.2M 0 0 38 213.5M 0 152.8k 1:02:39 23:50 38:49 178.2k 38 561.2M 0 0 38 213.7M 0 152.8k 1:02:40 23:52 38:48 173.6k 38 561.2M 0 0 38 213.8M 0 152.7k 1:02:41 23:53 38:48 165.8k 38 561.2M 0 0 38 214.0M 0 152.7k 1:02:42 23:54 38:48 142.6k 38 561.2M 0 0 38 214.2M 0 152.7k 1:02:41 23:56 38:45 132.7k 38 561.2M 0 0 38 214.4M 0 152.7k 1:02:41 23:57 38:44 135.7k 38 561.2M 0 0 38 214.6M 0 152.7k 1:02:42 23:58 38:44 139.8k 38 561.2M 0 0 38 214.7M 0 152.7k 1:02:42 23:59 38:43 143.8k 38 561.2M 0 0 38 214.9M 0 152.7k 1:02:42 24:00 38:42 147.6k 38 561.2M 0 0 38 215.1M 0 152.7k 1:02:43 24:02 38:41 140.5k 38 561.2M 0 0 38 215.3M 0 152.6k 1:02:44 24:04 38:40 131.0k 38 561.2M 0 0 38 215.5M 0 152.6k 1:02:44 24:05 38:39 131.3k 38 561.2M 0 0 38 215.7M 0 152.7k 1:02:43 24:06 38:37 145.7k 38 561.2M 0 0 38 215.9M 0 152.7k 1:02:42 24:07 38:35 150.3k 38 561.2M 0 0 38 216.1M 0 152.7k 1:02:41 24:09 38:32 164.4k 38 561.2M 0 0 38 216.3M 0 152.7k 1:02:41 24:10 38:31 177.9k 38 561.2M 0 0 38 216.5M 0 152.7k 1:02:42 24:11 38:31 176.2k 38 561.2M 0 0 38 216.6M 0 152.7k 1:02:43 24:12 38:31 152.7k 38 561.2M 0 0 38 216.7M 0 152.6k 1:02:44 24:13 38:31 136.8k 38 561.2M 0 0 38 216.9M 0 152.6k 1:02:44 24:15 38:29 124.2k 38 561.2M 0 0 38 217.1M 0 152.6k 1:02:44 24:16 38:28 124.2k 38 561.2M 0 0 38 217.2M 0 152.6k 1:02:45 24:17 38:28 124.0k 38 561.2M 0 0 38 217.4M 0 152.6k 1:02:45 24:18 38:27 132.8k 38 561.2M 0 0 38 217.5M 0 152.6k 1:02:46 24:19 38:27 137.9k 38 561.2M 0 0 38 217.6M 0 152.5k 1:02:46 24:20 38:26 132.0k 38 561.2M 0 0 38 217.8M 0 152.5k 1:02:47 24:22 38:25 120.2k 38 561.2M 0 0 38 218.0M 0 152.5k 1:02:48 24:23 38:25 123.4k 38 561.2M 0 0 38 218.1M 0 152.4k 1:02:49 24:25 38:24 113.2k 38 561.2M 0 0 38 218.2M 0 152.4k 1:02:50 24:26 38:24 110.8k 38 561.2M 0 0 38 218.3M 0 152.4k 1:02:51 24:27 38:24 112.0k 38 561.2M 0 0 38 218.5M 0 152.4k 1:02:50 24:28 38:22 124.3k 38 561.2M 0 0 38 218.7M 0 152.4k 1:02:50 24:29 38:21 130.1k 39 561.2M 0 0 39 218.9M 0 152.4k 1:02:50 24:30 38:20 141.6k 39 561.2M 0 0 39 219.1M 0 152.4k 1:02:50 24:31 38:19 154.9k 39 561.2M 0 0 39 219.3M 0 152.4k 1:02:48 24:33 38:15 174.5k 39 561.2M 0 0 39 219.5M 0 152.4k 1:02:48 24:34 38:14 171.5k 39 561.2M 0 0 39 219.7M 0 152.5k 1:02:48 24:35 38:13 172.2k 39 561.2M 0 0 39 219.8M 0 152.4k 1:02:49 24:36 38:13 165.6k 39 561.2M 0 0 39 220.0M 0 152.4k 1:02:49 24:37 38:12 163.3k 39 561.2M 0 0 39 220.1M 0 152.4k 1:02:50 24:39 38:11 141.2k 39 561.2M 0 0 39 220.3M 0 152.4k 1:02:50 24:40 38:10 134.9k 39 561.2M 0 0 39 220.4M 0 152.4k 1:02:51 24:41 38:10 125.2k 39 561.2M 0 0 39 220.6M 0 152.4k 1:02:50 24:42 38:08 138.3k 39 561.2M 0 0 39 220.8M 0 152.4k 1:02:50 24:43 38:07 138.4k 39 561.2M 0 0 39 221.0M 0 152.4k 1:02:50 24:44 38:06 148.4k 39 561.2M 0 0 39 221.1M 0 152.4k 1:02:49 24:45 38:04 160.4k 39 561.2M 0 0 39 221.3M 0 152.4k 1:02:49 24:46 38:03 171.1k 39 561.2M 0 0 39 221.5M 0 152.4k 1:02:49 24:47 38:02 170.5k 39 561.2M 0 0 39 221.7M 0 152.4k 1:02:50 24:49 38:01 152.0k 39 561.2M 0 0 39 221.8M 0 152.3k 1:02:51 24:51 38:00 138.4k 39 561.2M 0 0 39 222.0M 0 152.3k 1:02:52 24:52 38:00 131.9k 39 561.2M 0 0 39 222.2M 0 152.3k 1:02:51 24:53 37:58 133.7k 39 561.2M 0 0 39 222.5M 0 152.4k 1:02:50 24:54 37:56 140.6k 39 561.2M 0 0 39 222.6M 0 152.4k 1:02:49 24:55 37:54 157.9k 39 561.2M 0 0 39 222.8M 0 152.4k 1:02:50 24:57 37:53 171.6k 39 561.2M 0 0 39 223.0M 0 152.4k 1:02:50 24:58 37:52 173.1k 39 561.2M 0 0 39 223.3M 0 152.4k 1:02:48 24:59 37:49 177.5k 39 561.2M 0 0 39 223.5M 0 152.4k 1:02:49 25:00 37:49 165.4k 39 561.2M 0 0 39 223.6M 0 152.4k 1:02:48 25:02 37:46 162.9k 39 561.2M 0 0 39 223.9M 0 152.5k 1:02:48 25:03 37:45 170.2k 39 561.2M 0 0 39 224.1M 0 152.5k 1:02:48 25:04 37:44 166.0k 39 561.2M 0 0 39 224.3M 0 152.5k 1:02:48 25:06 37:42 156.1k 39 561.2M 0 0 39 224.4M 0 152.4k 1:02:49 25:07 37:42 152.8k 40 561.2M 0 0 40 224.5M 0 152.4k 1:02:49 25:08 37:41 144.7k 40 561.2M 0 0 40 224.7M 0 152.4k 1:02:50 25:09 37:41 130.0k 40 561.2M 0 0 40 224.8M 0 152.3k 1:02:52 25:11 37:41 117.4k 40 561.2M 0 0 40 225.0M 0 152.3k 1:02:53 25:12 37:41 108.2k 40 561.2M 0 0 40 225.1M 0 152.3k 1:02:53 25:13 37:40 116.2k 40 561.2M 0 0 40 225.3M 0 152.2k 1:02:53 25:15 37:38 117.0k 40 561.2M 0 0 40 225.5M 0 152.2k 1:02:55 25:17 37:38 106.7k 40 561.2M 0 0 40 225.6M 0 152.1k 1:02:56 25:18 37:38 112.0k 40 561.2M 0 0 40 225.8M 0 152.1k 1:02:56 25:19 37:37 120.5k 40 561.2M 0 0 40 226.0M 0 152.1k 1:02:56 25:20 37:36 119.3k 40 561.2M 0 0 40 226.1M 0 152.1k 1:02:57 25:22 37:35 114.5k 40 561.2M 0 0 40 226.3M 0 152.1k 1:02:57 25:23 37:34 136.5k 40 561.2M 0 0 40 226.5M 0 152.1k 1:02:57 25:24 37:33 149.6k 40 561.2M 0 0 40 226.6M 0 152.1k 1:02:57 25:25 37:32 143.9k 40 561.2M 0 0 40 226.8M 0 152.0k 1:02:58 25:27 37:31 132.7k 40 561.2M 0 0 40 227.0M 0 152.0k 1:02:58 25:28 37:30 141.9k 40 561.2M 0 0 40 227.1M 0 152.0k 1:02:59 25:29 37:30 136.2k 40 561.2M 0 0 40 227.4M 0 152.1k 1:02:58 25:31 37:27 142.2k 40 561.2M 0 0 40 227.6M 0 152.1k 1:02:57 25:32 37:25 157.1k 40 561.2M 0 0 40 228.0M 0 152.2k 1:02:55 25:33 37:22 185.3k 40 561.2M 0 0 40 228.1M 0 152.2k 1:02:54 25:34 37:20 192.6k 40 561.2M 0 0 40 228.3M 0 152.2k 1:02:54 25:35 37:19 198.4k 40 561.2M 0 0 40 228.5M 0 152.2k 1:02:55 25:37 37:18 181.7k 40 561.2M 0 0 40 228.7M 0 152.2k 1:02:54 25:38 37:16 175.4k 40 561.2M 0 0 40 228.9M 0 152.2k 1:02:54 25:39 37:15 162.1k 40 561.2M 0 0 40 229.1M 0 152.2k 1:02:54 25:40 37:14 158.7k 40 561.2M 0 0 40 229.2M 0 152.2k 1:02:54 25:41 37:13 151.5k 40 561.2M 0 0 40 229.3M 0 152.2k 1:02:55 25:42 37:13 151.5k 40 561.2M 0 0 40 229.5M 0 152.2k 1:02:55 25:43 37:12 142.1k 40 561.2M 0 0 40 229.6M 0 152.2k 1:02:55 25:45 37:10 137.0k 40 561.2M 0 0 40 229.9M 0 152.2k 1:02:55 25:46 37:09 139.6k 40 561.2M 0 0 40 230.0M 0 152.2k 1:02:56 25:47 37:09 137.6k 41 561.2M 0 0 41 230.2M 0 152.2k 1:02:55 25:48 37:07 147.1k 41 561.2M 0 0 41 230.4M 0 152.1k 1:02:56 25:50 37:06 145.6k 41 561.2M 0 0 41 230.5M 0 152.1k 1:02:57 25:51 37:06 137.0k 41 561.2M 0 0 41 230.6M 0 152.1k 1:02:57 25:52 37:05 127.0k 41 561.2M 0 0 41 230.8M 0 152.1k 1:02:58 25:54 37:04 131.0k 41 561.2M 0 0 41 231.1M 0 152.1k 1:02:56 25:55 37:01 141.1k 41 561.2M 0 0 41 231.3M 0 152.2k 1:02:55 25:56 36:59 160.9k 41 561.2M 0 0 41 231.5M 0 152.2k 1:02:54 25:57 36:57 176.2k 41 561.2M 0 0 41 231.7M 0 152.2k 1:02:54 25:58 36:56 184.1k 41 561.2M 0 0 41 231.9M 0 152.2k 1:02:55 26:00 36:55 185.9k 41 561.2M 0 0 41 232.0M 0 152.2k 1:02:55 26:01 36:54 168.0k 41 561.2M 0 0 41 232.2M 0 152.2k 1:02:55 26:02 36:53 157.0k 41 561.2M 0 0 41 232.4M 0 152.2k 1:02:55 26:03 36:52 151.2k 41 561.2M 0 0 41 232.5M 0 152.2k 1:02:55 26:04 36:51 140.5k 41 561.2M 0 0 41 232.7M 0 152.1k 1:02:56 26:06 36:50 137.1k 41 561.2M 0 0 41 232.9M 0 152.1k 1:02:56 26:07 36:49 139.3k 41 561.2M 0 0 41 233.1M 0 152.1k 1:02:57 26:08 36:49 131.5k 41 561.2M 0 0 41 233.1M 0 152.1k 1:02:57 26:08 36:49 152.1k 41 561.2M 0 0 41 233.3M 0 152.1k 1:02:57 26:10 36:47 167.6k 41 561.2M 0 0 41 233.5M 0 152.1k 1:02:57 26:11 36:46 150.8k 41 561.2M 0 0 41 233.6M 0 152.1k 1:02:58 26:12 36:46 133.5k 41 561.2M 0 0 41 233.7M 0 152.0k 1:02:59 26:14 36:45 122.4k 41 561.2M 0 0 41 233.8M 0 152.0k 1:03:00 26:15 36:45 121.5k 41 561.2M 0 0 41 234.0M 0 152.0k 1:03:00 26:16 36:44 117.4k 41 561.2M 0 0 41 234.2M 0 152.0k 1:03:00 26:17 36:43 123.1k 41 561.2M 0 0 41 234.4M 0 152.0k 1:02:59 26:18 36:41 136.5k 41 561.2M 0 0 41 234.6M 0 152.0k 1:03:00 26:20 36:40 147.7k 41 561.2M 0 0 41 234.8M 0 152.0k 1:02:59 26:21 36:38 159.0k 41 561.2M 0 0 41 235.0M 0 152.0k 1:02:59 26:22 36:37 168.1k 41 561.2M 0 0 41 235.2M 0 152.1k 1:02:58 26:23 36:35 169.3k 41 561.2M 0 0 41 235.3M 0 152.0k 1:02:59 26:24 36:35 161.2k 41 561.2M 0 0 41 235.5M 0 152.0k 1:02:59 26:25 36:34 157.8k 41 561.2M 0 0 41 235.6M 0 152.0k 1:02:59 26:27 36:32 154.4k 42 561.2M 0 0 42 235.8M 0 152.0k 1:02:59 26:28 36:31 153.1k 42 561.2M 0 0 42 236.0M 0 152.1k 1:02:58 26:29 36:29 153.3k 42 561.2M 0 0 42 236.2M 0 152.1k 1:02:58 26:30 36:28 162.9k 42 561.2M 0 0 42 236.5M 0 152.1k 1:02:56 26:31 36:25 188.2k 42 561.2M 0 0 42 236.7M 0 152.2k 1:02:55 26:32 36:23 201.7k 42 561.2M 0 0 42 236.9M 0 152.2k 1:02:55 26:33 36:22 196.8k 42 561.2M 0 0 42 237.1M 0 152.2k 1:02:55 26:35 36:20 184.8k 42 561.2M 0 0 42 237.2M 0 152.2k 1:02:56 26:36 36:20 174.8k 42 561.2M 0 0 42 237.3M 0 152.1k 1:02:56 26:37 36:19 152.0k 42 561.2M 0 0 42 237.5M 0 152.1k 1:02:57 26:38 36:19 124.6k 42 561.2M 0 0 42 237.6M 0 152.1k 1:02:58 26:40 36:18 121.4k 42 561.2M 0 0 42 237.8M 0 152.0k 1:02:58 26:41 36:17 120.5k 42 561.2M 0 0 42 238.0M 0 152.0k 1:02:59 26:42 36:17 120.6k 42 561.2M 0 0 42 238.1M 0 152.0k 1:02:59 26:43 36:16 128.0k 42 561.2M 0 0 42 238.3M 0 152.0k 1:02:59 26:45 36:14 136.5k 42 561.2M 0 0 42 238.5M 0 151.9k 1:03:01 26:46 36:15 123.6k 42 561.2M 0 0 42 238.6M 0 151.9k 1:03:01 26:47 36:14 120.5k 42 561.2M 0 0 42 238.8M 0 151.9k 1:03:01 26:49 36:12 127.9k 42 561.2M 0 0 42 239.0M 0 151.9k 1:03:01 26:50 36:11 124.0k 42 561.2M 0 0 42 239.1M 0 151.9k 1:03:01 26:51 36:10 128.7k 42 561.2M 0 0 42 239.3M 0 151.9k 1:03:02 26:52 36:10 139.9k 42 561.2M 0 0 42 239.4M 0 151.9k 1:03:03 26:54 36:09 133.2k 42 561.2M 0 0 42 239.5M 0 151.8k 1:03:04 26:55 36:09 121.1k 42 561.2M 0 0 42 239.6M 0 151.8k 1:03:05 26:56 36:09 111.0k 42 561.2M 0 0 42 239.8M 0 151.8k 1:03:05 26:58 36:07 111.4k 42 561.2M 0 0 42 240.1M 0 151.8k 1:03:04 26:59 36:05 126.6k 42 561.2M 0 0 42 240.3M 0 151.8k 1:03:04 27:00 36:04 141.2k 42 561.2M 0 0 42 240.4M 0 151.8k 1:03:05 27:01 36:04 147.4k 42 561.2M 0 0 42 240.6M 0 151.8k 1:03:04 27:02 36:02 167.0k 42 561.2M 0 0 42 240.8M 0 151.8k 1:03:04 27:03 36:01 168.9k 42 561.2M 0 0 42 241.0M 0 151.8k 1:03:04 27:04 36:00 158.8k 42 561.2M 0 0 42 241.2M 0 151.9k 1:03:03 27:06 35:57 167.0k 43 561.2M 0 0 43 241.5M 0 151.9k 1:03:02 27:07 35:55 181.3k 43 561.2M 0 0 43 241.7M 0 152.0k 1:03:00 27:08 35:52 192.4k 43 561.2M 0 0 43 242.0M 0 152.1k 1:02:58 27:09 35:49 216.8k 43 561.2M 0 0 43 242.3M 0 152.1k 1:02:57 27:10 35:47 226.8k 43 561.2M 0 0 43 242.5M 0 152.1k 1:02:57 27:12 35:45 218.3k 43 561.2M 0 0 43 242.6M 0 152.1k 1:02:58 27:13 35:45 196.7k 43 561.2M 0 0 43 242.7M 0 152.0k 1:02:58 27:14 35:44 176.5k 43 561.2M 0 0 43 242.9M 0 152.0k 1:02:59 27:15 35:44 143.4k 43 561.2M 0 0 43 243.1M 0 152.0k 1:02:58 27:16 35:42 136.2k 43 561.2M 0 0 43 243.3M 0 152.0k 1:02:59 27:18 35:41 129.2k 43 561.2M 0 0 43 243.4M 0 152.0k 1:03:00 27:19 35:41 130.7k 43 561.2M 0 0 43 243.5M 0 151.9k 1:03:01 27:20 35:41 126.5k 43 561.2M 0 0 43 243.6M 0 151.9k 1:03:02 27:22 35:40 119.4k 43 561.2M 0 0 43 243.8M 0 151.9k 1:03:03 27:23 35:40 109.1k 43 561.2M 0 0 43 244.0M 0 151.8k 1:03:03 27:24 35:39 109.7k 43 561.2M 0 0 43 244.1M 0 151.8k 1:03:03 27:26 35:37 118.7k 43 561.2M 0 0 43 244.3M 0 151.8k 1:03:04 27:27 35:37 120.1k 43 561.2M 0 0 43 244.4M 0 151.8k 1:03:05 27:28 35:37 120.1k 43 561.2M 0 0 43 244.5M 0 151.7k 1:03:06 27:29 35:37 119.2k 43 561.2M 0 0 43 244.6M 0 151.7k 1:03:06 27:30 35:36 116.0k 43 561.2M 0 0 43 244.8M 0 151.7k 1:03:06 27:32 35:34 116.6k 43 561.2M 0 0 43 245.1M 0 151.7k 1:03:06 27:33 35:33 132.2k 43 561.2M 0 0 43 245.2M 0 151.7k 1:03:06 27:34 35:32 137.9k 43 561.2M 0 0 43 245.3M 0 151.7k 1:03:07 27:35 35:32 137.2k 43 561.2M 0 0 43 245.5M 0 151.7k 1:03:07 27:37 35:30 141.4k 43 561.2M 0 0 43 245.7M 0 151.7k 1:03:08 27:38 35:30 139.7k 43 561.2M 0 0 43 245.9M 0 151.7k 1:03:07 27:39 35:28 136.9k 43 561.2M 0 0 43 246.1M 0 151.7k 1:03:06 27:40 35:26 152.7k 43 561.2M 0 0 43 246.3M 0 151.7k 1:03:07 27:41 35:26 158.2k 43 561.2M 0 0 43 246.4M 0 151.7k 1:03:08 27:43 35:25 150.5k 43 561.2M 0 0 43 246.6M 0 151.7k 1:03:08 27:44 35:24 148.4k 43 561.2M 0 0 43 246.8M 0 151.7k 1:03:07 27:45 35:22 148.5k 43 561.2M 0 0 43 246.9M 0 151.7k 1:03:08 27:46 35:22 133.6k 44 561.2M 0 0 44 247.1M 0 151.6k 1:03:09 27:48 35:21 130.0k 44 561.2M 0 0 44 247.3M 0 151.6k 1:03:09 27:49 35:20 139.7k 44 561.2M 0 0 44 247.5M 0 151.6k 1:03:09 27:50 35:19 141.9k 44 561.2M 0 0 44 247.6M 0 151.6k 1:03:10 27:52 35:18 130.1k 44 561.2M 0 0 44 247.8M 0 151.6k 1:03:10 27:53 35:17 126.1k 44 561.2M 0 0 44 247.9M 0 151.5k 1:03:11 27:54 35:17 126.6k 44 561.2M 0 0 44 248.0M 0 151.5k 1:03:12 27:56 35:16 120.7k 44 561.2M 0 0 44 248.1M 0 151.5k 1:03:13 27:57 35:16 108.2k 44 561.2M 0 0 44 248.3M 0 151.4k 1:03:14 27:58 35:16 105.4k 44 561.2M 0 0 44 248.5M 0 151.4k 1:03:14 28:00 35:14 111.0k 44 561.2M 0 0 44 248.6M 0 151.4k 1:03:14 28:01 35:13 118.8k 44 561.2M 0 0 44 248.8M 0 151.4k 1:03:15 28:02 35:13 116.2k 44 561.2M 0 0 44 248.9M 0 151.4k 1:03:16 28:03 35:13 123.7k 44 561.2M 0 0 44 249.1M 0 151.3k 1:03:16 28:05 35:11 130.8k 44 561.2M 0 0 44 249.3M 0 151.3k 1:03:16 28:06 35:10 131.7k 44 561.2M 0 0 44 249.5M 0 151.3k 1:03:16 28:07 35:09 129.3k 44 561.2M 0 0 44 249.6M 0 151.3k 1:03:17 28:08 35:09 131.8k 44 561.2M 0 0 44 249.8M 0 151.3k 1:03:17 28:10 35:07 136.3k 44 561.2M 0 0 44 250.0M 0 151.3k 1:03:17 28:11 35:06 138.8k 44 561.2M 0 0 44 250.1M 0 151.3k 1:03:17 28:12 35:05 138.9k 44 561.2M 0 0 44 250.3M 0 151.3k 1:03:18 28:14 35:04 137.2k 44 561.2M 0 0 44 250.5M 0 151.2k 1:03:18 28:15 35:03 136.1k 44 561.2M 0 0 44 250.6M 0 151.2k 1:03:19 28:17 35:02 130.7k 44 561.2M 0 0 44 250.8M 0 151.2k 1:03:19 28:18 35:01 128.5k 44 561.2M 0 0 44 251.0M 0 151.2k 1:03:19 28:19 35:00 131.2k 44 561.2M 0 0 44 251.1M 0 151.2k 1:03:21 28:21 35:00 123.6k 44 561.2M 0 0 44 251.3M 0 151.2k 1:03:21 28:22 34:59 130.1k 44 561.2M 0 0 44 251.5M 0 151.1k 1:03:22 28:23 34:59 126.0k 44 561.2M 0 0 44 251.6M 0 151.1k 1:03:22 28:25 34:57 123.9k 44 561.2M 0 0 44 251.8M 0 151.1k 1:03:22 28:26 34:56 118.6k 44 561.2M 0 0 44 252.0M 0 151.1k 1:03:22 28:27 34:55 131.3k 44 561.2M 0 0 44 252.1M 0 151.1k 1:03:22 28:28 34:54 136.7k 44 561.2M 0 0 44 252.5M 0 151.2k 1:03:20 28:29 34:51 170.5k 45 561.2M 0 0 45 252.8M 0 151.3k 1:03:18 28:30 34:48 201.9k 45 561.2M 0 0 45 253.0M 0 151.3k 1:03:17 28:32 34:45 219.2k 45 561.2M 0 0 45 253.2M 0 151.3k 1:03:17 28:33 34:44 217.9k 45 561.2M 0 0 45 253.4M 0 151.3k 1:03:17 28:34 34:43 208.5k 45 561.2M 0 0 45 253.5M 0 151.3k 1:03:18 28:36 34:42 172.2k 45 561.2M 0 0 45 253.6M 0 151.2k 1:03:19 28:37 34:42 138.8k 45 561.2M 0 0 45 253.8M 0 151.2k 1:03:19 28:38 34:41 125.2k 45 561.2M 0 0 45 254.0M 0 151.2k 1:03:19 28:39 34:40 129.3k 45 561.2M 0 0 45 254.2M 0 151.2k 1:03:19 28:40 34:39 131.0k 45 561.2M 0 0 45 254.4M 0 151.2k 1:03:19 28:42 34:37 142.7k 45 561.2M 0 0 45 254.6M 0 151.2k 1:03:18 28:43 34:35 160.2k 45 561.2M 0 0 45 254.8M 0 151.3k 1:03:17 28:44 34:33 179.6k 45 561.2M 0 0 45 255.1M 0 151.3k 1:03:16 28:45 34:31 187.9k 45 561.2M 0 0 45 255.3M 0 151.4k 1:03:15 28:46 34:29 193.0k 45 561.2M 0 0 45 255.4M 0 151.4k 1:03:16 28:47 34:29 191.1k 45 561.2M 0 0 45 255.5M 0 151.3k 1:03:16 28:48 34:28 174.4k 45 561.2M 0 0 45 255.6M 0 151.3k 1:03:17 28:49 34:28 152.8k 45 561.2M 0 0 45 255.8M 0 151.3k 1:03:17 28:50 34:27 131.0k 45 561.2M 0 0 45 256.0M 0 151.3k 1:03:17 28:52 34:25 127.9k 45 561.2M 0 0 45 256.2M 0 151.3k 1:03:16 28:53 34:23 144.9k 45 561.2M 0 0 45 256.4M 0 151.3k 1:03:16 28:54 34:22 150.1k 45 561.2M 0 0 45 256.6M 0 151.3k 1:03:16 28:55 34:21 158.3k 45 561.2M 0 0 45 256.7M 0 151.3k 1:03:18 28:57 34:21 146.9k 45 561.2M 0 0 45 256.9M 0 151.3k 1:03:18 28:58 34:20 142.3k 45 561.2M 0 0 45 257.0M 0 151.2k 1:03:19 29:00 34:19 124.3k 45 561.2M 0 0 45 257.2M 0 151.2k 1:03:18 29:01 34:17 130.8k 45 561.2M 0 0 45 257.4M 0 151.2k 1:03:18 29:02 34:16 129.3k 45 561.2M 0 0 45 257.5M 0 151.2k 1:03:19 29:03 34:16 131.9k 45 561.2M 0 0 45 257.6M 0 151.2k 1:03:20 29:04 34:16 125.6k 45 561.2M 0 0 45 257.8M 0 151.2k 1:03:20 29:06 34:14 131.8k 45 561.2M 0 0 45 258.0M 0 151.1k 1:03:21 29:07 34:14 119.0k 45 561.2M 0 0 45 258.1M 0 151.1k 1:03:22 29:08 34:14 109.0k 46 561.2M 0 0 46 258.3M 0 151.1k 1:03:22 29:10 34:12 118.9k 46 561.2M 0 0 46 258.5M 0 151.1k 1:03:22 29:11 34:11 130.2k 46 561.2M 0 0 46 258.6M 0 151.1k 1:03:22 29:12 34:10 127.7k 46 561.2M 0 0 46 258.8M 0 151.1k 1:03:23 29:13 34:10 131.8k 46 561.2M 0 0 46 259.0M 0 151.1k 1:03:23 29:15 34:08 141.3k 46 561.2M 0 0 46 259.1M 0 151.1k 1:03:23 29:16 34:07 142.7k 46 561.2M 0 0 46 259.3M 0 151.0k 1:03:25 29:18 34:07 122.0k 46 561.2M 0 0 46 259.5M 0 151.0k 1:03:25 29:19 34:06 124.7k 46 561.2M 0 0 46 259.7M 0 151.0k 1:03:24 29:20 34:04 140.4k 46 561.2M 0 0 46 260.0M 0 151.1k 1:03:23 29:21 34:02 152.4k 46 561.2M 0 0 46 260.1M 0 151.1k 1:03:22 29:22 34:00 159.1k 46 561.2M 0 0 46 260.3M 0 151.1k 1:03:23 29:23 34:00 176.0k 46 561.2M 0 0 46 260.4M 0 151.0k 1:03:23 29:25 33:58 173.1k 46 561.2M 0 0 46 260.5M 0 151.0k 1:03:25 29:26 33:59 134.7k 46 561.2M 0 0 46 260.6M 0 150.9k 1:03:26 29:27 33:59 115.7k 46 561.2M 0 0 46 260.8M 0 151.0k 1:03:26 29:29 33:57 114.1k 46 561.2M 0 0 46 261.0M 0 150.9k 1:03:26 29:30 33:56 114.4k 46 561.2M 0 0 46 261.1M 0 150.9k 1:03:27 29:31 33:56 112.4k 46 561.2M 0 0 46 261.2M 0 150.9k 1:03:27 29:32 33:55 126.6k 46 561.2M 0 0 46 261.3M 0 150.8k 1:03:29 29:33 33:56 119.0k 46 561.2M 0 0 46 261.5M 0 150.8k 1:03:30 29:35 33:55 104.2k 46 561.2M 0 0 46 261.6M 0 150.8k 1:03:30 29:36 33:54 102.7k 46 561.2M 0 0 46 261.8M 0 150.8k 1:03:30 29:37 33:53 111.8k 46 561.2M 0 0 46 262.0M 0 150.8k 1:03:30 29:38 33:52 122.1k 46 561.2M 0 0 46 262.1M 0 150.8k 1:03:29 29:39 33:50 140.3k 46 561.2M 0 0 46 262.3M 0 150.8k 1:03:29 29:41 33:48 154.4k 46 561.2M 0 0 46 262.5M 0 150.8k 1:03:30 29:42 33:48 158.2k 46 561.2M 0 0 46 262.6M 0 150.7k 1:03:31 29:43 33:48 143.5k 46 561.2M 0 0 46 262.8M 0 150.7k 1:03:32 29:45 33:47 126.8k 46 561.2M 0 0 46 262.9M 0 150.7k 1:03:33 29:46 33:47 113.3k 46 561.2M 0 0 46 263.0M 0 150.6k 1:03:34 29:47 33:47 103.5k 46 561.2M 0 0 46 263.1M 0 150.6k 1:03:34 29:48 33:46 99.79k 46 561.2M 0 0 46 263.3M 0 150.6k 1:03:34 29:50 33:44 112.8k 46 561.2M 0 0 46 263.5M 0 150.6k 1:03:34 29:51 33:43 125.0k 46 561.2M 0 0 46 263.6M 0 150.5k 1:03:36 29:52 33:44 120.6k 47 561.2M 0 0 47 263.8M 0 150.5k 1:03:36 29:54 33:42 125.0k 47 561.2M 0 0 47 264.0M 0 150.5k 1:03:36 29:55 33:41 133.1k 47 561.2M 0 0 47 264.2M 0 150.6k 1:03:36 29:56 33:40 138.2k 47 561.2M 0 0 47 264.4M 0 150.6k 1:03:35 29:57 33:38 141.4k 47 561.2M 0 0 47 264.6M 0 150.6k 1:03:35 29:58 33:37 163.0k 47 561.2M 0 0 47 264.8M 0 150.6k 1:03:35 30:00 33:35 170.9k 47 561.2M 0 0 47 265.0M 0 150.6k 1:03:34 30:01 33:33 173.6k 47 561.2M 0 0 47 265.2M 0 150.6k 1:03:34 30:02 33:32 170.8k 47 561.2M 0 0 47 265.5M 0 150.7k 1:03:33 30:03 33:30 175.7k 47 561.2M 0 0 47 265.6M 0 150.6k 1:03:33 30:05 33:28 166.2k 47 561.2M 0 0 47 265.9M 0 150.7k 1:03:32 30:06 33:26 177.2k 47 561.2M 0 0 47 266.1M 0 150.7k 1:03:31 30:07 33:24 183.1k 47 561.2M 0 0 47 266.4M 0 150.8k 1:03:31 30:09 33:22 185.9k 47 561.2M 0 0 47 266.6M 0 150.8k 1:03:31 30:10 33:21 177.2k 47 561.2M 0 0 47 266.8M 0 150.8k 1:03:30 30:11 33:19 184.3k 47 561.2M 0 0 47 266.9M 0 150.7k 1:03:31 30:12 33:19 161.4k 47 561.2M 0 0 47 267.0M 0 150.7k 1:03:32 30:14 33:18 140.0k 47 561.2M 0 0 47 267.2M 0 150.7k 1:03:32 30:15 33:17 132.0k 47 561.2M 0 0 47 267.4M 0 150.7k 1:03:32 30:16 33:16 131.5k 47 561.2M 0 0 47 267.6M 0 150.7k 1:03:32 30:18 33:14 129.1k 47 561.2M 0 0 47 267.8M 0 150.7k 1:03:32 30:19 33:13 137.8k 47 561.2M 0 0 47 268.0M 0 150.7k 1:03:32 30:20 33:12 156.2k 47 561.2M 0 0 47 268.2M 0 150.7k 1:03:32 30:22 33:10 152.2k 47 561.2M 0 0 47 268.4M 0 150.7k 1:03:32 30:23 33:09 149.6k 47 561.2M 0 0 47 268.5M 0 150.7k 1:03:33 30:24 33:09 144.7k 47 561.2M 0 0 47 268.6M 0 150.7k 1:03:33 30:25 33:08 142.9k 47 561.2M 0 0 47 268.8M 0 150.6k 1:03:33 30:26 33:07 128.1k 47 561.2M 0 0 47 269.0M 0 150.6k 1:03:34 30:27 33:07 132.9k 47 561.2M 0 0 47 269.2M 0 150.7k 1:03:33 30:29 33:04 147.3k 48 561.2M 0 0 48 269.5M 0 150.7k 1:03:32 30:30 33:02 162.8k 48 561.2M 0 0 48 269.6M 0 150.7k 1:03:31 30:31 33:00 171.2k 48 561.2M 0 0 48 269.8M 0 150.7k 1:03:32 30:33 32:59 168.2k 48 561.2M 0 0 48 270.0M 0 150.7k 1:03:32 30:34 32:58 165.3k 48 561.2M 0 0 48 270.2M 0 150.7k 1:03:31 30:35 32:56 168.0k 48 561.2M 0 0 48 270.4M 0 150.7k 1:03:31 30:36 32:55 164.1k 48 561.2M 0 0 48 270.6M 0 150.8k 1:03:30 30:37 32:53 165.4k 48 561.2M 0 0 48 270.8M 0 150.8k 1:03:30 30:38 32:52 177.9k 48 561.2M 0 0 48 271.0M 0 150.8k 1:03:30 30:40 32:50 174.1k 48 561.2M 0 0 48 271.1M 0 150.8k 1:03:30 30:41 32:49 165.9k 48 561.2M 0 0 48 271.3M 0 150.8k 1:03:30 30:42 32:48 158.8k 48 561.2M 0 0 48 271.5M 0 150.8k 1:03:30 30:43 32:47 155.2k 48 561.2M 0 0 48 271.7M 0 150.8k 1:03:30 30:44 32:46 151.4k 48 561.2M 0 0 48 271.9M 0 150.8k 1:03:30 30:46 32:44 151.7k 48 561.2M 0 0 48 272.1M 0 150.8k 1:03:30 30:47 32:43 147.4k 48 561.2M 0 0 48 272.3M 0 150.8k 1:03:31 30:49 32:42 145.4k 48 561.2M 0 0 48 272.5M 0 150.8k 1:03:29 30:50 32:39 157.2k 48 561.2M 0 0 48 272.7M 0 150.8k 1:03:29 30:51 32:38 156.9k 48 561.2M 0 0 48 273.0M 0 150.8k 1:03:28 30:52 32:36 172.0k 48 561.2M 0 0 48 273.1M 0 150.8k 1:03:29 30:54 32:35 171.0k 48 561.2M 0 0 48 273.3M 0 150.8k 1:03:29 30:55 32:34 171.2k 48 561.2M 0 0 48 273.5M 0 150.8k 1:03:29 30:56 32:33 160.5k 48 561.2M 0 0 48 273.8M 0 150.9k 1:03:27 30:57 32:30 175.8k 48 561.2M 0 0 48 274.0M 0 150.9k 1:03:26 30:58 32:28 174.6k 48 561.2M 0 0 48 274.2M 0 150.9k 1:03:26 31:00 32:26 179.2k 48 561.2M 0 0 48 274.5M 0 150.9k 1:03:26 31:01 32:25 184.4k 48 561.2M 0 0 48 274.6M 0 151.0k 1:03:26 31:02 32:24 185.0k 48 561.2M 0 0 48 274.9M 0 151.0k 1:03:25 31:04 32:21 179.3k 49 561.2M 0 0 49 275.1M 0 151.0k 1:03:24 31:05 32:19 176.7k 49 561.2M 0 0 49 275.3M 0 151.0k 1:03:24 31:06 32:18 175.7k 49 561.2M 0 0 49 275.5M 0 151.0k 1:03:24 31:07 32:17 169.9k 49 561.2M 0 0 49 275.6M 0 151.0k 1:03:25 31:09 32:16 164.4k 49 561.2M 0 0 49 275.7M 0 150.9k 1:03:26 31:10 32:16 139.3k 49 561.2M 0 0 49 275.8M 0 150.9k 1:03:27 31:11 32:16 118.7k 49 561.2M 0 0 49 276.0M 0 150.9k 1:03:28 31:12 32:16 109.9k 49 561.2M 0 0 49 276.1M 0 150.9k 1:03:28 31:13 32:15 106.4k 49 561.2M 0 0 49 276.3M 0 150.8k 1:03:29 31:15 32:14 100.4k 49 561.2M 0 0 49 276.4M 0 150.8k 1:03:29 31:16 32:13 109.4k 49 561.2M 0 0 49 276.5M 0 150.8k 1:03:30 31:17 32:13 119.0k 49 561.2M 0 0 49 276.6M 0 150.8k 1:03:30 31:18 32:12 120.7k 49 561.2M 0 0 49 276.8M 0 150.8k 1:03:31 31:19 32:12 118.4k 49 561.2M 0 0 49 276.9M 0 150.7k 1:03:31 31:20 32:11 119.6k 49 561.2M 0 0 49 277.0M 0 150.7k 1:03:32 31:21 32:11 119.0k 49 561.2M 0 0 49 277.2M 0 150.7k 1:03:32 31:23 32:09 123.2k 49 561.2M 0 0 49 277.4M 0 150.7k 1:03:32 31:24 32:08 130.3k 49 561.2M 0 0 49 277.6M 0 150.7k 1:03:31 31:25 32:06 167.0k 49 561.2M 0 0 49 277.6M 0 150.7k 1:03:31 31:25 32:06 150.7k 49 561.2M 0 0 49 277.8M 0 150.8k 1:03:30 31:26 32:04 190.0k 49 561.2M 0 0 49 278.0M 0 150.8k 1:03:30 31:27 32:03 175.1k 49 561.2M 0 0 49 278.2M 0 150.8k 1:03:30 31:29 32:01 166.9k 49 561.2M 0 0 49 278.4M 0 150.8k 1:03:30 31:30 32:00 164.3k 49 561.2M 0 0 49 278.6M 0 150.8k 1:03:30 31:31 31:59 160.0k 49 561.2M 0 0 49 278.8M 0 150.8k 1:03:30 31:32 31:58 158.3k 49 561.2M 0 0 49 279.0M 0 150.8k 1:03:28 31:33 31:55 172.4k 49 561.2M 0 0 49 279.2M 0 150.9k 1:03:28 31:34 31:54 175.3k 49 561.2M 0 0 49 279.4M 0 150.9k 1:03:28 31:36 31:52 174.8k 49 561.2M 0 0 49 279.6M 0 150.8k 1:03:28 31:37 31:51 174.4k 49 561.2M 0 0 49 279.7M 0 150.8k 1:03:29 31:38 31:51 164.8k 49 561.2M 0 0 49 279.9M 0 150.9k 1:03:28 31:39 31:49 153.9k 49 561.2M 0 0 49 280.1M 0 150.9k 1:03:28 31:40 31:48 155.9k 49 561.2M 0 0 49 280.3M 0 150.9k 1:03:27 31:42 31:45 164.1k 49 561.2M 0 0 49 280.5M 0 150.9k 1:03:27 31:43 31:44 166.9k 50 561.2M 0 0 50 280.7M 0 150.9k 1:03:27 31:44 31:43 170.8k 50 561.2M 0 0 50 280.9M 0 150.9k 1:03:27 31:45 31:42 164.7k 50 561.2M 0 0 50 281.0M 0 150.9k 1:03:28 31:46 31:42 152.8k 50 561.2M 0 0 50 281.1M 0 150.9k 1:03:28 31:48 31:40 138.8k 50 561.2M 0 0 50 281.3M 0 150.9k 1:03:28 31:49 31:39 140.9k 50 561.2M 0 0 50 281.5M 0 150.9k 1:03:28 31:50 31:38 138.6k 50 561.2M 0 0 50 281.7M 0 150.9k 1:03:28 31:51 31:37 142.0k 50 561.2M 0 0 50 281.9M 0 150.9k 1:03:28 31:53 31:35 148.3k 50 561.2M 0 0 50 282.1M 0 150.9k 1:03:28 31:54 31:34 149.5k 50 561.2M 0 0 50 282.3M 0 150.9k 1:03:28 31:55 31:33 150.5k 50 561.2M 0 0 50 282.5M 0 150.9k 1:03:28 31:56 31:32 150.4k 50 561.2M 0 0 50 282.6M 0 150.8k 1:03:29 31:58 31:31 135.7k 50 561.2M 0 0 50 282.7M 0 150.8k 1:03:29 31:59 31:30 131.3k 50 561.2M 0 0 50 282.9M 0 150.8k 1:03:29 32:00 31:29 137.6k 50 561.2M 0 0 50 283.1M 0 150.8k 1:03:29 32:01 31:28 141.3k 50 561.2M 0 0 50 283.3M 0 150.8k 1:03:29 32:03 31:26 139.0k 50 561.2M 0 0 50 283.5M 0 150.8k 1:03:29 32:04 31:25 146.0k 50 561.2M 0 0 50 283.6M 0 150.8k 1:03:30 32:05 31:25 147.2k 50 561.2M 0 0 50 283.8M 0 150.8k 1:03:30 32:07 31:23 137.2k 50 561.2M 0 0 50 283.9M 0 150.7k 1:03:31 32:08 31:23 118.8k 50 561.2M 0 0 50 284.1M 0 150.7k 1:03:32 32:09 31:23 120.0k 50 561.2M 0 0 50 284.3M 0 150.7k 1:03:32 32:11 31:21 123.1k 50 561.2M 0 0 50 284.5M 0 150.7k 1:03:32 32:12 31:20 127.3k 50 561.2M 0 0 50 284.6M 0 150.7k 1:03:32 32:13 31:19 135.5k 50 561.2M 0 0 50 284.9M 0 150.7k 1:03:31 32:14 31:17 155.4k 50 561.2M 0 0 50 285.1M 0 150.8k 1:03:30 32:16 31:14 170.3k 50 561.2M 0 0 50 285.3M 0 150.8k 1:03:29 32:17 31:12 181.4k 50 561.2M 0 0 50 285.6M 0 150.8k 1:03:28 32:18 31:10 193.8k 50 561.2M 0 0 50 285.8M 0 150.9k 1:03:28 32:19 31:09 196.9k 50 561.2M 0 0 50 286.0M 0 150.9k 1:03:28 32:20 31:08 196.0k 51 561.2M 0 0 51 286.2M 0 150.9k 1:03:27 32:21 31:06 190.6k 51 561.2M 0 0 51 286.4M 0 150.9k 1:03:27 32:23 31:04 181.7k 51 561.2M 0 0 51 286.6M 0 150.9k 1:03:27 32:24 31:03 163.6k 51 561.2M 0 0 51 286.6M 0 150.8k 1:03:29 32:25 31:04 144.7k 51 561.2M 0 0 51 286.8M 0 150.8k 1:03:29 32:26 31:03 128.7k 51 561.2M 0 0 51 287.0M 0 150.8k 1:03:29 32:28 31:01 130.5k 51 561.2M 0 0 51 287.3M 0 150.9k 1:03:26 32:29 30:57 157.2k 51 561.2M 0 0 51 287.6M 0 151.0k 1:03:25 32:30 30:55 182.0k 51 561.2M 0 0 51 287.8M 0 151.0k 1:03:25 32:31 30:54 192.4k 51 561.2M 0 0 51 287.9M 0 150.9k 1:03:26 32:32 30:54 195.8k 51 561.2M 0 0 51 288.0M 0 150.9k 1:03:27 32:34 30:53 174.6k 51 561.2M 0 0 51 288.1M 0 150.9k 1:03:28 32:35 30:53 137.5k 51 561.2M 0 0 51 288.3M 0 150.8k 1:03:28 32:36 30:52 109.3k 51 561.2M 0 0 51 288.4M 0 150.8k 1:03:29 32:37 30:52 105.3k 51 561.2M 0 0 51 288.6M 0 150.8k 1:03:29 32:38 30:51 116.0k 51 561.2M 0 0 51 288.8M 0 150.8k 1:03:28 32:39 30:49 130.4k 51 561.2M 0 0 51 289.0M 0 150.9k 1:03:28 32:41 30:47 149.2k 51 561.2M 0 0 51 289.1M 0 150.8k 1:03:28 32:42 30:46 151.3k 51 561.2M 0 0 51 289.3M 0 150.8k 1:03:29 32:43 30:46 155.9k 51 561.2M 0 0 51 289.5M 0 150.8k 1:03:29 32:44 30:45 153.1k 51 561.2M 0 0 51 289.6M 0 150.8k 1:03:30 32:46 30:44 134.2k 51 561.2M 0 0 51 289.7M 0 150.7k 1:03:31 32:47 30:44 111.8k 51 561.2M 0 0 51 289.8M 0 150.7k 1:03:32 32:48 30:44 107.9k 51 561.2M 0 0 51 290.0M 0 150.7k 1:03:32 32:50 30:42 116.1k 51 561.2M 0 0 51 290.1M 0 150.7k 1:03:32 32:51 30:41 110.7k 51 561.2M 0 0 51 290.3M 0 150.7k 1:03:33 32:52 30:41 110.0k 51 561.2M 0 0 51 290.5M 0 150.6k 1:03:34 32:54 30:40 118.5k 51 561.2M 0 0 51 290.6M 0 150.6k 1:03:35 32:55 30:40 115.9k 51 561.2M 0 0 51 290.7M 0 150.5k 1:03:36 32:56 30:40 101.8k 51 561.2M 0 0 51 290.9M 0 150.5k 1:03:36 32:58 30:38 106.4k 51 561.2M 0 0 51 291.1M 0 150.5k 1:03:36 32:59 30:37 117.3k 51 561.2M 0 0 51 291.3M 0 150.5k 1:03:36 33:00 30:36 122.9k 51 561.2M 0 0 51 291.5M 0 150.5k 1:03:36 33:02 30:34 134.5k 51 561.2M 0 0 51 291.6M 0 150.5k 1:03:37 33:03 30:34 137.5k 51 561.2M 0 0 51 291.8M 0 150.5k 1:03:37 33:04 30:33 141.6k 52 561.2M 0 0 52 292.0M 0 150.5k 1:03:36 33:05 30:31 154.1k 52 561.2M 0 0 52 292.3M 0 150.6k 1:03:35 33:07 30:28 166.1k 52 561.2M 0 0 52 292.5M 0 150.6k 1:03:35 33:08 30:27 161.7k 52 561.2M 0 0 52 292.6M 0 150.6k 1:03:35 33:09 30:26 175.7k 52 561.2M 0 0 52 292.8M 0 150.6k 1:03:35 33:10 30:25 172.7k 52 561.2M 0 0 52 293.0M 0 150.6k 1:03:35 33:12 30:23 164.7k 52 561.2M 0 0 52 293.2M 0 150.6k 1:03:34 33:13 30:21 157.6k 52 561.2M 0 0 52 293.5M 0 150.6k 1:03:34 33:14 30:20 171.9k 52 561.2M 0 0 52 293.6M 0 150.6k 1:03:34 33:15 30:19 161.9k 52 561.2M 0 0 52 293.7M 0 150.6k 1:03:35 33:16 30:19 152.4k 52 561.2M 0 0 52 293.9M 0 150.6k 1:03:34 33:17 30:17 156.5k 52 561.2M 0 0 52 294.1M 0 150.6k 1:03:34 33:19 30:15 157.4k 52 561.2M 0 0 52 294.3M 0 150.6k 1:03:34 33:20 30:14 147.9k 52 561.2M 0 0 52 294.5M 0 150.6k 1:03:34 33:21 30:13 157.2k 52 561.2M 0 0 52 294.6M 0 150.6k 1:03:34 33:23 30:11 153.9k 52 561.2M 0 0 52 294.8M 0 150.6k 1:03:35 33:24 30:11 137.4k 52 561.2M 0 0 52 295.0M 0 150.6k 1:03:35 33:25 30:10 128.6k 52 561.2M 0 0 52 295.1M 0 150.6k 1:03:36 33:27 30:09 128.8k 52 561.2M 0 0 52 295.3M 0 150.5k 1:03:36 33:28 30:08 122.1k 52 561.2M 0 0 52 295.5M 0 150.6k 1:03:36 33:29 30:07 136.1k 52 561.2M 0 0 52 295.6M 0 150.6k 1:03:35 33:30 30:05 149.8k 52 561.2M 0 0 52 295.8M 0 150.6k 1:03:35 33:31 30:04 156.9k 52 561.2M 0 0 52 296.0M 0 150.6k 1:03:36 33:32 30:04 149.3k 52 561.2M 0 0 52 296.1M 0 150.5k 1:03:37 33:34 30:03 137.5k 52 561.2M 0 0 52 296.2M 0 150.5k 1:03:38 33:35 30:03 119.8k 52 561.2M 0 0 52 296.3M 0 150.4k 1:03:39 33:36 30:03 109.2k 52 561.2M 0 0 52 296.5M 0 150.4k 1:03:39 33:37 30:02 97.79k 52 561.2M 0 0 52 296.6M 0 150.4k 1:03:40 33:39 30:01 103.8k 52 561.2M 0 0 52 296.8M 0 150.4k 1:03:40 33:40 30:00 114.3k 52 561.2M 0 0 52 297.0M 0 150.4k 1:03:40 33:42 29:58 129.3k 52 561.2M 0 0 52 297.2M 0 150.4k 1:03:40 33:43 29:57 140.8k 52 561.2M 0 0 52 297.4M 0 150.4k 1:03:39 33:44 29:55 148.5k 53 561.2M 0 0 53 297.5M 0 150.4k 1:03:41 33:45 29:56 137.1k 53 561.2M 0 0 53 297.6M 0 150.3k 1:03:42 33:46 29:56 125.6k 53 561.2M 0 0 53 297.7M 0 150.3k 1:03:43 33:48 29:55 111.8k 53 561.2M 0 0 53 297.8M 0 150.2k 1:03:43 33:49 29:54 101.1k 53 561.2M 0 0 53 298.0M 0 150.2k 1:03:44 33:50 29:54 92376 53 561.2M 0 0 53 298.1M 0 150.2k 1:03:44 33:52 29:52 104.2k 53 561.2M 0 0 53 298.3M 0 150.2k 1:03:45 33:53 29:52 114.1k 53 561.2M 0 0 53 298.5M 0 150.1k 1:03:46 33:55 29:51 112.0k 53 561.2M 0 0 53 298.6M 0 150.1k 1:03:47 33:56 29:51 112.7k 53 561.2M 0 0 53 298.8M 0 150.1k 1:03:46 33:57 29:49 124.4k 53 561.2M 0 0 53 299.0M 0 150.1k 1:03:47 33:58 29:49 122.5k 53 561.2M 0 0 53 299.1M 0 150.1k 1:03:46 33:59 29:47 131.1k 53 561.2M 0 0 53 299.3M 0 150.1k 1:03:47 34:01 29:46 143.9k 53 561.2M 0 0 53 299.5M 0 150.1k 1:03:47 34:02 29:45 147.4k 53 561.2M 0 0 53 299.6M 0 150.1k 1:03:47 34:03 29:44 138.7k 53 561.2M 0 0 53 299.8M 0 150.1k 1:03:47 34:05 29:42 141.2k 53 561.2M 0 0 53 300.0M 0 150.1k 1:03:47 34:06 29:41 141.2k 53 561.2M 0 0 53 300.2M 0 150.1k 1:03:47 34:07 29:40 148.6k 53 561.2M 0 0 53 300.4M 0 150.1k 1:03:46 34:08 29:38 155.9k 53 561.2M 0 0 53 300.6M 0 150.1k 1:03:46 34:09 29:37 163.3k 53 561.2M 0 0 53 300.8M 0 150.1k 1:03:46 34:10 29:36 169.6k 53 561.2M 0 0 53 301.0M 0 150.2k 1:03:45 34:12 29:33 174.7k 53 561.2M 0 0 53 301.2M 0 150.2k 1:03:46 34:13 29:33 161.2k 53 561.2M 0 0 53 301.3M 0 150.1k 1:03:47 34:15 29:32 142.0k 53 561.2M 0 0 53 301.5M 0 150.1k 1:03:48 34:16 29:32 130.2k 53 561.2M 0 0 53 301.6M 0 150.1k 1:03:48 34:18 29:30 124.3k 53 561.2M 0 0 53 301.8M 0 150.1k 1:03:48 34:19 29:29 119.8k 53 561.2M 0 0 53 302.0M 0 150.1k 1:03:48 34:20 29:28 121.6k 53 561.2M 0 0 53 302.2M 0 150.0k 1:03:48 34:22 29:26 133.2k 53 561.2M 0 0 53 302.4M 0 150.0k 1:03:49 34:23 29:26 144.3k 53 561.2M 0 0 53 302.5M 0 150.0k 1:03:49 34:24 29:25 140.9k 53 561.2M 0 0 53 302.7M 0 150.0k 1:03:49 34:25 29:24 141.3k 53 561.2M 0 0 53 303.0M 0 150.1k 1:03:48 34:26 29:22 157.1k 54 561.2M 0 0 54 303.2M 0 150.1k 1:03:47 34:27 29:20 176.2k 54 561.2M 0 0 54 303.5M 0 150.2k 1:03:45 34:29 29:16 201.0k 54 561.2M 0 0 54 303.7M 0 150.2k 1:03:45 34:30 29:15 206.1k 54 561.2M 0 0 54 304.0M 0 150.2k 1:03:45 34:31 29:14 197.5k 54 561.2M 0 0 54 304.1M 0 150.2k 1:03:45 34:33 29:12 187.3k 54 561.2M 0 0 54 304.3M 0 150.2k 1:03:45 34:34 29:11 171.6k 54 561.2M 0 0 54 304.5M 0 150.2k 1:03:45 34:35 29:10 148.6k 54 561.2M 0 0 54 304.7M 0 150.2k 1:03:45 34:37 29:08 152.1k 54 561.2M 0 0 54 304.9M 0 150.2k 1:03:44 34:38 29:06 155.9k 54 561.2M 0 0 54 305.1M 0 150.2k 1:03:44 34:39 29:05 162.2k 54 561.2M 0 0 54 305.2M 0 150.2k 1:03:44 34:40 29:04 158.3k 54 561.2M 0 0 54 305.4M 0 150.2k 1:03:45 34:41 29:04 158.3k 54 561.2M 0 0 54 305.5M 0 150.2k 1:03:45 34:42 29:03 143.4k 54 561.2M 0 0 54 305.8M 0 150.2k 1:03:44 34:44 29:00 148.5k 54 561.2M 0 0 54 306.0M 0 150.2k 1:03:44 34:45 28:59 154.9k 54 561.2M 0 0 54 306.3M 0 150.3k 1:03:43 34:46 28:57 163.7k 54 561.2M 0 0 54 306.4M 0 150.2k 1:03:44 34:48 28:56 155.7k 54 561.2M 0 0 54 306.5M 0 150.2k 1:03:45 34:49 28:56 148.8k 54 561.2M 0 0 54 306.6M 0 150.2k 1:03:46 34:50 28:56 133.1k 54 561.2M 0 0 54 306.8M 0 150.1k 1:03:46 34:51 28:55 116.2k 54 561.2M 0 0 54 307.0M 0 150.1k 1:03:46 34:53 28:53 109.7k 54 561.2M 0 0 54 307.1M 0 150.2k 1:03:46 34:54 28:52 126.3k 54 561.2M 0 0 54 307.3M 0 150.1k 1:03:46 34:55 28:51 140.9k 54 561.2M 0 0 54 307.6M 0 150.2k 1:03:45 34:56 28:49 160.2k 54 561.2M 0 0 54 307.8M 0 150.2k 1:03:44 34:58 28:46 176.5k 54 561.2M 0 0 54 308.1M 0 150.3k 1:03:43 34:59 28:44 194.0k 54 561.2M 0 0 54 308.3M 0 150.3k 1:03:43 35:00 28:43 193.7k 54 561.2M 0 0 54 308.5M 0 150.3k 1:03:41 35:01 28:40 215.8k 55 561.2M 0 0 55 308.8M 0 150.4k 1:03:41 35:02 28:39 215.4k 55 561.2M 0 0 55 309.0M 0 150.4k 1:03:40 35:03 28:37 207.9k 55 561.2M 0 0 55 309.1M 0 150.4k 1:03:41 35:04 28:37 188.3k 55 561.2M 0 0 55 309.3M 0 150.4k 1:03:40 35:05 28:35 188.3k 55 561.2M 0 0 55 309.5M 0 150.4k 1:03:41 35:07 28:34 160.1k 55 561.2M 0 0 55 309.6M 0 150.3k 1:03:41 35:08 28:33 147.5k 55 561.2M 0 0 55 309.9M 0 150.4k 1:03:40 35:09 28:31 155.5k 55 561.2M 0 0 55 310.1M 0 150.4k 1:03:40 35:10 28:30 160.2k 55 561.2M 0 0 55 310.3M 0 150.4k 1:03:40 35:12 28:28 154.4k 55 561.2M 0 0 55 310.5M 0 150.4k 1:03:40 35:13 28:27 159.8k 55 561.2M 0 0 55 310.6M 0 150.4k 1:03:40 35:14 28:26 164.8k 55 561.2M 0 0 55 310.8M 0 150.4k 1:03:39 35:15 28:24 159.4k 55 561.2M 0 0 55 311.0M 0 150.4k 1:03:40 35:17 28:23 150.1k 55 561.2M 0 0 55 311.2M 0 150.4k 1:03:40 35:18 28:22 147.3k 55 561.2M 0 0 55 311.4M 0 150.4k 1:03:40 35:19 28:21 152.9k 55 561.2M 0 0 55 311.5M 0 150.4k 1:03:41 35:21 28:20 137.5k 55 561.2M 0 0 55 311.6M 0 150.3k 1:03:42 35:22 28:20 123.9k 55 561.2M 0 0 55 311.8M 0 150.3k 1:03:42 35:23 28:19 120.2k 55 561.2M 0 0 55 311.9M 0 150.3k 1:03:43 35:25 28:18 110.1k 55 561.2M 0 0 55 312.0M 0 150.2k 1:03:44 35:26 28:18 98240 55 561.2M 0 0 55 312.1M 0 150.2k 1:03:45 35:27 28:18 97451 55 561.2M 0 0 55 312.3M 0 150.2k 1:03:46 35:29 28:17 99041 55 561.2M 0 0 55 312.4M 0 150.1k 1:03:46 35:30 28:16 99.19k 55 561.2M 0 0 55 312.6M 0 150.2k 1:03:46 35:31 28:15 114.0k 55 561.2M 0 0 55 312.8M 0 150.2k 1:03:46 35:32 28:14 129.1k 55 561.2M 0 0 55 313.0M 0 150.2k 1:03:45 35:33 28:12 150.5k 55 561.2M 0 0 55 313.1M 0 150.2k 1:03:45 35:34 28:11 166.3k 55 561.2M 0 0 55 313.3M 0 150.2k 1:03:44 35:35 28:09 177.1k 55 561.2M 0 0 55 313.5M 0 150.2k 1:03:44 35:36 28:08 178.2k 55 561.2M 0 0 55 313.7M 0 150.2k 1:03:44 35:37 28:07 185.2k 55 561.2M 0 0 55 313.9M 0 150.2k 1:03:43 35:38 28:05 177.2k 55 561.2M 0 0 55 314.1M 0 150.3k 1:03:43 35:40 28:03 184.1k 56 561.2M 0 0 56 314.4M 0 150.3k 1:03:41 35:41 28:00 195.5k 56 561.2M 0 0 56 314.6M 0 150.4k 1:03:41 35:42 27:59 199.9k 56 561.2M 0 0 56 314.9M 0 150.4k 1:03:40 35:43 27:57 194.9k 56 561.2M 0 0 56 315.0M 0 150.3k 1:03:41 35:45 27:56 184.5k 56 561.2M 0 0 56 315.1M 0 150.3k 1:03:41 35:46 27:55 165.9k 56 561.2M 0 0 56 315.3M 0 150.3k 1:03:41 35:47 27:54 151.7k 56 561.2M 0 0 56 315.6M 0 150.4k 1:03:40 35:48 27:52 152.8k 56 561.2M 0 0 56 315.8M 0 150.4k 1:03:40 35:49 27:51 153.1k 56 561.2M 0 0 56 315.9M 0 150.4k 1:03:41 35:51 27:50 152.9k 56 561.2M 0 0 56 316.0M 0 150.3k 1:03:42 35:52 27:50 146.3k 56 561.2M 0 0 56 316.1M 0 150.3k 1:03:42 35:53 27:49 141.0k 56 561.2M 0 0 56 316.3M 0 150.3k 1:03:42 35:54 27:48 121.7k 56 561.2M 0 0 56 316.5M 0 150.3k 1:03:43 35:55 27:48 115.1k 56 561.2M 0 0 56 316.6M 0 150.3k 1:03:43 35:57 27:46 123.7k 56 561.2M 0 0 56 316.8M 0 150.3k 1:03:43 35:58 27:45 136.7k 56 561.2M 0 0 56 317.0M 0 150.3k 1:03:43 35:59 27:44 134.4k 56 561.2M 0 0 56 317.1M 0 150.2k 1:03:43 36:01 27:42 137.5k 56 561.2M 0 0 56 317.3M 0 150.2k 1:03:45 36:02 27:43 124.4k 56 561.2M 0 0 56 317.4M 0 150.2k 1:03:45 36:03 27:42 117.6k 56 561.2M 0 0 56 317.5M 0 150.2k 1:03:46 36:04 27:42 109.7k 56 561.2M 0 0 56 317.7M 0 150.2k 1:03:46 36:06 27:40 115.1k 56 561.2M 0 0 56 317.9M 0 150.2k 1:03:46 36:07 27:39 117.2k 56 561.2M 0 0 56 318.0M 0 150.1k 1:03:46 36:08 27:38 127.5k 56 561.2M 0 0 56 318.1M 0 150.1k 1:03:47 36:09 27:38 127.7k 56 561.2M 0 0 56 318.3M 0 150.1k 1:03:46 36:10 27:36 139.2k 56 561.2M 0 0 56 318.6M 0 150.2k 1:03:45 36:11 27:34 158.3k 56 561.2M 0 0 56 318.8M 0 150.2k 1:03:45 36:12 27:33 166.5k 56 561.2M 0 0 56 319.0M 0 150.2k 1:03:44 36:14 27:30 183.4k 56 561.2M 0 0 56 319.2M 0 150.2k 1:03:44 36:15 27:29 196.5k 56 561.2M 0 0 56 319.5M 0 150.3k 1:03:43 36:16 27:27 203.5k 56 561.2M 0 0 56 319.6M 0 150.3k 1:03:43 36:17 27:26 189.3k 56 561.2M 0 0 56 319.8M 0 150.3k 1:03:43 36:19 27:24 175.0k 57 561.2M 0 0 57 320.0M 0 150.2k 1:03:43 36:20 27:23 159.5k 57 561.2M 0 0 57 320.1M 0 150.2k 1:03:44 36:21 27:23 151.7k 57 561.2M 0 0 57 320.3M 0 150.2k 1:03:44 36:22 27:22 131.1k 57 561.2M 0 0 57 320.5M 0 150.2k 1:03:45 36:24 27:21 126.2k 57 561.2M 0 0 57 320.6M 0 150.2k 1:03:45 36:25 27:20 125.3k 57 561.2M 0 0 57 320.7M 0 150.2k 1:03:45 36:26 27:19 123.8k 57 561.2M 0 0 57 320.8M 0 150.2k 1:03:46 36:27 27:19 120.7k 57 561.2M 0 0 57 321.0M 0 150.2k 1:03:46 36:28 27:18 131.4k 57 561.2M 0 0 57 321.1M 0 150.1k 1:03:46 36:29 27:17 122.9k 57 561.2M 0 0 57 321.3M 0 150.1k 1:03:47 36:31 27:16 120.6k 57 561.2M 0 0 57 321.5M 0 150.1k 1:03:47 36:32 27:15 126.0k 57 561.2M 0 0 57 321.6M 0 150.1k 1:03:48 36:34 27:14 117.6k 57 561.2M 0 0 57 321.8M 0 150.1k 1:03:48 36:35 27:13 114.3k 57 561.2M 0 0 57 321.9M 0 150.0k 1:03:49 36:36 27:13 116.9k 57 561.2M 0 0 57 322.1M 0 150.0k 1:03:49 36:37 27:12 126.6k 57 561.2M 0 0 57 322.3M 0 150.1k 1:03:48 36:38 27:10 138.5k 57 561.2M 0 0 57 322.5M 0 150.1k 1:03:48 36:40 27:08 158.0k 57 561.2M 0 0 57 322.7M 0 150.1k 1:03:47 36:41 27:06 184.3k 57 561.2M 0 0 57 322.7M 0 150.1k 1:03:47 36:41 27:06 150.1k 57 561.2M 0 0 57 322.9M 0 150.1k 1:03:47 36:42 27:05 155.3k 57 561.2M 0 0 57 323.0M 0 150.1k 1:03:48 36:43 27:05 129.5k 57 561.2M 0 0 57 323.2M 0 150.1k 1:03:48 36:44 27:04 138.1k 57 561.2M 0 0 57 323.4M 0 150.1k 1:03:48 36:46 27:02 133.9k 57 561.2M 0 0 57 323.5M 0 150.0k 1:03:49 36:47 27:02 128.0k 57 561.2M 0 0 57 323.6M 0 150.0k 1:03:50 36:49 27:01 110.7k 57 561.2M 0 0 57 323.8M 0 149.9k 1:03:51 36:50 27:01 109.7k 57 561.2M 0 0 57 324.0M 0 150.0k 1:03:51 36:51 27:00 110.2k 57 561.2M 0 0 57 324.1M 0 150.0k 1:03:51 36:52 26:59 119.3k 57 561.2M 0 0 57 324.3M 0 149.9k 1:03:51 36:54 26:57 121.8k 57 561.2M 0 0 57 324.5M 0 149.9k 1:03:52 36:55 26:57 132.0k 57 561.2M 0 0 57 324.6M 0 149.9k 1:03:52 36:56 26:56 132.6k 57 561.2M 0 0 57 324.7M 0 149.8k 1:03:54 36:58 26:56 113.1k 57 561.2M 0 0 57 324.8M 0 149.8k 1:03:55 37:00 26:55 97.83k 57 561.2M 0 0 57 325.0M 0 149.8k 1:03:56 37:01 26:55 94160 57 561.2M 0 0 57 325.1M 0 149.7k 1:03:56 37:02 26:54 94377 57 561.2M 0 0 57 325.2M 0 149.7k 1:03:57 37:03 26:54 95854 57 561.2M 0 0 57 325.3M 0 149.7k 1:03:57 37:04 26:53 101.8k 57 561.2M 0 0 57 325.5M 0 149.7k 1:03:58 37:05 26:53 107.7k 58 561.2M 0 0 58 325.6M 0 149.7k 1:03:58 37:07 26:51 118.0k 58 561.2M 0 0 58 325.8M 0 149.7k 1:03:58 37:08 26:50 128.1k 58 561.2M 0 0 58 326.0M 0 149.7k 1:03:58 37:10 26:48 131.8k 58 561.2M 0 0 58 326.1M 0 149.6k 1:03:59 37:11 26:48 130.7k 58 561.2M 0 0 58 326.3M 0 149.7k 1:03:59 37:12 26:47 138.4k 58 561.2M 0 0 58 326.6M 0 149.7k 1:03:58 37:13 26:45 151.4k 58 561.2M 0 0 58 326.8M 0 149.7k 1:03:57 37:15 26:42 158.4k 58 561.2M 0 0 58 327.1M 0 149.7k 1:03:57 37:16 26:41 169.0k 58 561.2M 0 0 58 327.2M 0 149.7k 1:03:57 37:17 26:40 172.9k 58 561.2M 0 0 58 327.4M 0 149.7k 1:03:57 37:18 26:39 171.6k 58 561.2M 0 0 58 327.6M 0 149.7k 1:03:57 37:19 26:38 167.2k 58 561.2M 0 0 58 327.8M 0 149.7k 1:03:57 37:21 26:36 153.5k 58 561.2M 0 0 58 327.9M 0 149.7k 1:03:57 37:22 26:35 141.9k 58 561.2M 0 0 58 328.1M 0 149.7k 1:03:57 37:23 26:34 146.9k 58 561.2M 0 0 58 328.2M 0 149.7k 1:03:58 37:24 26:34 141.1k 58 561.2M 0 0 58 328.4M 0 149.7k 1:03:57 37:25 26:32 137.9k 58 561.2M 0 0 58 328.6M 0 149.7k 1:03:57 37:26 26:31 145.8k 58 561.2M 0 0 58 328.8M 0 149.7k 1:03:57 37:28 26:29 156.9k 58 561.2M 0 0 58 329.0M 0 149.8k 1:03:56 37:29 26:27 171.9k 58 561.2M 0 0 58 329.2M 0 149.8k 1:03:55 37:30 26:25 182.5k 58 561.2M 0 0 58 329.4M 0 149.8k 1:03:55 37:31 26:24 181.3k 58 561.2M 0 0 58 329.6M 0 149.8k 1:03:55 37:32 26:23 186.0k 58 561.2M 0 0 58 329.8M 0 149.8k 1:03:54 37:33 26:21 187.6k 58 561.2M 0 0 58 330.1M 0 149.9k 1:03:53 37:34 26:19 190.4k 58 561.2M 0 0 58 330.3M 0 149.9k 1:03:53 37:36 26:17 187.0k 58 561.2M 0 0 58 330.5M 0 149.9k 1:03:53 37:37 26:16 178.8k 58 561.2M 0 0 58 330.6M 0 149.8k 1:03:54 37:38 26:16 161.7k 58 561.2M 0 0 58 330.7M 0 149.8k 1:03:55 37:40 26:15 145.5k 58 561.2M 0 0 58 330.9M 0 149.8k 1:03:55 37:41 26:14 128.3k 58 561.2M 0 0 58 331.1M 0 149.8k 1:03:55 37:42 26:13 122.8k 59 561.2M 0 0 59 331.3M 0 149.8k 1:03:55 37:43 26:12 131.9k 59 561.2M 0 0 59 331.5M 0 149.8k 1:03:54 37:45 26:09 142.4k 59 561.2M 0 0 59 331.6M 0 149.8k 1:03:54 37:46 26:08 156.2k 59 561.2M 0 0 59 331.8M 0 149.8k 1:03:54 37:47 26:07 160.6k 59 561.2M 0 0 59 332.0M 0 149.8k 1:03:54 37:48 26:06 169.4k 59 561.2M 0 0 59 332.2M 0 149.8k 1:03:54 37:49 26:05 164.9k 59 561.2M 0 0 59 332.5M 0 149.9k 1:03:53 37:50 26:03 176.6k 59 561.2M 0 0 59 332.6M 0 149.9k 1:03:53 37:52 26:01 165.9k 59 561.2M 0 0 59 332.8M 0 149.9k 1:03:53 37:53 26:00 167.4k 59 561.2M 0 0 59 333.0M 0 149.9k 1:03:53 37:54 25:59 162.7k 59 561.2M 0 0 59 333.2M 0 149.9k 1:03:53 37:55 25:58 165.1k 59 561.2M 0 0 59 333.3M 0 149.9k 1:03:53 37:57 25:56 139.7k 59 561.2M 0 0 59 333.5M 0 149.9k 1:03:53 37:58 25:55 146.1k 59 561.2M 0 0 59 333.7M 0 149.9k 1:03:53 37:59 25:54 150.2k 59 561.2M 0 0 59 333.9M 0 149.9k 1:03:53 38:00 25:53 150.2k 59 561.2M 0 0 59 334.1M 0 149.9k 1:03:53 38:01 25:52 149.1k 59 561.2M 0 0 59 334.3M 0 149.9k 1:03:52 38:03 25:49 177.9k 59 561.2M 0 0 59 334.5M 0 149.9k 1:03:52 38:04 25:48 175.6k 59 561.2M 0 0 59 334.6M 0 149.9k 1:03:52 38:05 25:47 163.6k 59 561.2M 0 0 59 334.8M 0 149.9k 1:03:52 38:06 25:46 163.1k 59 561.2M 0 0 59 335.0M 0 149.9k 1:03:52 38:07 25:45 160.0k 59 561.2M 0 0 59 335.2M 0 149.9k 1:03:52 38:09 25:43 145.6k 59 561.2M 0 0 59 335.4M 0 149.9k 1:03:52 38:10 25:42 140.6k 59 561.2M 0 0 59 335.5M 0 149.9k 1:03:53 38:12 25:41 131.0k 59 561.2M 0 0 59 335.6M 0 149.8k 1:03:54 38:13 25:41 125.4k 59 561.2M 0 0 59 335.8M 0 149.8k 1:03:54 38:14 25:40 117.7k 59 561.2M 0 0 59 335.9M 0 149.8k 1:03:55 38:15 25:40 105.0k 59 561.2M 0 0 59 336.0M 0 149.8k 1:03:56 38:17 25:39 99795 59 561.2M 0 0 59 336.1M 0 149.7k 1:03:57 38:18 25:39 102.0k 59 561.2M 0 0 59 336.3M 0 149.7k 1:03:57 38:19 25:38 109.0k 59 561.2M 0 0 59 336.5M 0 149.7k 1:03:58 38:21 25:37 105.8k 59 561.2M 0 0 59 336.6M 0 149.7k 1:03:59 38:22 25:37 105.6k 59 561.2M 0 0 59 336.7M 0 149.6k 1:03:59 38:23 25:36 105.9k 60 561.2M 0 0 60 336.8M 0 149.6k 1:04:00 38:24 25:36 107.9k 60 561.2M 0 0 60 337.0M 0 149.6k 1:03:59 38:25 25:34 113.3k 60 561.2M 0 0 60 337.3M 0 149.6k 1:03:59 38:27 25:32 132.5k 60 561.2M 0 0 60 337.5M 0 149.6k 1:03:59 38:28 25:31 142.8k 60 561.2M 0 0 60 337.6M 0 149.6k 1:03:59 38:30 25:29 152.6k 60 561.2M 0 0 60 337.8M 0 149.6k 1:03:59 38:31 25:28 161.8k 60 561.2M 0 0 60 338.0M 0 149.6k 1:03:59 38:32 25:27 156.3k 60 561.2M 0 0 60 338.3M 0 149.7k 1:03:58 38:33 25:25 158.6k 60 561.2M 0 0 60 338.5M 0 149.7k 1:03:58 38:35 25:23 161.3k 60 561.2M 0 0 60 338.7M 0 149.7k 1:03:57 38:36 25:21 174.3k 60 561.2M 0 0 60 339.0M 0 149.7k 1:03:56 38:37 25:19 188.3k 60 561.2M 0 0 60 339.2M 0 149.8k 1:03:55 38:38 25:17 206.2k 60 561.2M 0 0 60 339.5M 0 149.8k 1:03:54 38:39 25:15 209.6k 60 561.2M 0 0 60 339.7M 0 149.8k 1:03:54 38:40 25:14 221.7k 60 561.2M 0 0 60 339.9M 0 149.8k 1:03:54 38:42 25:12 207.5k 60 561.2M 0 0 60 340.1M 0 149.8k 1:03:54 38:44 25:10 174.2k 60 561.2M 0 0 60 340.2M 0 149.7k 1:03:56 38:45 25:11 137.4k 60 561.2M 0 0 60 340.3M 0 149.7k 1:03:57 38:47 25:10 119.5k 60 561.2M 0 0 60 340.5M 0 149.7k 1:03:57 38:48 25:09 112.4k 60 561.2M 0 0 60 340.7M 0 149.7k 1:03:57 38:49 25:08 110.3k 60 561.2M 0 0 60 340.9M 0 149.7k 1:03:57 38:51 25:06 113.1k 60 561.2M 0 0 60 341.0M 0 149.7k 1:03:58 38:52 25:06 121.9k 60 561.2M 0 0 60 341.1M 0 149.6k 1:03:59 38:53 25:06 124.0k 60 561.2M 0 0 60 341.3M 0 149.7k 1:03:59 38:55 25:04 122.6k 60 561.2M 0 0 60 341.5M 0 149.6k 1:03:59 38:56 25:03 123.2k 60 561.2M 0 0 60 341.6M 0 149.6k 1:04:00 38:58 25:02 114.4k 60 561.2M 0 0 60 341.8M 0 149.6k 1:04:01 38:59 25:02 115.8k 60 561.2M 0 0 60 342.0M 0 149.6k 1:04:01 39:00 25:01 123.0k 60 561.2M 0 0 60 342.1M 0 149.6k 1:04:01 39:01 25:00 121.4k 60 561.2M 0 0 60 342.3M 0 149.5k 1:04:01 39:03 24:58 116.6k 61 561.2M 0 0 61 342.4M 0 149.5k 1:04:02 39:04 24:58 124.9k 61 561.2M 0 0 61 342.6M 0 149.6k 1:04:01 39:05 24:56 144.2k 61 561.2M 0 0 61 342.8M 0 149.5k 1:04:01 39:06 24:55 140.9k 61 561.2M 0 0 61 343.0M 0 149.5k 1:04:03 39:08 24:55 123.5k 61 561.2M 0 0 61 343.1M 0 149.5k 1:04:03 39:10 24:53 120.7k 61 561.2M 0 0 61 343.2M 0 149.5k 1:04:04 39:11 24:53 121.7k 61 561.2M 0 0 61 343.4M 0 149.4k 1:04:04 39:12 24:52 107.9k 61 561.2M 0 0 61 343.6M 0 149.4k 1:04:04 39:13 24:51 109.6k 61 561.2M 0 0 61 343.7M 0 149.4k 1:04:05 39:15 24:50 119.7k 61 561.2M 0 0 61 343.9M 0 149.4k 1:04:05 39:16 24:49 128.7k 61 561.2M 0 0 61 344.1M 0 149.4k 1:04:04 39:17 24:47 139.3k 61 561.2M 0 0 61 344.3M 0 149.4k 1:04:04 39:18 24:46 150.6k 61 561.2M 0 0 61 344.4M 0 149.4k 1:04:05 39:19 24:46 145.6k 61 561.2M 0 0 61 344.5M 0 149.4k 1:04:06 39:21 24:45 133.0k 61 561.2M 0 0 61 344.6M 0 149.4k 1:04:06 39:22 24:44 128.0k 61 561.2M 0 0 61 344.8M 0 149.4k 1:04:06 39:23 24:43 123.0k 61 561.2M 0 0 61 345.0M 0 149.3k 1:04:07 39:24 24:43 112.1k 61 561.2M 0 0 61 345.1M 0 149.3k 1:04:07 39:26 24:41 111.5k 61 561.2M 0 0 61 345.3M 0 149.3k 1:04:07 39:27 24:40 130.9k 61 561.2M 0 0 61 345.4M 0 149.3k 1:04:08 39:28 24:40 125.7k 61 561.2M 0 0 61 345.6M 0 149.3k 1:04:08 39:29 24:39 129.8k 61 561.2M 0 0 61 345.8M 0 149.3k 1:04:07 39:31 24:36 144.9k 61 561.2M 0 0 61 346.0M 0 149.3k 1:04:08 39:32 24:36 140.3k 61 561.2M 0 0 61 346.1M 0 149.3k 1:04:08 39:33 24:35 139.8k 61 561.2M 0 0 61 346.3M 0 149.3k 1:04:07 39:34 24:33 156.3k 61 561.2M 0 0 61 346.5M 0 149.3k 1:04:08 39:36 24:32 148.0k 61 561.2M 0 0 61 346.7M 0 149.3k 1:04:07 39:37 24:30 143.9k 61 561.2M 0 0 61 346.9M 0 149.3k 1:04:08 39:38 24:30 151.9k 61 561.2M 0 0 61 347.0M 0 149.3k 1:04:08 39:39 24:29 144.8k 61 561.2M 0 0 61 347.1M 0 149.3k 1:04:08 39:40 24:28 133.9k 61 561.2M 0 0 61 347.3M 0 149.3k 1:04:08 39:42 24:26 139.0k 61 561.2M 0 0 61 347.5M 0 149.3k 1:04:09 39:43 24:26 130.9k 61 561.2M 0 0 61 347.6M 0 149.3k 1:04:09 39:44 24:25 133.9k 61 561.2M 0 0 61 347.8M 0 149.3k 1:04:09 39:45 24:24 136.6k 62 561.2M 0 0 62 348.0M 0 149.2k 1:04:10 39:47 24:23 128.2k 62 561.2M 0 0 62 348.1M 0 149.2k 1:04:11 39:49 24:22 108.4k 62 561.2M 0 0 62 348.2M 0 149.1k 1:04:12 39:50 24:22 108.0k 62 561.2M 0 0 62 348.3M 0 149.1k 1:04:13 39:51 24:22 99902 62 561.2M 0 0 62 348.5M 0 149.1k 1:04:13 39:52 24:21 93743 62 561.2M 0 0 62 348.6M 0 149.1k 1:04:14 39:54 24:20 99462 62 561.2M 0 0 62 348.8M 0 149.1k 1:04:13 39:55 24:18 117.4k 62 561.2M 0 0 62 348.9M 0 149.1k 1:04:14 39:56 24:18 117.6k 62 561.2M 0 0 62 349.1M 0 149.1k 1:04:14 39:57 24:17 131.2k 62 561.2M 0 0 62 349.3M 0 149.1k 1:04:13 39:58 24:15 146.9k 62 561.2M 0 0 62 349.5M 0 149.1k 1:04:13 39:59 24:14 157.5k 62 561.2M 0 0 62 349.6M 0 149.1k 1:04:13 40:00 24:13 149.0k 62 561.2M 0 0 62 349.8M 0 149.1k 1:04:14 40:02 24:12 153.0k 62 561.2M 0 0 62 350.0M 0 149.1k 1:04:13 40:03 24:10 165.9k 62 561.2M 0 0 62 350.2M 0 149.1k 1:04:13 40:04 24:09 157.5k 62 561.2M 0 0 62 350.3M 0 149.1k 1:04:14 40:06 24:08 140.7k 62 561.2M 0 0 62 350.5M 0 149.1k 1:04:14 40:07 24:07 142.9k 62 561.2M 0 0 62 350.7M 0 149.1k 1:04:14 40:08 24:06 141.4k 62 561.2M 0 0 62 350.9M 0 149.0k 1:04:14 40:10 24:04 128.0k 62 561.2M 0 0 62 351.1M 0 149.0k 1:04:14 40:11 24:03 130.9k 62 561.2M 0 0 62 351.2M 0 149.0k 1:04:15 40:12 24:03 135.0k 62 561.2M 0 0 62 351.4M 0 149.0k 1:04:15 40:14 24:01 137.2k 62 561.2M 0 0 62 351.6M 0 149.0k 1:04:15 40:15 24:00 141.7k 62 561.2M 0 0 62 351.8M 0 149.0k 1:04:15 40:16 23:59 139.5k 62 561.2M 0 0 62 352.0M 0 149.0k 1:04:15 40:18 23:57 136.8k 62 561.2M 0 0 62 352.1M 0 149.0k 1:04:16 40:19 23:57 136.5k 62 561.2M 0 0 62 352.2M 0 149.0k 1:04:17 40:20 23:57 123.4k 62 561.2M 0 0 62 352.3M 0 148.9k 1:04:17 40:22 23:55 110.4k 62 561.2M 0 0 62 352.5M 0 148.9k 1:04:18 40:23 23:55 113.2k 62 561.2M 0 0 62 352.8M 0 148.9k 1:04:17 40:24 23:53 121.5k 62 561.2M 0 0 62 353.0M 0 148.9k 1:04:17 40:26 23:51 126.3k 62 561.2M 0 0 62 353.1M 0 148.9k 1:04:17 40:27 23:50 143.6k 62 561.2M 0 0 62 353.3M 0 148.9k 1:04:17 40:28 23:49 157.9k 63 561.2M 0 0 63 353.6M 0 149.0k 1:04:16 40:29 23:47 175.1k 63 561.2M 0 0 63 353.8M 0 149.0k 1:04:16 40:30 23:46 170.4k 63 561.2M 0 0 63 354.0M 0 149.0k 1:04:16 40:32 23:44 176.6k 63 561.2M 0 0 63 354.1M 0 149.0k 1:04:15 40:33 23:42 172.4k 63 561.2M 0 0 63 354.3M 0 149.0k 1:04:15 40:34 23:41 175.7k 63 561.2M 0 0 63 354.6M 0 149.0k 1:04:14 40:35 23:39 171.6k 63 561.2M 0 0 63 354.8M 0 149.0k 1:04:14 40:36 23:38 167.8k 63 561.2M 0 0 63 355.0M 0 149.1k 1:04:14 40:38 23:36 173.7k 63 561.2M 0 0 63 355.1M 0 149.1k 1:04:14 40:39 23:35 173.8k 63 561.2M 0 0 63 355.4M 0 149.1k 1:04:13 40:40 23:33 177.8k 63 561.2M 0 0 63 355.6M 0 149.1k 1:04:13 40:41 23:32 163.6k 63 561.2M 0 0 63 355.7M 0 149.1k 1:04:14 40:43 23:31 155.8k 63 561.2M 0 0 63 356.0M 0 149.1k 1:04:13 40:44 23:29 159.1k 63 561.2M 0 0 63 356.1M 0 149.1k 1:04:13 40:45 23:28 158.0k 63 561.2M 0 0 63 356.3M 0 149.1k 1:04:14 40:47 23:27 142.7k 63 561.2M 0 0 63 356.5M 0 149.0k 1:04:14 40:48 23:26 135.7k 63 561.2M 0 0 63 356.6M 0 149.0k 1:04:15 40:49 23:26 131.2k 63 561.2M 0 0 63 356.7M 0 149.0k 1:04:16 40:51 23:25 115.9k 63 561.2M 0 0 63 356.8M 0 149.0k 1:04:17 40:52 23:25 103.4k 63 561.2M 0 0 63 357.0M 0 148.9k 1:04:17 40:53 23:24 99.20k 63 561.2M 0 0 63 357.1M 0 148.9k 1:04:17 40:54 23:23 110.2k 63 561.2M 0 0 63 357.4M 0 149.0k 1:04:16 40:56 23:20 133.8k 63 561.2M 0 0 63 357.6M 0 149.0k 1:04:16 40:57 23:19 145.7k 63 561.2M 0 0 63 357.7M 0 149.0k 1:04:17 40:58 23:19 147.8k 63 561.2M 0 0 63 357.8M 0 148.9k 1:04:17 40:59 23:18 147.3k 63 561.2M 0 0 63 358.0M 0 148.9k 1:04:17 41:01 23:16 141.1k 63 561.2M 0 0 63 358.2M 0 148.9k 1:04:17 41:02 23:15 135.4k 63 561.2M 0 0 63 358.5M 0 149.0k 1:04:16 41:03 23:13 140.8k 63 561.2M 0 0 63 358.6M 0 149.0k 1:04:17 41:04 23:13 148.5k 63 561.2M 0 0 63 358.8M 0 149.0k 1:04:17 41:05 23:12 158.0k 63 561.2M 0 0 63 359.0M 0 149.0k 1:04:16 41:07 23:09 166.0k 63 561.2M 0 0 63 359.1M 0 148.9k 1:04:17 41:08 23:09 155.3k 64 561.2M 0 0 64 359.3M 0 148.9k 1:04:17 41:09 23:08 138.6k 64 561.2M 0 0 64 359.4M 0 148.9k 1:04:17 41:10 23:07 137.3k 64 561.2M 0 0 64 359.6M 0 148.9k 1:04:17 41:11 23:06 141.2k 64 561.2M 0 0 64 359.8M 0 148.9k 1:04:17 41:12 23:05 140.9k 64 561.2M 0 0 64 359.9M 0 148.9k 1:04:17 41:14 23:03 138.9k 64 561.2M 0 0 64 360.0M 0 148.9k 1:04:18 41:15 23:03 135.9k 64 561.2M 0 0 64 360.1M 0 148.9k 1:04:19 41:16 23:03 127.1k 64 561.2M 0 0 64 360.3M 0 148.8k 1:04:20 41:18 23:02 113.1k 64 561.2M 0 0 64 360.4M 0 148.8k 1:04:20 41:19 23:01 101.8k 64 561.2M 0 0 64 360.6M 0 148.8k 1:04:20 41:20 23:00 105.9k 64 561.2M 0 0 64 360.7M 0 148.8k 1:04:21 41:22 22:59 100.2k 64 561.2M 0 0 64 360.8M 0 148.7k 1:04:22 41:23 22:59 103.8k 64 561.2M 0 0 64 361.0M 0 148.7k 1:04:22 41:24 22:58 112.3k 64 561.2M 0 0 64 361.1M 0 148.7k 1:04:23 41:25 22:58 113.4k 64 561.2M 0 0 64 361.3M 0 148.7k 1:04:22 41:27 22:55 117.9k 64 561.2M 0 0 64 361.5M 0 148.7k 1:04:22 41:28 22:54 137.6k 64 561.2M 0 0 64 361.7M 0 148.7k 1:04:22 41:29 22:53 146.3k 64 561.2M 0 0 64 362.0M 0 148.8k 1:04:22 41:30 22:52 158.0k 64 561.2M 0 0 64 362.1M 0 148.8k 1:04:22 41:32 22:50 159.2k 64 561.2M 0 0 64 362.3M 0 148.7k 1:04:22 41:33 22:49 153.5k 64 561.2M 0 0 64 362.5M 0 148.7k 1:04:22 41:35 22:47 150.0k 64 561.2M 0 0 64 362.6M 0 148.7k 1:04:22 41:36 22:46 144.2k 64 561.2M 0 0 64 362.8M 0 148.7k 1:04:23 41:37 22:46 127.8k 64 561.2M 0 0 64 362.9M 0 148.7k 1:04:24 41:38 22:46 121.2k 64 561.2M 0 0 64 363.0M 0 148.6k 1:04:25 41:40 22:45 112.1k 64 561.2M 0 0 64 363.2M 0 148.7k 1:04:24 41:41 22:43 111.6k 64 561.2M 0 0 64 363.4M 0 148.7k 1:04:24 41:42 22:42 119.1k 64 561.2M 0 0 64 363.6M 0 148.6k 1:04:25 41:44 22:41 125.2k 64 561.2M 0 0 64 363.8M 0 148.6k 1:04:25 41:45 22:40 133.7k 64 561.2M 0 0 64 364.0M 0 148.6k 1:04:25 41:46 22:39 147.1k 64 561.2M 0 0 64 364.1M 0 148.7k 1:04:24 41:47 22:37 149.4k 64 561.2M 0 0 64 364.4M 0 148.7k 1:04:24 41:49 22:35 160.5k 64 561.2M 0 0 64 364.6M 0 148.7k 1:04:23 41:50 22:33 168.7k 64 561.2M 0 0 64 364.7M 0 148.7k 1:04:24 41:51 22:33 165.9k 65 561.2M 0 0 65 364.8M 0 148.7k 1:04:24 41:52 22:32 159.3k 65 561.2M 0 0 65 365.0M 0 148.7k 1:04:24 41:53 22:31 149.3k 65 561.2M 0 0 65 365.2M 0 148.7k 1:04:24 41:55 22:29 136.0k 65 561.2M 0 0 65 365.3M 0 148.6k 1:04:25 41:56 22:29 121.6k 65 561.2M 0 0 65 365.5M 0 148.6k 1:04:25 41:57 22:28 124.0k 65 561.2M 0 0 65 365.6M 0 148.6k 1:04:26 41:59 22:27 120.0k 65 561.2M 0 0 65 365.8M 0 148.6k 1:04:27 42:00 22:27 115.7k 65 561.2M 0 0 65 366.0M 0 148.6k 1:04:27 42:01 22:26 118.2k 65 561.2M 0 0 65 366.2M 0 148.6k 1:04:26 42:02 22:24 140.1k 65 561.2M 0 0 65 366.4M 0 148.6k 1:04:25 42:03 22:22 188.4k 65 561.2M 0 0 65 366.4M 0 148.6k 1:04:25 42:03 22:22 148.6k 65 561.2M 0 0 65 366.6M 0 148.7k 1:04:24 42:04 22:20 238.5k 65 561.2M 0 0 65 366.8M 0 148.6k 1:04:25 42:06 22:19 173.9k 65 561.2M 0 0 65 367.0M 0 148.6k 1:04:25 42:07 22:18 144.2k 65 561.2M 0 0 65 367.1M 0 148.6k 1:04:26 42:08 22:18 140.4k 65 561.2M 0 0 65 367.3M 0 148.6k 1:04:26 42:10 22:16 141.3k 65 561.2M 0 0 65 367.5M 0 148.6k 1:04:26 42:11 22:15 124.9k 65 561.2M 0 0 65 367.6M 0 148.6k 1:04:26 42:12 22:14 124.4k 65 561.2M 0 0 65 367.8M 0 148.6k 1:04:26 42:14 22:12 134.1k 65 561.2M 0 0 65 368.0M 0 148.6k 1:04:26 42:15 22:11 143.3k 65 561.2M 0 0 65 368.1M 0 148.6k 1:04:26 42:16 22:10 148.5k 65 561.2M 0 0 65 368.3M 0 148.6k 1:04:26 42:17 22:09 147.5k 65 561.2M 0 0 65 368.4M 0 148.6k 1:04:27 42:18 22:09 138.2k 65 561.2M 0 0 65 368.5M 0 148.5k 1:04:27 42:19 22:08 131.7k 65 561.2M 0 0 65 368.8M 0 148.6k 1:04:27 42:21 22:06 138.1k 65 561.2M 0 0 65 369.0M 0 148.6k 1:04:27 42:22 22:05 131.1k 65 561.2M 0 0 65 369.1M 0 148.5k 1:04:27 42:24 22:03 131.8k 65 561.2M 0 0 65 369.3M 0 148.5k 1:04:28 42:25 22:03 137.1k 65 561.2M 0 0 65 369.5M 0 148.5k 1:04:28 42:26 22:02 141.1k 65 561.2M 0 0 65 369.6M 0 148.5k 1:04:28 42:28 22:00 129.8k 65 561.2M 0 0 65 369.8M 0 148.5k 1:04:28 42:29 21:59 138.0k 65 561.2M 0 0 65 370.0M 0 148.5k 1:04:27 42:30 21:57 144.8k 65 561.2M 0 0 65 370.2M 0 148.5k 1:04:27 42:31 21:56 154.4k 66 561.2M 0 0 66 370.4M 0 148.6k 1:04:27 42:32 21:55 161.6k 66 561.2M 0 0 66 370.5M 0 148.5k 1:04:28 42:34 21:54 149.1k 66 561.2M 0 0 66 370.6M 0 148.5k 1:04:29 42:35 21:54 129.9k 66 561.2M 0 0 66 370.8M 0 148.5k 1:04:29 42:36 21:53 118.1k 66 561.2M 0 0 66 370.9M 0 148.4k 1:04:30 42:37 21:53 109.2k 66 561.2M 0 0 66 371.1M 0 148.5k 1:04:29 42:38 21:51 111.4k 66 561.2M 0 0 66 371.3M 0 148.5k 1:04:29 42:40 21:49 133.8k 66 561.2M 0 0 66 371.5M 0 148.5k 1:04:29 42:41 21:48 148.0k 66 561.2M 0 0 66 371.8M 0 148.5k 1:04:28 42:42 21:46 170.9k 66 561.2M 0 0 66 372.0M 0 148.5k 1:04:28 42:44 21:44 172.4k 66 561.2M 0 0 66 372.1M 0 148.5k 1:04:28 42:45 21:43 167.4k 66 561.2M 0 0 66 372.3M 0 148.5k 1:04:29 42:46 21:43 154.2k 66 561.2M 0 0 66 372.5M 0 148.5k 1:04:29 42:47 21:42 153.1k 66 561.2M 0 0 66 372.6M 0 148.5k 1:04:29 42:49 21:40 136.6k 66 561.2M 0 0 66 372.8M 0 148.5k 1:04:29 42:50 21:39 141.7k 66 561.2M 0 0 66 373.0M 0 148.5k 1:04:29 42:51 21:38 143.5k 66 561.2M 0 0 66 373.2M 0 148.5k 1:04:29 42:53 21:36 148.0k 66 561.2M 0 0 66 373.3M 0 148.5k 1:04:29 42:54 21:35 143.8k 66 561.2M 0 0 66 373.5M 0 148.5k 1:04:29 42:55 21:34 150.7k 66 561.2M 0 0 66 373.7M 0 148.5k 1:04:28 42:56 21:32 154.0k 66 561.2M 0 0 66 373.9M 0 148.5k 1:04:28 42:57 21:31 153.2k 66 561.2M 0 0 66 374.1M 0 148.5k 1:04:28 42:58 21:30 154.8k 66 561.2M 0 0 66 374.3M 0 148.5k 1:04:28 43:00 21:28 160.0k 66 561.2M 0 0 66 374.5M 0 148.5k 1:04:28 43:01 21:27 159.7k 66 561.2M 0 0 66 374.6M 0 148.5k 1:04:28 43:02 21:26 153.6k 66 561.2M 0 0 66 374.8M 0 148.5k 1:04:28 43:03 21:25 152.8k 66 561.2M 0 0 66 375.1M 0 148.5k 1:04:27 43:05 21:22 161.1k 66 561.2M 0 0 66 375.3M 0 148.6k 1:04:27 43:06 21:21 173.7k 66 561.2M 0 0 66 375.6M 0 148.6k 1:04:26 43:07 21:19 180.1k 66 561.2M 0 0 66 375.8M 0 148.6k 1:04:26 43:09 21:17 176.2k 66 561.2M 0 0 66 376.0M 0 148.6k 1:04:26 43:10 21:16 177.8k 67 561.2M 0 0 67 376.2M 0 148.6k 1:04:25 43:11 21:14 186.1k 67 561.2M 0 0 67 376.5M 0 148.7k 1:04:24 43:12 21:12 190.9k 67 561.2M 0 0 67 376.6M 0 148.7k 1:04:24 43:13 21:11 187.0k 67 561.2M 0 0 67 376.9M 0 148.7k 1:04:23 43:14 21:09 208.8k 67 561.2M 0 0 67 377.1M 0 148.7k 1:04:22 43:15 21:07 225.0k 67 561.2M 0 0 67 377.5M 0 148.8k 1:04:21 43:16 21:05 228.4k 67 561.2M 0 0 67 377.7M 0 148.8k 1:04:20 43:17 21:03 227.2k 67 561.2M 0 0 67 378.0M 0 148.9k 1:04:18 43:19 20:59 244.4k 67 561.2M 0 0 67 378.2M 0 148.9k 1:04:18 43:20 20:58 236.2k 67 561.2M 0 0 67 378.4M 0 148.9k 1:04:18 43:21 20:57 224.9k 67 561.2M 0 0 67 378.6M 0 148.9k 1:04:17 43:22 20:55 209.5k 67 561.2M 0 0 67 378.8M 0 148.9k 1:04:17 43:23 20:54 193.8k 67 561.2M 0 0 67 379.0M 0 149.0k 1:04:17 43:24 20:53 178.6k 67 561.2M 0 0 67 379.2M 0 149.0k 1:04:16 43:26 20:50 174.2k 67 561.2M 0 0 67 379.4M 0 149.0k 1:04:17 43:27 20:50 163.9k 67 561.2M 0 0 67 379.6M 0 149.0k 1:04:16 43:28 20:48 158.7k 67 561.2M 0 0 67 379.8M 0 149.0k 1:04:16 43:30 20:46 156.8k 67 561.2M 0 0 67 380.0M 0 149.0k 1:04:16 43:31 20:45 156.2k 67 561.2M 0 0 67 380.2M 0 149.0k 1:04:15 43:32 20:43 166.4k 67 561.2M 0 0 67 380.5M 0 149.0k 1:04:15 43:33 20:42 179.4k 67 561.2M 0 0 67 380.6M 0 149.0k 1:04:15 43:34 20:41 176.4k 67 561.2M 0 0 67 380.8M 0 149.0k 1:04:15 43:36 20:39 179.1k 67 561.2M 0 0 67 381.1M 0 149.1k 1:04:14 43:37 20:37 190.9k 67 561.2M 0 0 67 381.4M 0 149.1k 1:04:12 43:38 20:34 201.8k 68 561.2M 0 0 68 381.6M 0 149.2k 1:04:11 43:39 20:32 209.4k 68 561.2M 0 0 68 381.8M 0 149.1k 1:04:12 43:41 20:31 201.7k 68 561.2M 0 0 68 382.0M 0 149.1k 1:04:12 43:42 20:30 193.1k 68 561.2M 0 0 68 382.1M 0 149.1k 1:04:13 43:43 20:30 164.5k 68 561.2M 0 0 68 382.3M 0 149.1k 1:04:13 43:44 20:29 138.7k 68 561.2M 0 0 68 382.5M 0 149.1k 1:04:13 43:46 20:27 124.1k 68 561.2M 0 0 68 382.6M 0 149.1k 1:04:13 43:47 20:26 123.7k 68 561.2M 0 0 68 382.8M 0 149.1k 1:04:13 43:48 20:25 133.6k 68 561.2M 0 0 68 383.0M 0 149.1k 1:04:14 43:49 20:25 135.4k 68 561.2M 0 0 68 383.1M 0 149.0k 1:04:14 43:51 20:23 129.6k 68 561.2M 0 0 68 383.3M 0 149.1k 1:04:14 43:52 20:22 133.9k 68 561.2M 0 0 68 383.5M 0 149.1k 1:04:13 43:53 20:20 147.2k 68 561.2M 0 0 68 383.7M 0 149.1k 1:04:13 43:55 20:18 142.0k 68 561.2M 0 0 68 383.8M 0 149.1k 1:04:14 43:56 20:18 145.1k 68 561.2M 0 0 68 384.0M 0 149.0k 1:04:14 43:57 20:17 146.3k 68 561.2M 0 0 68 384.1M 0 149.0k 1:04:15 43:58 20:17 134.1k 68 561.2M 0 0 68 384.3M 0 149.0k 1:04:14 43:59 20:15 138.2k 68 561.2M 0 0 68 384.6M 0 149.1k 1:04:13 44:00 20:13 154.1k 68 561.2M 0 0 68 384.7M 0 149.1k 1:04:13 44:01 20:12 153.5k 68 561.2M 0 0 68 384.9M 0 149.1k 1:04:14 44:03 20:11 162.8k 68 561.2M 0 0 68 385.1M 0 149.1k 1:04:13 44:04 20:09 182.7k 68 561.2M 0 0 68 385.3M 0 149.1k 1:04:13 44:05 20:08 160.7k 68 561.2M 0 0 68 385.5M 0 149.1k 1:04:14 44:07 20:07 141.5k 68 561.2M 0 0 68 385.6M 0 149.1k 1:04:13 44:08 20:05 151.4k 68 561.2M 0 0 68 385.8M 0 149.1k 1:04:13 44:09 20:04 156.7k 68 561.2M 0 0 68 386.0M 0 149.1k 1:04:13 44:10 20:03 150.1k 68 561.2M 0 0 68 386.1M 0 149.1k 1:04:14 44:11 20:03 145.8k 68 561.2M 0 0 68 386.3M 0 149.1k 1:04:14 44:13 20:01 149.5k 68 561.2M 0 0 68 386.5M 0 149.1k 1:04:14 44:14 20:00 139.3k 68 561.2M 0 0 68 386.6M 0 149.0k 1:04:14 44:15 19:59 126.9k 68 561.2M 0 0 68 386.7M 0 149.0k 1:04:15 44:17 19:58 108.7k 68 561.2M 0 0 68 386.9M 0 149.0k 1:04:16 44:18 19:58 116.9k 68 561.2M 0 0 68 387.1M 0 149.0k 1:04:16 44:19 19:57 116.0k 69 561.2M 0 0 69 387.3M 0 149.0k 1:04:15 44:20 19:55 124.9k 69 561.2M 0 0 69 387.5M 0 149.0k 1:04:15 44:22 19:53 132.5k 69 561.2M 0 0 69 387.6M 0 149.0k 1:04:15 44:23 19:52 153.6k 69 561.2M 0 0 69 387.9M 0 149.0k 1:04:14 44:24 19:50 173.2k 69 561.2M 0 0 69 388.1M 0 149.0k 1:04:14 44:25 19:49 175.3k 69 561.2M 0 0 69 388.3M 0 149.0k 1:04:14 44:27 19:47 168.7k 69 561.2M 0 0 69 388.4M 0 149.0k 1:04:15 44:28 19:47 164.5k 69 561.2M 0 0 69 388.6M 0 149.0k 1:04:15 44:29 19:46 154.6k 69 561.2M 0 0 69 388.8M 0 149.0k 1:04:14 44:30 19:44 145.8k 69 561.2M 0 0 69 389.0M 0 149.0k 1:04:14 44:31 19:43 146.5k 69 561.2M 0 0 69 389.2M 0 149.1k 1:04:14 44:33 19:41 159.1k 69 561.2M 0 0 69 389.5M 0 149.1k 1:04:13 44:34 19:39 174.6k 69 561.2M 0 0 69 389.6M 0 149.1k 1:04:13 44:35 19:38 174.3k 69 561.2M 0 0 69 389.8M 0 149.1k 1:04:14 44:36 19:38 163.8k 69 561.2M 0 0 69 389.9M 0 149.1k 1:04:14 44:37 19:37 158.3k 69 561.2M 0 0 69 390.0M 0 149.0k 1:04:15 44:39 19:36 132.1k 69 561.2M 0 0 69 390.1M 0 149.0k 1:04:15 44:40 19:35 115.5k 69 561.2M 0 0 69 390.3M 0 149.0k 1:04:15 44:41 19:34 124.8k 69 561.2M 0 0 69 390.6M 0 149.1k 1:04:14 44:42 19:32 143.8k 69 561.2M 0 0 69 390.8M 0 149.1k 1:04:13 44:43 19:30 161.2k 69 561.2M 0 0 69 391.1M 0 149.1k 1:04:12 44:44 19:28 198.1k 69 561.2M 0 0 69 391.3M 0 149.1k 1:04:12 44:46 19:26 199.8k 69 561.2M 0 0 69 391.5M 0 149.1k 1:04:12 44:47 19:25 198.6k 69 561.2M 0 0 69 391.6M 0 149.1k 1:04:12 44:48 19:24 182.0k 69 561.2M 0 0 69 391.8M 0 149.1k 1:04:12 44:49 19:23 162.3k 69 561.2M 0 0 69 392.0M 0 149.1k 1:04:12 44:51 19:21 143.6k 69 561.2M 0 0 69 392.1M 0 149.1k 1:04:13 44:52 19:21 130.0k 69 561.2M 0 0 69 392.2M 0 149.1k 1:04:14 44:53 19:21 122.0k 69 561.2M 0 0 69 392.4M 0 149.1k 1:04:14 44:55 19:19 117.2k 69 561.2M 0 0 69 392.5M 0 149.0k 1:04:14 44:56 19:18 117.1k 69 561.2M 0 0 69 392.7M 0 149.0k 1:04:15 44:57 19:18 115.2k 70 561.2M 0 0 70 392.9M 0 149.0k 1:04:15 44:58 19:17 129.3k 70 561.2M 0 0 70 393.1M 0 149.0k 1:04:15 45:00 19:15 133.5k 70 561.2M 0 0 70 393.2M 0 149.0k 1:04:15 45:01 19:14 134.0k 70 561.2M 0 0 70 393.4M 0 149.0k 1:04:15 45:02 19:13 144.8k 70 561.2M 0 0 70 393.6M 0 149.0k 1:04:15 45:03 19:12 148.5k 70 561.2M 0 0 70 393.8M 0 149.0k 1:04:15 45:05 19:10 144.4k 70 561.2M 0 0 70 394.0M 0 149.0k 1:04:15 45:06 19:09 144.2k 70 561.2M 0 0 70 394.2M 0 149.0k 1:04:14 45:07 19:07 161.2k 70 561.2M 0 0 70 394.4M 0 149.1k 1:04:14 45:08 19:06 162.8k 70 561.2M 0 0 70 394.6M 0 149.0k 1:04:14 45:10 19:04 158.2k 70 561.2M 0 0 70 394.7M 0 149.0k 1:04:15 45:11 19:04 152.6k 70 561.2M 0 0 70 394.9M 0 149.0k 1:04:15 45:12 19:03 154.2k 70 561.2M 0 0 70 395.1M 0 149.0k 1:04:14 45:13 19:01 144.9k 70 561.2M 0 0 70 395.3M 0 149.1k 1:04:14 45:15 18:59 151.2k 70 561.2M 0 0 70 395.5M 0 149.1k 1:04:13 45:16 18:57 161.5k 70 561.2M 0 0 70 395.7M 0 149.1k 1:04:13 45:17 18:56 172.3k 70 561.2M 0 0 70 395.8M 0 149.1k 1:04:14 45:18 18:56 169.1k 70 561.2M 0 0 70 396.0M 0 149.1k 1:04:14 45:19 18:55 164.7k 70 561.2M 0 0 70 396.2M 0 149.1k 1:04:13 45:20 18:53 157.7k 70 561.2M 0 0 70 396.4M 0 149.1k 1:04:13 45:21 18:52 156.9k 70 561.2M 0 0 70 396.6M 0 149.1k 1:04:13 45:23 18:50 158.5k 70 561.2M 0 0 70 396.8M 0 149.1k 1:04:13 45:24 18:49 165.8k 70 561.2M 0 0 70 397.0M 0 149.1k 1:04:12 45:25 18:47 169.1k 70 561.2M 0 0 70 397.1M 0 149.1k 1:04:12 45:26 18:46 163.5k 70 561.2M 0 0 70 397.3M 0 149.1k 1:04:13 45:27 18:46 153.3k 70 561.2M 0 0 70 397.4M 0 149.1k 1:04:13 45:29 18:44 140.1k 70 561.2M 0 0 70 397.5M 0 149.1k 1:04:14 45:30 18:44 128.8k 70 561.2M 0 0 70 397.7M 0 149.1k 1:04:14 45:31 18:43 126.1k 70 561.2M 0 0 70 397.9M 0 149.1k 1:04:14 45:32 18:42 128.1k 70 561.2M 0 0 70 398.1M 0 149.1k 1:04:13 45:33 18:40 139.0k 70 561.2M 0 0 70 398.3M 0 149.1k 1:04:12 45:34 18:38 167.7k 71 561.2M 0 0 71 398.6M 0 149.1k 1:04:12 45:35 18:37 190.7k 71 561.2M 0 0 71 398.8M 0 149.2k 1:04:11 45:37 18:34 199.0k 71 561.2M 0 0 71 399.0M 0 149.2k 1:04:11 45:38 18:33 202.4k 71 561.2M 0 0 71 399.2M 0 149.2k 1:04:11 45:39 18:32 193.1k 71 561.2M 0 0 71 399.4M 0 149.2k 1:04:11 45:40 18:31 178.9k 71 561.2M 0 0 71 399.6M 0 149.2k 1:04:10 45:41 18:29 170.9k 71 561.2M 0 0 71 399.8M 0 149.2k 1:04:09 45:42 18:27 181.4k 71 561.2M 0 0 71 400.1M 0 149.3k 1:04:08 45:44 18:24 199.1k 71 561.2M 0 0 71 400.3M 0 149.3k 1:04:08 45:45 18:23 202.0k 71 561.2M 0 0 71 400.5M 0 149.3k 1:04:09 45:46 18:23 186.1k 71 561.2M 0 0 71 400.6M 0 149.2k 1:04:09 45:47 18:22 172.5k 71 561.2M 0 0 71 400.8M 0 149.3k 1:04:09 45:48 18:21 158.2k 71 561.2M 0 0 71 400.9M 0 149.2k 1:04:09 45:50 18:19 130.3k 71 561.2M 0 0 71 401.1M 0 149.2k 1:04:09 45:51 18:18 128.2k 71 561.2M 0 0 71 401.2M 0 149.2k 1:04:09 45:52 18:17 133.0k 71 561.2M 0 0 71 401.4M 0 149.2k 1:04:09 45:53 18:16 141.5k 71 561.2M 0 0 71 401.5M 0 149.2k 1:04:10 45:54 18:16 128.6k 71 561.2M 0 0 71 401.7M 0 149.2k 1:04:10 45:56 18:14 126.9k 71 561.2M 0 0 71 401.8M 0 149.2k 1:04:11 45:57 18:14 115.8k 71 561.2M 0 0 71 402.0M 0 149.2k 1:04:11 45:59 18:12 120.5k 71 561.2M 0 0 71 402.2M 0 149.2k 1:04:11 46:00 18:11 119.1k 71 561.2M 0 0 71 402.4M 0 149.2k 1:04:11 46:01 18:10 131.6k 71 561.2M 0 0 71 402.6M 0 149.2k 1:04:11 46:03 18:08 148.3k 71 561.2M 0 0 71 402.8M 0 149.2k 1:04:10 46:04 18:06 163.4k 71 561.2M 0 0 71 403.1M 0 149.2k 1:04:10 46:05 18:05 177.6k 71 561.2M 0 0 71 403.3M 0 149.2k 1:04:09 46:06 18:03 193.4k 71 561.2M 0 0 71 403.5M 0 149.3k 1:04:09 46:07 18:02 191.1k 71 561.2M 0 0 71 403.6M 0 149.2k 1:04:09 46:09 18:00 168.7k 71 561.2M 0 0 71 403.8M 0 149.2k 1:04:10 46:10 18:00 152.8k 71 561.2M 0 0 71 403.9M 0 149.2k 1:04:11 46:11 18:00 133.1k 72 561.2M 0 0 72 404.1M 0 149.2k 1:04:11 46:13 17:58 118.9k 72 561.2M 0 0 72 404.3M 0 149.2k 1:04:11 46:14 17:57 119.5k 72 561.2M 0 0 72 404.5M 0 149.2k 1:04:10 46:15 17:55 134.3k 72 561.2M 0 0 72 404.6M 0 149.2k 1:04:11 46:17 17:54 136.9k 72 561.2M 0 0 72 404.8M 0 149.1k 1:04:12 46:18 17:54 131.3k 72 561.2M 0 0 72 404.9M 0 149.1k 1:04:12 46:19 17:53 126.6k 72 561.2M 0 0 72 405.0M 0 149.1k 1:04:12 46:20 17:52 117.5k 72 561.2M 0 0 72 405.2M 0 149.1k 1:04:12 46:21 17:51 116.7k 72 561.2M 0 0 72 405.4M 0 149.1k 1:04:12 46:22 17:50 131.9k 72 561.2M 0 0 72 405.6M 0 149.2k 1:04:11 46:24 17:47 161.8k 72 561.2M 0 0 72 406.0M 0 149.2k 1:04:10 46:25 17:45 192.8k 72 561.2M 0 0 72 406.3M 0 149.3k 1:04:08 46:26 17:42 226.7k 72 561.2M 0 0 72 406.5M 0 149.3k 1:04:08 46:27 17:41 234.9k 72 561.2M 0 0 72 406.8M 0 149.3k 1:04:07 46:29 17:38 226.7k 72 561.2M 0 0 72 407.0M 0 149.3k 1:04:07 46:30 17:37 216.5k 72 561.2M 0 0 72 407.1M 0 149.3k 1:04:08 46:31 17:37 189.0k 72 561.2M 0 0 72 407.2M 0 149.3k 1:04:08 46:32 17:36 154.6k 72 561.2M 0 0 72 407.4M 0 149.3k 1:04:08 46:33 17:35 144.3k 72 561.2M 0 0 72 407.6M 0 149.3k 1:04:08 46:35 17:33 148.0k 72 561.2M 0 0 72 407.9M 0 149.3k 1:04:07 46:36 17:31 159.2k 72 561.2M 0 0 72 408.1M 0 149.4k 1:04:06 46:37 17:29 173.2k 72 561.2M 0 0 72 408.3M 0 149.4k 1:04:06 46:38 17:28 195.9k 72 561.2M 0 0 72 408.6M 0 149.4k 1:04:05 46:39 17:26 199.6k 72 561.2M 0 0 72 408.8M 0 149.4k 1:04:05 46:41 17:24 193.5k 72 561.2M 0 0 72 409.0M 0 149.4k 1:04:04 46:42 17:22 191.8k 72 561.2M 0 0 72 409.3M 0 149.5k 1:04:04 46:43 17:21 198.7k 72 561.2M 0 0 72 409.5M 0 149.5k 1:04:03 46:44 17:19 192.7k 72 561.2M 0 0 72 409.6M 0 149.5k 1:04:04 46:45 17:19 179.8k 73 561.2M 0 0 73 409.7M 0 149.4k 1:04:04 46:46 17:18 167.7k 73 561.2M 0 0 73 409.9M 0 149.4k 1:04:04 46:48 17:16 150.1k 73 561.2M 0 0 73 410.0M 0 149.4k 1:04:05 46:49 17:16 129.9k 73 561.2M 0 0 73 410.2M 0 149.4k 1:04:05 46:50 17:15 123.4k 73 561.2M 0 0 73 410.3M 0 149.4k 1:04:05 46:51 17:14 122.8k 73 561.2M 0 0 73 410.5M 0 149.4k 1:04:06 46:53 17:13 121.1k 73 561.2M 0 0 73 410.6M 0 149.3k 1:04:06 46:54 17:12 112.1k 73 561.2M 0 0 73 410.7M 0 149.3k 1:04:07 46:56 17:11 103.9k 73 561.2M 0 0 73 410.8M 0 149.3k 1:04:08 46:57 17:11 97.90k 73 561.2M 0 0 73 411.0M 0 149.3k 1:04:08 46:58 17:10 102.3k 73 561.2M 0 0 73 411.2M 0 149.3k 1:04:08 46:59 17:09 113.2k 73 561.2M 0 0 73 411.4M 0 149.3k 1:04:08 47:01 17:07 120.9k 73 561.2M 0 0 73 411.6M 0 149.3k 1:04:08 47:02 17:06 139.0k 73 561.2M 0 0 73 411.8M 0 149.3k 1:04:08 47:03 17:05 143.7k 73 561.2M 0 0 73 412.0M 0 149.3k 1:04:08 47:05 17:03 145.8k 73 561.2M 0 0 73 412.1M 0 149.3k 1:04:09 47:06 17:03 139.7k 73 561.2M 0 0 73 412.3M 0 149.3k 1:04:09 47:07 17:02 138.7k 73 561.2M 0 0 73 412.5M 0 149.3k 1:04:09 47:09 17:00 136.4k 73 561.2M 0 0 73 412.6M 0 149.2k 1:04:10 47:10 17:00 124.9k 73 561.2M 0 0 73 412.7M 0 149.2k 1:04:10 47:11 16:59 118.9k 73 561.2M 0 0 73 412.9M 0 149.2k 1:04:10 47:12 16:58 127.3k 73 561.2M 0 0 73 413.1M 0 149.2k 1:04:10 47:13 16:57 136.2k 73 561.2M 0 0 73 413.3M 0 149.2k 1:04:10 47:15 16:55 135.6k 73 561.2M 0 0 73 413.5M 0 149.2k 1:04:10 47:16 16:54 150.5k 73 561.2M 0 0 73 413.6M 0 149.2k 1:04:09 47:17 16:52 162.0k 73 561.2M 0 0 73 413.6M 0 149.2k 1:04:09 47:17 16:52 149.2k 73 561.2M 0 0 73 413.8M 0 149.2k 1:04:10 47:19 16:51 120.6k 73 561.2M 0 0 73 414.0M 0 149.2k 1:04:10 47:20 16:50 127.7k 73 561.2M 0 0 73 414.2M 0 149.2k 1:04:10 47:21 16:49 131.9k 73 561.2M 0 0 73 414.4M 0 149.2k 1:04:10 47:23 16:47 130.1k 73 561.2M 0 0 73 414.5M 0 149.2k 1:04:11 47:24 16:47 128.7k 73 561.2M 0 0 73 414.7M 0 149.2k 1:04:10 47:25 16:45 135.7k 73 561.2M 0 0 73 414.8M 0 149.2k 1:04:11 47:26 16:45 131.4k 73 561.2M 0 0 73 415.0M 0 149.2k 1:04:11 47:28 16:43 130.3k 73 561.2M 0 0 73 415.1M 0 149.2k 1:04:11 47:29 16:42 128.0k 73 561.2M 0 0 73 415.3M 0 149.1k 1:04:12 47:30 16:42 129.1k 74 561.2M 0 0 74 415.4M 0 149.1k 1:04:12 47:31 16:41 121.2k 74 561.2M 0 0 74 415.6M 0 149.1k 1:04:12 47:32 16:40 132.2k 74 561.2M 0 0 74 415.8M 0 149.2k 1:04:12 47:33 16:39 139.3k 74 561.2M 0 0 74 415.9M 0 149.1k 1:04:12 47:34 16:38 141.6k 74 561.2M 0 0 74 416.0M 0 149.1k 1:04:12 47:35 16:37 140.5k 74 561.2M 0 0 74 416.2M 0 149.1k 1:04:12 47:37 16:35 143.9k 74 561.2M 0 0 74 416.3M 0 149.1k 1:04:13 47:38 16:35 132.6k 74 561.2M 0 0 74 416.5M 0 149.1k 1:04:13 47:39 16:34 128.0k 74 561.2M 0 0 74 416.7M 0 149.1k 1:04:13 47:41 16:32 130.5k 74 561.2M 0 0 74 416.8M 0 149.1k 1:04:13 47:42 16:31 128.3k 74 561.2M 0 0 74 417.0M 0 149.1k 1:04:14 47:43 16:31 123.3k 74 561.2M 0 0 74 417.1M 0 149.1k 1:04:14 47:44 16:30 125.1k 74 561.2M 0 0 74 417.3M 0 149.0k 1:04:14 47:46 16:28 122.4k 74 561.2M 0 0 74 417.4M 0 149.0k 1:04:15 47:47 16:28 114.2k 74 561.2M 0 0 74 417.6M 0 149.0k 1:04:15 47:48 16:27 124.5k 74 561.2M 0 0 74 417.8M 0 149.1k 1:04:14 47:49 16:25 147.4k 74 561.2M 0 0 74 418.1M 0 149.1k 1:04:13 47:50 16:23 165.0k 74 561.2M 0 0 74 418.3M 0 149.1k 1:04:13 47:52 16:21 176.7k 74 561.2M 0 0 74 418.5M 0 149.1k 1:04:13 47:53 16:20 185.3k 74 561.2M 0 0 74 418.6M 0 149.1k 1:04:13 47:54 16:19 177.4k 74 561.2M 0 0 74 418.8M 0 149.1k 1:04:13 47:56 16:17 159.3k 74 561.2M 0 0 74 419.0M 0 149.1k 1:04:14 47:57 16:17 140.2k 74 561.2M 0 0 74 419.1M 0 149.1k 1:04:14 47:58 16:16 128.1k 74 561.2M 0 0 74 419.2M 0 149.0k 1:04:14 47:59 16:15 124.6k 74 561.2M 0 0 74 419.3M 0 149.0k 1:04:15 48:00 16:15 120.2k 74 561.2M 0 0 74 419.5M 0 149.0k 1:04:15 48:01 16:14 113.4k 74 561.2M 0 0 74 419.6M 0 149.0k 1:04:15 48:02 16:13 115.9k 74 561.2M 0 0 74 419.8M 0 149.0k 1:04:14 48:03 16:11 136.4k 74 561.2M 0 0 74 420.1M 0 149.1k 1:04:14 48:05 16:09 157.9k 74 561.2M 0 0 74 420.3M 0 149.1k 1:04:14 48:06 16:08 161.5k 74 561.2M 0 0 74 420.5M 0 149.1k 1:04:14 48:07 16:07 170.8k 74 561.2M 0 0 74 420.6M 0 149.0k 1:04:14 48:08 16:06 163.3k 74 561.2M 0 0 74 420.7M 0 149.0k 1:04:15 48:10 16:05 140.5k 74 561.2M 0 0 74 420.9M 0 149.0k 1:04:15 48:11 16:04 127.2k 75 561.2M 0 0 75 421.1M 0 149.0k 1:04:15 48:12 16:03 132.4k 75 561.2M 0 0 75 421.3M 0 149.0k 1:04:15 48:14 16:01 127.9k 75 561.2M 0 0 75 421.5M 0 149.0k 1:04:15 48:15 16:00 140.9k 75 561.2M 0 0 75 421.6M 0 149.0k 1:04:15 48:16 15:59 155.5k 75 561.2M 0 0 75 421.8M 0 149.0k 1:04:15 48:17 15:58 157.4k 75 561.2M 0 0 75 422.0M 0 149.0k 1:04:15 48:18 15:57 147.1k 75 561.2M 0 0 75 422.1M 0 149.0k 1:04:15 48:19 15:56 155.2k 75 561.2M 0 0 75 422.4M 0 149.1k 1:04:14 48:21 15:53 169.5k 75 561.2M 0 0 75 422.6M 0 149.1k 1:04:14 48:22 15:52 167.0k 75 561.2M 0 0 75 422.8M 0 149.1k 1:04:14 48:23 15:51 167.2k 75 561.2M 0 0 75 423.0M 0 149.1k 1:04:14 48:24 15:50 176.5k 75 561.2M 0 0 75 423.1M 0 149.1k 1:04:14 48:26 15:48 166.4k 75 561.2M 0 0 75 423.3M 0 149.1k 1:04:14 48:27 15:47 143.8k 75 561.2M 0 0 75 423.4M 0 149.0k 1:04:14 48:28 15:46 134.7k 75 561.2M 0 0 75 423.5M 0 149.0k 1:04:15 48:29 15:46 126.5k 75 561.2M 0 0 75 423.6M 0 149.0k 1:04:15 48:30 15:45 117.0k 75 561.2M 0 0 75 423.9M 0 149.0k 1:04:15 48:31 15:44 133.6k 75 561.2M 0 0 75 424.1M 0 149.1k 1:04:14 48:33 15:41 155.3k 75 561.2M 0 0 75 424.3M 0 149.1k 1:04:14 48:34 15:40 163.0k 75 561.2M 0 0 75 424.5M 0 149.1k 1:04:13 48:35 15:38 177.6k 75 561.2M 0 0 75 424.7M 0 149.1k 1:04:13 48:36 15:37 185.0k 75 561.2M 0 0 75 424.9M 0 149.1k 1:04:13 48:37 15:36 177.1k 75 561.2M 0 0 75 425.0M 0 149.1k 1:04:14 48:38 15:36 151.5k 75 561.2M 0 0 75 425.1M 0 149.1k 1:04:14 48:39 15:35 144.4k 75 561.2M 0 0 75 425.4M 0 149.1k 1:04:13 48:41 15:32 149.9k 75 561.2M 0 0 75 425.6M 0 149.1k 1:04:13 48:42 15:31 153.3k 75 561.2M 0 0 75 425.7M 0 149.1k 1:04:13 48:43 15:30 141.9k 75 561.2M 0 0 75 425.8M 0 149.0k 1:04:14 48:44 15:30 139.9k 75 561.2M 0 0 75 426.0M 0 149.0k 1:04:14 48:46 15:28 140.0k 75 561.2M 0 0 75 426.2M 0 149.0k 1:04:14 48:47 15:27 135.3k 75 561.2M 0 0 75 426.4M 0 149.1k 1:04:14 48:48 15:26 137.0k 76 561.2M 0 0 76 426.5M 0 149.1k 1:04:14 48:49 15:25 137.8k 76 561.2M 0 0 76 426.6M 0 149.0k 1:04:14 48:50 15:24 145.2k 76 561.2M 0 0 76 426.8M 0 149.0k 1:04:15 48:51 15:24 144.2k 76 561.2M 0 0 76 427.0M 0 149.0k 1:04:15 48:52 15:23 141.4k 76 561.2M 0 0 76 427.1M 0 149.0k 1:04:14 48:54 15:20 138.4k 76 561.2M 0 0 76 427.3M 0 149.1k 1:04:14 48:55 15:19 148.5k 76 561.2M 0 0 76 427.5M 0 149.0k 1:04:14 48:56 15:18 152.7k 76 561.2M 0 0 76 427.6M 0 149.0k 1:04:15 48:58 15:17 140.9k 76 561.2M 0 0 76 427.7M 0 149.0k 1:04:16 48:59 15:17 124.3k 76 561.2M 0 0 76 427.8M 0 149.0k 1:04:16 49:00 15:16 113.5k 76 561.2M 0 0 76 428.0M 0 148.9k 1:04:17 49:01 15:16 101.3k 76 561.2M 0 0 76 428.1M 0 148.9k 1:04:18 49:02 15:16 91148 76 561.2M 0 0 76 428.2M 0 148.9k 1:04:18 49:04 15:14 94796 76 561.2M 0 0 76 428.4M 0 148.9k 1:04:18 49:05 15:13 109.0k 76 561.2M 0 0 76 428.6M 0 148.9k 1:04:18 49:06 15:12 113.5k 76 561.2M 0 0 76 428.7M 0 148.9k 1:04:19 49:08 15:11 109.0k 76 561.2M 0 0 76 428.9M 0 148.9k 1:04:19 49:09 15:10 123.1k 76 561.2M 0 0 76 429.1M 0 148.9k 1:04:18 49:10 15:08 145.0k 76 561.2M 0 0 76 429.3M 0 148.9k 1:04:18 49:11 15:07 147.9k 76 561.2M 0 0 76 429.5M 0 148.9k 1:04:18 49:13 15:05 148.5k 76 561.2M 0 0 76 429.6M 0 148.9k 1:04:19 49:14 15:05 160.2k 76 561.2M 0 0 76 429.8M 0 148.9k 1:04:19 49:15 15:04 159.0k 76 561.2M 0 0 76 430.0M 0 148.9k 1:04:19 49:16 15:03 144.2k 76 561.2M 0 0 76 430.1M 0 148.9k 1:04:19 49:17 15:02 140.5k 76 561.2M 0 0 76 430.3M 0 148.9k 1:04:19 49:19 15:00 140.8k 76 561.2M 0 0 76 430.5M 0 148.9k 1:04:19 49:20 14:59 145.7k 76 561.2M 0 0 76 430.7M 0 148.9k 1:04:19 49:22 14:57 141.6k 76 561.2M 0 0 76 430.8M 0 148.9k 1:04:19 49:23 14:56 138.3k 76 561.2M 0 0 76 431.0M 0 148.8k 1:04:19 49:24 14:55 135.2k 76 561.2M 0 0 76 431.1M 0 148.8k 1:04:20 49:25 14:55 133.6k 76 561.2M 0 0 76 431.4M 0 148.8k 1:04:19 49:27 14:52 140.3k 76 561.2M 0 0 76 431.5M 0 148.8k 1:04:20 49:28 14:52 136.6k 76 561.2M 0 0 76 431.7M 0 148.8k 1:04:20 49:29 14:51 136.2k 76 561.2M 0 0 76 431.9M 0 148.8k 1:04:20 49:31 14:49 136.4k 76 561.2M 0 0 76 432.0M 0 148.8k 1:04:20 49:32 14:48 136.0k 77 561.2M 0 0 77 432.2M 0 148.8k 1:04:20 49:33 14:47 130.4k 77 561.2M 0 0 77 432.3M 0 148.8k 1:04:21 49:34 14:47 133.0k 77 561.2M 0 0 77 432.5M 0 148.8k 1:04:21 49:35 14:46 137.0k 77 561.2M 0 0 77 432.7M 0 148.8k 1:04:20 49:36 14:44 145.7k 77 561.2M 0 0 77 433.0M 0 148.8k 1:04:20 49:38 14:42 155.5k 77 561.2M 0 0 77 433.1M 0 148.8k 1:04:21 49:39 14:42 142.7k 77 561.2M 0 0 77 433.3M 0 148.8k 1:04:21 49:41 14:40 137.0k 77 561.2M 0 0 77 433.4M 0 148.8k 1:04:21 49:42 14:39 134.4k 77 561.2M 0 0 77 433.6M 0 148.8k 1:04:21 49:43 14:38 128.7k 77 561.2M 0 0 77 433.8M 0 148.8k 1:04:21 49:45 14:36 132.7k 77 561.2M 0 0 77 434.0M 0 148.8k 1:04:21 49:46 14:35 136.4k 77 561.2M 0 0 77 434.1M 0 148.7k 1:04:22 49:47 14:35 136.2k 77 561.2M 0 0 77 434.2M 0 148.7k 1:04:22 49:48 14:34 135.1k 77 561.2M 0 0 77 434.4M 0 148.7k 1:04:22 49:49 14:33 133.4k 77 561.2M 0 0 77 434.6M 0 148.7k 1:04:22 49:51 14:31 126.4k 77 561.2M 0 0 77 434.8M 0 148.7k 1:04:22 49:52 14:30 133.7k 77 561.2M 0 0 77 434.9M 0 148.7k 1:04:23 49:53 14:30 136.5k 77 561.2M 0 0 77 435.0M 0 148.7k 1:04:23 49:54 14:29 131.9k 77 561.2M 0 0 77 435.2M 0 148.7k 1:04:23 49:56 14:27 131.9k 77 561.2M 0 0 77 435.4M 0 148.7k 1:04:23 49:57 14:26 132.4k 77 561.2M 0 0 77 435.5M 0 148.7k 1:04:23 49:58 14:25 126.8k 77 561.2M 0 0 77 435.7M 0 148.7k 1:04:23 49:59 14:24 135.5k 77 561.2M 0 0 77 435.8M 0 148.7k 1:04:24 50:00 14:24 138.0k 77 561.2M 0 0 77 436.0M 0 148.7k 1:04:24 50:01 14:23 135.6k 77 561.2M 0 0 77 436.1M 0 148.7k 1:04:24 50:03 14:21 120.9k 77 561.2M 0 0 77 436.3M 0 148.7k 1:04:24 50:04 14:20 130.3k 77 561.2M 0 0 77 436.5M 0 148.7k 1:04:24 50:05 14:19 129.7k 77 561.2M 0 0 77 436.6M 0 148.7k 1:04:24 50:06 14:18 142.6k 77 561.2M 0 0 77 436.8M 0 148.7k 1:04:24 50:07 14:17 149.4k 77 561.2M 0 0 77 437.1M 0 148.7k 1:04:23 50:09 14:14 172.8k 77 561.2M 0 0 77 437.3M 0 148.7k 1:04:22 50:10 14:12 187.9k 77 561.2M 0 0 77 437.6M 0 148.8k 1:04:21 50:11 14:10 206.4k 78 561.2M 0 0 78 437.8M 0 148.8k 1:04:21 50:12 14:09 207.3k 78 561.2M 0 0 78 438.1M 0 148.8k 1:04:21 50:14 14:07 209.1k 78 561.2M 0 0 78 438.2M 0 148.8k 1:04:21 50:15 14:06 190.0k 78 561.2M 0 0 78 438.3M 0 148.8k 1:04:21 50:16 14:05 167.9k 78 561.2M 0 0 78 438.5M 0 148.8k 1:04:22 50:17 14:05 146.9k 78 561.2M 0 0 78 438.6M 0 148.8k 1:04:21 50:18 14:03 140.9k 78 561.2M 0 0 78 438.8M 0 148.8k 1:04:22 50:19 14:03 131.0k 78 561.2M 0 0 78 439.0M 0 148.8k 1:04:22 50:21 14:01 137.4k 78 561.2M 0 0 78 439.2M 0 148.8k 1:04:22 50:22 14:00 144.0k 78 561.2M 0 0 78 439.3M 0 148.7k 1:04:22 50:24 13:58 135.1k 78 561.2M 0 0 78 439.5M 0 148.7k 1:04:22 50:25 13:57 130.6k 78 561.2M 0 0 78 439.7M 0 148.7k 1:04:22 50:26 13:56 135.9k 78 561.2M 0 0 78 439.9M 0 148.7k 1:04:22 50:27 13:55 139.1k 78 561.2M 0 0 78 440.1M 0 148.7k 1:04:22 50:29 13:53 135.7k 78 561.2M 0 0 78 440.2M 0 148.7k 1:04:23 50:30 13:53 139.3k 78 561.2M 0 0 78 440.3M 0 148.7k 1:04:24 50:31 13:53 126.7k 78 561.2M 0 0 78 440.3M 0 148.7k 1:04:24 50:32 13:52 108.2k 78 561.2M 0 0 78 440.5M 0 148.7k 1:04:24 50:33 13:51 107.7k 78 561.2M 0 0 78 440.8M 0 148.7k 1:04:24 50:35 13:49 119.4k 78 561.2M 0 0 78 441.0M 0 148.7k 1:04:23 50:36 13:47 143.8k 78 561.2M 0 0 78 441.3M 0 148.8k 1:04:22 50:37 13:45 182.8k 78 561.2M 0 0 78 441.6M 0 148.8k 1:04:21 50:38 13:43 211.5k 78 561.2M 0 0 78 441.8M 0 148.8k 1:04:20 50:39 13:41 222.7k 78 561.2M 0 0 78 442.1M 0 148.8k 1:04:20 50:40 13:40 232.6k 78 561.2M 0 0 78 442.3M 0 148.9k 1:04:19 50:42 13:37 231.5k 78 561.2M 0 0 78 442.6M 0 148.9k 1:04:18 50:43 13:35 218.1k 78 561.2M 0 0 78 442.8M 0 148.9k 1:04:18 50:44 13:34 205.2k 78 561.2M 0 0 78 443.0M 0 148.9k 1:04:18 50:45 13:33 208.1k 78 561.2M 0 0 78 443.3M 0 149.0k 1:04:17 50:46 13:31 211.4k 79 561.2M 0 0 79 443.6M 0 149.0k 1:04:15 50:47 13:28 229.1k 79 561.2M 0 0 79 443.8M 0 149.0k 1:04:14 50:48 13:26 234.0k 79 561.2M 0 0 79 444.1M 0 149.1k 1:04:14 50:49 13:25 244.7k 79 561.2M 0 0 79 444.3M 0 149.1k 1:04:13 50:50 13:23 236.5k 79 561.2M 0 0 79 444.5M 0 149.1k 1:04:13 50:52 13:21 221.1k 79 561.2M 0 0 79 444.6M 0 149.1k 1:04:13 50:53 13:20 194.5k 79 561.2M 0 0 79 444.9M 0 149.1k 1:04:12 50:54 13:18 196.4k 79 561.2M 0 0 79 445.1M 0 149.1k 1:04:12 50:55 13:17 186.1k 79 561.2M 0 0 79 445.4M 0 149.2k 1:04:11 50:56 13:15 191.2k 79 561.2M 0 0 79 445.6M 0 149.2k 1:04:11 50:58 13:13 182.8k 79 561.2M 0 0 79 445.7M 0 149.1k 1:04:12 50:59 13:13 175.7k 79 561.2M 0 0 79 445.9M 0 149.1k 1:04:12 51:00 13:12 153.6k 79 561.2M 0 0 79 446.1M 0 149.1k 1:04:12 51:02 13:10 145.8k 79 561.2M 0 0 79 446.2M 0 149.1k 1:04:12 51:03 13:09 129.7k 79 561.2M 0 0 79 446.4M 0 149.1k 1:04:13 51:04 13:09 129.5k 79 561.2M 0 0 79 446.6M 0 149.1k 1:04:12 51:06 13:06 142.9k 79 561.2M 0 0 79 446.8M 0 149.1k 1:04:12 51:07 13:05 152.8k 79 561.2M 0 0 79 447.0M 0 149.1k 1:04:12 51:08 13:04 151.0k 79 561.2M 0 0 79 447.1M 0 149.1k 1:04:12 51:09 13:03 152.2k 79 561.2M 0 0 79 447.3M 0 149.1k 1:04:12 51:10 13:02 150.3k 79 561.2M 0 0 79 447.4M 0 149.1k 1:04:13 51:11 13:02 133.7k 79 561.2M 0 0 79 447.5M 0 149.1k 1:04:13 51:13 13:00 121.5k 79 561.2M 0 0 79 447.6M 0 149.1k 1:04:13 51:14 12:59 122.1k 79 561.2M 0 0 79 447.8M 0 149.1k 1:04:14 51:15 12:59 119.8k 79 561.2M 0 0 79 447.9M 0 149.1k 1:04:14 51:16 12:58 117.6k 79 561.2M 0 0 79 448.0M 0 149.0k 1:04:14 51:17 12:57 117.5k 79 561.2M 0 0 79 448.2M 0 149.0k 1:04:14 51:18 12:56 125.6k 79 561.2M 0 0 79 448.3M 0 149.0k 1:04:14 51:19 12:55 125.6k 79 561.2M 0 0 79 448.5M 0 149.0k 1:04:15 51:20 12:55 126.2k 79 561.2M 0 0 79 448.6M 0 149.0k 1:04:15 51:22 12:53 119.4k 79 561.2M 0 0 79 448.7M 0 149.0k 1:04:16 51:23 12:53 118.6k 79 561.2M 0 0 79 448.8M 0 149.0k 1:04:16 51:24 12:52 110.9k 80 561.2M 0 0 80 449.1M 0 149.0k 1:04:16 51:25 12:51 125.3k 80 561.2M 0 0 80 449.3M 0 149.0k 1:04:15 51:26 12:49 144.7k 80 561.2M 0 0 80 449.6M 0 149.0k 1:04:14 51:28 12:46 168.8k 80 561.2M 0 0 80 449.8M 0 149.1k 1:04:14 51:29 12:45 188.5k 80 561.2M 0 0 80 450.1M 0 149.1k 1:04:13 51:30 12:43 209.7k 80 561.2M 0 0 80 450.3M 0 149.1k 1:04:13 51:31 12:42 204.1k 80 561.2M 0 0 80 450.5M 0 149.1k 1:04:13 51:32 12:41 194.1k 80 561.2M 0 0 80 450.6M 0 149.1k 1:04:13 51:34 12:39 177.5k 80 561.2M 0 0 80 450.8M 0 149.1k 1:04:13 51:36 12:37 152.9k 80 561.2M 0 0 80 451.0M 0 149.1k 1:04:14 51:37 12:37 137.5k 80 561.2M 0 0 80 451.1M 0 149.1k 1:04:14 51:38 12:36 132.7k 80 561.2M 0 0 80 451.3M 0 149.1k 1:04:14 51:39 12:35 124.7k 80 561.2M 0 0 80 451.4M 0 149.0k 1:04:15 51:41 12:34 112.4k 80 561.2M 0 0 80 451.5M 0 149.0k 1:04:15 51:42 12:33 113.9k 80 561.2M 0 0 80 451.7M 0 149.0k 1:04:15 51:43 12:32 115.5k 80 561.2M 0 0 80 451.8M 0 149.0k 1:04:16 51:44 12:32 109.1k 80 561.2M 0 0 80 452.0M 0 149.0k 1:04:16 51:46 12:30 108.4k 80 561.2M 0 0 80 452.1M 0 149.0k 1:04:17 51:47 12:30 117.4k 80 561.2M 0 0 80 452.3M 0 149.0k 1:04:17 51:48 12:29 123.5k 80 561.2M 0 0 80 452.5M 0 149.0k 1:04:16 51:49 12:27 127.7k 80 561.2M 0 0 80 452.6M 0 149.0k 1:04:16 51:50 12:26 139.4k 80 561.2M 0 0 80 452.8M 0 149.0k 1:04:16 51:52 12:24 146.5k 80 561.2M 0 0 80 453.0M 0 148.9k 1:04:17 51:53 12:24 140.2k 80 561.2M 0 0 80 453.1M 0 148.9k 1:04:18 51:55 12:23 125.8k 80 561.2M 0 0 80 453.2M 0 148.9k 1:04:19 51:56 12:23 111.3k 80 561.2M 0 0 80 453.3M 0 148.9k 1:04:19 51:57 12:22 104.3k 80 561.2M 0 0 80 453.5M 0 148.8k 1:04:20 51:59 12:21 93931 80 561.2M 0 0 80 453.6M 0 148.8k 1:04:20 52:00 12:20 97814 80 561.2M 0 0 80 453.8M 0 148.8k 1:04:20 52:01 12:19 110.4k 80 561.2M 0 0 80 453.9M 0 148.8k 1:04:20 52:02 12:18 117.9k 80 561.2M 0 0 80 454.0M 0 148.8k 1:04:21 52:03 12:18 115.4k 80 561.2M 0 0 80 454.1M 0 148.8k 1:04:21 52:04 12:17 123.4k 80 561.2M 0 0 80 454.3M 0 148.8k 1:04:21 52:05 12:16 123.5k 80 561.2M 0 0 80 454.5M 0 148.8k 1:04:21 52:07 12:14 121.6k 81 561.2M 0 0 81 454.6M 0 148.8k 1:04:22 52:08 12:14 122.2k 81 561.2M 0 0 81 454.8M 0 148.7k 1:04:22 52:09 12:13 124.4k 81 561.2M 0 0 81 454.9M 0 148.7k 1:04:22 52:10 12:12 125.8k 81 561.2M 0 0 81 455.0M 0 148.7k 1:04:22 52:12 12:10 125.0k 81 561.2M 0 0 81 455.2M 0 148.7k 1:04:22 52:13 12:09 126.8k 81 561.2M 0 0 81 455.4M 0 148.7k 1:04:22 52:14 12:08 128.8k 81 561.2M 0 0 81 455.6M 0 148.7k 1:04:22 52:15 12:07 138.2k 81 561.2M 0 0 81 455.8M 0 148.7k 1:04:22 52:17 12:05 143.3k 81 561.2M 0 0 81 455.9M 0 148.7k 1:04:23 52:18 12:05 133.9k 81 561.2M 0 0 81 456.0M 0 148.7k 1:04:24 52:20 12:04 120.8k 81 561.2M 0 0 81 456.1M 0 148.7k 1:04:24 52:21 12:03 114.5k 81 561.2M 0 0 81 456.3M 0 148.6k 1:04:25 52:22 12:03 100.9k 81 561.2M 0 0 81 456.4M 0 148.6k 1:04:26 52:24 12:02 94513 81 561.2M 0 0 81 456.5M 0 148.6k 1:04:26 52:25 12:01 99644 81 561.2M 0 0 81 456.7M 0 148.6k 1:04:26 52:26 12:00 112.6k 81 561.2M 0 0 81 456.9M 0 148.6k 1:04:26 52:27 11:59 126.2k 81 561.2M 0 0 81 457.1M 0 148.6k 1:04:25 52:28 11:57 149.9k 81 561.2M 0 0 81 457.3M 0 148.6k 1:04:25 52:29 11:56 180.5k 81 561.2M 0 0 81 457.3M 0 148.6k 1:04:25 52:29 11:56 148.6k 81 561.2M 0 0 81 457.6M 0 148.7k 1:04:24 52:31 11:53 205.7k 81 561.2M 0 0 81 457.9M 0 148.7k 1:04:23 52:32 11:51 233.7k 81 561.2M 0 0 81 458.1M 0 148.7k 1:04:23 52:33 11:50 212.3k 81 561.2M 0 0 81 458.2M 0 148.7k 1:04:24 52:34 11:50 179.3k 81 561.2M 0 0 81 458.3M 0 148.6k 1:04:25 52:36 11:49 152.5k 81 561.2M 0 0 81 458.5M 0 148.6k 1:04:25 52:38 11:47 139.2k 81 561.2M 0 0 81 458.7M 0 148.6k 1:04:25 52:39 11:46 120.6k 81 561.2M 0 0 81 458.9M 0 148.6k 1:04:25 52:40 11:45 114.7k 81 561.2M 0 0 81 459.1M 0 148.6k 1:04:25 52:42 11:43 122.5k 81 561.2M 0 0 81 459.2M 0 148.6k 1:04:26 52:43 11:43 131.7k 81 561.2M 0 0 81 459.4M 0 148.6k 1:04:26 52:44 11:42 135.4k 81 561.2M 0 0 81 459.6M 0 148.6k 1:04:25 52:45 11:40 148.7k 81 561.2M 0 0 81 459.8M 0 148.7k 1:04:24 52:46 11:38 160.9k 81 561.2M 0 0 81 460.0M 0 148.7k 1:04:24 52:47 11:37 171.8k 82 561.2M 0 0 82 460.3M 0 148.7k 1:04:23 52:49 11:34 194.5k 82 561.2M 0 0 82 460.5M 0 148.7k 1:04:23 52:50 11:33 196.9k 82 561.2M 0 0 82 460.6M 0 148.7k 1:04:24 52:51 11:33 171.7k 82 561.2M 0 0 82 460.8M 0 148.7k 1:04:24 52:52 11:32 159.5k 82 561.2M 0 0 82 461.0M 0 148.7k 1:04:24 52:54 11:30 155.4k 82 561.2M 0 0 82 461.1M 0 148.7k 1:04:24 52:55 11:29 139.4k 82 561.2M 0 0 82 461.2M 0 148.6k 1:04:25 52:56 11:29 124.9k 82 561.2M 0 0 82 461.3M 0 148.6k 1:04:25 52:57 11:28 123.9k 82 561.2M 0 0 82 461.5M 0 148.6k 1:04:25 52:58 11:27 126.9k 82 561.2M 0 0 82 461.7M 0 148.6k 1:04:25 53:00 11:25 127.4k 82 561.2M 0 0 82 461.9M 0 148.7k 1:04:24 53:01 11:23 138.0k 82 561.2M 0 0 82 462.2M 0 148.7k 1:04:23 53:02 11:21 174.0k 82 561.2M 0 0 82 462.4M 0 148.7k 1:04:23 53:03 11:20 181.0k 82 561.2M 0 0 82 462.6M 0 148.7k 1:04:23 53:04 11:19 190.4k 82 561.2M 0 0 82 462.8M 0 148.7k 1:04:23 53:05 11:18 190.9k 82 561.2M 0 0 82 463.0M 0 148.7k 1:04:23 53:07 11:16 181.3k 82 561.2M 0 0 82 463.1M 0 148.7k 1:04:23 53:08 11:15 161.6k 82 561.2M 0 0 82 463.3M 0 148.7k 1:04:23 53:09 11:14 159.4k 82 561.2M 0 0 82 463.5M 0 148.7k 1:04:23 53:10 11:13 155.7k 82 561.2M 0 0 82 463.8M 0 148.7k 1:04:22 53:11 11:11 165.7k 82 561.2M 0 0 82 464.0M 0 148.7k 1:04:22 53:13 11:09 165.1k 82 561.2M 0 0 82 464.1M 0 148.7k 1:04:22 53:14 11:08 153.3k 82 561.2M 0 0 82 464.2M 0 148.7k 1:04:23 53:15 11:08 147.2k 82 561.2M 0 0 82 464.3M 0 148.7k 1:04:23 53:16 11:07 135.7k 82 561.2M 0 0 82 464.5M 0 148.7k 1:04:24 53:18 11:06 113.8k 82 561.2M 0 0 82 464.6M 0 148.7k 1:04:24 53:19 11:05 106.3k 82 561.2M 0 0 82 464.7M 0 148.6k 1:04:25 53:20 11:05 103.3k 82 561.2M 0 0 82 464.8M 0 148.6k 1:04:25 53:21 11:04 101.8k 82 561.2M 0 0 82 465.0M 0 148.6k 1:04:26 53:23 11:03 98.09k 82 561.2M 0 0 82 465.1M 0 148.6k 1:04:27 53:24 11:03 97961 82 561.2M 0 0 82 465.2M 0 148.5k 1:04:28 53:26 11:02 90469 82 561.2M 0 0 82 465.4M 0 148.5k 1:04:28 53:27 11:01 98.93k 82 561.2M 0 0 82 465.5M 0 148.5k 1:04:28 53:28 11:00 99.00k 82 561.2M 0 0 82 465.7M 0 148.5k 1:04:28 53:30 10:58 110.4k 83 561.2M 0 0 83 465.9M 0 148.5k 1:04:28 53:31 10:57 122.8k 83 561.2M 0 0 83 466.1M 0 148.5k 1:04:28 53:32 10:56 140.4k 83 561.2M 0 0 83 466.3M 0 148.5k 1:04:28 53:33 10:55 144.7k 83 561.2M 0 0 83 466.5M 0 148.5k 1:04:28 53:35 10:53 151.6k 83 561.2M 0 0 83 466.6M 0 148.5k 1:04:28 53:36 10:52 158.2k 83 561.2M 0 0 83 466.8M 0 148.5k 1:04:27 53:37 10:50 162.4k 83 561.2M 0 0 83 467.0M 0 148.5k 1:04:27 53:38 10:49 167.4k 83 561.2M 0 0 83 467.1M 0 148.5k 1:04:27 53:39 10:48 156.8k 83 561.2M 0 0 83 467.3M 0 148.5k 1:04:27 53:40 10:47 159.7k 83 561.2M 0 0 83 467.5M 0 148.5k 1:04:27 53:41 10:46 160.8k 83 561.2M 0 0 83 467.6M 0 148.5k 1:04:27 53:43 10:44 149.9k 83 561.2M 0 0 83 467.8M 0 148.5k 1:04:28 53:44 10:44 140.7k 83 561.2M 0 0 83 468.0M 0 148.5k 1:04:28 53:45 10:43 144.8k 83 561.2M 0 0 83 468.1M 0 148.5k 1:04:28 53:46 10:42 141.0k 83 561.2M 0 0 83 468.3M 0 148.5k 1:04:28 53:47 10:41 138.5k 83 561.2M 0 0 83 468.5M 0 148.5k 1:04:28 53:49 10:39 140.9k 83 561.2M 0 0 83 468.6M 0 148.5k 1:04:28 53:50 10:38 137.0k 83 561.2M 0 0 83 468.8M 0 148.5k 1:04:28 53:51 10:37 131.7k 83 561.2M 0 0 83 469.0M 0 148.5k 1:04:28 53:53 10:35 141.7k 83 561.2M 0 0 83 469.2M 0 148.5k 1:04:28 53:54 10:34 143.8k 83 561.2M 0 0 83 469.5M 0 148.6k 1:04:27 53:55 10:32 163.2k 83 561.2M 0 0 83 469.6M 0 148.6k 1:04:27 53:56 10:31 179.4k 83 561.2M 0 0 83 469.8M 0 148.6k 1:04:27 53:57 10:30 180.9k 83 561.2M 0 0 83 470.0M 0 148.6k 1:04:27 53:58 10:29 174.2k 83 561.2M 0 0 83 470.2M 0 148.6k 1:04:26 53:59 10:27 178.2k 83 561.2M 0 0 83 470.3M 0 148.6k 1:04:27 54:00 10:27 156.0k 83 561.2M 0 0 83 470.5M 0 148.6k 1:04:27 54:02 10:25 152.4k 83 561.2M 0 0 83 470.7M 0 148.6k 1:04:26 54:03 10:23 160.8k 83 561.2M 0 0 83 470.9M 0 148.6k 1:04:26 54:04 10:22 162.2k 83 561.2M 0 0 83 471.1M 0 148.6k 1:04:26 54:05 10:21 160.9k 83 561.2M 0 0 83 471.3M 0 148.6k 1:04:26 54:06 10:20 171.6k 84 561.2M 0 0 84 471.6M 0 148.6k 1:04:25 54:08 10:17 180.7k 84 561.2M 0 0 84 471.8M 0 148.7k 1:04:24 54:09 10:15 190.3k 84 561.2M 0 0 84 472.1M 0 148.7k 1:04:24 54:10 10:14 195.1k 84 561.2M 0 0 84 472.3M 0 148.7k 1:04:24 54:11 10:13 192.9k 84 561.2M 0 0 84 472.5M 0 148.7k 1:04:24 54:13 10:11 187.5k 84 561.2M 0 0 84 472.6M 0 148.7k 1:04:24 54:14 10:10 171.6k 84 561.2M 0 0 84 472.8M 0 148.7k 1:04:24 54:15 10:09 159.6k 84 561.2M 0 0 84 473.0M 0 148.7k 1:04:24 54:17 10:07 151.4k 84 561.2M 0 0 84 473.1M 0 148.7k 1:04:24 54:18 10:06 142.9k 84 561.2M 0 0 84 473.3M 0 148.7k 1:04:24 54:19 10:05 136.8k 84 561.2M 0 0 84 473.5M 0 148.7k 1:04:24 54:20 10:04 143.2k 84 561.2M 0 0 84 473.6M 0 148.7k 1:04:24 54:21 10:03 140.2k 84 561.2M 0 0 84 473.8M 0 148.6k 1:04:25 54:22 10:03 130.8k 84 561.2M 0 0 84 473.9M 0 148.6k 1:04:25 54:23 10:02 131.0k 84 561.2M 0 0 84 474.0M 0 148.6k 1:04:25 54:25 10:00 124.9k 84 561.2M 0 0 84 474.1M 0 148.6k 1:04:26 54:26 10:00 111.0k 84 561.2M 0 0 84 474.3M 0 148.6k 1:04:26 54:27 09:59 107.1k 84 561.2M 0 0 84 474.5M 0 148.6k 1:04:26 54:28 09:58 121.1k 84 561.2M 0 0 84 474.7M 0 148.6k 1:04:25 54:30 09:55 135.6k 84 561.2M 0 0 84 474.8M 0 148.6k 1:04:26 54:31 09:55 141.4k 84 561.2M 0 0 84 475.0M 0 148.6k 1:04:26 54:32 09:54 144.8k 84 561.2M 0 0 84 475.1M 0 148.6k 1:04:27 54:33 09:54 141.6k 84 561.2M 0 0 84 475.3M 0 148.6k 1:04:27 54:34 09:53 135.5k 84 561.2M 0 0 84 475.4M 0 148.6k 1:04:27 54:35 09:52 122.3k 84 561.2M 0 0 84 475.5M 0 148.5k 1:04:27 54:37 09:50 119.5k 84 561.2M 0 0 84 475.7M 0 148.6k 1:04:27 54:38 09:49 131.2k 84 561.2M 0 0 84 475.9M 0 148.6k 1:04:27 54:39 09:48 140.0k 84 561.2M 0 0 84 476.0M 0 148.5k 1:04:27 54:40 09:47 131.0k 84 561.2M 0 0 84 476.2M 0 148.5k 1:04:27 54:42 09:45 135.0k 84 561.2M 0 0 84 476.3M 0 148.5k 1:04:28 54:43 09:45 138.3k 84 561.2M 0 0 84 476.5M 0 148.5k 1:04:28 54:44 09:44 129.2k 84 561.2M 0 0 84 476.6M 0 148.5k 1:04:28 54:45 09:43 123.4k 84 561.2M 0 0 84 476.8M 0 148.5k 1:04:28 54:47 09:41 132.4k 84 561.2M 0 0 84 477.0M 0 148.5k 1:04:28 54:48 09:40 136.4k 85 561.2M 0 0 85 477.2M 0 148.5k 1:04:28 54:49 09:39 143.1k 85 561.2M 0 0 85 477.3M 0 148.5k 1:04:28 54:50 09:38 137.6k 85 561.2M 0 0 85 477.5M 0 148.5k 1:04:29 54:51 09:38 136.3k 85 561.2M 0 0 85 477.7M 0 148.5k 1:04:28 54:53 09:35 147.3k 85 561.2M 0 0 85 477.9M 0 148.5k 1:04:28 54:54 09:34 141.7k 85 561.2M 0 0 85 478.1M 0 148.5k 1:04:28 54:55 09:33 142.6k 85 561.2M 0 0 85 478.2M 0 148.5k 1:04:28 54:56 09:32 149.3k 85 561.2M 0 0 85 478.4M 0 148.5k 1:04:29 54:58 09:31 150.4k 85 561.2M 0 0 85 478.6M 0 148.5k 1:04:29 54:59 09:30 138.8k 85 561.2M 0 0 85 478.8M 0 148.5k 1:04:29 55:00 09:29 139.5k 85 561.2M 0 0 85 478.9M 0 148.5k 1:04:29 55:01 09:28 132.4k 85 561.2M 0 0 85 479.1M 0 148.5k 1:04:29 55:03 09:26 133.6k 85 561.2M 0 0 85 479.3M 0 148.5k 1:04:29 55:04 09:25 134.5k 85 561.2M 0 0 85 479.4M 0 148.4k 1:04:30 55:06 09:24 126.1k 85 561.2M 0 0 85 479.5M 0 148.4k 1:04:30 55:07 09:23 120.4k 85 561.2M 0 0 85 479.7M 0 148.4k 1:04:30 55:08 09:22 121.9k 85 561.2M 0 0 85 479.9M 0 148.4k 1:04:30 55:09 09:21 127.0k 85 561.2M 0 0 85 480.1M 0 148.4k 1:04:30 55:11 09:19 140.2k 85 561.2M 0 0 85 480.3M 0 148.4k 1:04:30 55:12 09:18 150.2k 85 561.2M 0 0 85 480.5M 0 148.5k 1:04:30 55:13 09:17 157.8k 85 561.2M 0 0 85 480.8M 0 148.5k 1:04:29 55:15 09:14 170.6k 85 561.2M 0 0 85 480.9M 0 148.5k 1:04:30 55:16 09:14 163.6k 85 561.2M 0 0 85 481.0M 0 148.4k 1:04:30 55:17 09:13 138.9k 85 561.2M 0 0 85 481.2M 0 148.4k 1:04:30 55:19 09:11 136.7k 85 561.2M 0 0 85 481.4M 0 148.4k 1:04:30 55:20 09:10 140.7k 85 561.2M 0 0 85 481.6M 0 148.4k 1:04:30 55:21 09:09 136.9k 85 561.2M 0 0 85 481.8M 0 148.5k 1:04:30 55:22 09:08 146.7k 85 561.2M 0 0 85 482.0M 0 148.5k 1:04:29 55:23 09:06 166.0k 85 561.2M 0 0 85 482.1M 0 148.5k 1:04:30 55:24 09:06 167.3k 85 561.2M 0 0 85 482.3M 0 148.5k 1:04:29 55:25 09:04 164.5k 85 561.2M 0 0 85 482.5M 0 148.5k 1:04:29 55:27 09:02 165.2k 86 561.2M 0 0 86 482.8M 0 148.5k 1:04:28 55:28 09:00 175.9k 86 561.2M 0 0 86 483.0M 0 148.5k 1:04:28 55:29 08:59 188.6k 86 561.2M 0 0 86 483.2M 0 148.5k 1:04:28 55:30 08:58 190.7k 86 561.2M 0 0 86 483.4M 0 148.5k 1:04:28 55:31 08:57 186.8k 86 561.2M 0 0 86 483.5M 0 148.5k 1:04:28 55:32 08:56 175.9k 86 561.2M 0 0 86 483.7M 0 148.5k 1:04:28 55:34 08:54 162.3k 86 561.2M 0 0 86 483.9M 0 148.5k 1:04:28 55:35 08:53 140.0k 86 561.2M 0 0 86 484.1M 0 148.5k 1:04:28 55:36 08:52 138.4k 86 561.2M 0 0 86 484.3M 0 148.5k 1:04:28 55:38 08:50 138.4k 86 561.2M 0 0 86 484.5M 0 148.5k 1:04:28 55:39 08:49 143.0k 86 561.2M 0 0 86 484.6M 0 148.5k 1:04:29 55:40 08:49 130.8k 86 561.2M 0 0 86 484.7M 0 148.5k 1:04:30 55:42 08:48 120.4k 86 561.2M 0 0 86 484.9M 0 148.5k 1:04:30 55:43 08:47 120.6k 86 561.2M 0 0 86 485.1M 0 148.5k 1:04:29 55:45 08:44 129.9k 86 561.2M 0 0 86 485.3M 0 148.5k 1:04:29 55:46 08:43 124.4k 86 561.2M 0 0 86 485.5M 0 148.5k 1:04:30 55:48 08:42 132.5k 86 561.2M 0 0 86 485.7M 0 148.5k 1:04:30 55:49 08:41 149.0k 86 561.2M 0 0 86 485.9M 0 148.5k 1:04:29 55:50 08:39 151.3k 86 561.2M 0 0 86 486.1M 0 148.5k 1:04:29 55:51 08:38 144.8k 86 561.2M 0 0 86 486.2M 0 148.5k 1:04:29 55:52 08:37 148.2k 86 561.2M 0 0 86 486.3M 0 148.5k 1:04:30 55:53 08:37 148.0k 86 561.2M 0 0 86 486.5M 0 148.4k 1:04:30 55:55 08:35 144.4k 86 561.2M 0 0 86 486.6M 0 148.4k 1:04:30 55:56 08:34 138.5k 86 561.2M 0 0 86 486.8M 0 148.4k 1:04:30 55:57 08:33 127.5k 86 561.2M 0 0 86 486.9M 0 148.4k 1:04:31 55:58 08:33 123.8k 86 561.2M 0 0 86 487.1M 0 148.4k 1:04:31 55:59 08:32 125.8k 86 561.2M 0 0 86 487.3M 0 148.4k 1:04:31 56:01 08:30 121.0k 86 561.2M 0 0 86 487.4M 0 148.4k 1:04:32 56:02 08:30 117.3k 86 561.2M 0 0 86 487.6M 0 148.4k 1:04:31 56:03 08:28 124.8k 86 561.2M 0 0 86 487.8M 0 148.4k 1:04:31 56:04 08:27 138.5k 86 561.2M 0 0 86 488.0M 0 148.4k 1:04:30 56:06 08:24 153.3k 86 561.2M 0 0 86 488.2M 0 148.4k 1:04:31 56:07 08:24 156.8k 87 561.2M 0 0 87 488.4M 0 148.4k 1:04:31 56:08 08:23 163.8k 87 561.2M 0 0 87 488.6M 0 148.4k 1:04:31 56:10 08:21 159.3k 87 561.2M 0 0 87 488.8M 0 148.4k 1:04:31 56:11 08:20 153.8k 87 561.2M 0 0 87 489.0M 0 148.4k 1:04:31 56:12 08:19 145.5k 87 561.2M 0 0 87 489.2M 0 148.4k 1:04:30 56:14 08:16 152.9k 87 561.2M 0 0 87 489.3M 0 148.4k 1:04:31 56:15 08:16 147.4k 87 561.2M 0 0 87 489.5M 0 148.4k 1:04:31 56:16 08:15 154.7k 87 561.2M 0 0 87 489.7M 0 148.4k 1:04:30 56:17 08:13 159.1k 87 561.2M 0 0 87 489.8M 0 148.4k 1:04:31 56:18 08:13 150.9k 87 561.2M 0 0 87 490.0M 0 148.4k 1:04:30 56:19 08:11 150.5k 87 561.2M 0 0 87 490.3M 0 148.4k 1:04:30 56:21 08:09 164.0k 87 561.2M 0 0 87 490.5M 0 148.4k 1:04:30 56:22 08:08 162.3k 87 561.2M 0 0 87 490.6M 0 148.4k 1:04:30 56:23 08:07 152.7k 87 561.2M 0 0 87 490.8M 0 148.4k 1:04:30 56:25 08:05 154.2k 87 561.2M 0 0 87 491.0M 0 148.4k 1:04:30 56:26 08:04 147.4k 87 561.2M 0 0 87 491.1M 0 148.4k 1:04:31 56:28 08:03 125.8k 87 561.2M 0 0 87 491.3M 0 148.4k 1:04:32 56:29 08:03 114.3k 87 561.2M 0 0 87 491.4M 0 148.4k 1:04:32 56:30 08:02 111.3k 87 561.2M 0 0 87 491.5M 0 148.3k 1:04:33 56:32 08:01 103.4k 87 561.2M 0 0 87 491.6M 0 148.3k 1:04:33 56:33 08:00 94513 87 561.2M 0 0 87 491.8M 0 148.3k 1:04:33 56:35 07:58 107.3k 87 561.2M 0 0 87 492.1M 0 148.3k 1:04:32 56:36 07:56 138.5k 87 561.2M 0 0 87 492.5M 0 148.4k 1:04:31 56:37 07:54 168.9k 87 561.2M 0 0 87 492.7M 0 148.4k 1:04:30 56:38 07:52 192.2k 87 561.2M 0 0 87 493.0M 0 148.4k 1:04:30 56:39 07:51 218.5k 87 561.2M 0 0 87 493.1M 0 148.4k 1:04:30 56:41 07:49 219.4k 87 561.2M 0 0 87 493.4M 0 148.5k 1:04:30 56:42 07:48 207.8k 87 561.2M 0 0 87 493.6M 0 148.5k 1:04:29 56:43 07:46 196.4k 87 561.2M 0 0 87 493.8M 0 148.5k 1:04:29 56:44 07:45 186.4k 88 561.2M 0 0 88 494.0M 0 148.5k 1:04:29 56:45 07:44 179.6k 88 561.2M 0 0 88 494.2M 0 148.5k 1:04:29 56:47 07:42 179.9k 88 561.2M 0 0 88 494.5M 0 148.5k 1:04:28 56:48 07:40 180.7k 88 561.2M 0 0 88 494.6M 0 148.5k 1:04:28 56:49 07:39 165.0k 88 561.2M 0 0 88 494.8M 0 148.5k 1:04:28 56:50 07:38 156.8k 88 561.2M 0 0 88 495.0M 0 148.5k 1:04:28 56:52 07:36 156.7k 88 561.2M 0 0 88 495.1M 0 148.5k 1:04:28 56:53 07:35 156.9k 88 561.2M 0 0 88 495.4M 0 148.5k 1:04:28 56:54 07:34 151.3k 88 561.2M 0 0 88 495.6M 0 148.5k 1:04:28 56:55 07:33 154.4k 88 561.2M 0 0 88 495.8M 0 148.5k 1:04:28 56:57 07:31 156.9k 88 561.2M 0 0 88 496.0M 0 148.5k 1:04:28 56:58 07:30 165.3k 88 561.2M 0 0 88 496.2M 0 148.6k 1:04:27 56:59 07:28 178.0k 88 561.2M 0 0 88 496.5M 0 148.6k 1:04:26 57:00 07:26 194.3k 88 561.2M 0 0 88 496.7M 0 148.6k 1:04:26 57:01 07:25 195.9k 88 561.2M 0 0 88 496.9M 0 148.6k 1:04:25 57:02 07:23 205.4k 88 561.2M 0 0 88 497.1M 0 148.6k 1:04:25 57:04 07:21 196.5k 88 561.2M 0 0 88 497.3M 0 148.6k 1:04:25 57:05 07:20 179.0k 88 561.2M 0 0 88 497.5M 0 148.6k 1:04:25 57:06 07:19 162.3k 88 561.2M 0 0 88 497.7M 0 148.6k 1:04:25 57:07 07:18 168.9k 88 561.2M 0 0 88 497.9M 0 148.6k 1:04:25 57:09 07:16 159.3k 88 561.2M 0 0 88 498.0M 0 148.6k 1:04:25 57:10 07:15 151.8k 88 561.2M 0 0 88 498.1M 0 148.6k 1:04:26 57:11 07:15 145.9k 88 561.2M 0 0 88 498.3M 0 148.6k 1:04:26 57:12 07:14 139.9k 88 561.2M 0 0 88 498.6M 0 148.6k 1:04:25 57:14 07:11 137.6k 88 561.2M 0 0 88 498.8M 0 148.6k 1:04:25 57:15 07:10 146.2k 88 561.2M 0 0 88 499.0M 0 148.7k 1:04:24 57:16 07:08 165.0k 88 561.2M 0 0 88 499.3M 0 148.7k 1:04:24 57:18 07:06 179.7k 88 561.2M 0 0 88 499.5M 0 148.7k 1:04:24 57:19 07:05 187.1k 89 561.2M 0 0 89 499.6M 0 148.7k 1:04:24 57:20 07:04 174.1k 89 561.2M 0 0 89 499.8M 0 148.7k 1:04:24 57:21 07:03 169.1k 89 561.2M 0 0 89 500.0M 0 148.7k 1:04:23 57:22 07:01 174.8k 89 561.2M 0 0 89 500.3M 0 148.7k 1:04:23 57:23 07:00 173.9k 89 561.2M 0 0 89 500.4M 0 148.7k 1:04:23 57:25 06:58 158.2k 89 561.2M 0 0 89 500.6M 0 148.7k 1:04:23 57:26 06:57 162.8k 89 561.2M 0 0 89 500.8M 0 148.7k 1:04:23 57:27 06:56 165.7k 89 561.2M 0 0 89 501.0M 0 148.7k 1:04:23 57:28 06:55 152.4k 89 561.2M 0 0 89 501.2M 0 148.7k 1:04:23 57:30 06:53 157.0k 89 561.2M 0 0 89 501.5M 0 148.7k 1:04:22 57:31 06:51 180.4k 89 561.2M 0 0 89 501.7M 0 148.8k 1:04:21 57:32 06:49 194.0k 89 561.2M 0 0 89 501.9M 0 148.8k 1:04:21 57:33 06:48 197.2k 89 561.2M 0 0 89 502.1M 0 148.8k 1:04:21 57:34 06:47 196.2k 89 561.2M 0 0 89 502.3M 0 148.8k 1:04:21 57:35 06:46 191.8k 89 561.2M 0 0 89 502.5M 0 148.8k 1:04:20 57:36 06:44 194.2k 89 561.2M 0 0 89 502.7M 0 148.8k 1:04:20 57:38 06:42 174.8k 89 561.2M 0 0 89 502.9M 0 148.8k 1:04:20 57:39 06:41 167.5k 89 561.2M 0 0 89 503.1M 0 148.8k 1:04:20 57:40 06:40 165.8k 89 561.2M 0 0 89 503.3M 0 148.8k 1:04:20 57:42 06:38 160.7k 89 561.2M 0 0 89 503.5M 0 148.8k 1:04:20 57:43 06:37 147.6k 89 561.2M 0 0 89 503.6M 0 148.8k 1:04:20 57:44 06:36 156.2k 89 561.2M 0 0 89 503.8M 0 148.8k 1:04:20 57:45 06:35 152.5k 89 561.2M 0 0 89 503.8M 0 148.8k 1:04:20 57:45 06:35 148.8k 89 561.2M 0 0 89 504.0M 0 148.8k 1:04:20 57:46 06:34 135.3k 89 561.2M 0 0 89 504.1M 0 148.8k 1:04:21 57:48 06:33 120.1k 89 561.2M 0 0 89 504.3M 0 148.8k 1:04:21 57:49 06:32 120.4k 89 561.2M 0 0 89 504.5M 0 148.8k 1:04:21 57:50 06:31 130.5k 89 561.2M 0 0 89 504.6M 0 148.8k 1:04:21 57:52 06:29 135.7k 89 561.2M 0 0 89 504.8M 0 148.8k 1:04:21 57:53 06:28 132.4k 89 561.2M 0 0 89 505.0M 0 148.8k 1:04:21 57:54 06:27 150.4k 90 561.2M 0 0 90 505.1M 0 148.8k 1:04:20 57:55 06:25 161.0k 90 561.2M 0 0 90 505.3M 0 148.8k 1:04:21 57:56 06:25 148.2k 90 561.2M 0 0 90 505.5M 0 148.8k 1:04:21 57:57 06:24 145.7k 90 561.2M 0 0 90 505.7M 0 148.8k 1:04:20 57:59 06:21 160.9k 90 561.2M 0 0 90 505.9M 0 148.8k 1:04:20 58:00 06:20 155.2k 90 561.2M 0 0 90 506.0M 0 148.8k 1:04:21 58:01 06:20 140.8k 90 561.2M 0 0 90 506.2M 0 148.8k 1:04:21 58:02 06:19 149.4k 90 561.2M 0 0 90 506.4M 0 148.8k 1:04:21 58:04 06:17 153.3k 90 561.2M 0 0 90 506.6M 0 148.8k 1:04:20 58:05 06:15 148.8k 90 561.2M 0 0 90 506.8M 0 148.8k 1:04:21 58:06 06:15 140.8k 90 561.2M 0 0 90 507.0M 0 148.8k 1:04:21 58:08 06:13 147.5k 90 561.2M 0 0 90 507.1M 0 148.8k 1:04:21 58:09 06:12 145.5k 90 561.2M 0 0 90 507.3M 0 148.8k 1:04:21 58:11 06:10 134.3k 90 561.2M 0 0 90 507.5M 0 148.7k 1:04:22 58:12 06:10 120.4k 90 561.2M 0 0 90 507.6M 0 148.7k 1:04:22 58:13 06:09 117.9k 90 561.2M 0 0 90 507.8M 0 148.7k 1:04:22 58:15 06:07 119.5k 90 561.2M 0 0 90 508.0M 0 148.7k 1:04:23 58:16 06:07 119.4k 90 561.2M 0 0 90 508.1M 0 148.7k 1:04:23 58:17 06:06 113.5k 90 561.2M 0 0 90 508.2M 0 148.7k 1:04:23 58:18 06:05 119.7k 90 561.2M 0 0 90 508.3M 0 148.7k 1:04:24 58:20 06:04 122.6k 90 561.2M 0 0 90 508.5M 0 148.7k 1:04:23 58:21 06:02 125.3k 90 561.2M 0 0 90 508.7M 0 148.7k 1:04:24 58:22 06:02 123.9k 90 561.2M 0 0 90 509.0M 0 148.7k 1:04:23 58:23 06:00 149.3k 90 561.2M 0 0 90 509.1M 0 148.7k 1:04:23 58:25 05:58 157.5k 90 561.2M 0 0 90 509.3M 0 148.7k 1:04:23 58:26 05:57 160.2k 90 561.2M 0 0 90 509.5M 0 148.7k 1:04:23 58:27 05:56 161.2k 90 561.2M 0 0 90 509.8M 0 148.7k 1:04:22 58:28 05:54 176.1k 90 561.2M 0 0 90 510.0M 0 148.8k 1:04:22 58:29 05:53 183.6k 90 561.2M 0 0 90 510.2M 0 148.8k 1:04:21 58:30 05:51 186.6k 90 561.2M 0 0 90 510.5M 0 148.8k 1:04:21 58:32 05:49 202.1k 91 561.2M 0 0 91 510.7M 0 148.8k 1:04:21 58:33 05:48 201.3k 91 561.2M 0 0 91 510.8M 0 148.8k 1:04:22 58:35 05:47 166.2k 91 561.2M 0 0 91 511.0M 0 148.8k 1:04:22 58:36 05:46 146.0k 91 561.2M 0 0 91 511.1M 0 148.7k 1:04:22 58:37 05:45 138.0k 91 561.2M 0 0 91 511.3M 0 148.8k 1:04:22 58:38 05:44 132.3k 91 561.2M 0 0 91 511.6M 0 148.8k 1:04:21 58:40 05:41 145.2k 91 561.2M 0 0 91 511.8M 0 148.8k 1:04:21 58:41 05:40 168.7k 91 561.2M 0 0 91 512.1M 0 148.8k 1:04:20 58:42 05:38 184.7k 91 561.2M 0 0 91 512.3M 0 148.8k 1:04:20 58:43 05:37 202.8k 91 561.2M 0 0 91 512.5M 0 148.9k 1:04:19 58:44 05:35 203.3k 91 561.2M 0 0 91 512.7M 0 148.8k 1:04:19 58:46 05:33 179.2k 91 561.2M 0 0 91 512.8M 0 148.8k 1:04:20 58:47 05:33 167.9k 91 561.2M 0 0 91 513.0M 0 148.8k 1:04:21 58:49 05:32 138.8k 91 561.2M 0 0 91 513.1M 0 148.8k 1:04:21 58:50 05:31 116.6k 91 561.2M 0 0 91 513.2M 0 148.8k 1:04:21 58:51 05:30 106.9k 91 561.2M 0 0 91 513.3M 0 148.8k 1:04:22 58:52 05:30 101.9k 91 561.2M 0 0 91 513.5M 0 148.8k 1:04:21 58:53 05:28 113.7k 91 561.2M 0 0 91 513.7M 0 148.8k 1:04:21 58:54 05:27 131.0k 91 561.2M 0 0 91 513.9M 0 148.8k 1:04:21 58:56 05:25 147.0k 91 561.2M 0 0 91 514.0M 0 148.8k 1:04:21 58:57 05:24 146.2k 91 561.2M 0 0 91 514.2M 0 148.8k 1:04:21 58:58 05:23 150.6k 91 561.2M 0 0 91 514.3M 0 148.8k 1:04:22 58:59 05:23 141.9k 91 561.2M 0 0 91 514.5M 0 148.7k 1:04:22 59:00 05:22 135.5k 91 561.2M 0 0 91 514.6M 0 148.7k 1:04:22 59:01 05:21 131.8k 91 561.2M 0 0 91 514.8M 0 148.8k 1:04:22 59:03 05:19 138.3k 91 561.2M 0 0 91 515.0M 0 148.7k 1:04:22 59:04 05:18 129.2k 91 561.2M 0 0 91 515.1M 0 148.7k 1:04:22 59:05 05:17 130.2k 91 561.2M 0 0 91 515.3M 0 148.7k 1:04:22 59:06 05:16 139.9k 91 561.2M 0 0 91 515.5M 0 148.7k 1:04:22 59:07 05:15 144.1k 91 561.2M 0 0 91 515.6M 0 148.7k 1:04:22 59:08 05:14 143.2k 91 561.2M 0 0 91 515.9M 0 148.8k 1:04:21 59:10 05:11 171.9k 91 561.2M 0 0 91 516.1M 0 148.8k 1:04:21 59:11 05:10 181.7k 91 561.2M 0 0 91 516.3M 0 148.8k 1:04:21 59:12 05:09 183.1k 92 561.2M 0 0 92 516.5M 0 148.8k 1:04:21 59:13 05:08 182.6k 92 561.2M 0 0 92 516.6M 0 148.8k 1:04:20 59:14 05:06 191.8k 92 561.2M 0 0 92 517.0M 0 148.8k 1:04:19 59:15 05:04 195.6k 92 561.2M 0 0 92 517.2M 0 148.9k 1:04:19 59:16 05:03 201.2k 92 561.2M 0 0 92 517.4M 0 148.9k 1:04:19 59:18 05:01 188.6k 92 561.2M 0 0 92 517.5M 0 148.8k 1:04:19 59:19 05:00 176.2k 92 561.2M 0 0 92 517.6M 0 148.8k 1:04:20 59:20 05:00 160.4k 92 561.2M 0 0 92 517.8M 0 148.8k 1:04:20 59:22 04:58 129.5k 92 561.2M 0 0 92 517.9M 0 148.8k 1:04:21 59:23 04:58 108.2k 92 561.2M 0 0 92 518.0M 0 148.8k 1:04:21 59:24 04:57 101.8k 92 561.2M 0 0 92 518.2M 0 148.8k 1:04:21 59:25 04:56 109.5k 92 561.2M 0 0 92 518.4M 0 148.8k 1:04:21 59:27 04:54 119.2k 92 561.2M 0 0 92 518.6M 0 148.8k 1:04:21 59:28 04:53 126.9k 92 561.2M 0 0 92 518.8M 0 148.8k 1:04:21 59:29 04:52 136.9k 92 561.2M 0 0 92 519.0M 0 148.8k 1:04:21 59:31 04:50 148.0k 92 561.2M 0 0 92 519.1M 0 148.8k 1:04:22 59:32 04:50 143.0k 92 561.2M 0 0 92 519.2M 0 148.7k 1:04:22 59:33 04:49 131.4k 92 561.2M 0 0 92 519.4M 0 148.7k 1:04:22 59:34 04:48 131.9k 92 561.2M 0 0 92 519.5M 0 148.7k 1:04:23 59:36 04:47 123.8k 92 561.2M 0 0 92 519.6M 0 148.7k 1:04:23 59:37 04:46 113.9k 92 561.2M 0 0 92 519.8M 0 148.7k 1:04:23 59:38 04:45 119.0k 92 561.2M 0 0 92 520.0M 0 148.7k 1:04:23 59:39 04:44 133.1k 92 561.2M 0 0 92 520.2M 0 148.7k 1:04:23 59:40 04:43 139.9k 92 561.2M 0 0 92 520.4M 0 148.7k 1:04:22 59:41 04:41 155.2k 92 561.2M 0 0 92 520.6M 0 148.8k 1:04:22 59:42 04:40 177.5k 92 561.2M 0 0 92 521.0M 0 148.8k 1:04:21 59:44 04:37 207.4k 92 561.2M 0 0 92 521.1M 0 148.8k 1:04:20 59:45 04:35 205.6k 92 561.2M 0 0 92 521.3M 0 148.8k 1:04:21 59:46 04:35 194.9k 92 561.2M 0 0 92 521.5M 0 148.8k 1:04:21 59:47 04:34 187.6k 92 561.2M 0 0 92 521.7M 0 148.8k 1:04:21 59:49 04:32 171.4k 93 561.2M 0 0 93 522.0M 0 148.8k 1:04:20 59:50 04:30 155.9k 93 561.2M 0 0 93 522.1M 0 148.8k 1:04:20 59:51 04:29 159.5k 93 561.2M 0 0 93 522.4M 0 148.8k 1:04:20 59:53 04:27 172.3k 93 561.2M 0 0 93 522.6M 0 148.9k 1:04:19 59:54 04:25 180.7k 93 561.2M 0 0 93 522.8M 0 148.8k 1:04:19 59:55 04:24 177.7k 93 561.2M 0 0 93 523.0M 0 148.9k 1:04:19 59:56 04:23 171.8k 93 561.2M 0 0 93 523.1M 0 148.9k 1:04:19 59:57 04:22 168.5k 93 561.2M 0 0 93 523.3M 0 148.9k 1:04:19 59:58 04:21 164.6k 93 561.2M 0 0 93 523.5M 0 148.9k 1:04:19 1:00:00 04:19 156.8k 93 561.2M 0 0 93 523.7M 0 148.9k 1:04:19 1:00:01 04:18 159.1k 93 561.2M 0 0 93 523.9M 0 148.8k 1:04:19 1:00:03 04:16 147.9k 93 561.2M 0 0 93 524.1M 0 148.8k 1:04:20 1:00:04 04:16 137.9k 93 561.2M 0 0 93 524.3M 0 148.8k 1:04:20 1:00:06 04:14 131.3k 93 561.2M 0 0 93 524.5M 0 148.8k 1:04:20 1:00:07 04:13 130.1k 93 561.2M 0 0 93 524.6M 0 148.8k 1:04:20 1:00:08 04:12 134.8k 93 561.2M 0 0 93 524.9M 0 148.9k 1:04:19 1:00:09 04:10 151.2k 93 561.2M 0 0 93 525.1M 0 148.9k 1:04:19 1:00:11 04:08 167.0k 93 561.2M 0 0 93 525.3M 0 148.9k 1:04:19 1:00:12 04:07 175.5k 93 561.2M 0 0 93 525.5M 0 148.9k 1:04:18 1:00:13 04:05 181.8k 93 561.2M 0 0 93 525.8M 0 148.9k 1:04:18 1:00:14 04:04 193.6k 93 561.2M 0 0 93 526.0M 0 148.9k 1:04:17 1:00:15 04:02 201.8k 93 561.2M 0 0 93 526.3M 0 149.0k 1:04:17 1:00:16 04:01 205.4k 93 561.2M 0 0 93 526.5M 0 149.0k 1:04:16 1:00:18 03:58 212.0k 93 561.2M 0 0 93 526.7M 0 149.0k 1:04:16 1:00:19 03:57 204.7k 93 561.2M 0 0 93 526.9M 0 149.0k 1:04:16 1:00:20 03:56 190.2k 93 561.2M 0 0 93 527.0M 0 148.9k 1:04:17 1:00:22 03:55 153.7k 93 561.2M 0 0 93 527.1M 0 148.9k 1:04:18 1:00:24 03:54 124.0k 93 561.2M 0 0 93 527.3M 0 148.9k 1:04:18 1:00:25 03:53 103.5k 93 561.2M 0 0 93 527.5M 0 148.9k 1:04:19 1:00:26 03:53 101.0k 94 561.2M 0 0 94 527.6M 0 148.9k 1:04:19 1:00:28 03:51 101.1k 94 561.2M 0 0 94 527.8M 0 148.9k 1:04:19 1:00:29 03:50 115.3k 94 561.2M 0 0 94 528.0M 0 148.9k 1:04:19 1:00:30 03:49 124.2k 94 561.2M 0 0 94 528.1M 0 148.9k 1:04:19 1:00:31 03:48 131.3k 94 561.2M 0 0 94 528.3M 0 148.9k 1:04:19 1:00:32 03:47 139.2k 94 561.2M 0 0 94 528.5M 0 148.9k 1:04:19 1:00:34 03:45 140.4k 94 561.2M 0 0 94 528.7M 0 148.9k 1:04:19 1:00:35 03:44 147.8k 94 561.2M 0 0 94 528.9M 0 148.9k 1:04:18 1:00:36 03:42 164.4k 94 561.2M 0 0 94 529.1M 0 148.9k 1:04:18 1:00:37 03:41 182.3k 94 561.2M 0 0 94 529.4M 0 148.9k 1:04:17 1:00:39 03:38 187.6k 94 561.2M 0 0 94 529.6M 0 148.9k 1:04:17 1:00:40 03:37 182.0k 94 561.2M 0 0 94 529.8M 0 148.9k 1:04:17 1:00:41 03:36 183.5k 94 561.2M 0 0 94 530.0M 0 149.0k 1:04:17 1:00:42 03:35 192.7k 94 561.2M 0 0 94 530.3M 0 149.0k 1:04:15 1:00:43 03:32 204.6k 94 561.2M 0 0 94 530.6M 0 149.0k 1:04:15 1:00:44 03:31 209.1k 94 561.2M 0 0 94 530.8M 0 149.0k 1:04:15 1:00:46 03:29 205.9k 94 561.2M 0 0 94 531.0M 0 149.0k 1:04:15 1:00:47 03:28 195.4k 94 561.2M 0 0 94 531.1M 0 149.0k 1:04:15 1:00:48 03:27 177.7k 94 561.2M 0 0 94 531.2M 0 149.0k 1:04:15 1:00:49 03:26 148.8k 94 561.2M 0 0 94 531.4M 0 149.0k 1:04:16 1:00:51 03:25 133.2k 94 561.2M 0 0 94 531.5M 0 149.0k 1:04:16 1:00:52 03:24 131.2k 94 561.2M 0 0 94 531.6M 0 149.0k 1:04:16 1:00:53 03:23 120.8k 94 561.2M 0 0 94 531.8M 0 149.0k 1:04:17 1:00:54 03:23 118.7k 94 561.2M 0 0 94 532.0M 0 149.0k 1:04:16 1:00:55 03:21 129.4k 94 561.2M 0 0 94 532.1M 0 149.0k 1:04:16 1:00:56 03:20 135.4k 94 561.2M 0 0 94 532.3M 0 149.0k 1:04:17 1:00:58 03:19 129.4k 94 561.2M 0 0 94 532.4M 0 148.9k 1:04:17 1:00:59 03:18 123.2k 94 561.2M 0 0 94 532.5M 0 148.9k 1:04:18 1:01:01 03:17 119.0k 94 561.2M 0 0 94 532.6M 0 148.9k 1:04:18 1:01:02 03:16 109.2k 94 561.2M 0 0 94 532.8M 0 148.9k 1:04:18 1:01:03 03:15 99372 94 561.2M 0 0 94 532.9M 0 148.9k 1:04:19 1:01:04 03:15 96433 94 561.2M 0 0 94 533.0M 0 148.8k 1:04:19 1:01:06 03:13 103.1k 95 561.2M 0 0 95 533.2M 0 148.8k 1:04:20 1:01:07 03:13 111.4k 95 561.2M 0 0 95 533.4M 0 148.8k 1:04:19 1:01:08 03:11 120.7k 95 561.2M 0 0 95 533.6M 0 148.9k 1:04:19 1:01:09 03:10 143.2k 95 561.2M 0 0 95 533.8M 0 148.9k 1:04:19 1:01:10 03:09 160.9k 95 561.2M 0 0 95 534.0M 0 148.9k 1:04:19 1:01:12 03:07 169.4k 95 561.2M 0 0 95 534.2M 0 148.9k 1:04:18 1:01:13 03:05 175.3k 95 561.2M 0 0 95 534.4M 0 148.9k 1:04:19 1:01:14 03:05 166.5k 95 561.2M 0 0 95 534.6M 0 148.9k 1:04:18 1:01:15 03:03 157.4k 95 561.2M 0 0 95 534.8M 0 148.9k 1:04:18 1:01:17 03:01 155.1k 95 561.2M 0 0 95 534.9M 0 148.9k 1:04:19 1:01:18 03:01 145.6k 95 561.2M 0 0 95 535.0M 0 148.9k 1:04:19 1:01:19 03:00 140.4k 95 561.2M 0 0 95 535.1M 0 148.9k 1:04:19 1:01:20 02:59 138.1k 95 561.2M 0 0 95 535.3M 0 148.9k 1:04:19 1:01:21 02:58 134.0k 95 561.2M 0 0 95 535.5M 0 148.9k 1:04:19 1:01:22 02:57 128.8k 95 561.2M 0 0 95 535.6M 0 148.9k 1:04:19 1:01:23 02:56 136.6k 95 561.2M 0 0 95 535.9M 0 148.9k 1:04:18 1:01:24 02:54 157.1k 95 561.2M 0 0 95 536.1M 0 148.9k 1:04:18 1:01:25 02:53 180.6k 95 561.2M 0 0 95 536.3M 0 148.9k 1:04:18 1:01:27 02:51 185.1k 95 561.2M 0 0 95 536.5M 0 148.9k 1:04:18 1:01:28 02:50 180.9k 95 561.2M 0 0 95 536.7M 0 148.9k 1:04:18 1:01:30 02:48 172.9k 95 561.2M 0 0 95 536.9M 0 148.9k 1:04:18 1:01:31 02:47 160.4k 95 561.2M 0 0 95 537.0M 0 148.9k 1:04:18 1:01:32 02:46 134.5k 95 561.2M 0 0 95 537.2M 0 148.9k 1:04:18 1:01:33 02:45 131.1k 95 561.2M 0 0 95 537.5M 0 148.9k 1:04:18 1:01:35 02:43 146.8k 95 561.2M 0 0 95 537.6M 0 148.9k 1:04:18 1:01:36 02:42 159.8k 95 561.2M 0 0 95 537.9M 0 148.9k 1:04:17 1:01:37 02:40 168.6k 95 561.2M 0 0 95 538.1M 0 148.9k 1:04:17 1:01:38 02:39 172.2k 95 561.2M 0 0 95 538.2M 0 148.9k 1:04:18 1:01:40 02:38 165.7k 95 561.2M 0 0 95 538.3M 0 148.9k 1:04:18 1:01:41 02:37 142.9k 95 561.2M 0 0 95 538.5M 0 148.9k 1:04:18 1:01:42 02:36 140.9k 95 561.2M 0 0 95 538.7M 0 148.9k 1:04:18 1:01:43 02:35 134.9k 96 561.2M 0 0 96 538.9M 0 148.9k 1:04:18 1:01:44 02:34 137.0k 96 561.2M 0 0 96 539.0M 0 148.9k 1:04:18 1:01:45 02:33 139.7k 96 561.2M 0 0 96 539.2M 0 148.9k 1:04:18 1:01:47 02:31 147.7k 96 561.2M 0 0 96 539.3M 0 148.9k 1:04:18 1:01:48 02:30 137.8k 96 561.2M 0 0 96 539.5M 0 148.9k 1:04:19 1:01:49 02:30 120.8k 96 561.2M 0 0 96 539.6M 0 148.9k 1:04:19 1:01:50 02:29 128.2k 96 561.2M 0 0 96 539.8M 0 148.9k 1:04:19 1:01:52 02:27 130.5k 96 561.2M 0 0 96 540.0M 0 148.9k 1:04:19 1:01:53 02:26 129.2k 96 561.2M 0 0 96 540.1M 0 148.9k 1:04:19 1:01:54 02:25 134.4k 96 561.2M 0 0 96 540.3M 0 148.9k 1:04:19 1:01:55 02:24 143.0k 96 561.2M 0 0 96 540.4M 0 148.8k 1:04:20 1:01:56 02:24 128.0k 96 561.2M 0 0 96 540.6M 0 148.8k 1:04:20 1:01:58 02:22 128.9k 96 561.2M 0 0 96 540.8M 0 148.8k 1:04:20 1:01:59 02:21 135.3k 96 561.2M 0 0 96 541.0M 0 148.8k 1:04:20 1:02:00 02:20 136.7k 96 561.2M 0 0 96 541.1M 0 148.8k 1:04:20 1:02:01 02:19 135.6k 96 561.2M 0 0 96 541.3M 0 148.8k 1:04:20 1:02:03 02:17 140.1k 96 561.2M 0 0 96 541.5M 0 148.8k 1:04:20 1:02:04 02:16 144.3k 96 561.2M 0 0 96 541.6M 0 148.8k 1:04:20 1:02:05 02:15 147.9k 96 561.2M 0 0 96 541.8M 0 148.8k 1:04:20 1:02:06 02:14 151.0k 96 561.2M 0 0 96 542.1M 0 148.9k 1:04:19 1:02:07 02:12 167.2k 96 561.2M 0 0 96 542.3M 0 148.9k 1:04:19 1:02:09 02:10 180.5k 96 561.2M 0 0 96 542.5M 0 148.9k 1:04:19 1:02:10 02:09 174.1k 96 561.2M 0 0 96 542.6M 0 148.8k 1:04:19 1:02:11 02:08 155.1k 96 561.2M 0 0 96 542.7M 0 148.8k 1:04:20 1:02:13 02:07 133.2k 96 561.2M 0 0 96 542.8M 0 148.8k 1:04:20 1:02:14 02:06 118.0k 96 561.2M 0 0 96 543.0M 0 148.8k 1:04:20 1:02:15 02:05 113.6k 96 561.2M 0 0 96 543.1M 0 148.8k 1:04:21 1:02:17 02:04 105.2k 96 561.2M 0 0 96 543.3M 0 148.8k 1:04:22 1:02:18 02:04 103.8k 96 561.2M 0 0 96 543.5M 0 148.8k 1:04:21 1:02:19 02:02 122.5k 96 561.2M 0 0 96 543.7M 0 148.8k 1:04:21 1:02:20 02:01 138.4k 96 561.2M 0 0 96 543.9M 0 148.8k 1:04:21 1:02:22 01:59 136.3k 96 561.2M 0 0 96 544.1M 0 148.8k 1:04:21 1:02:23 01:58 146.8k 96 561.2M 0 0 96 544.3M 0 148.8k 1:04:21 1:02:24 01:57 163.4k 97 561.2M 0 0 97 544.4M 0 148.8k 1:04:21 1:02:26 01:55 150.9k 97 561.2M 0 0 97 544.5M 0 148.8k 1:04:22 1:02:27 01:55 132.6k 97 561.2M 0 0 97 544.7M 0 148.8k 1:04:21 1:02:28 01:53 140.3k 97 561.2M 0 0 97 544.9M 0 148.8k 1:04:21 1:02:29 01:52 145.8k 97 561.2M 0 0 97 545.1M 0 148.8k 1:04:21 1:02:30 01:51 149.5k 97 561.2M 0 0 97 545.3M 0 148.8k 1:04:21 1:02:31 01:50 163.9k 97 561.2M 0 0 97 545.5M 0 148.8k 1:04:20 1:02:32 01:48 181.1k 97 561.2M 0 0 97 545.8M 0 148.8k 1:04:20 1:02:34 01:46 187.5k 97 561.2M 0 0 97 546.0M 0 148.9k 1:04:19 1:02:35 01:44 197.5k 97 561.2M 0 0 97 546.3M 0 148.9k 1:04:19 1:02:36 01:43 203.6k 97 561.2M 0 0 97 546.5M 0 148.9k 1:04:18 1:02:37 01:41 210.5k 97 561.2M 0 0 97 546.8M 0 148.9k 1:04:17 1:02:38 01:39 218.6k 97 561.2M 0 0 97 547.0M 0 148.9k 1:04:17 1:02:39 01:38 205.9k 97 561.2M 0 0 97 547.1M 0 148.9k 1:04:17 1:02:41 01:36 195.6k 97 561.2M 0 0 97 547.3M 0 148.9k 1:04:17 1:02:42 01:35 178.4k 97 561.2M 0 0 97 547.5M 0 148.9k 1:04:18 1:02:43 01:35 162.5k 97 561.2M 0 0 97 547.6M 0 148.9k 1:04:18 1:02:44 01:34 133.5k 97 561.2M 0 0 97 547.8M 0 148.9k 1:04:18 1:02:46 01:32 132.1k 97 561.2M 0 0 97 548.0M 0 148.9k 1:04:18 1:02:47 01:31 131.8k 97 561.2M 0 0 97 548.1M 0 148.9k 1:04:18 1:02:48 01:30 123.7k 97 561.2M 0 0 97 548.2M 0 148.9k 1:04:19 1:02:49 01:30 124.7k 97 561.2M 0 0 97 548.5M 0 148.9k 1:04:18 1:02:50 01:28 151.4k 97 561.2M 0 0 97 548.6M 0 148.9k 1:04:18 1:02:52 01:26 152.3k 97 561.2M 0 0 97 548.8M 0 148.9k 1:04:18 1:02:53 01:25 145.1k 97 561.2M 0 0 97 549.0M 0 148.9k 1:04:18 1:02:54 01:24 155.4k 97 561.2M 0 0 97 549.1M 0 148.9k 1:04:18 1:02:55 01:23 154.7k 97 561.2M 0 0 97 549.3M 0 148.9k 1:04:19 1:02:57 01:22 132.7k 97 561.2M 0 0 97 549.5M 0 148.9k 1:04:19 1:02:58 01:21 127.8k 97 561.2M 0 0 97 549.6M 0 148.9k 1:04:19 1:03:00 01:19 126.7k 97 561.2M 0 0 97 549.8M 0 148.9k 1:04:19 1:03:01 01:18 137.1k 97 561.2M 0 0 97 549.8M 0 148.9k 1:04:19 1:03:01 01:18 148.9k 98 561.2M 0 0 98 550.0M 0 148.9k 1:04:19 1:03:02 01:17 136.6k 98 561.2M 0 0 98 550.2M 0 148.8k 1:04:19 1:03:04 01:15 134.1k 98 561.2M 0 0 98 550.5M 0 148.9k 1:04:19 1:03:05 01:14 149.5k 98 561.2M 0 0 98 550.6M 0 148.9k 1:04:19 1:03:06 01:13 150.0k 98 561.2M 0 0 98 550.9M 0 148.9k 1:04:19 1:03:08 01:11 160.5k 98 561.2M 0 0 98 551.1M 0 148.9k 1:04:18 1:03:09 01:09 169.1k 98 561.2M 0 0 98 551.3M 0 148.9k 1:04:18 1:03:10 01:08 183.0k 98 561.2M 0 0 98 551.5M 0 148.9k 1:04:18 1:03:11 01:07 176.5k 98 561.2M 0 0 98 551.8M 0 148.9k 1:04:17 1:03:13 01:04 186.9k 98 561.2M 0 0 98 552.0M 0 148.9k 1:04:17 1:03:14 01:03 180.1k 98 561.2M 0 0 98 552.2M 0 148.9k 1:04:17 1:03:15 01:02 178.0k 98 561.2M 0 0 98 552.3M 0 148.9k 1:04:17 1:03:16 01:01 164.8k 98 561.2M 0 0 98 552.5M 0 148.9k 1:04:17 1:03:17 01:00 171.4k 98 561.2M 0 0 98 552.8M 0 149.0k 1:04:16 1:03:18 00:58 173.7k 98 561.2M 0 0 98 553.0M 0 149.0k 1:04:16 1:03:20 00:56 175.3k 98 561.2M 0 0 98 553.2M 0 149.0k 1:04:16 1:03:21 00:55 177.5k 98 561.2M 0 0 98 553.5M 0 149.0k 1:04:15 1:03:22 00:53 199.7k 98 561.2M 0 0 98 553.7M 0 149.0k 1:04:15 1:03:23 00:52 204.5k 98 561.2M 0 0 98 554.0M 0 149.0k 1:04:14 1:03:24 00:50 202.5k 98 561.2M 0 0 98 554.1M 0 149.0k 1:04:14 1:03:26 00:48 194.7k 98 561.2M 0 0 98 554.3M 0 149.0k 1:04:14 1:03:27 00:47 186.4k 98 561.2M 0 0 98 554.5M 0 149.0k 1:04:14 1:03:28 00:46 174.3k 98 561.2M 0 0 98 554.8M 0 149.1k 1:04:14 1:03:29 00:45 175.5k 98 561.2M 0 0 98 555.0M 0 149.1k 1:04:14 1:03:31 00:43 167.6k 98 561.2M 0 0 98 555.1M 0 149.1k 1:04:14 1:03:32 00:42 158.9k 98 561.2M 0 0 98 555.2M 0 149.1k 1:04:14 1:03:33 00:41 156.4k 98 561.2M 0 0 98 555.3M 0 149.0k 1:04:14 1:03:34 00:40 144.6k 98 561.2M 0 0 98 555.5M 0 149.0k 1:04:15 1:03:35 00:40 120.7k 99 561.2M 0 0 99 555.6M 0 149.0k 1:04:15 1:03:37 00:38 118.3k 99 561.2M 0 0 99 555.8M 0 149.0k 1:04:15 1:03:38 00:37 131.7k 99 561.2M 0 0 99 556.0M 0 149.0k 1:04:15 1:03:39 00:36 135.9k 99 561.2M 0 0 99 556.2M 0 149.0k 1:04:15 1:03:41 00:34 136.8k 99 561.2M 0 0 99 556.3M 0 149.0k 1:04:15 1:03:42 00:33 134.8k 99 561.2M 0 0 99 556.5M 0 149.0k 1:04:16 1:03:43 00:33 130.7k 99 561.2M 0 0 99 556.6M 0 149.0k 1:04:16 1:03:45 00:31 121.1k 99 561.2M 0 0 99 556.8M 0 149.0k 1:04:16 1:03:46 00:30 115.4k 99 561.2M 0 0 99 556.9M 0 149.0k 1:04:16 1:03:47 00:29 112.4k 99 561.2M 0 0 99 557.0M 0 149.0k 1:04:17 1:03:48 00:29 119.1k 99 561.2M 0 0 99 557.2M 0 148.9k 1:04:17 1:03:49 00:28 120.5k 99 561.2M 0 0 99 557.3M 0 148.9k 1:04:17 1:03:50 00:27 118.8k 99 561.2M 0 0 99 557.5M 0 148.9k 1:04:17 1:03:52 00:25 121.0k 99 561.2M 0 0 99 557.7M 0 148.9k 1:04:17 1:03:53 00:24 130.8k 99 561.2M 0 0 99 557.9M 0 148.9k 1:04:17 1:03:54 00:23 133.7k 99 561.2M 0 0 99 558.1M 0 148.9k 1:04:17 1:03:56 00:21 139.0k 99 561.2M 0 0 99 558.2M 0 148.9k 1:04:17 1:03:57 00:20 142.8k 99 561.2M 0 0 99 558.4M 0 148.9k 1:04:17 1:03:58 00:19 145.5k 99 561.2M 0 0 99 558.6M 0 148.9k 1:04:17 1:03:59 00:18 145.7k 99 561.2M 0 0 99 558.8M 0 148.9k 1:04:17 1:04:01 00:16 159.1k 99 561.2M 0 0 99 559.0M 0 148.9k 1:04:17 1:04:02 00:15 156.7k 99 561.2M 0 0 99 559.1M 0 148.9k 1:04:17 1:04:03 00:14 150.5k 99 561.2M 0 0 99 559.3M 0 148.9k 1:04:18 1:04:04 00:14 146.1k 99 561.2M 0 0 99 559.5M 0 148.9k 1:04:17 1:04:05 00:12 148.0k 99 561.2M 0 0 99 559.6M 0 148.9k 1:04:17 1:04:07 00:10 135.3k 99 561.2M 0 0 99 559.8M 0 148.9k 1:04:18 1:04:08 00:10 123.2k 99 561.2M 0 0 99 559.9M 0 148.9k 1:04:18 1:04:09 00:09 127.9k 99 561.2M 0 0 99 560.0M 0 148.9k 1:04:19 1:04:10 00:09 126.2k 99 561.2M 0 0 99 560.2M 0 148.9k 1:04:18 1:04:11 00:07 125.1k 99 561.2M 0 0 99 560.4M 0 148.9k 1:04:18 1:04:12 00:06 131.7k 99 561.2M 0 0 99 560.6M 0 148.9k 1:04:18 1:04:14 00:04 153.8k 99 561.2M 0 0 99 560.9M 0 148.9k 1:04:17 1:04:15 00:02 174.1k 99 561.2M 0 0 99 561.1M 0 149.0k 1:04:17 1:04:16 00:01 200.2k* upload completely sent off: 588517281 bytes 100 561.2M 0 0 100 561.2M 0 148.9k 1:04:18 1:04:18 168.5k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: BOsfuTVrrHDxAz0ZVBBqqKIJ2gClOquAvJpoPNKqGuuCEl74ODYP1HbDJm3h6cq3gxLAkwBI7SI= < x-amz-request-id: 2P77MKNMKZEJ3DWN < Date: Fri, 01 May 2026 12:57:15 GMT < x-amz-server-side-encryption: AES256 < ETag: "f62f2d6db24444ffadcab9148a678402" < x-amz-checksum-crc64nvme: rRjZgHyJa/8= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 561.2M 0 0 100 561.2M 0 148.9k 1:04:18 1:04:18 168.5k 100 561.2M 0 0 100 561.2M 0 148.9k 1:04:18 1:04:18 168.5k 100 561.2M 0 0 100 561.2M 0 148.9k 1:04:18 1:04:18 168.5k * shutting down connection #0 took: 3905.49 seconds no out.png (QPSChart)! heaps: (131803192, 140295128, 137528283.6, 1982072.7423273053) [2026-05-01 10:01:38.297277] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-01 10:02:45.086033] took 66.8 sec /l/logs.nightly/2026.04.30.00.15.31/logs.tar.bz2: fixed index size 125221.99 MB /l/logs.nightly/2026.04.30.00.15.31/logs.tar.bz2: fixed index time 42593.2s, bytes 25526799676 (from log) [2026-05-01 10:03:26.708331] done: total time 1 day, 9:47:55.648546 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 + 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-01 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 23d400cabd8..b0900bd176f main -> origin/main Updating 23d400cabd8..b0900bd176f Fast-forward .../gradle/plugins/java/CodeProfilingPlugin.java | 11 ++++- lucene/CHANGES.txt | 14 ++++-- .../search/grouping/AllGroupsCollectorManager.java | 56 ++++++++++++++++++++++ .../apache/lucene/search/grouping/TopGroups.java | 27 ++++++----- .../search/grouping/TopGroupsCollectorManager.java | 4 +- .../search/grouping/BaseGroupSelectorTestCase.java | 8 +--- .../search/grouping/TestAllGroupsCollector.java | 32 ++++++++----- .../lucene/search/grouping/TestGrouping.java | 13 +++-- .../lucene/search/grouping/TestTopGroups.java | 12 +---- 9 files changed, 123 insertions(+), 54 deletions(-) create mode 100644 lucene/grouping/src/java/org/apache/lucene/search/grouping/AllGroupsCollectorManager.java Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-05-01.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-01.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 23d400cabd8e63d26d594ec94e866ef5e22d2a12 NOTE: logging all output to /l/logs.nightly/geo/2026.05.01.10.11.08.log.txt; saving results to /l/logs.nightly/geo/2026.05.01.10.11.08.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.8s: points, polyRussia: 1000000... 3.5s: points, polyRussia: 2000000... 4.9s: points, polyRussia: 3000000... 6.3s: points, polyRussia: 4000000... 7.6s: points, polyRussia: 5000000... 9.0s: points, polyRussia: 6000000... 10.3s: points, polyRussia: 7000000... 11.7s: points, polyRussia: 8000000... 13.1s: points, polyRussia: 9000000... 14.4s: points, polyRussia: 10000000... 21.8s: points, polyRussia: 11000000... 22.7s: points, polyRussia: 12000000... 24.0s: points, polyRussia: 13000000... 25.4s: points, polyRussia: 14000000... 26.7s: points, polyRussia: 15000000... 28.1s: points, polyRussia: 16000000... 29.5s: points, polyRussia: 17000000... 30.8s: points, polyRussia: 18000000... 32.2s: points, polyRussia: 19000000... 33.5s: points, polyRussia: 20000000... 34.9s: points, polyRussia: 21000000... 42.1s: points, polyRussia: 22000000... 43.1s: points, polyRussia: 23000000... 44.4s: points, polyRussia: 24000000... 45.8s: points, polyRussia: 25000000... 47.1s: points, polyRussia: 26000000... 48.4s: points, polyRussia: 27000000... 49.8s: points, polyRussia: 28000000... 51.1s: points, polyRussia: 29000000... 52.5s: points, polyRussia: 30000000... 53.8s: points, polyRussia: 31000000... 55.1s: points, polyRussia: 32000000... 62.3s: points, polyRussia: 33000000... 63.7s: points, polyRussia: 34000000... 64.6s: points, polyRussia: 35000000... 65.9s: points, polyRussia: 36000000... 67.2s: points, polyRussia: 37000000... 68.6s: points, polyRussia: 38000000... 69.9s: points, polyRussia: 39000000... 71.2s: points, polyRussia: 40000000... 72.5s: points, polyRussia: 41000000... 73.9s: points, polyRussia: 42000000... 75.2s: points, polyRussia: 43000000... 82.4s: points, polyRussia: 44000000... 83.8s: points, polyRussia: 45000000... 84.7s: points, polyRussia: 46000000... 86.0s: points, polyRussia: 47000000... 87.3s: points, polyRussia: 48000000... 88.7s: points, polyRussia: 49000000... 90.0s: points, polyRussia: 50000000... 91.4s: points, polyRussia: 51000000... 92.7s: points, polyRussia: 52000000... 94.0s: points, polyRussia: 53000000... 95.4s: points, polyRussia: 54000000... 102.5s: points, polyRussia: 55000000... 103.9s: points, polyRussia: 56000000... 104.8s: points, polyRussia: 57000000... 106.1s: points, polyRussia: 58000000... 107.5s: points, polyRussia: 59000000... 108.8s: points, polyRussia: 60000000... 112.2s: points, polyRussia: 111.96839675 sec to index part 0 112.2s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 112.2s: points, polyRussia: READER MB: 0.0 112.2s: points, polyRussia: maxDoc=60844404 112.5s: points, polyRussia: ITER 0: 15.70 M hits/sec, 4.48 QPS (0.22 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.5s: points, polyRussia: ITER 1: 60.94 M hits/sec, 17.37 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.6s: points, polyRussia: ITER 2: 63.15 M hits/sec, 18.00 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 3: 63.60 M hits/sec, 18.13 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: *** 112.7s: points, polyRussia: ITER 4: 57.49 M hits/sec, 16.38 QPS (0.06 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: ITER 5: 64.18 M hits/sec, 18.29 QPS (0.05 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 6: 63.28 M hits/sec, 18.04 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 7: 62.65 M hits/sec, 17.86 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 8: 63.26 M hits/sec, 18.03 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 9: 64.68 M hits/sec, 18.43 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.0s: points, polyRussia: ITER 10: 65.54 M hits/sec, 18.68 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 11: 65.72 M hits/sec, 18.73 QPS (0.05 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 12: 64.84 M hits/sec, 18.48 QPS (0.05 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: ITER 13: 65.41 M hits/sec, 18.64 QPS (0.05 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 14: 64.46 M hits/sec, 18.37 QPS (0.05 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 15: 65.08 M hits/sec, 18.55 QPS (0.05 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 16: 64.23 M hits/sec, 18.30 QPS (0.05 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 17: 58.48 M hits/sec, 16.67 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 18: 64.74 M hits/sec, 18.45 QPS (0.05 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 19: 65.80 M hits/sec, 18.75 QPS (0.05 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: *** 113.5s: points, polyRussia: BEST M hits/sec: 65.79873531868088 113.5s: points, polyRussia: BEST QPS: 18.75224370595942 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|112.0s|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|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 115.3s: geo3d, polyRussia: 1000000... 117.3s: geo3d, polyRussia: 2000000... 119.0s: geo3d, polyRussia: 3000000... 120.6s: geo3d, polyRussia: 4000000... 122.2s: geo3d, polyRussia: 5000000... 123.9s: geo3d, polyRussia: 6000000... 125.5s: geo3d, polyRussia: 7000000... 127.1s: geo3d, polyRussia: 8000000... 128.8s: geo3d, polyRussia: 9000000... 130.4s: geo3d, polyRussia: 10000000... 139.3s: geo3d, polyRussia: 11000000... 140.4s: geo3d, polyRussia: 12000000... 142.0s: geo3d, polyRussia: 13000000... 143.7s: geo3d, polyRussia: 14000000... 145.3s: geo3d, polyRussia: 15000000... 147.0s: geo3d, polyRussia: 16000000... 148.7s: geo3d, polyRussia: 17000000... 150.3s: geo3d, polyRussia: 18000000... 151.9s: geo3d, polyRussia: 19000000... 153.6s: geo3d, polyRussia: 20000000... 155.2s: geo3d, polyRussia: 21000000... 164.2s: geo3d, polyRussia: 22000000... 165.2s: geo3d, polyRussia: 23000000... 166.8s: geo3d, polyRussia: 24000000... 168.5s: geo3d, polyRussia: 25000000... 170.1s: geo3d, polyRussia: 26000000... 171.8s: geo3d, polyRussia: 27000000... 173.4s: geo3d, polyRussia: 28000000... 175.0s: geo3d, polyRussia: 29000000... 176.7s: geo3d, polyRussia: 30000000... 178.3s: geo3d, polyRussia: 31000000... 179.9s: geo3d, polyRussia: 32000000... 188.9s: geo3d, polyRussia: 33000000... 190.6s: geo3d, polyRussia: 34000000... 191.6s: geo3d, polyRussia: 35000000... 193.2s: geo3d, polyRussia: 36000000... 194.9s: geo3d, polyRussia: 37000000... 196.5s: geo3d, polyRussia: 38000000... 198.1s: geo3d, polyRussia: 39000000... 199.7s: geo3d, polyRussia: 40000000... 201.3s: geo3d, polyRussia: 41000000... 203.0s: geo3d, polyRussia: 42000000... 204.6s: geo3d, polyRussia: 43000000... 213.5s: geo3d, polyRussia: 44000000... 215.2s: geo3d, polyRussia: 45000000... 216.2s: geo3d, polyRussia: 46000000... 217.8s: geo3d, polyRussia: 47000000... 219.5s: geo3d, polyRussia: 48000000... 221.1s: geo3d, polyRussia: 49000000... 222.8s: geo3d, polyRussia: 50000000... 224.4s: geo3d, polyRussia: 51000000... 226.0s: geo3d, polyRussia: 52000000... 227.7s: geo3d, polyRussia: 53000000... 229.3s: geo3d, polyRussia: 54000000... 238.2s: geo3d, polyRussia: 55000000... 239.9s: geo3d, polyRussia: 56000000... 240.9s: geo3d, polyRussia: 57000000... 242.6s: geo3d, polyRussia: 58000000... 244.2s: geo3d, polyRussia: 59000000... 245.8s: geo3d, polyRussia: 60000000... 249.6s: geo3d, polyRussia: 136.044365963 sec to index part 0 249.7s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.7s: geo3d, polyRussia: READER MB: 0.0 249.7s: geo3d, polyRussia: maxDoc=60844404 251.2s: geo3d, polyRussia: ITER 0: 2.29 M hits/sec, 0.65 QPS (1.53 sec for 1 queries), totHits=3508671 251.2s: geo3d, polyRussia: *** 252.4s: geo3d, polyRussia: ITER 1: 3.05 M hits/sec, 0.87 QPS (1.15 sec for 1 queries), totHits=3508671 252.4s: geo3d, polyRussia: *** 253.4s: geo3d, polyRussia: ITER 2: 3.39 M hits/sec, 0.97 QPS (1.04 sec for 1 queries), totHits=3508671 253.4s: geo3d, polyRussia: *** 254.4s: geo3d, polyRussia: ITER 3: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 254.4s: geo3d, polyRussia: *** 255.3s: geo3d, polyRussia: ITER 4: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 255.3s: geo3d, polyRussia: *** 256.3s: geo3d, polyRussia: ITER 5: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 257.3s: geo3d, polyRussia: ITER 6: 3.64 M hits/sec, 1.04 QPS (0.97 sec for 1 queries), totHits=3508671 257.3s: geo3d, polyRussia: *** 258.3s: geo3d, polyRussia: ITER 7: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 259.3s: geo3d, polyRussia: ITER 8: 3.49 M hits/sec, 1.00 QPS (1.01 sec for 1 queries), totHits=3508671 260.3s: geo3d, polyRussia: ITER 9: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.2s: geo3d, polyRussia: ITER 10: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: ITER 11: 3.66 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: *** 263.2s: geo3d, polyRussia: ITER 12: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 264.2s: geo3d, polyRussia: ITER 13: 3.48 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 265.1s: geo3d, polyRussia: ITER 14: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 266.1s: geo3d, polyRussia: ITER 15: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 267.1s: geo3d, polyRussia: ITER 16: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 268.1s: geo3d, polyRussia: ITER 17: 3.67 M hits/sec, 1.05 QPS (0.96 sec for 1 queries), totHits=3508671 268.1s: geo3d, polyRussia: *** 269.0s: geo3d, polyRussia: ITER 18: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: ITER 19: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: BEST M hits/sec: 3.669897260404752 270.0s: geo3d, polyRussia: BEST QPS: 1.0459508059902887 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 271.9s: shapes, polyRussia: 1000000... 274.2s: shapes, polyRussia: 2000000... 276.2s: shapes, polyRussia: 3000000... 278.2s: shapes, polyRussia: 4000000... 280.1s: shapes, polyRussia: 5000000... 282.0s: shapes, polyRussia: 6000000... 284.0s: shapes, polyRussia: 7000000... 285.9s: shapes, polyRussia: 8000000... 287.9s: shapes, polyRussia: 9000000... 289.8s: shapes, polyRussia: 10000000... 301.4s: shapes, polyRussia: 11000000... 302.6s: shapes, polyRussia: 12000000... 304.5s: shapes, polyRussia: 13000000... 306.5s: shapes, polyRussia: 14000000... 308.4s: shapes, polyRussia: 15000000... 310.4s: shapes, polyRussia: 16000000... 312.4s: shapes, polyRussia: 17000000... 314.3s: shapes, polyRussia: 18000000... 316.3s: shapes, polyRussia: 19000000... 318.2s: shapes, polyRussia: 20000000... 320.1s: shapes, polyRussia: 21000000... 331.8s: shapes, polyRussia: 22000000... 333.0s: shapes, polyRussia: 23000000... 334.9s: shapes, polyRussia: 24000000... 336.9s: shapes, polyRussia: 25000000... 338.9s: shapes, polyRussia: 26000000... 340.8s: shapes, polyRussia: 27000000... 342.7s: shapes, polyRussia: 28000000... 344.7s: shapes, polyRussia: 29000000... 346.6s: shapes, polyRussia: 30000000... 348.5s: shapes, polyRussia: 31000000... 350.4s: shapes, polyRussia: 32000000... 362.1s: shapes, polyRussia: 33000000... 364.0s: shapes, polyRussia: 34000000... 365.2s: shapes, polyRussia: 35000000... 367.1s: shapes, polyRussia: 36000000... 369.0s: shapes, polyRussia: 37000000... 371.0s: shapes, polyRussia: 38000000... 372.9s: shapes, polyRussia: 39000000... 374.8s: shapes, polyRussia: 40000000... 376.7s: shapes, polyRussia: 41000000... 378.7s: shapes, polyRussia: 42000000... 380.6s: shapes, polyRussia: 43000000... 392.2s: shapes, polyRussia: 44000000... 394.1s: shapes, polyRussia: 45000000... 395.3s: shapes, polyRussia: 46000000... 397.2s: shapes, polyRussia: 47000000... 399.1s: shapes, polyRussia: 48000000... 401.1s: shapes, polyRussia: 49000000... 403.1s: shapes, polyRussia: 50000000... 405.0s: shapes, polyRussia: 51000000... 407.0s: shapes, polyRussia: 52000000... 408.9s: shapes, polyRussia: 53000000... 410.8s: shapes, polyRussia: 54000000... 422.4s: shapes, polyRussia: 55000000... 424.4s: shapes, polyRussia: 56000000... 425.5s: shapes, polyRussia: 57000000... 427.5s: shapes, polyRussia: 58000000... 429.5s: shapes, polyRussia: 59000000... 431.4s: shapes, polyRussia: 60000000... 436.5s: shapes, polyRussia: 166.40496222 sec to index part 0 436.5s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.5s: shapes, polyRussia: READER MB: 0.0 436.5s: shapes, polyRussia: maxDoc=60844404 436.7s: shapes, polyRussia: ITER 0: 17.79 M hits/sec, 5.07 QPS (0.20 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: *** 436.8s: shapes, polyRussia: ITER 1: 41.11 M hits/sec, 11.72 QPS (0.09 sec for 1 queries), totHits=3508846 436.8s: shapes, polyRussia: *** 436.9s: shapes, polyRussia: ITER 2: 43.04 M hits/sec, 12.27 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: *** 437.0s: shapes, polyRussia: ITER 3: 44.43 M hits/sec, 12.66 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 4: 46.67 M hits/sec, 13.30 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: *** 437.1s: shapes, polyRussia: ITER 5: 46.77 M hits/sec, 13.33 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: *** 437.2s: shapes, polyRussia: ITER 6: 46.16 M hits/sec, 13.15 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: ITER 7: 46.00 M hits/sec, 13.11 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 8: 41.07 M hits/sec, 11.71 QPS (0.09 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 9: 47.43 M hits/sec, 13.52 QPS (0.07 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: *** 437.5s: shapes, polyRussia: ITER 10: 48.13 M hits/sec, 13.72 QPS (0.07 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: *** 437.6s: shapes, polyRussia: ITER 11: 47.21 M hits/sec, 13.45 QPS (0.07 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 12: 47.26 M hits/sec, 13.47 QPS (0.07 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: ITER 13: 48.12 M hits/sec, 13.71 QPS (0.07 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: ITER 14: 47.58 M hits/sec, 13.56 QPS (0.07 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 15: 48.09 M hits/sec, 13.70 QPS (0.07 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 16: 47.36 M hits/sec, 13.50 QPS (0.07 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 17: 47.25 M hits/sec, 13.47 QPS (0.07 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: ITER 18: 48.02 M hits/sec, 13.69 QPS (0.07 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: ITER 19: 48.40 M hits/sec, 13.79 QPS (0.07 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: *** 438.2s: shapes, polyRussia: BEST M hits/sec: 48.39670366052927 438.2s: shapes, polyRussia: BEST QPS: 13.792769377889275 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|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.4s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.4s: points, polyMedium: READER MB: 0.0 438.4s: points, polyMedium: maxDoc=60844404 439.0s: points, polyMedium: ITER 0: 6.90 M hits/sec, 84.56 QPS (0.39 sec for 33 queries), totHits=2693559 439.0s: points, polyMedium: *** 439.2s: points, polyMedium: ITER 1: 15.72 M hits/sec, 192.56 QPS (0.17 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: *** 439.3s: points, polyMedium: ITER 2: 16.81 M hits/sec, 205.94 QPS (0.16 sec for 33 queries), totHits=2693559 439.3s: points, polyMedium: *** 439.5s: points, polyMedium: ITER 3: 16.72 M hits/sec, 204.80 QPS (0.16 sec for 33 queries), totHits=2693559 439.6s: points, polyMedium: ITER 4: 16.23 M hits/sec, 198.80 QPS (0.17 sec for 33 queries), totHits=2693559 439.8s: points, polyMedium: ITER 5: 16.83 M hits/sec, 206.19 QPS (0.16 sec for 33 queries), totHits=2693559 439.8s: points, polyMedium: *** 440.0s: points, polyMedium: ITER 6: 16.85 M hits/sec, 206.48 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: *** 440.1s: points, polyMedium: ITER 7: 16.78 M hits/sec, 205.55 QPS (0.16 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: ITER 8: 16.84 M hits/sec, 206.29 QPS (0.16 sec for 33 queries), totHits=2693559 440.4s: points, polyMedium: ITER 9: 16.86 M hits/sec, 206.54 QPS (0.16 sec for 33 queries), totHits=2693559 440.4s: points, polyMedium: *** 440.6s: points, polyMedium: ITER 10: 16.84 M hits/sec, 206.27 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 11: 16.88 M hits/sec, 206.77 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: *** 440.9s: points, polyMedium: ITER 12: 16.89 M hits/sec, 206.95 QPS (0.16 sec for 33 queries), totHits=2693559 440.9s: points, polyMedium: *** 441.1s: points, polyMedium: ITER 13: 16.88 M hits/sec, 206.78 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 14: 16.96 M hits/sec, 207.75 QPS (0.16 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: *** 441.4s: points, polyMedium: ITER 15: 16.98 M hits/sec, 207.98 QPS (0.16 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: *** 441.6s: points, polyMedium: ITER 16: 16.25 M hits/sec, 199.04 QPS (0.17 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: ITER 17: 16.89 M hits/sec, 206.92 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 18: 16.83 M hits/sec, 206.15 QPS (0.16 sec for 33 queries), totHits=2693559 442.1s: points, polyMedium: ITER 19: 16.73 M hits/sec, 204.93 QPS (0.16 sec for 33 queries), totHits=2693559 442.1s: points, polyMedium: BEST M hits/sec: 16.976178232517483 442.1s: points, polyMedium: BEST QPS: 207.98277731175628 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|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.3s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 442.3s: geo3d, polyMedium: READER MB: 0.0 442.3s: geo3d, polyMedium: maxDoc=60844404 444.0s: geo3d, polyMedium: ITER 0: 1.65 M hits/sec, 20.16 QPS (1.64 sec for 33 queries), totHits=2693541 444.0s: geo3d, polyMedium: *** 445.1s: geo3d, polyMedium: ITER 1: 2.55 M hits/sec, 31.28 QPS (1.05 sec for 33 queries), totHits=2693541 445.1s: geo3d, polyMedium: *** 446.2s: geo3d, polyMedium: ITER 2: 2.54 M hits/sec, 31.14 QPS (1.06 sec for 33 queries), totHits=2693541 447.2s: geo3d, polyMedium: ITER 3: 2.55 M hits/sec, 31.26 QPS (1.06 sec for 33 queries), totHits=2693541 448.3s: geo3d, polyMedium: ITER 4: 2.49 M hits/sec, 30.50 QPS (1.08 sec for 33 queries), totHits=2693541 449.4s: geo3d, polyMedium: ITER 5: 2.49 M hits/sec, 30.53 QPS (1.08 sec for 33 queries), totHits=2693541 450.5s: geo3d, polyMedium: ITER 6: 2.45 M hits/sec, 30.06 QPS (1.10 sec for 33 queries), totHits=2693541 451.6s: geo3d, polyMedium: ITER 7: 2.43 M hits/sec, 29.72 QPS (1.11 sec for 33 queries), totHits=2693541 452.7s: geo3d, polyMedium: ITER 8: 2.45 M hits/sec, 30.00 QPS (1.10 sec for 33 queries), totHits=2693541 453.8s: geo3d, polyMedium: ITER 9: 2.48 M hits/sec, 30.34 QPS (1.09 sec for 33 queries), totHits=2693541 454.9s: geo3d, polyMedium: ITER 10: 2.46 M hits/sec, 30.09 QPS (1.10 sec for 33 queries), totHits=2693541 456.0s: geo3d, polyMedium: ITER 11: 2.36 M hits/sec, 28.92 QPS (1.14 sec for 33 queries), totHits=2693541 457.1s: geo3d, polyMedium: ITER 12: 2.38 M hits/sec, 29.21 QPS (1.13 sec for 33 queries), totHits=2693541 458.2s: geo3d, polyMedium: ITER 13: 2.50 M hits/sec, 30.66 QPS (1.08 sec for 33 queries), totHits=2693541 459.3s: geo3d, polyMedium: ITER 14: 2.49 M hits/sec, 30.47 QPS (1.08 sec for 33 queries), totHits=2693541 460.4s: geo3d, polyMedium: ITER 15: 2.50 M hits/sec, 30.66 QPS (1.08 sec for 33 queries), totHits=2693541 461.5s: geo3d, polyMedium: ITER 16: 2.48 M hits/sec, 30.42 QPS (1.08 sec for 33 queries), totHits=2693541 462.5s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.78 QPS (1.07 sec for 33 queries), totHits=2693541 463.6s: geo3d, polyMedium: ITER 18: 2.45 M hits/sec, 30.00 QPS (1.10 sec for 33 queries), totHits=2693541 464.7s: geo3d, polyMedium: ITER 19: 2.48 M hits/sec, 30.42 QPS (1.08 sec for 33 queries), totHits=2693541 464.7s: geo3d, polyMedium: BEST M hits/sec: 2.553535505080943 464.7s: geo3d, polyMedium: BEST QPS: 31.284718393991813 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 465.0s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 465.0s: shapes, polyMedium: READER MB: 0.0 465.0s: shapes, polyMedium: maxDoc=60844404 465.7s: shapes, polyMedium: ITER 0: 5.04 M hits/sec, 61.72 QPS (0.53 sec for 33 queries), totHits=2693559 465.7s: shapes, polyMedium: *** 465.9s: shapes, polyMedium: ITER 1: 13.28 M hits/sec, 162.72 QPS (0.20 sec for 33 queries), totHits=2693559 465.9s: shapes, polyMedium: *** 466.1s: shapes, polyMedium: ITER 2: 13.58 M hits/sec, 166.35 QPS (0.20 sec for 33 queries), totHits=2693559 466.1s: shapes, polyMedium: *** 466.3s: shapes, polyMedium: ITER 3: 13.22 M hits/sec, 161.92 QPS (0.20 sec for 33 queries), totHits=2693559 466.5s: shapes, polyMedium: ITER 4: 13.14 M hits/sec, 160.93 QPS (0.21 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: ITER 5: 13.66 M hits/sec, 167.41 QPS (0.20 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: *** 466.9s: shapes, polyMedium: ITER 6: 13.71 M hits/sec, 168.01 QPS (0.20 sec for 33 queries), totHits=2693559 466.9s: shapes, polyMedium: *** 467.1s: shapes, polyMedium: ITER 7: 13.69 M hits/sec, 167.67 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 8: 13.45 M hits/sec, 164.82 QPS (0.20 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: ITER 9: 13.47 M hits/sec, 165.08 QPS (0.20 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: ITER 10: 13.60 M hits/sec, 166.59 QPS (0.20 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 11: 13.71 M hits/sec, 167.98 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: ITER 12: 13.61 M hits/sec, 166.69 QPS (0.20 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: ITER 13: 13.65 M hits/sec, 167.28 QPS (0.20 sec for 33 queries), totHits=2693559 468.5s: shapes, polyMedium: ITER 14: 13.63 M hits/sec, 166.97 QPS (0.20 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 15: 13.55 M hits/sec, 165.97 QPS (0.20 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: ITER 16: 13.41 M hits/sec, 164.33 QPS (0.20 sec for 33 queries), totHits=2693559 469.1s: shapes, polyMedium: ITER 17: 13.31 M hits/sec, 163.02 QPS (0.20 sec for 33 queries), totHits=2693559 469.3s: shapes, polyMedium: ITER 18: 13.56 M hits/sec, 166.17 QPS (0.20 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: ITER 19: 13.39 M hits/sec, 164.08 QPS (0.20 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: BEST M hits/sec: 13.713452787830935 469.5s: shapes, polyMedium: BEST QPS: 168.00966379367256 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|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.7s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 469.7s: points, poly 10: READER MB: 0.0 469.7s: points, poly 10: maxDoc=60844404 471.7s: points, poly 10: ITER 0: 180.90 M hits/sec, 114.39 QPS (1.97 sec for 225 queries), totHits=355809475 471.7s: points, poly 10: *** 473.4s: points, poly 10: ITER 1: 210.72 M hits/sec, 133.25 QPS (1.69 sec for 225 queries), totHits=355809475 473.4s: points, poly 10: *** 474.6s: points, poly 10: ITER 2: 283.64 M hits/sec, 179.36 QPS (1.25 sec for 225 queries), totHits=355809475 474.6s: points, poly 10: *** 475.9s: points, poly 10: ITER 3: 276.25 M hits/sec, 174.69 QPS (1.29 sec for 225 queries), totHits=355809475 477.2s: points, poly 10: ITER 4: 278.51 M hits/sec, 176.12 QPS (1.28 sec for 225 queries), totHits=355809475 478.5s: points, poly 10: ITER 5: 286.67 M hits/sec, 181.28 QPS (1.24 sec for 225 queries), totHits=355809475 478.5s: points, poly 10: *** 479.7s: points, poly 10: ITER 6: 289.02 M hits/sec, 182.77 QPS (1.23 sec for 225 queries), totHits=355809475 479.7s: points, poly 10: *** 480.9s: points, poly 10: ITER 7: 290.49 M hits/sec, 183.69 QPS (1.22 sec for 225 queries), totHits=355809475 480.9s: points, poly 10: *** 482.1s: points, poly 10: ITER 8: 288.35 M hits/sec, 182.34 QPS (1.23 sec for 225 queries), totHits=355809475 483.4s: points, poly 10: ITER 9: 288.18 M hits/sec, 182.23 QPS (1.23 sec for 225 queries), totHits=355809475 484.6s: points, poly 10: ITER 10: 289.72 M hits/sec, 183.21 QPS (1.23 sec for 225 queries), totHits=355809475 485.9s: points, poly 10: ITER 11: 285.28 M hits/sec, 180.40 QPS (1.25 sec for 225 queries), totHits=355809475 487.1s: points, poly 10: ITER 12: 286.38 M hits/sec, 181.10 QPS (1.24 sec for 225 queries), totHits=355809475 488.3s: points, poly 10: ITER 13: 286.72 M hits/sec, 181.31 QPS (1.24 sec for 225 queries), totHits=355809475 489.6s: points, poly 10: ITER 14: 286.27 M hits/sec, 181.03 QPS (1.24 sec for 225 queries), totHits=355809475 490.8s: points, poly 10: ITER 15: 289.62 M hits/sec, 183.15 QPS (1.23 sec for 225 queries), totHits=355809475 492.1s: points, poly 10: ITER 16: 285.34 M hits/sec, 180.44 QPS (1.25 sec for 225 queries), totHits=355809475 493.3s: points, poly 10: ITER 17: 283.39 M hits/sec, 179.21 QPS (1.26 sec for 225 queries), totHits=355809475 494.6s: points, poly 10: ITER 18: 284.21 M hits/sec, 179.72 QPS (1.25 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: ITER 19: 286.27 M hits/sec, 181.03 QPS (1.24 sec for 225 queries), totHits=355809475 495.8s: points, poly 10: BEST M hits/sec: 290.4858612813383 495.8s: points, poly 10: BEST QPS: 183.69190080815335 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|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.1s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 496.1s: geo3d, poly 10: READER MB: 0.0 496.1s: geo3d, poly 10: maxDoc=60844404 498.0s: geo3d, poly 10: ITER 0: 190.57 M hits/sec, 120.50 QPS (1.87 sec for 225 queries), totHits=355855227 498.0s: geo3d, poly 10: *** 499.5s: geo3d, poly 10: ITER 1: 233.19 M hits/sec, 147.44 QPS (1.53 sec for 225 queries), totHits=355855227 499.5s: geo3d, poly 10: *** 501.0s: geo3d, poly 10: ITER 2: 234.79 M hits/sec, 148.45 QPS (1.52 sec for 225 queries), totHits=355855227 501.0s: geo3d, poly 10: *** 502.5s: geo3d, poly 10: ITER 3: 229.20 M hits/sec, 144.92 QPS (1.55 sec for 225 queries), totHits=355855227 504.0s: geo3d, poly 10: ITER 4: 243.51 M hits/sec, 153.97 QPS (1.46 sec for 225 queries), totHits=355855227 504.0s: geo3d, poly 10: *** 505.4s: geo3d, poly 10: ITER 5: 247.20 M hits/sec, 156.30 QPS (1.44 sec for 225 queries), totHits=355855227 505.4s: geo3d, poly 10: *** 506.9s: geo3d, poly 10: ITER 6: 249.17 M hits/sec, 157.54 QPS (1.43 sec for 225 queries), totHits=355855227 506.9s: geo3d, poly 10: *** 508.3s: geo3d, poly 10: ITER 7: 247.02 M hits/sec, 156.19 QPS (1.44 sec for 225 queries), totHits=355855227 509.7s: geo3d, poly 10: ITER 8: 248.84 M hits/sec, 157.33 QPS (1.43 sec for 225 queries), totHits=355855227 511.2s: geo3d, poly 10: ITER 9: 248.89 M hits/sec, 157.37 QPS (1.43 sec for 225 queries), totHits=355855227 512.6s: geo3d, poly 10: ITER 10: 244.27 M hits/sec, 154.45 QPS (1.46 sec for 225 queries), totHits=355855227 514.1s: geo3d, poly 10: ITER 11: 251.01 M hits/sec, 158.71 QPS (1.42 sec for 225 queries), totHits=355855227 514.1s: geo3d, poly 10: *** 515.5s: geo3d, poly 10: ITER 12: 249.40 M hits/sec, 157.69 QPS (1.43 sec for 225 queries), totHits=355855227 516.9s: geo3d, poly 10: ITER 13: 244.17 M hits/sec, 154.39 QPS (1.46 sec for 225 queries), totHits=355855227 518.4s: geo3d, poly 10: ITER 14: 244.42 M hits/sec, 154.54 QPS (1.46 sec for 225 queries), totHits=355855227 519.8s: geo3d, poly 10: ITER 15: 245.25 M hits/sec, 155.07 QPS (1.45 sec for 225 queries), totHits=355855227 521.3s: geo3d, poly 10: ITER 16: 243.55 M hits/sec, 153.99 QPS (1.46 sec for 225 queries), totHits=355855227 522.8s: geo3d, poly 10: ITER 17: 243.01 M hits/sec, 153.65 QPS (1.46 sec for 225 queries), totHits=355855227 524.2s: geo3d, poly 10: ITER 18: 243.31 M hits/sec, 153.84 QPS (1.46 sec for 225 queries), totHits=355855227 525.7s: geo3d, poly 10: ITER 19: 243.42 M hits/sec, 153.91 QPS (1.46 sec for 225 queries), totHits=355855227 525.7s: geo3d, poly 10: BEST M hits/sec: 251.01161963297756 525.7s: geo3d, poly 10: BEST QPS: 158.70952604391545 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|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.0s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.0s: shapes, poly 10: READER MB: 0.0 526.0s: shapes, poly 10: maxDoc=60844404 528.2s: shapes, poly 10: ITER 0: 163.49 M hits/sec, 103.39 QPS (2.18 sec for 225 queries), totHits=355809475 528.2s: shapes, poly 10: *** 530.0s: shapes, poly 10: ITER 1: 192.15 M hits/sec, 121.51 QPS (1.85 sec for 225 queries), totHits=355809475 530.0s: shapes, poly 10: *** 531.9s: shapes, poly 10: ITER 2: 185.45 M hits/sec, 117.27 QPS (1.92 sec for 225 queries), totHits=355809475 533.8s: shapes, poly 10: ITER 3: 191.48 M hits/sec, 121.08 QPS (1.86 sec for 225 queries), totHits=355809475 535.6s: shapes, poly 10: ITER 4: 193.48 M hits/sec, 122.35 QPS (1.84 sec for 225 queries), totHits=355809475 535.6s: shapes, poly 10: *** 537.5s: shapes, poly 10: ITER 5: 193.94 M hits/sec, 122.64 QPS (1.83 sec for 225 queries), totHits=355809475 537.5s: shapes, poly 10: *** 539.3s: shapes, poly 10: ITER 6: 192.10 M hits/sec, 121.48 QPS (1.85 sec for 225 queries), totHits=355809475 541.2s: shapes, poly 10: ITER 7: 193.10 M hits/sec, 122.11 QPS (1.84 sec for 225 queries), totHits=355809475 543.0s: shapes, poly 10: ITER 8: 193.56 M hits/sec, 122.40 QPS (1.84 sec for 225 queries), totHits=355809475 544.8s: shapes, poly 10: ITER 9: 193.85 M hits/sec, 122.58 QPS (1.84 sec for 225 queries), totHits=355809475 546.7s: shapes, poly 10: ITER 10: 193.66 M hits/sec, 122.47 QPS (1.84 sec for 225 queries), totHits=355809475 548.5s: shapes, poly 10: ITER 11: 194.89 M hits/sec, 123.24 QPS (1.83 sec for 225 queries), totHits=355809475 548.5s: shapes, poly 10: *** 550.3s: shapes, poly 10: ITER 12: 193.15 M hits/sec, 122.14 QPS (1.84 sec for 225 queries), totHits=355809475 552.2s: shapes, poly 10: ITER 13: 190.33 M hits/sec, 120.36 QPS (1.87 sec for 225 queries), totHits=355809475 554.0s: shapes, poly 10: ITER 14: 193.41 M hits/sec, 122.31 QPS (1.84 sec for 225 queries), totHits=355809475 555.9s: shapes, poly 10: ITER 15: 193.69 M hits/sec, 122.48 QPS (1.84 sec for 225 queries), totHits=355809475 557.8s: shapes, poly 10: ITER 16: 189.68 M hits/sec, 119.94 QPS (1.88 sec for 225 queries), totHits=355809475 559.6s: shapes, poly 10: ITER 17: 192.81 M hits/sec, 121.92 QPS (1.85 sec for 225 queries), totHits=355809475 561.4s: shapes, poly 10: ITER 18: 194.27 M hits/sec, 122.85 QPS (1.83 sec for 225 queries), totHits=355809475 563.3s: shapes, poly 10: ITER 19: 192.83 M hits/sec, 121.94 QPS (1.85 sec for 225 queries), totHits=355809475 563.3s: shapes, poly 10: BEST M hits/sec: 194.89011432154527 563.3s: shapes, poly 10: BEST QPS: 123.24088818137201 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 563.5s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 563.5s: points, nearest 10: READER MB: 0.0 563.5s: points, nearest 10: maxDoc=60844404 563.7s: points, nearest 10: ITER 0: 1393.29 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.7s: points, nearest 10: *** 563.8s: points, nearest 10: ITER 1: 2886.86 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.8s: points, nearest 10: *** 563.9s: points, nearest 10: ITER 2: 3021.54 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.9s: points, nearest 10: *** 563.9s: points, nearest 10: ITER 3: 3032.66 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 563.9s: points, nearest 10: *** 564.0s: points, nearest 10: ITER 4: 3116.41 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.0s: points, nearest 10: *** 564.1s: points, nearest 10: ITER 5: 3129.72 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.1s: points, nearest 10: *** 564.1s: points, nearest 10: ITER 6: 3151.83 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.1s: points, nearest 10: *** 564.2s: points, nearest 10: ITER 7: 2844.14 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.3s: points, nearest 10: ITER 8: 3277.31 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.3s: points, nearest 10: *** 564.4s: points, nearest 10: ITER 9: 3275.82 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: ITER 10: 3294.89 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: *** 564.5s: points, nearest 10: ITER 11: 3298.45 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: *** 564.6s: points, nearest 10: ITER 12: 3294.31 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.6s: points, nearest 10: ITER 13: 3308.20 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.6s: points, nearest 10: *** 564.7s: points, nearest 10: ITER 14: 3302.55 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: ITER 15: 3123.75 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: ITER 16: 3305.83 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.9s: points, nearest 10: ITER 17: 3302.90 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.0s: points, nearest 10: ITER 18: 3300.65 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: ITER 19: 3300.92 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: BEST M hits/sec: 0.03308201879358611 565.1s: points, nearest 10: BEST QPS: 3308.201879358611 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 566.7s: points, sort: 1000000... 568.6s: points, sort: 2000000... 570.0s: points, sort: 3000000... 571.5s: points, sort: 4000000... 572.9s: points, sort: 5000000... 574.3s: points, sort: 6000000... 575.7s: points, sort: 7000000... 577.1s: points, sort: 8000000... 578.5s: points, sort: 9000000... 580.0s: points, sort: 10000000... 587.6s: points, sort: 11000000... 588.5s: points, sort: 12000000... 589.9s: points, sort: 13000000... 591.4s: points, sort: 14000000... 592.8s: points, sort: 15000000... 594.2s: points, sort: 16000000... 595.6s: points, sort: 17000000... 597.1s: points, sort: 18000000... 598.5s: points, sort: 19000000... 599.9s: points, sort: 20000000... 601.3s: points, sort: 21000000... 608.8s: points, sort: 22000000... 609.7s: points, sort: 23000000... 611.1s: points, sort: 24000000... 612.6s: points, sort: 25000000... 614.0s: points, sort: 26000000... 615.4s: points, sort: 27000000... 616.8s: points, sort: 28000000... 618.3s: points, sort: 29000000... 619.7s: points, sort: 30000000... 621.1s: points, sort: 31000000... 622.4s: points, sort: 32000000... 630.0s: points, sort: 33000000... 631.4s: points, sort: 34000000... 632.3s: points, sort: 35000000... 633.7s: points, sort: 36000000... 635.1s: points, sort: 37000000... 636.5s: points, sort: 38000000... 637.8s: points, sort: 39000000... 639.2s: points, sort: 40000000... 640.6s: points, sort: 41000000... 642.0s: points, sort: 42000000... 643.4s: points, sort: 43000000... 650.9s: points, sort: 44000000... 652.3s: points, sort: 45000000... 653.2s: points, sort: 46000000... 654.6s: points, sort: 47000000... 656.0s: points, sort: 48000000... 657.4s: points, sort: 49000000... 658.9s: points, sort: 50000000... 660.3s: points, sort: 51000000... 661.6s: points, sort: 52000000... 663.0s: points, sort: 53000000... 664.4s: points, sort: 54000000... 671.9s: points, sort: 55000000... 673.3s: points, sort: 56000000... 674.2s: points, sort: 57000000... 675.7s: points, sort: 58000000... 677.0s: points, sort: 59000000... 678.4s: points, sort: 60000000... 682.2s: points, sort: 117.062105479 sec to index part 0 682.2s: points, sort: INDEX SIZE: 0.9472499107941985 GB 682.2s: points, sort: READER MB: 0.0 682.2s: points, sort: maxDoc=60844404 684.7s: points, sort: ITER 0: 126.64 M hits/sec, 128.86 QPS (1.75 sec for 225 queries), totHits=221118844 684.7s: points, sort: *** 686.9s: points, sort: ITER 1: 142.97 M hits/sec, 145.48 QPS (1.55 sec for 225 queries), totHits=221118844 686.9s: points, sort: *** 689.1s: points, sort: ITER 2: 143.87 M hits/sec, 146.40 QPS (1.54 sec for 225 queries), totHits=221118844 689.1s: points, sort: *** 691.3s: points, sort: ITER 3: 145.78 M hits/sec, 148.34 QPS (1.52 sec for 225 queries), totHits=221118844 691.3s: points, sort: *** 693.4s: points, sort: ITER 4: 145.77 M hits/sec, 148.33 QPS (1.52 sec for 225 queries), totHits=221118844 695.6s: points, sort: ITER 5: 146.18 M hits/sec, 148.74 QPS (1.51 sec for 225 queries), totHits=221118844 695.6s: points, sort: *** 697.7s: points, sort: ITER 6: 147.14 M hits/sec, 149.72 QPS (1.50 sec for 225 queries), totHits=221118844 697.7s: points, sort: *** 699.9s: points, sort: ITER 7: 146.39 M hits/sec, 148.96 QPS (1.51 sec for 225 queries), totHits=221118844 702.1s: points, sort: ITER 8: 146.98 M hits/sec, 149.56 QPS (1.50 sec for 225 queries), totHits=221118844 704.2s: points, sort: ITER 9: 146.54 M hits/sec, 149.12 QPS (1.51 sec for 225 queries), totHits=221118844 706.4s: points, sort: ITER 10: 145.60 M hits/sec, 148.16 QPS (1.52 sec for 225 queries), totHits=221118844 708.6s: points, sort: ITER 11: 144.59 M hits/sec, 147.13 QPS (1.53 sec for 225 queries), totHits=221118844 710.8s: points, sort: ITER 12: 142.01 M hits/sec, 144.50 QPS (1.56 sec for 225 queries), totHits=221118844 713.1s: points, sort: ITER 13: 142.88 M hits/sec, 145.39 QPS (1.55 sec for 225 queries), totHits=221118844 715.3s: points, sort: ITER 14: 141.74 M hits/sec, 144.22 QPS (1.56 sec for 225 queries), totHits=221118844 717.5s: points, sort: ITER 15: 140.86 M hits/sec, 143.33 QPS (1.57 sec for 225 queries), totHits=221118844 719.8s: points, sort: ITER 16: 142.36 M hits/sec, 144.85 QPS (1.55 sec for 225 queries), totHits=221118844 722.0s: points, sort: ITER 17: 142.46 M hits/sec, 144.96 QPS (1.55 sec for 225 queries), totHits=221118844 724.3s: points, sort: ITER 18: 142.46 M hits/sec, 144.96 QPS (1.55 sec for 225 queries), totHits=221118844 726.4s: points, sort: ITER 19: 144.28 M hits/sec, 146.81 QPS (1.53 sec for 225 queries), totHits=221118844 726.4s: points, sort: BEST M hits/sec: 147.1396739940183 726.4s: points, sort: BEST QPS: 149.72232148904558 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 726.7s: points, distance: INDEX SIZE: 0.4939169967547059 GB 726.7s: points, distance: READER MB: 0.0 726.7s: points, distance: maxDoc=60844404 728.2s: points, distance: ITER 0: 249.78 M hits/sec, 146.75 QPS (1.53 sec for 225 queries), totHits=382961957 728.2s: points, distance: *** 729.5s: points, distance: ITER 1: 311.56 M hits/sec, 183.05 QPS (1.23 sec for 225 queries), totHits=382961957 729.5s: points, distance: *** 730.7s: points, distance: ITER 2: 317.30 M hits/sec, 186.42 QPS (1.21 sec for 225 queries), totHits=382961957 730.7s: points, distance: *** 731.9s: points, distance: ITER 3: 309.90 M hits/sec, 182.07 QPS (1.24 sec for 225 queries), totHits=382961957 733.1s: points, distance: ITER 4: 310.44 M hits/sec, 182.39 QPS (1.23 sec for 225 queries), totHits=382961957 734.3s: points, distance: ITER 5: 324.68 M hits/sec, 190.76 QPS (1.18 sec for 225 queries), totHits=382961957 734.3s: points, distance: *** 735.5s: points, distance: ITER 6: 322.51 M hits/sec, 189.48 QPS (1.19 sec for 225 queries), totHits=382961957 736.7s: points, distance: ITER 7: 325.89 M hits/sec, 191.47 QPS (1.18 sec for 225 queries), totHits=382961957 736.7s: points, distance: *** 737.8s: points, distance: ITER 8: 329.18 M hits/sec, 193.40 QPS (1.16 sec for 225 queries), totHits=382961957 737.8s: points, distance: *** 739.0s: points, distance: ITER 9: 325.24 M hits/sec, 191.09 QPS (1.18 sec for 225 queries), totHits=382961957 740.2s: points, distance: ITER 10: 323.72 M hits/sec, 190.19 QPS (1.18 sec for 225 queries), totHits=382961957 741.4s: points, distance: ITER 11: 327.89 M hits/sec, 192.64 QPS (1.17 sec for 225 queries), totHits=382961957 742.6s: points, distance: ITER 12: 321.80 M hits/sec, 189.07 QPS (1.19 sec for 225 queries), totHits=382961957 743.7s: points, distance: ITER 13: 329.71 M hits/sec, 193.72 QPS (1.16 sec for 225 queries), totHits=382961957 743.7s: points, distance: *** 744.9s: points, distance: ITER 14: 324.65 M hits/sec, 190.74 QPS (1.18 sec for 225 queries), totHits=382961957 746.1s: points, distance: ITER 15: 322.64 M hits/sec, 189.56 QPS (1.19 sec for 225 queries), totHits=382961957 747.3s: points, distance: ITER 16: 321.16 M hits/sec, 188.69 QPS (1.19 sec for 225 queries), totHits=382961957 748.5s: points, distance: ITER 17: 321.15 M hits/sec, 188.68 QPS (1.19 sec for 225 queries), totHits=382961957 749.7s: points, distance: ITER 18: 324.80 M hits/sec, 190.83 QPS (1.18 sec for 225 queries), totHits=382961957 750.8s: points, distance: ITER 19: 320.75 M hits/sec, 188.45 QPS (1.19 sec for 225 queries), totHits=382961957 750.8s: points, distance: BEST M hits/sec: 329.7148436280329 750.8s: points, distance: BEST QPS: 193.7159513113398 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 751.1s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 751.1s: geo3d, distance: READER MB: 0.0 751.1s: geo3d, distance: maxDoc=60844404 752.7s: geo3d, distance: ITER 0: 238.86 M hits/sec, 140.19 QPS (1.60 sec for 225 queries), totHits=383371904 752.7s: geo3d, distance: *** 754.0s: geo3d, distance: ITER 1: 299.45 M hits/sec, 175.74 QPS (1.28 sec for 225 queries), totHits=383371904 754.0s: geo3d, distance: *** 755.2s: geo3d, distance: ITER 2: 304.34 M hits/sec, 178.62 QPS (1.26 sec for 225 queries), totHits=383371904 755.2s: geo3d, distance: *** 756.5s: geo3d, distance: ITER 3: 299.43 M hits/sec, 175.74 QPS (1.28 sec for 225 queries), totHits=383371904 757.8s: geo3d, distance: ITER 4: 291.27 M hits/sec, 170.94 QPS (1.32 sec for 225 queries), totHits=383371904 759.1s: geo3d, distance: ITER 5: 307.81 M hits/sec, 180.65 QPS (1.25 sec for 225 queries), totHits=383371904 759.1s: geo3d, distance: *** 760.3s: geo3d, distance: ITER 6: 320.04 M hits/sec, 187.83 QPS (1.20 sec for 225 queries), totHits=383371904 760.3s: geo3d, distance: *** 761.5s: geo3d, distance: ITER 7: 317.54 M hits/sec, 186.36 QPS (1.21 sec for 225 queries), totHits=383371904 762.7s: geo3d, distance: ITER 8: 317.66 M hits/sec, 186.43 QPS (1.21 sec for 225 queries), totHits=383371904 763.9s: geo3d, distance: ITER 9: 318.57 M hits/sec, 186.97 QPS (1.20 sec for 225 queries), totHits=383371904 765.1s: geo3d, distance: ITER 10: 315.46 M hits/sec, 185.14 QPS (1.22 sec for 225 queries), totHits=383371904 766.3s: geo3d, distance: ITER 11: 321.00 M hits/sec, 188.39 QPS (1.19 sec for 225 queries), totHits=383371904 766.3s: geo3d, distance: *** 767.5s: geo3d, distance: ITER 12: 315.56 M hits/sec, 185.20 QPS (1.21 sec for 225 queries), totHits=383371904 768.7s: geo3d, distance: ITER 13: 317.22 M hits/sec, 186.17 QPS (1.21 sec for 225 queries), totHits=383371904 769.9s: geo3d, distance: ITER 14: 318.14 M hits/sec, 186.72 QPS (1.21 sec for 225 queries), totHits=383371904 771.2s: geo3d, distance: ITER 15: 315.80 M hits/sec, 185.34 QPS (1.21 sec for 225 queries), totHits=383371904 772.4s: geo3d, distance: ITER 16: 320.33 M hits/sec, 188.00 QPS (1.20 sec for 225 queries), totHits=383371904 773.6s: geo3d, distance: ITER 17: 317.17 M hits/sec, 186.15 QPS (1.21 sec for 225 queries), totHits=383371904 774.8s: geo3d, distance: ITER 18: 313.91 M hits/sec, 184.24 QPS (1.22 sec for 225 queries), totHits=383371904 776.0s: geo3d, distance: ITER 19: 315.50 M hits/sec, 185.17 QPS (1.22 sec for 225 queries), totHits=383371904 776.0s: geo3d, distance: BEST M hits/sec: 320.99739232967437 776.0s: geo3d, distance: BEST QPS: 188.39255699389162 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.00|188.39|383371904| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 776.3s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 776.3s: shapes, distance: READER MB: 0.0 776.3s: shapes, distance: maxDoc=60844404 778.6s: shapes, distance: ITER 0: 162.79 M hits/sec, 95.64 QPS (2.35 sec for 225 queries), totHits=382961957 778.6s: shapes, distance: *** 780.7s: shapes, distance: ITER 1: 184.29 M hits/sec, 108.27 QPS (2.08 sec for 225 queries), totHits=382961957 780.7s: shapes, distance: *** 782.4s: shapes, distance: ITER 2: 221.84 M hits/sec, 130.34 QPS (1.73 sec for 225 queries), totHits=382961957 782.4s: shapes, distance: *** 784.1s: shapes, distance: ITER 3: 221.22 M hits/sec, 129.97 QPS (1.73 sec for 225 queries), totHits=382961957 785.8s: shapes, distance: ITER 4: 225.97 M hits/sec, 132.76 QPS (1.69 sec for 225 queries), totHits=382961957 785.8s: shapes, distance: *** 787.5s: shapes, distance: ITER 5: 227.59 M hits/sec, 133.71 QPS (1.68 sec for 225 queries), totHits=382961957 787.5s: shapes, distance: *** 789.2s: shapes, distance: ITER 6: 225.97 M hits/sec, 132.76 QPS (1.69 sec for 225 queries), totHits=382961957 790.9s: shapes, distance: ITER 7: 224.49 M hits/sec, 131.89 QPS (1.71 sec for 225 queries), totHits=382961957 792.6s: shapes, distance: ITER 8: 224.80 M hits/sec, 132.07 QPS (1.70 sec for 225 queries), totHits=382961957 794.3s: shapes, distance: ITER 9: 225.20 M hits/sec, 132.31 QPS (1.70 sec for 225 queries), totHits=382961957 796.0s: shapes, distance: ITER 10: 225.95 M hits/sec, 132.75 QPS (1.69 sec for 225 queries), totHits=382961957 797.7s: shapes, distance: ITER 11: 221.74 M hits/sec, 130.28 QPS (1.73 sec for 225 queries), totHits=382961957 799.5s: shapes, distance: ITER 12: 222.06 M hits/sec, 130.46 QPS (1.72 sec for 225 queries), totHits=382961957 801.2s: shapes, distance: ITER 13: 227.36 M hits/sec, 133.58 QPS (1.68 sec for 225 queries), totHits=382961957 802.8s: shapes, distance: ITER 14: 227.82 M hits/sec, 133.85 QPS (1.68 sec for 225 queries), totHits=382961957 802.8s: shapes, distance: *** 804.5s: shapes, distance: ITER 15: 224.75 M hits/sec, 132.04 QPS (1.70 sec for 225 queries), totHits=382961957 806.3s: shapes, distance: ITER 16: 223.80 M hits/sec, 131.49 QPS (1.71 sec for 225 queries), totHits=382961957 808.0s: shapes, distance: ITER 17: 223.22 M hits/sec, 131.15 QPS (1.72 sec for 225 queries), totHits=382961957 809.7s: shapes, distance: ITER 18: 227.56 M hits/sec, 133.69 QPS (1.68 sec for 225 queries), totHits=382961957 811.4s: shapes, distance: ITER 19: 223.81 M hits/sec, 131.49 QPS (1.71 sec for 225 queries), totHits=382961957 811.4s: shapes, distance: BEST M hits/sec: 227.8236115184383 811.4s: shapes, distance: BEST QPS: 133.85223167649684 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.00|188.39|383371904| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|227.82|133.85|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 811.6s: points, box: INDEX SIZE: 0.4939169967547059 GB 811.6s: points, box: READER MB: 0.0 811.6s: points, box: maxDoc=60844404 812.5s: points, box: ITER 0: 251.65 M hits/sec, 256.06 QPS (0.88 sec for 225 queries), totHits=221118844 812.5s: points, box: *** 813.1s: points, box: ITER 1: 394.61 M hits/sec, 401.54 QPS (0.56 sec for 225 queries), totHits=221118844 813.1s: points, box: *** 813.6s: points, box: ITER 2: 384.97 M hits/sec, 391.72 QPS (0.57 sec for 225 queries), totHits=221118844 814.2s: points, box: ITER 3: 400.65 M hits/sec, 407.69 QPS (0.55 sec for 225 queries), totHits=221118844 814.2s: points, box: *** 814.7s: points, box: ITER 4: 407.14 M hits/sec, 414.29 QPS (0.54 sec for 225 queries), totHits=221118844 814.7s: points, box: *** 815.3s: points, box: ITER 5: 398.82 M hits/sec, 405.82 QPS (0.55 sec for 225 queries), totHits=221118844 815.8s: points, box: ITER 6: 411.41 M hits/sec, 418.64 QPS (0.54 sec for 225 queries), totHits=221118844 815.8s: points, box: *** 816.4s: points, box: ITER 7: 379.75 M hits/sec, 386.42 QPS (0.58 sec for 225 queries), totHits=221118844 816.9s: points, box: ITER 8: 402.38 M hits/sec, 409.44 QPS (0.55 sec for 225 queries), totHits=221118844 817.5s: points, box: ITER 9: 396.23 M hits/sec, 403.18 QPS (0.56 sec for 225 queries), totHits=221118844 818.1s: points, box: ITER 10: 380.01 M hits/sec, 386.68 QPS (0.58 sec for 225 queries), totHits=221118844 818.6s: points, box: ITER 11: 401.39 M hits/sec, 408.44 QPS (0.55 sec for 225 queries), totHits=221118844 819.3s: points, box: ITER 12: 361.90 M hits/sec, 368.25 QPS (0.61 sec for 225 queries), totHits=221118844 819.8s: points, box: ITER 13: 395.78 M hits/sec, 402.72 QPS (0.56 sec for 225 queries), totHits=221118844 820.3s: points, box: ITER 14: 424.71 M hits/sec, 432.16 QPS (0.52 sec for 225 queries), totHits=221118844 820.3s: points, box: *** 820.9s: points, box: ITER 15: 415.44 M hits/sec, 422.74 QPS (0.53 sec for 225 queries), totHits=221118844 821.4s: points, box: ITER 16: 415.30 M hits/sec, 422.59 QPS (0.53 sec for 225 queries), totHits=221118844 821.9s: points, box: ITER 17: 427.67 M hits/sec, 435.18 QPS (0.52 sec for 225 queries), totHits=221118844 821.9s: points, box: *** 822.4s: points, box: ITER 18: 412.49 M hits/sec, 419.73 QPS (0.54 sec for 225 queries), totHits=221118844 823.0s: points, box: ITER 19: 426.90 M hits/sec, 434.39 QPS (0.52 sec for 225 queries), totHits=221118844 823.0s: points, box: BEST M hits/sec: 427.66931331826356 823.0s: points, box: BEST QPS: 435.1759160635324 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.00|188.39|383371904| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|227.82|133.85|382961957| |box|geo3d|||| |box|points|427.67|435.18|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 823.2s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 823.2s: geo3d, box: READER MB: 0.0 823.2s: geo3d, box: maxDoc=60844404 824.5s: geo3d, box: ITER 0: 174.65 M hits/sec, 177.71 QPS (1.27 sec for 225 queries), totHits=221118844 824.5s: geo3d, box: *** 825.4s: geo3d, box: ITER 1: 236.94 M hits/sec, 241.10 QPS (0.93 sec for 225 queries), totHits=221118844 825.4s: geo3d, box: *** 826.3s: geo3d, box: ITER 2: 239.22 M hits/sec, 243.42 QPS (0.92 sec for 225 queries), totHits=221118844 826.3s: geo3d, box: *** 827.3s: geo3d, box: ITER 3: 223.91 M hits/sec, 227.84 QPS (0.99 sec for 225 queries), totHits=221118844 828.3s: geo3d, box: ITER 4: 219.89 M hits/sec, 223.75 QPS (1.01 sec for 225 queries), totHits=221118844 829.2s: geo3d, box: ITER 5: 251.89 M hits/sec, 256.31 QPS (0.88 sec for 225 queries), totHits=221118844 829.2s: geo3d, box: *** 830.1s: geo3d, box: ITER 6: 240.23 M hits/sec, 244.45 QPS (0.92 sec for 225 queries), totHits=221118844 831.0s: geo3d, box: ITER 7: 245.27 M hits/sec, 249.58 QPS (0.90 sec for 225 queries), totHits=221118844 831.9s: geo3d, box: ITER 8: 249.79 M hits/sec, 254.18 QPS (0.89 sec for 225 queries), totHits=221118844 832.8s: geo3d, box: ITER 9: 251.47 M hits/sec, 255.88 QPS (0.88 sec for 225 queries), totHits=221118844 833.7s: geo3d, box: ITER 10: 243.03 M hits/sec, 247.30 QPS (0.91 sec for 225 queries), totHits=221118844 834.6s: geo3d, box: ITER 11: 247.72 M hits/sec, 252.07 QPS (0.89 sec for 225 queries), totHits=221118844 835.5s: geo3d, box: ITER 12: 246.02 M hits/sec, 250.34 QPS (0.90 sec for 225 queries), totHits=221118844 836.4s: geo3d, box: ITER 13: 246.28 M hits/sec, 250.60 QPS (0.90 sec for 225 queries), totHits=221118844 837.3s: geo3d, box: ITER 14: 245.77 M hits/sec, 250.08 QPS (0.90 sec for 225 queries), totHits=221118844 838.2s: geo3d, box: ITER 15: 245.12 M hits/sec, 249.42 QPS (0.90 sec for 225 queries), totHits=221118844 839.1s: geo3d, box: ITER 16: 245.52 M hits/sec, 249.83 QPS (0.90 sec for 225 queries), totHits=221118844 840.0s: geo3d, box: ITER 17: 250.19 M hits/sec, 254.59 QPS (0.88 sec for 225 queries), totHits=221118844 840.9s: geo3d, box: ITER 18: 246.14 M hits/sec, 250.46 QPS (0.90 sec for 225 queries), totHits=221118844 841.8s: geo3d, box: ITER 19: 238.62 M hits/sec, 242.81 QPS (0.93 sec for 225 queries), totHits=221118844 841.8s: geo3d, box: BEST M hits/sec: 251.89216409094112 841.8s: geo3d, box: BEST QPS: 256.31346426748576 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.00|188.39|383371904| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|227.82|133.85|382961957| |box|geo3d|251.89|256.31|221118844| |box|points|427.67|435.18|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|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 842.1s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 842.1s: shapes, box: READER MB: 0.0 842.1s: shapes, box: maxDoc=60844404 843.5s: shapes, box: ITER 0: 157.39 M hits/sec, 160.15 QPS (1.40 sec for 225 queries), totHits=221118844 843.5s: shapes, box: *** 844.6s: shapes, box: ITER 1: 208.83 M hits/sec, 212.49 QPS (1.06 sec for 225 queries), totHits=221118844 844.6s: shapes, box: *** 845.6s: shapes, box: ITER 2: 202.15 M hits/sec, 205.70 QPS (1.09 sec for 225 queries), totHits=221118844 846.7s: shapes, box: ITER 3: 208.71 M hits/sec, 212.38 QPS (1.06 sec for 225 queries), totHits=221118844 847.8s: shapes, box: ITER 4: 197.74 M hits/sec, 201.21 QPS (1.12 sec for 225 queries), totHits=221118844 848.9s: shapes, box: ITER 5: 204.44 M hits/sec, 208.03 QPS (1.08 sec for 225 queries), totHits=221118844 849.9s: shapes, box: ITER 6: 217.01 M hits/sec, 220.82 QPS (1.02 sec for 225 queries), totHits=221118844 849.9s: shapes, box: *** 851.0s: shapes, box: ITER 7: 211.06 M hits/sec, 214.76 QPS (1.05 sec for 225 queries), totHits=221118844 852.0s: shapes, box: ITER 8: 214.61 M hits/sec, 218.38 QPS (1.03 sec for 225 queries), totHits=221118844 853.0s: shapes, box: ITER 9: 212.18 M hits/sec, 215.91 QPS (1.04 sec for 225 queries), totHits=221118844 854.1s: shapes, box: ITER 10: 214.33 M hits/sec, 218.09 QPS (1.03 sec for 225 queries), totHits=221118844 855.1s: shapes, box: ITER 11: 210.05 M hits/sec, 213.73 QPS (1.05 sec for 225 queries), totHits=221118844 856.2s: shapes, box: ITER 12: 211.36 M hits/sec, 215.07 QPS (1.05 sec for 225 queries), totHits=221118844 857.2s: shapes, box: ITER 13: 214.35 M hits/sec, 218.11 QPS (1.03 sec for 225 queries), totHits=221118844 858.3s: shapes, box: ITER 14: 211.23 M hits/sec, 214.94 QPS (1.05 sec for 225 queries), totHits=221118844 859.3s: shapes, box: ITER 15: 211.97 M hits/sec, 215.69 QPS (1.04 sec for 225 queries), totHits=221118844 860.3s: shapes, box: ITER 16: 213.02 M hits/sec, 216.75 QPS (1.04 sec for 225 queries), totHits=221118844 861.4s: shapes, box: ITER 17: 212.26 M hits/sec, 215.99 QPS (1.04 sec for 225 queries), totHits=221118844 862.4s: shapes, box: ITER 18: 210.82 M hits/sec, 214.52 QPS (1.05 sec for 225 queries), totHits=221118844 863.5s: shapes, box: ITER 19: 213.10 M hits/sec, 216.84 QPS (1.04 sec for 225 queries), totHits=221118844 863.5s: shapes, box: BEST M hits/sec: 217.01197100702552 863.5s: shapes, box: BEST QPS: 220.82104172261657 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.0s|0.0s|0.70|0.00| |points|112.0s|0.0s|0.49|0.00| |shapes|166.4s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.00|188.39|383371904| |distance|points|329.71|193.72|382961957| |distance|geopoint|||| |distance|shapes|227.82|133.85|382961957| |box|geo3d|251.89|256.31|221118844| |box|points|427.67|435.18|221118844| |box|geopoint|||| |box|shapes|217.01|220.82|221118844| |poly 10|geo3d|251.01|158.71|355855227| |poly 10|points|290.49|183.69|355809475| |poly 10|geopoint|||| |poly 10|shapes|194.89|123.24|355809475| |polyMedium|geo3d|2.55|31.28|2693541| |polyMedium|points|16.98|207.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.71|168.01|2693559| |polyRussia|geo3d|3.67|1.05|3508671| |polyRussia|points|65.80|18.75|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.40|13.79|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3308.20|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|147.14|149.72|221118844| |sort|geopoint|||| |sort|shapes|||| Took 864.7 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 23d400cabd8..b0900bd176f main -> origin/main Updating 23d400cabd8..b0900bd176f Fast-forward .../gradle/plugins/java/CodeProfilingPlugin.java | 11 ++++- lucene/CHANGES.txt | 14 ++++-- .../search/grouping/AllGroupsCollectorManager.java | 56 ++++++++++++++++++++++ .../apache/lucene/search/grouping/TopGroups.java | 27 ++++++----- .../search/grouping/TopGroupsCollectorManager.java | 4 +- .../search/grouping/BaseGroupSelectorTestCase.java | 8 +--- .../search/grouping/TestAllGroupsCollector.java | 32 ++++++++----- .../lucene/search/grouping/TestGrouping.java | 13 +++-- .../lucene/search/grouping/TestTopGroups.java | 12 +---- 9 files changed, 123 insertions(+), 54 deletions(-) create mode 100644 lucene/grouping/src/java/org/apache/lucene/search/grouping/AllGroupsCollectorManager.java creating directories /l/logs.nightly/taxis/2026.05.01.10.25.43... Lucene git hash: b0900bd176f42e01500ad04660ed2c4e98fddf01 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.01.10.25.43/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... remove old index at /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted 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.01.10.25.43/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 95.9 K docs/sec 6.7 sec: 0.6 M docs; 89.5 K docs/sec 10.0 sec: 0.9 M docs; 90.1 K docs/sec 13.2 sec: 1.2 M docs; 91.0 K docs/sec 16.4 sec: 1.5 M docs; 91.5 K docs/sec 20.4 sec: 1.9 M docs; 93.3 K docs/sec 23.6 sec: 2.2 M docs; 93.1 K docs/sec 27.6 sec: 2.6 M docs; 94.1 K docs/sec 31.6 sec: 3.0 M docs; 94.9 K docs/sec 34.8 sec: 3.3 M docs; 94.8 K docs/sec 47.3 sec: 3.7 M docs; 78.2 K docs/sec 51.3 sec: 4.1 M docs; 79.9 K docs/sec 54.6 sec: 4.4 M docs; 80.6 K docs/sec 58.6 sec: 4.8 M docs; 81.9 K docs/sec 62.6 sec: 5.2 M docs; 83.0 K docs/sec 65.8 sec: 5.5 M docs; 83.6 K docs/sec 69.8 sec: 5.9 M docs; 84.5 K docs/sec 73.9 sec: 6.3 M docs; 85.3 K docs/sec 77.1 sec: 6.6 M docs; 85.6 K docs/sec 81.1 sec: 7.0 M docs; 86.4 K docs/sec 93.5 sec: 7.4 M docs; 79.1 K docs/sec 96.7 sec: 7.7 M docs; 79.6 K docs/sec 100.7 sec: 8.1 M docs; 80.4 K docs/sec 104.7 sec: 8.5 M docs; 81.2 K docs/sec 107.9 sec: 8.8 M docs; 81.5 K docs/sec 111.9 sec: 9.2 M docs; 82.2 K docs/sec 116.0 sec: 9.6 M docs; 82.8 K docs/sec 119.2 sec: 9.9 M docs; 83.1 K docs/sec 123.2 sec: 10.3 M docs; 83.6 K docs/sec 127.2 sec: 10.7 M docs; 84.1 K docs/sec 138.8 sec: 11.0 M docs; 79.2 K docs/sec 142.8 sec: 11.4 M docs; 79.8 K docs/sec 146.8 sec: 11.8 M docs; 80.4 K docs/sec 150.0 sec: 12.1 M docs; 80.7 K docs/sec 154.0 sec: 12.5 M docs; 81.2 K docs/sec 158.0 sec: 12.9 M docs; 81.6 K docs/sec 161.2 sec: 13.2 M docs; 81.9 K docs/sec 165.2 sec: 13.6 M docs; 82.3 K docs/sec 169.2 sec: 14.0 M docs; 82.7 K docs/sec 172.4 sec: 14.3 M docs; 82.9 K docs/sec 184.9 sec: 14.7 M docs; 79.5 K docs/sec 188.9 sec: 15.1 M docs; 79.9 K docs/sec 192.1 sec: 15.4 M docs; 80.2 K docs/sec 196.1 sec: 15.8 M docs; 80.6 K docs/sec 200.1 sec: 16.2 M docs; 81.0 K docs/sec 203.3 sec: 16.5 M docs; 81.2 K docs/sec 207.3 sec: 16.9 M docs; 81.5 K docs/sec 211.3 sec: 17.3 M docs; 81.9 K docs/sec 214.4 sec: 17.6 M docs; 82.1 K docs/sec 218.4 sec: 18.0 M docs; 82.4 K docs/sec 230.9 sec: 18.4 M docs; 79.7 K docs/sec 234.1 sec: 18.7 M docs; 79.9 K docs/sec 238.1 sec: 19.1 M docs; 80.2 K docs/sec 241.4 sec: 19.4 M docs; 80.4 K docs/sec 245.3 sec: 19.8 M docs; 80.7 K docs/sec 246.9 sec: 20.0 M docs; 81.0 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.01.10.25.43/checkIndexsparse-sorted.log took 0.4 sec DiskUsage sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.01.10.25.43/diskUsagesparse-sorted.log May 01, 2026 10:30:10 AM org.apache.lucene.internal.vectorization.VectorizationProvider lookup WARNING: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API. analyzing... (using /tmp/3444836594628504298 for temporary storage) WARNING: A restricted method in java.lang.foreign.Linker has been called WARNING: java.lang.foreign.Linker::downcallHandle has been called by org.apache.lucene.store.PosixNativeAccess in an unnamed module (file:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.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 Exception in thread "main" java.lang.AssertionError: unexpected suffixed file: _0_Lucene90_0.dvs at perf.DiskUsage.report(DiskUsage.java:309) at perf.DiskUsage.main(DiskUsage.java:108) Traceback (most recent call last): File "/l/util.nightly/src/python/sparsetaxis/runBenchmark.py", line 248, in main() ~~~~^^ File "/l/util.nightly/src/python/sparsetaxis/runBenchmark.py", line 234, in main run("%s -cp %s %s perf.DiskUsage %s" % (JAVA_CMD, classPath, extra, indexPath), "%s/diskUsage%s.log" % (logDir, desc)) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/l/util.nightly/src/python/sparsetaxis/runBenchmark.py", line 76, in run raise RuntimeError('command "%s" failed' % command) RuntimeError: command "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 > /l/logs.nightly/taxis/2026.05.01.10.25.43/diskUsagesparse-sorted.log 2>&1" failed Traceback (most recent call last): File "/l/util.nightly/src/python/sparsetaxis/nightly.py", line 18, in raise RuntimeError("bench failed") RuntimeError: bench failed + 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.04.30.00.15.31 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.04.30.00.15.31